Align While Search: Belief-Guided Exploratory Inference for World-Grounded Embodied Agents
Seohui Bae, Jeonghye Kim, Youngchul Sung, Woohyung Lim
TL;DR
Align While Search (AWS) tackles exploratory decision making under partial observability by maintaining a structured, test-time belief over environment structure and object locations. It uses a Bayesian-inspired, amortized belief updater implemented via prompting an LLM and selects actions by maximizing expected information gain in belief space, all without gradient updates or additional training. Across ALFWorld, VirtualHome, and BabyAI, AWS achieves improved success–cost trade-offs and strong generalization to larger or multimodal settings, outperforming inference-time and training-time baselines while keeping overhead manageable. The approach demonstrates that posterior-guided exploration can robustly align with latent world states, paving the way for scalable, adaptable embodied agents.
Abstract
In this paper, we propose a test-time adaptive agent that performs exploratory inference through posterior-guided belief refinement without relying on gradient-based updates or additional training for LLM agent operating under partial observability. Our agent maintains an external structured belief over the environment state, iteratively updates it via action-conditioned observations, and selects actions by maximizing predicted information gain over the belief space. We estimate information gain using a lightweight LLM-based surrogate and assess world alignment through a novel reward that quantifies the consistency between posterior belief and ground-truth environment configuration. Experiments show that our method outperforms inference-time scaling baselines such as prompt-augmented or retrieval-enhanced LLMs, in aligning with latent world states with significantly lower integration overhead.
