pith. sign in

arxiv: 2602.18266 · v2 · pith:NRYVWSUNnew · submitted 2026-02-20 · 💻 cs.LG

A Probabilistic Framework for LLM-Based Model Discovery

classification 💻 cs.LG
keywords modelsdiscoverymodelprobabilisticllm-basedapproachescandidatedata
0
0 comments X
read the original abstract

Automated methods for discovering mechanistic simulator models from observational data offer a promising path toward accelerating scientific progress. Such methods often take the form of agentic-style iterative workflows that repeatedly propose and revise candidate models by imitating human discovery processes. However, existing LLM-based approaches typically implement such workflows via hand-crafted heuristic procedures, without an explicit probabilistic formulation. We recast model discovery as probabilistic inference, i.e., as sampling from an unknown distribution over mechanistic models capable of explaining the data. This perspective provides a unified way to reason about model proposal, refinement, and selection within a single inference framework. As a concrete instantiation of this view, we introduce ModelSMC, an algorithm based on Sequential Monte Carlo sampling. ModelSMC represents candidate models as particles which are iteratively proposed and refined by an LLM, and weighted using likelihood-based criteria. Experiments on real-world scientific systems illustrate that this formulation discovers models with interpretable mechanisms and improves posterior predictive checks. More broadly, this perspective provides a probabilistic lens for understanding and developing LLM-based approaches to model discovery.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Simulate, Reason, Decide: Scientific Reasoning with LLMs for Simulation-Driven Decision Making

    cs.AI 2026-06 unverdicted novelty 6.0

    MechSim is a mechanism-grounded framework that represents simulators via structured schemas and uses constrained LLM agents to generate evidence-based explanations linking outcomes to underlying mechanisms.