CoolFace
Datasetpublic

greenadntan/child-welfare-outcomes-institutional-vs-homebased

Child Welfare Outcomes: Institutional Care vs Home-Based Professional Nearness (HBPN) 🎯 Overview Synthetic longitudinal dataset comparing child welfare outcomes between institutional/residential care and home-based professional nearness (HBPN) β€” a family-based intervention model where trained professionals provide intensive support within a home setting. This dataset preserves the well-documented "twice the success rate" finding from decades of child welfare… See the full description on the dataset page: https://huggingface.co/datasets/greenadntan/child-welfare-outcomes-institutional-vs-homebased.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes17downloads
Dataset Card

Child Welfare Outcomes: Institutional Care vs Home-Based Professional Nearness (HBPN)

🎯 Overview

Synthetic longitudinal dataset comparing child welfare outcomes between institutional/residential care and home-based professional nearness (HBPN) β€” a family-based intervention model where trained professionals provide intensive support within a home setting.

This dataset preserves the well-documented "twice the success rate" finding from decades of child welfare research: children in home-based professional care achieve approximately 2Γ— the placement success rate of those in institutional settings, at substantially lower cost.

⚠️ This is synthetic data generated to match published research distributions. It should not be used as a substitute for real clinical data, but is suitable for policy modeling, cost-effectiveness analysis, ML method development, and educational purposes.

πŸ“Š Key Findings (Built Into the Data)

MetricInstitutional CareHome-Based (HBPN)Difference
Success Rate32.3%63.8%1.98Γ— higher
Mean 36-mo Cost$303,012$91,565$211,447 savings (70%)
Cost per Wellbeing Point$7,581$1,7114.43Γ— more cost-effective
IQ Gain+2.7 pts+12.8 pts+10.1 point advantage
Behavioral Improvement-1.6 pts-7.6 pts4.6Γ— greater improvement
Attachment Gain+4.6 pts+19.9 pts4.3Γ— greater improvement

ICER (Incremental Cost-Effectiveness Ratio)

HBPN dominates institutional care: it is simultaneously cheaper AND more effective. The negative ICER of -$670,834 per additional success (95% CI: [-$732,571, -$620,069]) indicates a cost-saving intervention.

πŸ“š Literature Calibration

This synthetic data is calibrated to findings from major studies:

SourceFinding Used
Bucharest Early Intervention Project (Nelson, Fox, Zeanah 2014)IQ advantage of ~10-12 points for family-based vs. institutional care by age 8
MTFC Oregon Studies (Chamberlain 2003)~2Γ— placement stability for family-based vs. group care; 60% fewer days incarcerated
Dozier et al. (2014) Meta-analysisEffect sizes d=0.52 (attachment), d=0.47 (behavioral) favoring family-based care
Doyle & Peters (2007); Annie E. Casey FoundationInstitutional: $60-250k/yr; Foster/HBPN: $15-50k/yr

πŸ“ Dataset Structure

4 Configurations (Subsets)

outcomes β€” Child-level final outcomes (5,000 rows Γ— 24 columns)

The primary analysis table with one row per child.

ColumnTypeDescription
child_idstrUnique identifier
care_typestr"institutional" or "HBPN"
age_at_entryfloatAge at system entry (3-16)
genderstrM / F / Non-binary
ethnicitystrWhite, Black, Hispanic, Native American, Asian, Multiracial
regionstrUS region
adversity_scoreintACE-like adversity score (0-10)
prior_placementsintNumber of prior placements
iq_baseline / iq_final / iq_changefloatCognitive development trajectory
behavioral_baseline / behavioral_final / behavioral_changefloatSDQ-like behavioral score (0-40, lower=better)
attachment_baseline / attachment_final / attachment_changefloatAttachment security (0-100)
wellbeing_finalfloatComposite wellbeing score (0-100)
educational_engagement_finalfloatEducational engagement (0-10)
total_disruptionsintCumulative placement disruptions
total_cost_36mofloatTotal 36-month cost (USD)
cost_per_wellbeing_pointfloatCost-effectiveness metric
successintBinary outcome (1=positive placement at 36mo)
outcome_categorystrDetailed category: thriving, stablepositive, stableadequate, unstable, pooroutcome, placementbreakdown
trajectories β€” Quarterly longitudinal records (60,000 rows)

12 quarterly measurement points per child over 3 years.

ColumnTypeDescription
child_idstrLinks to outcomes table
quarterintQuarter number (1-12)
months_in_careintMonths since placement
iq_scorefloatCurrent IQ score
behavioral_scorefloatCurrent behavioral score
attachment_scorefloatCurrent attachment score
wellbeing_compositefloatCurrent composite wellbeing
educational_engagementfloatCurrent educational engagement
placement_disruptionintDisruption event this quarter (0/1)
cumulative_disruptionsintTotal disruptions to date
costs β€” Monthly cost breakdown (180,000 rows)

36 monthly cost records per child with component breakdown.

ColumnTypeDescription
child_idstrLinks to outcomes table
monthintMonth number (1-36)
total_monthly_costfloatTotal cost this month (USD)
facility_costfloatFacility/housing component
staffing_costfloatStaff/professional component
therapy_costfloatTherapeutic services
education_costfloatEducational support
admin_costfloatAdministrative/case management
crisis_eventintCrisis event this month (0/1)
summary β€” Aggregate program statistics (2 rows)

Quick-reference aggregates per care type.

πŸ€– Included Models

Two XGBoost models are included in the models/ directory:

1. Success Classifier

  • β€”Task: Predict placement success (binary) from child features + care type
  • β€”Performance: ROC AUC = 0.674 (test), 5-fold CV AUC = 0.681 Β± 0.016
  • β€”Top feature: care_type (49% importance) β†’ care modality is the strongest predictor

2. Cost-Effectiveness Regressor

  • β€”Task: Predict cost per wellbeing point
  • β€”Performance: RΒ² = 0.980, MAE = $272
  • β€”Top feature: care_type (93% importance) β†’ modality dominates cost-effectiveness

Treatment Effect Heterogeneity

The models reveal that HBPN benefits are broadly distributed:

  • β€”By age: 3-6 (+2.7%), 7-10 (+3.0%), 11-16 (+3.1%)
  • β€”By adversity: Low (+3.0%), Medium (+3.1%), High (+2.5%)

πŸ’‘ Usage

python
from datasets import load_dataset

# Load specific subset
outcomes = load_dataset("greenadntan/child-welfare-outcomes-institutional-vs-homebased", "outcomes")
trajectories = load_dataset("greenadntan/child-welfare-outcomes-institutional-vs-homebased", "trajectories")
costs = load_dataset("greenadntan/child-welfare-outcomes-institutional-vs-homebased", "costs")

# Quick analysis
import pandas as pd
df = outcomes["train"].to_pandas()
print(df.groupby("care_type")["success"].mean())
# HBPN             0.638
# institutional    0.323

πŸ”¬ Methodology

Synthetic Data Generation

  1. 1.Demographics: Sampled from US child welfare demographic distributions
  2. 2.Trajectories: Sigmoid growth curves with individual noise, regression events, and disruption modeling
  3. 3.Costs: Log-normal monthly costs with component breakdown, step-down modeling for HBPN, and crisis cost spikes
  4. 4.Outcomes: Logistic model calibrated to hit target success rates (32%/64%) while preserving individual-level covariate effects

Cost-Effectiveness Analysis

  • β€”ICER: Incremental Cost-Effectiveness Ratio with 5,000-iteration bootstrap CIs
  • β€”CEA Plane: HBPN falls in the southeast (dominant) quadrant β€” lower cost, higher effect

βš–οΈ Limitations & Ethics

  • β€”Synthetic data only β€” distributions match published research, but individual records are simulated
  • β€”US-centric cost structures β€” international contexts may differ significantly
  • β€”Simplified model β€” real child welfare involves complex multi-system interactions not captured here
  • β€”Selection bias not modeled β€” real-world placement decisions are non-random; this data assumes comparable populations
  • β€”Not for clinical decisions β€” this data supports policy modeling and method development, not individual-level care planning

πŸ“„ Citation

If you use this dataset, please cite both the dataset and the foundational research:

bibtex
@dataset{child_welfare_outcomes_2026,
  title={Child Welfare Outcomes: Institutional Care vs Home-Based Professional Nearness},
  author={greenadntan},
  year={2026},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/greenadntan/child-welfare-outcomes-institutional-vs-homebased}
}

Foundational References

  • β€”Nelson, C. A., Fox, N. A., & Zeanah, C. H. (2014). Romania's Abandoned Children. Harvard University Press.
  • β€”Chamberlain, P. (2003). Treating Chronic Juvenile Offenders. American Psychological Association.
  • β€”Dozier, M., et al. (2014). Effects of foster care on young children's language learning. Child Development, 85(4).
  • β€”Doyle, J. J., & Peters, H. E. (2007). The market for foster care. Review of Economics of the Household, 5(4).