Agentic Framework for Epidemiological Modeling
Rituparna Datta, Zihan Guan, Baltazar Espinoza, Yiqi Su, Priya Pitre, Srini Venkatramanan, Naren Ramakrishnan, Anil Vullikanti
TL;DR
EpiAgent addresses the need for scalable, interpretable, and scenario-consistent epidemic simulators by treating simulator construction as an agentic, program-synthesis problem. It introduces a flow-graph intermediate representation, retrieval-augmented graph synthesis, and a multi-agent verification and validation loop that enforces structural and epidemiological constraints before code generation. Empirical results show accurate calibration, robust counterfactual reasoning, and accelerated convergence to valid, interpretable simulators across COVID-19 scenarios and behavioral baselines. The framework promises scalable, expert-scripted epidemiological modeling suitable for evolving public health decisions while maintaining interpretability and mechanistic integrity.
Abstract
Epidemic modeling is essential for public health planning, yet traditional approaches rely on fixed model classes that require manual redesign as pathogens, policies, and scenario assumptions evolve. We introduce EPIAGENT, an agentic framework that automatically synthesizes, calibrates, verifies, and refines epidemiological simulators by modeling disease progression as an iterative program synthesis problem. A central design choice is an explicit epidemiological flow graph intermediate representation that links scenario specifications to model structure and enables strong, modular correctness checks before code is generated. Verified flow graphs are then compiled into mechanistic models supporting interpretable parameter learning under physical and epidemiological constraints. Evaluation on epidemiological scenario case studies demonstrates that EPIAGENT captures complex growth dynamics and produces epidemiologically consistent counterfactual projections across varying vaccination and immune escape assumptions. Our results show that the agentic feedback loop prevents degeneration and significantly accelerates convergence toward valid models by mimicking professional expert workflows.
