Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Fact-Augmented Lookahead Planning for LLM Agents

About

Large Language Models (LLMs) are increasingly capable, but LLM agents still struggle to plan effectively in interactive, partially observable, long-horizon environments when search is unguided or recent history is insufficient. We introduce LWM-Planner, a fact-augmented lookahead planning framework that improves agent behavior purely through in-context learning. After each episode, the agent extracts task-critical atomic facts from its trajectories, validates candidates with a lightweight predictive-consistency filter (and optionally compresses them), and uses the resulting fact set to condition action proposal, single-step latent world-model simulation, and state-value estimation. Planning then proceeds via recursive, depth-limited lookahead over candidate trajectories conditioned on the accumulated facts and recent history, enabling online improvement without parameter updates. We provide abstraction-style motivation: treating facts as reducing state aliasing (proxy $\epsilon_{\mathrm{sim}}$) and fact-conditioned simulation as lowering one-step error (proxy $\delta_{\mathrm{model}}$), without claiming formal guarantees. Empirically, on text FrozenLake variants, CrafterMini, and ALFWorld, the approach improves cumulative return over ReAct/Reflexion and search-only baselines, suggesting that additional test-time search is most useful when grounded by compact, experience-derived facts.

Samuel Holt, Max Ruiz Luyten, Thomas Pouplin, Mihaela van der Schaar• 2025

Related benchmarks

TaskDatasetResultRank
Embodied Task CompletionALFWorld-B
Cumulative Return22.89
7
Embodied Task CompletionCrafter 5×5 Mini
Cumulative Return150.3
7
Embodied Task CompletionTextFrozenLake 4×4; h=0.9
Cumulative Return31.8
7
Embodied Task CompletionALFWorld-A
Normalized Success Rate100
5
Embodied Task CompletionALFWorld-B
Normalized Success Rate100
5
Embodied Task CompletionALFWorld-C
Normalized Success Rate100
5
Embodied Task PlanningALFWorld (134 evaluation environments)
Cumulative Return10.42
5
Environment Task CompletionCrafterMini 5x5
Normalized Success Rate100
5
LLM Agent PlanningMain benchmark suite TextFrozenLake, CrafterMini, ALFWorld-A/B/C
Aggregate Normalised Success Rate100
5
Sequential Decision MakingALFWorld (134 evaluation tasks)
Normalized Success Rate71.5
5
Showing 10 of 17 rows

Other info

Follow for update