Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

Language Agents Meet Causality -- Bridging LLMs and Causal World Models

arXiv 24.10 2024 61.4 method

TLDR

Integrates causal representation learning with LLMs to build a causal world model for causally-aware reasoning and planning.

Reasoning

The paper presents a novel framework combining causal representation learning with LLMs, using a causal world model as an interactive simulator. Strengths include clear methodology and demonstrated improvement over LLM-only reasoners, especially for longer planning horizons. Weaknesses are the lack of real-world evaluation and limited task scope.

Read-first score

Read-first score 61.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 41.

Recency 8%
75.1

Uses a gentle age decay so recent papers surface without erasing older foundations. 2024

Reproducibility 25%
73

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=github

Topical relevance 42%
58.6

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Methodology quality 25%
50

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=experiment

Field roles

Reproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 221.

Keyword Scores

world model
10
world simulator
9
interactive world model
8
world dynamics prediction
7
generative world model
4
model-based reinforcement learning world model
3
video world model
0

Deep Analysis

Innovations

  • Integration of causal representation learning (CRL) with LLMs for causally-aware reasoning and planning
  • Learning a causal world model with causal variables linked to natural language expressions, enabling LLM to query and interact with it as a simulator
  • Bridging LLMs and causal world models to improve planning, especially for longer planning horizons

Methodology

The framework learns a causal world model from the environment, where causal variables are mapped to natural language expressions. This mapping allows LLMs to process and generate descriptions of actions and states in text form, and the causal world model acts as a simulator that the LLM can query and interact with. The approach is evaluated on causal inference and planning tasks across different temporal scales and environmental complexities.

Key Results

The causally-aware method outperforms LLM-based reasoners, especially for longer planning horizons.

Tags