Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -78,11 +78,16 @@ Translated the original dataset from Arabic to English and added the Surah ayahs
|
|
78 |
|
79 |
## Translation Info
|
80 |
|
81 |
-
1. Translated Arabic to English with [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
|
82 |
-
2.
|
|
|
|
|
83 |
- Split the `ayah` columns string into a list of integers
|
84 |
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column
|
85 |
|
|
|
|
|
|
|
86 |
## Initial Data Collection
|
87 |
|
88 |
The original dataset is from **[Annotated Corpus of Arabic Al-Quran Question and Answer](https://archive.researchdata.leeds.ac.uk/464/)**
|
|
|
78 |
|
79 |
## Translation Info
|
80 |
|
81 |
+
1. Translated the Arabic questions/concept columns to English with [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
|
82 |
+
2. Used `en-yusufali` translations for ayas [M-AI-C/quran-en-tafssirs](https://huggingface.co/M-AI-C/quran-en-tafssirs)
|
83 |
+
3. Renamed Surahs with [kheder/quran](https://huggingface.co/kheder/quran)
|
84 |
+
4. Added the ayahs that helped answer the questions
|
85 |
- Split the `ayah` columns string into a list of integers
|
86 |
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column
|
87 |
|
88 |
+
## TODO
|
89 |
+
The `context` column has some `null` values that needs to be investigated and fixed
|
90 |
+
|
91 |
## Initial Data Collection
|
92 |
|
93 |
The original dataset is from **[Annotated Corpus of Arabic Al-Quran Question and Answer](https://archive.researchdata.leeds.ac.uk/464/)**
|