Datasets:
File size: 2,246 Bytes
d0f9efd ec0a876 d0f9efd | 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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | ---
license: cc-by-4.0
language:
- bn
- en
pretty_name: DharmaBench v1 - Bengali Spiritual QA Dataset
task_categories:
- question-answering
tags:
- spiritual-qa
- bengali
- ramakrishna
- sarada-devi
- vivekananda
- dharma
size_categories:
- n<100
dataset_info:
features:
- name: id
dtype: large_string
- name: question
dtype: large_string
- name: answer
dtype: large_string
- name: speaker
dtype: large_string
- name: theme
dtype: large_string
- name: emotion
dtype: large_string
- name: source_book
dtype: large_string
- name: page_no
dtype: int64
- name: context
dtype: large_string
splits:
- name: train
num_bytes: 15749
num_examples: 50
download_size: 10243
dataset_size: 15749
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# DharmaBench v1
**DharmaBench v1** is a Bengali spiritual Question-Answering dataset.
It contains teachings and quotes from Sri Ramakrishna, Sri Sarada Devi, Swami Vivekananda, and other holy personalities.
## Dataset Description
This dataset is created to build AI models that can answer people's life problems with spiritual wisdom from Bengali sources.
### Dataset Structure
The dataset has 50 examples with the following columns:
- **id**: Unique ID for each example. Ex: `SD_001`
- **question**: A person's problem or question in Bengali.
- **answer**: The spiritual answer/quote in Bengali.
- **speaker**: Who said this? Ex: `Sarada`, `Ramakrishna`, `Vivekananda`
- **theme**: The topic. Ex: `Mental_Peace`, `Sadhana`, `Karma_Yoga`
- **emotion**: The emotion of the question. Ex: `Anxiety`, `Sadness`, `Confusion`
- **source_book**: The name of the book it is taken from. Ex: `মায়ের কথা`
### Data Example
| id | question | answer | speaker | theme | emotion | source_book |
| --- | --- | --- | --- | --- | --- | --- |
| SD_001 | মন খুব অশান্ত, শান্তি পাচ্ছি না | মনকে বলো, তুই তো আমার। আমি তো... | Sarada | Mental_Peace | Anxiety | মায়ের কথা |
## Citation
If you use this dataset, please cite:
`Munmuni. (2026). DharmaBench v1 [Dataset]. Hugging Face.` |