Aligning Agentic World Models via Knowledgeable Experience Learning

TL;DR

WorldMind aligns agentic world models via experiential learning, achieving 48.0% success rate on EB-ALFRED.

cs.CL 🔴 Advanced 2026-01-20 34 views
Baochang Ren Yunzhi Yao Rui Sun Shuofei Qiao Ningyu Zhang Huajun Chen
world models physical constraints knowledge alignment LLMs experiential learning

Key Findings

Methodology

WorldMind builds a World Knowledge Repository (WKR) with Process Experience for physical feasibility and Goal Experience for task optimization. It uses a Predict-Act-Verify loop with semantic abstraction and reflection modules.

Key Results

  • On EB-ALFRED, WorldMind improves success rate from 44.4% to 48.0% and goal-conditioned success from 50.4% to 54.1%.
  • On EB-Habitat, WorldMind achieves a 50.8% success rate, outperforming ReAct by 9.2%.
  • Cross-model experiments show significant transferability of WKR between GPT-3.5-turbo and GPT-4.1-mini.

Significance

This research addresses the 'physical hallucination' issue in LLMs, offering a dynamic alignment method without retraining. It bridges semantic reasoning and physical reality, advancing intelligent agent design.

Technical Contribution

Introduces a novel knowledge repository framework combining experiential learning with semantic abstraction and reflection, enabling dynamic physical constraint correction and task optimization.

Novelty

First to propose combining Process and Goal Experiences for world model alignment, avoiding reliance on static parameters, offering a fundamentally new approach.

Limitations

  • Depends on high-quality environmental feedback, limiting performance in uncertain environments.
  • Knowledge repository size and retrieval efficiency may become bottlenecks for long-term tasks.
  • Experiments are limited to household environments, leaving industrial or open-world applicability untested.

Future Work

Future directions include extending WKR to more complex environments and integrating multimodal inputs to enhance physical constraint adherence.

AI Executive Summary

Large Language Models (LLMs) excel in semantic reasoning but often fail in physical tasks, generating plans that are logically sound but physically unfeasible. Existing solutions rely on costly retraining, struggling to adapt to dynamic environments.

WorldMind introduces a novel framework that dynamically aligns world models by constructing a World Knowledge Repository (WKR). WKR combines Process Experience for physical feasibility and Goal Experience for task optimization, leveraging a Predict-Act-Verify loop to iteratively refine the model's understanding of physical constraints.

Experiments on EB-ALFRED and EB-Habitat benchmarks demonstrate significant improvements in success rates and cross-model transferability. This research paves the way for more intelligent, reliable agents while setting the stage for future multimodal alignment studies.

Deep Analysis

Background

Recent advances in LLMs have revolutionized semantic reasoning, but their inability to respect physical constraints remains a critical limitation. This 'physical hallucination' problem arises from a disconnect between semantic knowledge and procedural grounding. Existing methods rely on retraining or fine-tuning, which are resource-intensive and fail to adapt dynamically.

Core Problem

The core challenge is enabling LLMs to align their internal world models with physical reality without retraining. This requires addressing the dynamic and complex nature of physical constraints while introducing self-correction mechanisms during inference.

Innovation

Key innovations include: 1) A novel WKR framework combining Process and Goal Experiences for dynamic alignment; 2) A Predict-Act-Verify loop leveraging semantic abstraction and reflection to correct physical hallucinations; 3) A training-free inference mechanism that reduces computational costs while enhancing adaptability.

Methodology

  • �� Predict-Act-Verify Loop: The model predicts actions, executes them, and verifies outcomes against environmental feedback.
  • �� Process Experience: Captures physical constraints by abstracting and reflecting on prediction errors.
  • �� Goal Experience: Extracts high-level task strategies from successful trajectories to optimize future planning.
  • �� Knowledge Retrieval: Dynamically retrieves task-relevant knowledge to guide inference.

Experiments

Experiments were conducted on EB-ALFRED and EB-Habitat, covering five subsets: Base, Common Sense, Complex Instructions, Spatial Awareness, and Visual Appearance. Metrics include Success Rate (SR) and Goal-Conditioned Success (GC). Cross-model and cross-environment tests validated adaptability.

Results

WorldMind achieved a 48.0% success rate on EB-ALFRED and 50.8% on EB-Habitat, outperforming baselines. Cross-model experiments showed WKR transferability between GPT-3.5-turbo and GPT-4.1-mini, highlighting its generalizability.

Applications

WorldMind is applicable to tasks requiring dynamic physical constraint correction, such as household robotics, virtual assistants, and multimodal interaction systems.

Limitations & Outlook

The method relies on high-quality feedback and may struggle in uncertain environments. Repository size and retrieval efficiency could limit scalability in long-term tasks.

Plain Language Accessible to non-experts

Imagine you're cooking without a recipe and make mistakes like trying to boil soup without a pot. WorldMind acts like a smart assistant, observing your actions and correcting errors, such as reminding you to grab a pot first. It also remembers successful steps, like 'chop vegetables before frying,' to help you cook faster next time.

ELI14 Explained like you're 14

Think of playing a game where you have to cook. You might mess up, like trying to grab soup with your hands! WorldMind is like a game helper that says, 'Grab a spoon first!' It also remembers your winning moves so you can finish tasks faster next time. Cool, right?

Glossary

World Knowledge Repository

A dynamic repository storing physical constraints and task strategies.

Guides inference and decision-making.

Process Experience

Rules derived from prediction errors to enforce physical feasibility.

Used to correct physical hallucinations.

Goal Experience

High-level task strategies distilled from successful trajectories.

Optimizes task completion paths.

Predict-Act-Verify Loop

A dynamic correction mechanism using environmental feedback.

Core methodology component.

Physical Hallucination

Generating logically sound but physically unfeasible plans.

The core issue addressed in this paper.

Open Questions Unanswered questions from this research

  • 1 How can WKR be scaled to open-world environments?
  • 2 Can multimodal inputs further enhance physical constraint adherence?
  • 3 How can retrieval efficiency be optimized for real-time tasks?

Applications

Immediate Applications

Household Robotics

Helps robots complete complex tasks like cooking or cleaning in home environments.

Virtual Assistants

Enhances reasoning for physical-world tasks like shopping or navigation.

Long-term Vision

Multimodal Intelligent Systems

Develops general-purpose AI capable of adapting to complex physical environments.

Abstract

Current Large Language Models (LLMs) exhibit a critical modal disconnect: they possess vast semantic knowledge but lack the procedural grounding to respect the immutable laws of the physical world. Consequently, while these agents implicitly function as world models, their simulations often suffer from physical hallucinations-generating plans that are logically sound but physically unexecutable. Existing alignment strategies predominantly rely on resource-intensive training or fine-tuning, which attempt to compress dynamic environmental rules into static model parameters. However, such parametric encapsulation is inherently rigid, struggling to adapt to the open-ended variability of physical dynamics without continuous, costly retraining. To bridge this gap, we introduce WorldMind, a framework that autonomously constructs a symbolic World Knowledge Repository by synthesizing environmental feedback. Specifically, it unifies Process Experience to enforce physical feasibility via prediction errors and Goal Experience to guide task optimality through successful trajectories. Experiments on EB-ALFRED and EB-Habitat demonstrate that WorldMind achieves superior performance compared to baselines with remarkable cross-model and cross-environment transferability.

cs.CL cs.AI cs.CV cs.LG cs.MM