PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs
TLDR
PathWise uses a world model agent for heuristic rollouts in a multi-agent LLM framework to automate heuristic design for combinatorial optimization.
Reasoning
The paper introduces a novel multi-agent reasoning framework with a world model for state-aware planning, which is a strength. However, the abstract lacks details on the world model's implementation and scalability, and the evaluation is limited to combinatorial optimization problems.
Read-first score
Read-first score 31.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 19.
Field roles
Rank sensitivity
Stability: volatile; rank range: 73.
Keyword Scores
Deep Analysis
Innovations
- Formulating heuristic generation as a sequential decision process over an entailment graph that serves as a compact, stateful memory of the search trajectory
- Multi-agent reasoning framework with a policy agent for planning, a world model agent for heuristic rollouts, and critic agents for routed reflections
- Shifting LLM-based automated heuristic design from trial-and-error evolution to state-aware planning through reasoning
Methodology
PathWise employs a multi-agent framework where a policy agent plans evolutionary actions, a world model agent generates heuristic rollouts conditioned on those actions, and critic agents provide routed reflections summarizing lessons from prior steps. The system operates over an entailment graph that acts as a stateful memory, enabling the reuse or avoidance of derivation information across generations. This approach formulates heuristic generation as a sequential decision process, moving beyond fixed evolutionary rules and static prompt templates.
Key Results
Experiments across diverse combinatorial optimization problems show that PathWise converges faster to better heuristics, generalizes across different LLM backbones, and scales to larger problem sizes.