CoolFace
Datasetpublic

NexusAI123/hospital-financial-reasoning

๐Ÿฅ Hospital Budget Reasoning Dataset Tags: reasoning-datasets-competition, healthcare, financial-analysis, budget-trends, india, public-sector, numeric-reasoning ๐Ÿง  Dataset Summary This dataset provides structured reasoning examples based on financial allocations to government hospitals in India, specifically from the Ministry of Health and Family Welfare (MoHFW) and PRS Legislative Research reports. It contains over 200 examples, each of which features aโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/NexusAI123/hospital-financial-reasoning.

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes21downloads
Dataset Card

๐Ÿฅ Hospital Budget Reasoning Dataset

Tags: reasoning-datasets-competition, healthcare, financial-analysis, budget-trends, india, public-sector, numeric-reasoning

๐Ÿง  Dataset Summary

This dataset provides structured reasoning examples based on financial allocations to government hospitals in India, specifically from the Ministry of Health and Family Welfare (MoHFW) and PRS Legislative Research reports. It contains over 200 examples, each of which features a real-world budget scenario and a reasoning-rich question.

It enables research and model training for numeric reasoning, trend analysis, cost comparisons, and detection of budget anomalies in the healthcare sector.


๐Ÿ“ Dataset Structure

Each entry contains:

  • โ€”context: A paragraph of financial figures and historical allocations for a specific hospital
  • โ€”question: A reasoning-based question (e.g., percentage change, comparison, anomaly detection)
  • โ€”answer: A detailed answer or numeric calculation based on the context
  • โ€”source: Document source (e.g., sbe46.pdf)

Format: CSV

Fields:

csv
context, question, answer, source

๐Ÿ” Example Entry

json
{
  "context": "AIIMS Delhi had budget allocations of โ‚น4489.67 crore (2023-24 actual), โ‚น4523.00 crore (2024-25 BE), โ‚น5000.00 crore (2024-25 RE), and โ‚น5200.00 crore (2025-26 BE).",
  "question": "What was the percentage change in AIIMS allocation from 2023โ€“24 actual to 2025โ€“26 BE?",
  "answer": "Percentage change = ((5200.00 - 4489.67)/4489.67)*100 = 15.8%.",
  "source": "sbe46.pdf"
}

โœ… Use Cases

  • โ€”Train models to perform quantitative reasoning
  • โ€”Evaluate LLMs on public budgeting scenarios
  • โ€”Study inter-hospital funding comparisons
  • โ€”Explore cost-effectiveness analysis in healthcare
  • โ€”Support multi-hop reasoning on structured finance data

๐Ÿ“š Data Sources


๐Ÿ“œ License

This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License. You may use it for research and commercial applications with appropriate attribution.


โš ๏ธ Limitations

  • โ€”Budget allocations may not represent actual expenditures.
  • โ€”Does not include health outcomes or service quality data.
  • โ€”Limited to data published in 2023โ€“2025 budget cycles.

๐Ÿ’ก Citation

If you use this dataset, please cite:

Hospital Budget Reasoning Dataset (2025). Created using public health finance documents from the Government of India for the Hugging Face Reasoning Dataset Competition.

๐Ÿ™‹ Contact

Email: emersonelgin1111@gmail.com GitHub: https://github.com/emerson-elgin