CoolFace
Datasetpublic

freococo/38_blessings_mingalar_tayartaw_qna

၃၈ ဖြာ မင်္ဂလာ တရားတော် [The 38 Blessings of Maha Mangala Sutta Q&A] Created by: freococoLicense: CC0 1.0 Universal (Public Domain) Summary This dataset consists of 1,111 high-quality Questions and Answers centered on the 38 Blessings (၃၈ ဖြာ မင်္ဂလာ - Mangala). The answers are written in a Burmese Spoken Style to ensure natural AI conversational flow, while maintaining deep Philosophical, Psychological, Social, and Spiritual perspectives. This repository is a… See the full description on the dataset page: https://huggingface.co/datasets/freococo/38_blessings_mingalar_tayartaw_qna.

sourceHugging Facecc0-1.0updated 9mo agoView on Hugging Face
0likes13downloads
Dataset Card

၃၈ ဖြာ မင်္ဂလာ တရားတော် [The 38 Blessings of Maha Mangala Sutta Q&A]

Created by: freococo License: CC0 1.0 Universal (Public Domain)

Summary

This dataset consists of 1,111 high-quality Questions and Answers centered on the 38 Blessings (၃၈ ဖြာ မင်္ဂလာ - Mangala). The answers are written in a Burmese Spoken Style to ensure natural AI conversational flow, while maintaining deep Philosophical, Psychological, Social, and Spiritual perspectives.

This repository is a specialized subset of the myanmar_qna_dataset.

Dataset Structure

The data is stored in a .csv format with the following columns:

ColumnDescription
questionThe specific inquiry regarding a blessing (မင်္ဂလာ - Mangala).
answerA detailed response structured in Burmese Spoken Style.
total_sentencesTotal count of sentences within the answer.
qna_idUnique identifier for the Q&A pair.

Content Scope

The dataset covers the complete journey of the Maha Mangala Sutta, from foundational social ethics to the ultimate liberation:

  • —Social Ethics: Avoiding fools (Bāla), associating with the wise (Paṇḍita).
  • —Family Values: Supporting parents (Mātā-pitu upatthānaṃ), cherishing family (Putta-dārassa saṅgaho).
  • —Mental Discipline: Patience (Khanti), Humility (Nivāta), Contentment (Santuṭṭhi).
  • —Spiritual Insight: Realizing the Four Noble Truths (Ariya-saccāna dassanaṃ) and experiencing Nirvana (Nibbāna-sacchikiriyā).

Usage

This dataset is ideal for:

  1. 1.Fine-tuning LLMs for Burmese language tasks.
  2. 2.Dhamma Chatbots providing life mentorship.
  3. 3.Cultural NLP research focusing on Myanmar Buddhist values.

You can load the dataset directly using the Hugging Face datasets library:

python
from datasets import load_dataset

dataset = load_dataset("freococo/38_blessings_mingalar_tayartaw_qna")
print(dataset["train"][0])

May these efforts contribute to the preservation of Dhamma [တရားတော်] in the digital age.