AILGSep 27, 2025

Understanding and Enhancing the Planning Capability of Language Models via Multi-Token Prediction

arXiv:2509.23186v13 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the transitivity bottleneck in language models for planning tasks, offering incremental improvements to enhance structural awareness.

The paper tackled the problem of large language models struggling with learning transitive relations for complex planning by investigating the Multi-Token Prediction paradigm, and the result was that proposed enhancements significantly improved path-planning capability, as validated on synthetic graphs and the Blocksworld benchmark.

Large Language Models (LLMs) have achieved impressive performance across diverse tasks but continue to struggle with learning transitive relations, a cornerstone for complex planning. To address this issue, we investigate the Multi-Token Prediction (MTP) paradigm and its impact to transitive relation learning. We theoretically analyze the MTP paradigm using a Transformer architecture composed of a shared output head and a transfer layer. Our analysis reveals that the transfer layer gradually learns the multi-step adjacency information, which in turn enables the backbone model to capture unobserved transitive reachability relations beyond those directly present in the training data, albeit with some inevitable noise in adjacency estimation. Building on this foundation, we propose two strategies to enhance the transfer layer and overall learning quality: Next-Token Injection (NTI) and a Transformer-based transfer layer. Our experiments on both synthetic graphs and the Blocksworld planning benchmark validate our theoretical findings and demonstrate that the improvements significantly enhance the model's path-planning capability. These findings deepen our understanding of how Transformers with MTP learn in complex planning tasks, and provide practical strategies to overcome the transitivity bottleneck, paving the way toward structurally aware and general-purpose planning models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes