Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Persian
ArXiv:
Libraries:
Datasets
Dask
License:
hojjat-m commited on
Commit
5c5aaf3
·
verified ·
1 Parent(s): c066903

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -666,6 +666,11 @@ configs:
666
  - split: test
667
  path: xl_wic/test-*
668
  ---
 
 
 
 
 
669
  <p align="center">
670
  <img src="https://huggingface.co/datasets/PNLPhub/FarsInstruct/resolve/main/photo_2024-09-13_11-13-49.jpg" width="200" height="200">
671
  </p>
@@ -675,11 +680,11 @@ configs:
675
 
676
  - **Homepage:** https://github.com/Hojjat-Mokhtarabadi/FarsInstruct
677
  - **Repository:** https://github.com/Hojjat-Mokhtarabadi/promptsource
678
- - **Paper:** [FarsInstruct: Empowering Large Language Models for Persian Instruction Understanding](https://arxiv.org/abs/2407.11186)
679
  - **Point of Contact:** [Hojjat Mokhtarabadi](mailto:[email protected])
680
 
681
  ### Dataset Summary
682
- Instruction-tuned large language models, such as T0, have demonstrated remarkable capabilities in following instructions across various domains. However, their proficiency remains notably deficient in many low-resource languages. To address this challenge, we introduce FarsInstruct: a comprehensive instruction dataset designed to enhance the instruction-following ability of large language models specifically for the Persian language, a significant yet underrepresented language globally. FarsInstruct encompasses a wide range of task types and datasets, each containing a mix of straightforward to complex manual written instructions, as well as translations from Public Pool of Prompts, ensuring a rich linguistic and cultural representation. As of the current writing, FarsInstruct comprises more than 200 templates across 21 distinct datasets, and we intend to update it consistently, thus augmenting its applicability.
683
 
684
  ### Supported tasks
685
  <img src="https://huggingface.co/datasets/PNLPhub/FarsInstruct/resolve/main/high-quality.jpeg" width="900" height="500"> Figure 1: Detailed depiction of 11 task types utilized in our dataset. Each box within the figure lists the specific
@@ -691,10 +696,10 @@ to Persian are enclosed with dashed borders
691
  ## Citation information
692
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
693
  ```bibtex
694
- @misc{mokhtarabadi2024farsinstructempoweringlargelanguage,
695
- title={FarsInstruct: Empowering Large Language Models for Persian Instruction Understanding},
696
- author={Hojjat Mokhtarabadi and Ziba Zamani and Abbas Maazallahi and Hossein Manshaei},
697
- year={2024},
698
  eprint={2407.11186},
699
  archivePrefix={arXiv},
700
  primaryClass={cs.CL},
 
666
  - split: test
667
  path: xl_wic/test-*
668
  ---
669
+
670
+ ## News
671
+
672
+ * **[2025.01.20]** 🏆 Our paper was nominated as the best paper at <a href="https://loreslm.github.io/">LowResLM @ COLING 2025!</a>
673
+
674
  <p align="center">
675
  <img src="https://huggingface.co/datasets/PNLPhub/FarsInstruct/resolve/main/photo_2024-09-13_11-13-49.jpg" width="200" height="200">
676
  </p>
 
680
 
681
  - **Homepage:** https://github.com/Hojjat-Mokhtarabadi/FarsInstruct
682
  - **Repository:** https://github.com/Hojjat-Mokhtarabadi/promptsource
683
+ - **Paper:** [Empowering Persian LLMs for Instruction Following: A Novel Dataset and Training Approach](https://arxiv.org/abs/2407.11186)
684
  - **Point of Contact:** [Hojjat Mokhtarabadi](mailto:[email protected])
685
 
686
  ### Dataset Summary
687
+ Instruction-tuned large language models have demonstrated remarkable capabilities in following human instructions across various domains. However, their proficiency remains notably deficient in many low-resource languages. To address this challenge, we begin by introducing FarsInstruct a comprehensive instruction dataset designed to enhance the instruction following ability of large language models specifically for the Persian language a significant yet underrepresented language globally. FarsInstruct encompasses a wide range of task types and datasets, each containing a mix of straightforward to complex manual written instructions, as well as translations from the Public Pool of Prompts, ensuring a rich linguistic and cultural representation. Furthermore, we introduce Co-CoLA, a framework designed to enhance the multi-task adaptability of LoRA-tuned models. Through extensive experimental analyses, our study showcases the effectiveness of the FarsInstruct dataset coupled with training by the Co-CoLA framework, in improving the performance of large language models within the Persian context. As of the current writing, FarsInstruct comprises 197 templates across 21 distinct datasets, and we intend to update it consistently, thus augmenting its applicability.
688
 
689
  ### Supported tasks
690
  <img src="https://huggingface.co/datasets/PNLPhub/FarsInstruct/resolve/main/high-quality.jpeg" width="900" height="500"> Figure 1: Detailed depiction of 11 task types utilized in our dataset. Each box within the figure lists the specific
 
696
  ## Citation information
697
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
698
  ```bibtex
699
+ @misc{mokhtarabadi2025empoweringpersianllmsinstruction,
700
+ title={Empowering Persian LLMs for Instruction Following: A Novel Dataset and Training Approach},
701
+ author={Hojjat Mokhtarabadi and Ziba Zamani and Abbas Maazallahi and Mohammad Hossein Manshaei},
702
+ year={2025},
703
  eprint={2407.11186},
704
  archivePrefix={arXiv},
705
  primaryClass={cs.CL},