metadata
annotations:
train:
- - question
- text
test:
- - question
- text
card:
certified: false
cohorts: []
description: >-
100K Arabic Islamic passages for QA/RAG systems across 10 major Islamic
collections
homepage: https://athar.islamic
license: cc-by-4.0
papers: []
pretty_name: Athar Mini Dataset v2
size_categories:
- n<1M
task_categories:
- qa
task_ids:
- open-domain-qa
languages:
- ar
tags:
- arabic
- islamic
- qa
- rag
splits:
test:
description: 5% test split
num_examples: 5000
train:
description: 95% train split
num_examples: 95000
supervision:
field: content
types: []
Athar Mini Dataset v2
100,000 Arabic Islamic passages for QA/RAG systems across 10 major collections.
Dataset Overview
| Property | Value |
|---|---|
| Total Passages | 100,000 |
| Collections | 10 |
| Passages per Collection | 10,000 |
| Language | Arabic |
| Format | JSONL |
Collections
aqeedah_passages - العقيدة (Islamic Theology/Aqeedah)
- Topics: Tawhid, Attributes of Allah, Iman, Kufr, Shirk
arabic_language_passages - اللغة العربية (Arabic Language)
- Topics: Arabic grammar, morphology, rhetoric
fiqh_passages - الفقه (Islamic Jurisprudence)
- Topics: Fiqh of worship, transactions, family, inheritance
general_islamic - عام إسلامي (General Islamic)
- Topics: General Islamic knowledge
hadith_passages - الحديث (Hadith)
- Topics: Hadith sciences, collections
islamic_history_passages - التاريخ الإسلامي (Islamic History)
- Topics: Early Islamic caliphates, scholars
quran_tafsir - تفسير القرآن (Quran Tafsir)
- Topics: Quranic exegesis, tafsir sciences
seerah_passages - السيرة (Prophet's Biography)
- Topics: Life of Prophet Muhammad
spirituality_passages - الروحانيات (Spirituality)
- Topics: Tasawwuf, dhikr, dua
usul_fiqh - أصول الفقه (Principles of Fiqh)
- Topics: Usul al-Fiqh, qiyas, ijma
Data Schema
{
"content": "Arabic text passage...",
"content_type": "page",
"book_id": 1,
"book_title": "Book Title",
"category": "الفقه",
"author": "Author Name",
"author_death": 1225,
"collection": "fiqh_passages",
"page_number": 1,
"section_title": "Section Title",
"hierarchy": ["Book Title", "Section Title"]
}
Use Cases
- Arabic Islamic QA systems
- RAG for Islamic knowledge
- Fine-tuning Arabic LLMs
- Islamic chatbots
Example Usage
from datasets import load_dataset
dataset = load_dataset("Kandil7/Athar-Mini-Dataset-v2")
License
CC BY 4.0