Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Persian
ArXiv:
Libraries:
Datasets
Dask
License:
hojjat-m commited on
Commit
0fadbe0
1 Parent(s): 94079fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -104
README.md CHANGED
@@ -666,117 +666,30 @@ configs:
666
  - split: test
667
  path: xl_wic/test-*
668
  ---
669
- # Dataset Card for Dataset Name
 
 
670
 
671
- <!-- Provide a quick summary of the dataset. -->
672
 
673
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
674
 
675
- ## Dataset Details
 
 
 
676
 
677
- ### Dataset Description
 
678
 
679
- <!-- Provide a longer summary of what this dataset is. -->
 
 
 
 
 
680
 
681
-
682
-
683
- - **Curated by:** [More Information Needed]
684
- - **Funded by [optional]:** [More Information Needed]
685
- - **Shared by [optional]:** [More Information Needed]
686
- - **Language(s) (NLP):** [More Information Needed]
687
- - **License:** [More Information Needed]
688
-
689
- ### Dataset Sources [optional]
690
-
691
- <!-- Provide the basic links for the dataset. -->
692
-
693
- - **Repository:** [More Information Needed]
694
- - **Paper [optional]:** [More Information Needed]
695
- - **Demo [optional]:** [More Information Needed]
696
-
697
- ## Uses
698
-
699
- <!-- Address questions around how the dataset is intended to be used. -->
700
-
701
- ### Direct Use
702
-
703
- <!-- This section describes suitable use cases for the dataset. -->
704
-
705
- [More Information Needed]
706
-
707
- ### Out-of-Scope Use
708
-
709
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
710
-
711
- [More Information Needed]
712
-
713
- ## Dataset Structure
714
-
715
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
716
-
717
- [More Information Needed]
718
-
719
- ## Dataset Creation
720
-
721
- ### Curation Rationale
722
-
723
- <!-- Motivation for the creation of this dataset. -->
724
-
725
- [More Information Needed]
726
-
727
- ### Source Data
728
-
729
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
730
-
731
- #### Data Collection and Processing
732
-
733
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
734
-
735
- [More Information Needed]
736
-
737
- #### Who are the source data producers?
738
-
739
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
740
-
741
- [More Information Needed]
742
-
743
- ### Annotations [optional]
744
-
745
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
746
-
747
- #### Annotation process
748
-
749
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
750
-
751
- [More Information Needed]
752
-
753
- #### Who are the annotators?
754
-
755
- <!-- This section describes the people or systems who created the annotations. -->
756
-
757
- [More Information Needed]
758
-
759
- #### Personal and Sensitive Information
760
-
761
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
762
-
763
- [More Information Needed]
764
-
765
- ## Bias, Risks, and Limitations
766
-
767
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
768
-
769
- [More Information Needed]
770
-
771
- ### Recommendations
772
-
773
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
774
-
775
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
776
-
777
- ## Citation
778
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
779
- **BibTeX:**
780
  ```bibtex
781
  @misc{mokhtarabadi2024farsinstructempoweringlargelanguage,
782
  title={FarsInstruct: Empowering Large Language Models for Persian Instruction Understanding},
 
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>
672
 
 
673
 
674
+ ## Dataset Description
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:hmokhtarabadi.1999@gmail.com)
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
686
+ datasets associated with the respective task type. Datasets designated for training are highlighted in blue, and those
687
+ reserved for testing are marked in orange. Additionally, manual datasets, which have been specifically curated and
688
+ prompted by our team, are enclosed with solid borders. In contrast, datasets that have been translated from English
689
+ to Persian are enclosed with dashed borders
690
 
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},