paper-with-me

홈 › Papers

Guiding Language Model Reasoning with Planning Tokens

2023-10-09 · Xinyi Wang, Lucas Caccia, Oleksiy Ostapenko, Xingdi Yuan, William Yang Wang, Alessandro Sordoni

Large language models (LLMs) have recently attracted considerable interest for their ability to perform complex reasoning tasks, such as chain-of-thought (CoT) reasoning. However, most of the existing approaches to enhance this ability rely heavily on data-driven methods, while neglecting the structural aspects of the model's reasoning capacity. To encourage a more structural generation of CoT steps, we propose a hierarchical generation scheme: we let the LM generate a planning token at the start of each reasoning step, intuitively serving as a high-level plan of the current step, and add their embeddings to the model parameters. Our approach requires a negligible increase in trainable parameters (0.001%) and can be applied through either full fine-tuning or a more parameter-efficient scheme. We demonstrate our method's effectiveness by applying it to three different LLMs, showing notable accuracy improvements across three math word problem datasets and one multihop QA dataset with respect to standard fine-tuning baselines.

📄 PDF Abstract BibTeX arXiv:2310.05707

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMathmodel

Similar Papers 제목 키워드 기반

Semformer: Transformer Language Models with Semantic Planning

2024-09-17 · Yongjing Yin, Junran Ding, Kai Song, Yue Zhang

Next-token prediction serves as the dominant component in current neural language models. During the training phase, the model employs teacher forcing, which predicts tokens based on all preceding ground truth tokens. Ho…

In-Context LearningLanguage ModelingLanguage Modelling

Beyond Imitation: Reinforcement Learning for Active Latent Planning

2026-01-29 · Zhi Zheng, Wee Sun Lee arxiv

Aiming at efficient and dense chain-of-thought (CoT) reasoning, latent reasoning methods fine-tune Large Language Models (LLMs) to substitute discrete language tokens with continuous latent tokens. These methods consume …

Reinforcement Learning

An Extensive Evaluation of PDDL Capabilities in off-the-shelf LLMs

2025-02-27 · Kaustubh Vyas, Damien Graux, Sébastien Montella, Pavlos Vougiouklis 외

In recent advancements, large language models (LLMs) have exhibited proficiency in code generation and chain-of-thought reasoning, laying the groundwork for tackling automatic formal planning tasks. This study evaluates …

Code Generation

DeepPlanner: Scaling Planning Capability for Deep Research Agents via Advantage Shaping

2025-10-14 · Wei Fan, Wenlin Yao, Zheng Li, Feng Yao 외 arxiv

Large language models (LLMs) augmented with multi-step reasoning and action generation abilities have shown promise in leveraging external tools to tackle complex tasks that require long-horizon planning. However, existi…

Reinforcement Learning

WebUncertainty: Dual-Level Uncertainty Driven Planning and Reasoning For Autonomous Web Agent

2026-04-20 · Lingfeng Zhang, Yongan Sun, Jinpeng Hu, Hui Ma 외 arxiv

Recent advancements in large language models (LLMs) have empowered autonomous web agents to execute natural language instructions directly on real-world webpages. However, existing agents often struggle with complex task…