Improving LLM Agent Planning with In-Context Learning via Atomic Fact Augmentation and Lookahead Search
Samuel Holt, Max Ruiz Luyten, Thomas Pouplin, and Mihaela van der Schaar

TL;DR
This paper presents a novel LLM agent framework that enhances planning and decision-making in complex environments by extracting atomic facts from interactions, augmenting prompts, and performing lookahead search without fine-tuning.
Contribution
The work introduces a new method combining atomic fact extraction, prompt augmentation, and recursive lookahead search to improve LLM agent planning without model fine-tuning.
Findings
Improved performance on TextFrozenLake and ALFWorld tasks.
Enhanced adaptability through online experience accumulation.
Better decision-making via fact-based abstraction and simulation.
Abstract
Large Language Models (LLMs) are increasingly capable but often require significant guidance or extensive interaction history to perform effectively in complex, interactive environments. Existing methods may struggle with adapting to new information or efficiently utilizing past experiences for multi-step reasoning without fine-tuning. We introduce a novel LLM agent framework that enhances planning capabilities through in-context learning, facilitated by atomic fact augmentation and a recursive lookahead search. Our agent learns to extract task-critical ``atomic facts'' from its interaction trajectories. These facts dynamically augment the prompts provided to LLM-based components responsible for action proposal, latent world model simulation, and state-value estimation. Planning is performed via a depth-limited lookahead search, where the LLM simulates potential trajectories and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Artificial Intelligence in Healthcare and Education
