CoolFace
Datasetpublic

Damaru-ai/damru-knowledge

πŸ• Damru Knowledge A continuously growing, self-collected question-answer knowledge base that powers Damru AI β€” a self-learning assistant built for exam preparation and general-purpose help, with a focus on Indian students. The dataset is harvested and quality-filtered automatically, 24x7, from multiple open sources and a self-evaluating reasoning engine. New rows are appended every hour as parquet shards under data/. πŸ“¦ What's inside Column Type Description… See the full description on the dataset page: https://huggingface.co/datasets/Damaru-ai/damru-knowledge.

sourceHugging Faceapache-2.0updated 3h agoView on Hugging Face
4likes9.1kdownloads
Dataset Card

πŸ• Damru Knowledge

A continuously growing, self-collected question-answer knowledge base that powers Damru AI β€” a self-learning assistant built for exam preparation and general-purpose help, with a focus on Indian students.

The dataset is harvested and quality-filtered automatically, 24x7, from multiple open sources and a self-evaluating reasoning engine. New rows are appended every hour as parquet shards under data/.

πŸ“¦ What's inside

ColumnTypeDescription
questionstringA question, problem, or prompt
answerstringA detailed, self-checked answer / solution
intentstringTopic / category (e.g. math, coding, analysis, general)
langstringLanguage code (en, hi, ...)
upvotesintInternal quality score (higher = better)
created_atstringTimestamp the row was generated

🌐 Sources

  • β€”Wikipedia β€” encyclopedic facts across 80+ subjects
  • β€”arXiv β€” research-paper concepts and summaries
  • β€”StackExchange β€” real Q&A across many communities
  • β€”Math engine β€” symbolically-verified maths (SymPy) + olympiad / JEE / MIT-level problems solved and self-checked
  • β€”Coding engine β€” problems generated, solved, and executed to verify the solution actually runs (tests must pass)
  • β€”Analysis engine β€” deep reasoning and critical-analysis Q&A

🧠 How it's built

Damru runs a multi-worker learning loop that:

  1. 1.Picks a subject and masters it before moving to the next (curriculum-driven).
  2. 2.Generates Q&A, then self-evaluates each item; only high-quality rows are kept.
  3. 3.Raises its own quality bar over time (rising acceptance threshold).
  4. 4.Verifies maths symbolically and runs code to confirm correctness.
  5. 5.Deduplicates and stores rows, then syncs them here hourly.

🎯 Intended use

  • β€”Supervised fine-tuning / instruction-tuning of small open models (e.g. Qwen2.5-3B) for Damru AI.
  • β€”Retrieval-augmented generation (RAG) knowledge source.
  • β€”Educational Q&A research.

⚠️ Limitations

  • β€”Content is machine-generated and machine-verified; occasional errors are possible.
  • β€”Coverage grows over time and may be uneven across subjects early on.
  • β€”Not a substitute for authoritative textbooks or professional advice.

πŸ“ˆ Status

This is a living dataset β€” it grows continuously toward a multi-million-row target. Row counts and file sizes update as new hourly shards are added.

πŸ“ License

Released under the Apache-2.0 license. Source-derived content remains under its original terms; please respect upstream source licenses where applicable.