LLMs Guide ODE Discovery for Rare Diseases from Aggregate Data
Summary
AgentODE, a new framework, uses LLMs to propose ODE structures and a tool-augmented agent to refine parameter distributions from population-level summary statistics. This enables mechanistic modeling for rare diseases with scarce, noisy data, recovering consistent ODE structures where individual-level data methods fail.
Why it matters
Professionals in healthcare, particularly those involved in rare disease research and drug development, can leverage this framework to build interpretable mechanistic models from limited, privacy-sensitive data, accelerating understanding and therapeutic strategies.
How to implement this in your domain
- 1Explore AgentODE for developing mechanistic models in rare disease research or other data-scarce biological systems.
- 2Investigate using LLMs to generate initial ODE structures based on domain knowledge and existing literature.
- 3Apply tool-augmented inference agents to refine model parameters using only population-level summary statistics to maintain privacy.
- 4Compare AgentODE's structure discovery and parameter inference capabilities against traditional methods when working with limited and noisy data.
Who benefits
Key takeaways
- AgentODE enables LLM-guided ODE discovery and parameter inference from aggregate data.
- It addresses challenges of data scarcity, noise, and privacy in rare disease modeling.
- Reasoning from summary statistics can yield more mechanistically principled models than individual-level data in sparse settings.
- The framework offers a new approach for interpretable mechanistic modeling in sensitive domains.
Original post by Hanning Yang, Meropi Karakioulaki, Lennart Purucker, Tim Litwin, Cristina Has, Moritz Hess
"arXiv:2607.00733v1 Announce Type: new Abstract: Mechanistic modeling via ordinary differential equations (ODEs) provides interpretable descriptions of complex dynamics and enables inference of underlying mechanisms, which is particularly valuable in clinical settings. However, in…"
View on XOriginally posted by Hanning Yang, Meropi Karakioulaki, Lennart Purucker, Tim Litwin, Cristina Has, Moritz Hess on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
Human Feedback Guides Generative Meta-Learning for Robust Generalization.
This paper introduces Generative Meta-Learning with Human Feedback (GMHF), a framework that uses expert intuition to guide data synthesis and bridge the domain gap for machine learning models. GMHF employs a Conditional Neural ODE as a generative digital twin and an RL agent to refine latent physical parameters based on feedback, significantly reducing deployment loss and improving generalization under distribution shifts.
Valdi: Value Diffusion World Models for MPC
Valdi introduces Value Diffusion World Models, combining end-to-end online training for Model Predictive Control (MPC) with a latent diffusion dynamics model. Preliminary experiments show that Valdi, using a single diffusion step, matches deterministic MLP baselines in the CarRacing environment, highlighting a trade-off between predictive multimodality and control performance.
Task-Aware LLM Quantization Improves Efficiency and Performance.
This paper introduces TASA (Task-Aware Sensitivity Analysis), a two-level framework for mixed-precision quantization of large language models (LLMs) that optimizes calibration data composition and bit allocation. TASA addresses the "Perplexity Illusion" and the "Alignment-Diversity Tradeoff," enabling 3.5-bit models to match or surpass 4-bit baselines by jointly considering perplexity and reasoning-oriented sensitivity.