Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- bn
|
| 5 |
+
- en
|
| 6 |
+
pretty_name: DharmaBench v1 - Bengali Spiritual QA Dataset
|
| 7 |
+
task_categories:
|
| 8 |
+
- question-answering
|
| 9 |
+
tags:
|
| 10 |
+
- spiritual-qa
|
| 11 |
+
- bengali
|
| 12 |
+
- ramakrishna
|
| 13 |
+
- sarada-devi
|
| 14 |
+
- vivekananda
|
| 15 |
+
- dharma
|
| 16 |
+
size_categories:
|
| 17 |
+
- n<100
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# DharmaBench v1
|
| 21 |
+
|
| 22 |
+
**DharmaBench v1** is a Bengali spiritual Question-Answering dataset.
|
| 23 |
+
It contains teachings and quotes from Sri Ramakrishna, Sri Sarada Devi, Swami Vivekananda, and other holy personalities.
|
| 24 |
+
|
| 25 |
+
## Dataset Description
|
| 26 |
+
|
| 27 |
+
This dataset is created to build AI models that can answer people's life problems with spiritual wisdom from Bengali sources.
|
| 28 |
+
|
| 29 |
+
### Dataset Structure
|
| 30 |
+
|
| 31 |
+
The dataset has 50 examples with the following columns:
|
| 32 |
+
|
| 33 |
+
- **id**: Unique ID for each example. Ex: `SD_001`
|
| 34 |
+
- **question**: A person's problem or question in Bengali.
|
| 35 |
+
- **answer**: The spiritual answer/quote in Bengali.
|
| 36 |
+
- **speaker**: Who said this? Ex: `Sarada`, `Ramakrishna`, `Vivekananda`
|
| 37 |
+
- **theme**: The topic. Ex: `Mental_Peace`, `Sadhana`, `Karma_Yoga`
|
| 38 |
+
- **emotion**: The emotion of the question. Ex: `Anxiety`, `Sadness`, `Confusion`
|
| 39 |
+
- **source_book**: The name of the book it is taken from. Ex: `মায়ের কথা`
|
| 40 |
+
|
| 41 |
+
### Data Example
|
| 42 |
+
|
| 43 |
+
| id | question | answer | speaker | theme | emotion | source_book |
|
| 44 |
+
| --- | --- | --- | --- | --- | --- | --- |
|
| 45 |
+
| SD_001 | মন খুব অশান্ত, শান্তি পাচ্ছি না | মনকে বলো, তুই তো আমার। আমি তো... | Sarada | Mental_Peace | Anxiety | মায়ের কথা |
|
| 46 |
+
|
| 47 |
+
## Citation
|
| 48 |
+
If you use this dataset, please cite:
|
| 49 |
+
`Munmuni. (2026). DharmaBench v1 [Dataset]. Hugging Face.`
|