|
--- |
|
dataset_info: |
|
features: |
|
- name: question |
|
dtype: string |
|
- name: answer |
|
dtype: string |
|
- name: chapter_no |
|
dtype: int64 |
|
- name: verse |
|
sequence: string |
|
- name: context |
|
dtype: string |
|
- name: __index_level_0__ |
|
dtype: int64 |
|
splits: |
|
- name: train |
|
num_bytes: 881343.4252199413 |
|
num_examples: 818 |
|
- name: test |
|
num_bytes: 220874.57478005864 |
|
num_examples: 205 |
|
download_size: 665401 |
|
dataset_size: 1102218 |
|
license: other |
|
task_categories: |
|
- question-answering |
|
pretty_name: Quran Question Answer with Context |
|
--- |
|
# Dataset Card for "quran-question-answer-context" |
|
|
|
## Dataset Summary |
|
|
|
Translated the original dataset from Arabic to English and added the Surah ayahs to the `context` column. |
|
|
|
## Translation Info |
|
|
|
1. Translated Arabic to English with [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) |
|
2. Added the ayahs that helped answer the questions |
|
- Split the `ayah` columns string into a list of integers |
|
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column |
|
|
|
## Initial Data Collection |
|
|
|
The original dataset is from **[Annotated Corpus of Arabic Al-Quran Question and Answer](https://archive.researchdata.leeds.ac.uk/464/)** |
|
|
|
## Licensing Information |
|
|
|
Original dataset [license](https://archive.researchdata.leeds.ac.uk/464/): **Creative Commons Attribution 4.0 International (CC BY 4.0)** |
|
|
|
### Contributions |
|
|
|
Original paper authors: Alqahtani, Mohammad and Atwell, Eric (2018) Annotated Corpus of Arabic Al-Quran Question and Answer. University of Leeds. https://doi.org/10.5518/356 |