kartik3das/Ask-The-Ramayana
π AskTheRamayana A curated dataset of 90+ short, factual statements about the Ramayana β designed for QA fine-tuning, RAG systems, and cultural knowledge retrieval. ποΈ Dataset Overview Attribute Description Theme Character-based focus (Ram, Sita, Laxman, Hanuman, Ravan, or general) Chapter Kand from Valmiki Ramayana (Bal Kand to Uttar Kand) Content One sentence (β€20 words) describing a key event or trait Each entry is concise, factual, andβ¦ See the full description on the dataset page: https://huggingface.co/datasets/kartik3das/Ask-The-Ramayana.
π AskTheRamayana
A curated dataset of 90+ short, factual statements about the Ramayana β designed for QA fine-tuning, RAG systems, and cultural knowledge retrieval.
ποΈ Dataset Overview
Each entry is concise, factual, and rooted in the traditional Valmiki Ramayana.
π Dataset Statistics
π§© Example Rows
π Use Cases
- Fine-tuning LLMs (small instruction/QA models)
- Retrieval-Augmented Generation (RAG) for mythology Q&A
- Educational tools for Ramayana quiz systems
- Benchmarking knowledge recall in Indic mythology
πΎ Loading the Dataset
With π€ Datasets
from datasets import load_dataset
dataset = load_dataset("YourUsername/AskTheRamayana")
print(dataset["train"][0])