--- license: apache-2.0 language: - en base_model: - Qwen/Qwen2.5-1.5B-Instruct tags: - text-generation - multiple-choice - question-generation - educational-tool - qwen2.5 - instruction-following - xml-output - nlp - llama-factory - lora - rslora - liger - sociology datasets: - agentlans/finewebedu-multiple-choice --- # Qwen2.5-1.5B-Instruct-Multiple-Choice-Maker ## Overview This model is fine-tuned to generate multiple-choice questions in XML format based on input text. It is designed for educational purposes, such as creating assessment materials, and for generating machine learning benchmark questions. Quantized models of the *previous version* are available [here](https://huggingface.co/mradermacher/Qwen2.5-1.5B-Instruct-Multiple-Choice-Maker-GGUF). Special thanks to [mradermacher](https://huggingface.co/mradermacher) for quantizing. ### Training Details - **Data Source**: - The training dataset was generated from open-source sociology textbooks using a custom prompt powered by the [agentlans/Llama3.1-LexiHermes-SuperStorm](https://huggingface.co/agentlans/Llama3.1-LexiHermes-SuperStorm) model. The dataset contains 3739 rows. Due to licensing restrictions, the dataset is not provided here. - Additional finetuning on [agentlans/finewebedu-multiple-choice](https://huggingface.co/datasets/agentlans/finewebedu-multiple-choice) dataset. - **Training Method**: - Fine-tuning was conducted using [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) with rank 16 LoRA, alpha = 32, and rslora, leveraging the Liger kernel. - The additional finetuning was done with the same settings but with 0.2 LoRA dropout. ### Potential Applications - **Education**: Automate the creation of multiple-choice questions for exams or quizzes. - **Machine Learning**: Generate benchmark datasets for evaluating natural language processing models. ### Limitations - Outputs may require manual review to ensure: - Questions and answers are contextually accurate and appropriate for assessment. - Only one correct answer is provided. - XML format is verbose but ensures stricter validation compared to JSON. - Requires further processing to make it suitable for human or machine assessments. ## Usage Instructions Format the text using this template: ```text Multiple choice: {{YOUR_TEXT_HERE}} ``` The output will be given in XML format like: ```xml What is the answer to this question? Choice A Choice B Choice C Choice D ... more tags ```
Click here for an example Input: `Multiple choice:` ` The concept of cultural relativism has long been a cornerstone of anthropological theory, emphasizing the importance of understanding cultural practices and beliefs within their own context rather than judging them by external standards. This perspective challenges ethnocentrism, the tendency to view one's own culture as superior or normative, and instead promotes an appreciation for the diversity of human experiences and expressions. Cultural relativism posits that values, norms, and traditions are not universal but are shaped by historical, social, and environmental factors unique to each society. For example, practices such as dietary restrictions, marriage customs, or religious rituals may seem peculiar or even incomprehensible to outsiders but hold profound significance within the communities that uphold them. While cultural relativism fosters empathy and cross-cultural understanding, it also raises complex ethical questions, particularly when certain practices conflict with universal human rights standards. For instance, debates surrounding issues like female genital mutilation or child marriage often highlight the tension between respecting cultural traditions and advocating for individual freedoms and well-being. Scholars have sought to reconcile these challenges by advocating for a balanced approach that acknowledges cultural specificity while promoting dialogue about shared values and ethical principles. Ultimately, cultural relativism serves as a critical tool for navigating the complexities of globalization and multiculturalism in an increasingly interconnected world, encouraging both academic inquiry and practical engagement with diverse societies. ` Output: ```xml What is the main argument of cultural relativism? That cultural practices and beliefs are universal and should be judged by external standards. That values, norms, and traditions are shaped by historical, social, and environmental factors unique to each society. That one's own culture is superior or normative and should be viewed as such. That cultural diversity is a threat to human rights and should be suppressed. What is a potential challenge when cultural relativism is applied to issues like female genital mutilation or child marriage? It can lead to a lack of empathy and understanding between cultures. It can promote a balanced approach that acknowledges cultural specificity while promoting dialogue about shared values and ethical principles. It can result in the suppression of cultural traditions and the violation of individual freedoms. It can lead to a loss of cultural diversity and the erosion of human rights. What is one way cultural relativism can be applied to address the tension between cultural traditions and universal human rights? By suppressing cultural traditions and promoting the suppression of individual freedoms. By advocating for a balanced approach that acknowledges cultural specificity while promoting dialogue about shared values and ethical principles. By ignoring the issue and focusing on other aspects of cultural diversity. By promoting the suppression of cultural traditions and the promotion of individual freedoms. What is a benefit of cultural relativism in navigating the complexities of globalization and multiculturalism? It can lead to a loss of cultural diversity and the erosion of human rights. It can promote empathy and cross-cultural understanding. It can result in the suppression of cultural traditions and the violation of individual freedoms. It can lead to a lack of empathy and understanding between cultures. ```