File size: 2,082 Bytes
575bf26
 
c1855ef
 
 
 
 
 
 
6eec8d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: apache-2.0
task_categories:
- question-answering
language:
- ar
pretty_name: 'Tibyan For Holy Quran '
size_categories:
- 10K<n<100K
---
### Model Details

Developed by: Prince Sultan University - Riotu Lab

This dataset is intended for use in natural language processing tasks, particularly for understanding classical Arabic and religious texts, including text analysis, language modeling, and thematic studies.
Primary Users: Researchers and developers in the field of natural language processing, religious studies, and AI, specifically those working with classical Arabic texts.
Out-of-scope Use Cases: This dataset is not intended for predictive modeling that could lead to ethical concerns, such as surveillance or profiling based on religious texts.
Model/Data Specifications

Format: Json
Dataset Size: Contains more than 57K rows
Language: Arabic

### Dataset Structure

Fields:
- sura_number: Integer representing the Surah number in the Quran.-
- ya_number: Integer representing the Ayah number in the Surah.
- tafseers: Dictionary mapping Tafseer sources to their text for each Ayah:


tafsirs = {
    1: "التفسير الميسر",
    2: "تفسير الجلالين",
    3:"تفسير ابن كثير",
    4: "تفسير الوسيط لطنطاوي",
    5: "تفسير البغوي",
    6: "تفسير القرطبي",
    7: "تفسير الطبري",
}


### How to Use

python
Copy code
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("quran_tafseer")

# Access a specific sample
sample = dataset['train'][0]




Content: The dataset contains religious texts which should be handled with respect and sensitivity.
Bias and Fairness: Users of this dataset should be aware of the intrinsic biases in religious texts and interpretations.

Data Quality: The quality of the dataset depends on the accuracy of the Tafseers and their translations.
Contextual Use: It is recommended to use this dataset in the context of religious studies and NLP research, considering the cultural and religious significance of the content.