ProPlay: Procedural World Models for Self-Evolving LLM Agents
TLDR
ProPlay introduces a procedural world model that abstracts trajectories into a graph for preplay simulation, enabling self-evolving LLM agents to improve through interaction.
Reasoning
Strengths: novel procedural abstraction and graph-based world model for self-evolution, with clear methodology and code release. Weaknesses: abstract lacks specific benchmark results and real-world task details, limiting assessment of generalizability.
Read-first score
Read-first score 64.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 35.
Field roles
Rank sensitivity
Stability: volatile; rank range: 503.
Keyword Scores
Deep Analysis
Innovations
- Procedural world model that supports procedure-level preplay for self-evolving LLM agents
- Procedure graph that captures causal transitions among task stages with reliability record embeddings
- Closing the loop between memory and planning by refining internal understanding of environment dynamics through interaction
Methodology
ProPlay introduces a procedural world model that abstracts successful trajectories into procedures and organizes them in a procedure graph, where each transition is associated with a reliability record embedding to estimate task-specific contribution from past outcomes. Before each episode, the agent simulates future procedural trajectories over known graph structures as structured soft guidance; after execution, it refines the graph using environment feedback. The approach is evaluated on public benchmarks against strong baselines.
Key Results
Experiments on public benchmarks show that ProPlay consistently improves environment understanding and self-evolution capability over strong baselines.