English

LeAct: Learning to Reason from Expert Actions

Machine Learning 2026-07-23 v1 Artificial Intelligence Computation and Language

Abstract

Modern reasoning models depend on reasoning data, today sourced from human annotations or distilled from stronger LLMs. However, a rich and largely untapped source of supervision lies in expert systems (e.g., game engines, classical planners, theorem provers), which routinely produce near-optimal actions across diverse domains. But these experts are silent: they commit to an action without writing down the chain of thought (CoT) behind it. Recovering that CoT as natural-language reasoning would distill expert knowledge into a student that generalizes beyond the demonstrated actions. We treat it as a latent variable and study how to recover it from the action alone. Our approach, LeAct (Learning to reason from Actions), optimizes this latent variable: the student samples candidate CoTs for each expert action, and we retain those that measurably improve its own probability of recovering the action. Across imperfect-information games at multiple scales and a simulated robotics benchmark, LeAct reaches the solver's numerical floor on small enumerable games. At larger scale, it is 5×5\times closer to the solver than the strongest expert-iteration baseline. At Flop Hold'em (109\sim 10^9 infosets), LeAct wins head-to-head by +60+60 mbb/g, and on the robotics probe it is the only training recipe that improves on direct imitation. We present a principled framework and the result: expert systems become a categorically new source of reasoning teachers for foundation models.

Cite

@article{arxiv.2607.21856,
  title  = {LeAct: Learning to Reason from Expert Actions},
  author = {Ziran Yang and Chengshuai Shi and Raj Ghugare and Benjamin Eysenbach and Karthik Narasimhan and Chi Jin},
  journal= {arXiv preprint arXiv:2607.21856},
  year   = {2026}
}

Comments

27 pages, 3 figures, 11 tables