gurgutan commited on
Commit
512b7d2
·
verified ·
1 Parent(s): b761bc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -3
README.md CHANGED
@@ -1,3 +1,142 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - translation
5
+ - question-answering
6
+ language:
7
+ - en
8
+ - ar
9
+ pretty_name: Hadiths 14 books collection
10
+ size_categories:
11
+ - 10K<n<100K
12
+ ---
13
+
14
+ # Dataset Card for Dataset Name
15
+
16
+ # Dataset Card for Hadiths 14 Books Collection
17
+
18
+ This dataset contains a comprehensive bilingual (Arabic-English) collection of hadiths from 14 major authenticated books of Islamic tradition. It includes over 50762 narrations with complete metadata, organized by book, chapter, and narrator. Each hadith is presented in both its original Arabic text and English translation, making it ideal for cross-lingual NLP tasks, Islamic question-answering systems, and religious chatbots. The structured format allows for easy retrieval, citation, and integration into AI applications focused on Islamic knowledge.
19
+
20
+ Hadiths 14 books collection
21
+
22
+ ## Dataset Details
23
+
24
+ ### Dataset Description
25
+
26
+ <!-- Provide a longer summary of what this dataset is. -->
27
+ Hadith are the transmitted narrations concerning the speech, actions, appearance, and approvals of the Messenger of Allah, the Prophet Muhammad (peace and blessings be upon him).
28
+
29
+ - **Curated by:** [Slepovichev Ivan](https://github.com/gurgutan)
30
+ - **Language(s) (NLP):** [English, Arabic]
31
+ - **License:** [MIT](https://mit-license.org/)
32
+
33
+ ### Dataset Sources [optional]
34
+
35
+ - **Repository:** [hadith-database](https://github.com/zafhi/hadith-database)
36
+
37
+ ## Uses
38
+
39
+ This dataset is used for research purposes.
40
+
41
+
42
+ ## Dataset Structure
43
+
44
+ The dataset consists of hadith records from 14 books, with each record containing metadata and text in both English and Arabic. Each entry in the dataset follows this structure:
45
+
46
+ ```json
47
+ {
48
+ "book_id": "Unique identifier for the book",
49
+ "book_title_en": "Book title in English",
50
+ "book_author_en": "Book author name in English",
51
+ "book_title_ar": "Book title in Arabic",
52
+ "book_author_ar": "Book author name in Arabic",
53
+ "hadith_uid": "Unique identifier for the hadith",
54
+ "hadith_book_id": "Book identifier the hadith belongs to",
55
+ "hadith_chapter_id": "Chapter identifier within the book",
56
+ "hadith_chapter_name_ar": "Chapter name in Arabic",
57
+ "hadith_chapter_name_en": "Chapter name in English",
58
+ "hadith_text_ar": "Full hadith text in Arabic",
59
+ "hadith_text_en": "Full hadith text in English",
60
+ "hadith_narrator_en": "Name of the narrator in English"
61
+ }
62
+ ```
63
+ Fields Description
64
+ book_id: Unique identifier for each of the 14 hadith books in the collection
65
+ book_title_en/ar: Title of the hadith book in English and Arabic
66
+ book_author_en/ar: Author of the hadith book in English and Arabic
67
+ hadith_uid: Unique identifier for each hadith across the entire collection
68
+ hadith_book_id: Reference to the book containing this hadith
69
+ hadith_chapter_id: Identifier for the chapter within the book
70
+ hadith_chapter_name_en/ar: Name of the chapter in English and Arabic
71
+ hadith_text_en/ar: The full text of the hadith in English and Arabic
72
+ hadith_narrator_en: The name of the narrator in English
73
+ The dataset contains hadiths from 14 major collections, providing a comprehensive resource for hadith studies, translation tasks, and question-answering applications in both English and Arabic.
74
+
75
+ ## Dataset Creation
76
+
77
+ ### Curation Rationale
78
+
79
+ This dataset was curated to provide a comprehensive, bilingual collection of authentic hadiths from 14 major books for use in AI applications, particularly:
80
+
81
+ 1. Islamic question-answering systems
82
+ 2. Religious chatbots and virtual assistants
83
+ 3. Cross-lingual information retrieval systems
84
+ 4. Educational tools for Islamic studies
85
+
86
+ The parallel English-Arabic structure makes it especially valuable for developing systems that can process and respond to religious queries in multiple languages.
87
+
88
+ ### Source Data
89
+
90
+ #### Data Collection and Processing
91
+
92
+ The hadiths were collected from reliable Islamic sources and digitized with careful attention to authenticity and accuracy. The processing workflow included:
93
+
94
+ 1. Extraction of hadiths from original Arabic sources
95
+ 2. Verification against authenticated collections
96
+ 3. Alignment with established English translations
97
+ 4. Structuring into a consistent JSON format
98
+ 5. Assignment of unique identifiers for cross-referencing
99
+ 6. Organization by book, chapter, and narrative chain
100
+
101
+ The dataset maintains the original chapter structure of each book, preserving the contextual organization of the hadiths as intended by their original compilers.
102
+
103
+ #### Who are the source data producers?
104
+
105
+ The original hadiths were compiled by renowned Islamic scholars including Imam Bukhari, Imam Muslim, and others who meticulously collected and verified these narrations during the formative period of Islamic scholarship. The digital compilation and structuring was performed by Slepovichev Ivan, drawing from established translations and digital Islamic libraries.
106
+
107
+ ### Intended Uses
108
+
109
+ This dataset is specifically designed for:
110
+
111
+ - Training AI models to answer questions about Islamic teachings based on authentic hadiths
112
+ - Developing conversational agents that can discuss Islamic topics with proper scriptural references
113
+ - Creating search and retrieval systems for Islamic knowledge
114
+ - Supporting comparative religious studies and research
115
+ - Enabling multilingual access to hadith literature
116
+
117
+ Researchers and developers can use this dataset to train models that provide evidence-based responses to religious queries, with the ability to cite specific hadiths as sources for the information provided.
118
+
119
+ ## Bias, Risks, and Limitations
120
+
121
+ ### Recommendations
122
+
123
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
124
+
125
+ ## Citation [optional]
126
+
127
+
128
+ If you find our work helpful, feel free to give us a cite.
129
+ Dataset was created by Slepvochev Ivan. If you use this dataset, please cite:
130
+ @dataset{quran_tafsir,
131
+ title = {QuranDataset: A Dataset of Quran Verses and Tafseer},
132
+ url = {https://escape-team.tech/},
133
+ author = {Slepovichev Ivan},
134
+ email = {[email protected]},
135
+ month = {March},
136
+ year = {2025}
137
+ }
138
+
139
+ ## Dataset Card Contact
140
+
141
142