Add dataset card
Browse files
README.md
CHANGED
|
@@ -14,34 +14,7 @@ size_categories:
|
|
| 14 |
task_categories:
|
| 15 |
- question-answering
|
| 16 |
- text-generation
|
| 17 |
-
pretty_name: Fatwa QA Evaluation Dataset
|
| 18 |
-
configs:
|
| 19 |
-
- config_name: default
|
| 20 |
-
data_files:
|
| 21 |
-
- split: test
|
| 22 |
-
path: data/test-*
|
| 23 |
-
dataset_info:
|
| 24 |
-
features:
|
| 25 |
-
- name: id
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: prompt
|
| 28 |
-
dtype: string
|
| 29 |
-
- name: question
|
| 30 |
-
dtype: string
|
| 31 |
-
- name: answer
|
| 32 |
-
dtype: string
|
| 33 |
-
- name: category
|
| 34 |
-
dtype: string
|
| 35 |
-
- name: question_length
|
| 36 |
-
dtype: int64
|
| 37 |
-
- name: answer_length
|
| 38 |
-
dtype: int64
|
| 39 |
-
splits:
|
| 40 |
-
- name: test
|
| 41 |
-
num_bytes: 4139972
|
| 42 |
-
num_examples: 2000
|
| 43 |
-
download_size: 1816291
|
| 44 |
-
dataset_size: 4139972
|
| 45 |
---
|
| 46 |
|
| 47 |
# Fatwa QA Evaluation Dataset
|
|
@@ -52,9 +25,9 @@ This dataset contains Islamic finance and jurisprudence fatwa question-answer pa
|
|
| 52 |
|
| 53 |
## Dataset Statistics
|
| 54 |
|
| 55 |
-
- **Total Samples**:
|
| 56 |
-
- **Average Question Length**:
|
| 57 |
-
- **Average Answer Length**:
|
| 58 |
|
| 59 |
## Dataset Structure
|
| 60 |
|
|
@@ -70,17 +43,17 @@ This dataset contains Islamic finance and jurisprudence fatwa question-answer pa
|
|
| 70 |
|
| 71 |
### Categories
|
| 72 |
|
| 73 |
-
- **zakat**:
|
| 74 |
-
- **riba**:
|
| 75 |
-
- **murabaha**:
|
| 76 |
-
- **gharar**:
|
| 77 |
-
- **waqf**:
|
| 78 |
-
- **ijara**:
|
| 79 |
-
- **maysir**:
|
| 80 |
-
- **musharaka**:
|
| 81 |
-
- **mudharaba**:
|
| 82 |
-
- **takaful**:
|
| 83 |
-
- **sukuk**:
|
| 84 |
|
| 85 |
### Prompt Format
|
| 86 |
```
|
|
|
|
| 14 |
task_categories:
|
| 15 |
- question-answering
|
| 16 |
- text-generation
|
| 17 |
+
pretty_name: "Fatwa QA Evaluation Dataset"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Fatwa QA Evaluation Dataset
|
|
|
|
| 25 |
|
| 26 |
## Dataset Statistics
|
| 27 |
|
| 28 |
+
- **Total Samples**: 2,000
|
| 29 |
+
- **Average Question Length**: 243.9 characters
|
| 30 |
+
- **Average Answer Length**: 492.3 characters
|
| 31 |
|
| 32 |
## Dataset Structure
|
| 33 |
|
|
|
|
| 43 |
|
| 44 |
### Categories
|
| 45 |
|
| 46 |
+
- **zakat**: 792 samples
|
| 47 |
+
- **riba**: 407 samples
|
| 48 |
+
- **murabaha**: 234 samples
|
| 49 |
+
- **gharar**: 149 samples
|
| 50 |
+
- **waqf**: 124 samples
|
| 51 |
+
- **ijara**: 102 samples
|
| 52 |
+
- **maysir**: 64 samples
|
| 53 |
+
- **musharaka**: 44 samples
|
| 54 |
+
- **mudharaba**: 40 samples
|
| 55 |
+
- **takaful**: 38 samples
|
| 56 |
+
- **sukuk**: 6 samples
|
| 57 |
|
| 58 |
### Prompt Format
|
| 59 |
```
|