paper-with-me

홈 › Papers

Correct Is Not Enough: Training Reasoning Planners with Executor-Grounded Rewards

2026-05-05 · Tianyang Han, Hengyu Shi, Junjie Hu, Xu Yang, Zhiling Wang, Junhao Su arxiv

Reinforcement learning with verifiable rewards has become a common way to improve explicit reasoning in large language models, but final-answer correctness alone does not reveal whether the reasoning trace is faithful, reliable, or useful to the model that consumes it. This outcome-only signal can reinforce traces that are right for the wrong reasons, overstate reasoning gains by rewarding shortcuts, and propagate flawed intermediate states in multi-step systems. To this end, we propose TraceLift, a planner-executor training framework that treats reasoning as a consumable intermediate artifact. During planner training, the planner emits tagged reasoning. A frozen executor turns this reasoning into the final artifact for verifier feedback, while an executor-grounded reward shapes the intermediate trace. This reward multiplies a rubric-based Reasoning Reward Model (RM) score by measured uplift on the same frozen executor, crediting traces that are both high-quality and useful. To make reasoning quality directly learnable, we introduce TRACELIFT-GROUPS, a rubric-annotated reason-only dataset built from math and code seed problems. Each example is a same-problem group containing a high-quality reference trace and multiple plausible flawed traces with localized perturbations that reduce reasoning quality or solution support while preserving task relevance. Extensive experiments on code and math benchmarks show that this executor-grounded reasoning reward improves the two-stage planner-executor system over execution-only training, suggesting that reasoning supervision should evaluate not only whether a trace looks good, but also whether it helps the model that consumes it. Our code is available at: https://github.com/MasaiahHan/TraceLift

📄 PDF Abstract BibTeX arXiv:2605.03862

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Mastermind: Strategy-grounded Learning for Repository-Scale Vulnerability Reproduction

2026-07-02 · Mingzhe Du, Luu Anh Tuan, Tianyi Wu, Renyang Liu 외 arxiv

Repository-level vulnerability reproduction is a demanding software engineering (SE) task: an agent must inspect a codebase, infer the input grammar that reaches a vulnerable path, construct a proof-of-conceptv(PoC), and…

Reasoning Like Program Executors

2022-01-27 · Xinyu Pi, Qian Liu, Bei Chen, Morteza Ziyadi 외

Reasoning over natural language is a long-standing goal for the research community. However, studies have shown that existing language models are inadequate in reasoning. To address the issue, we present POET, a novel re…

Logical ReasoningMathQuestion Answering

SIMMER: Benchmarking Latent Failures in LLM Executable Planning with a World Model

2026-06-12 · Xiaoxin Lu, Ranran Haoran Zhang, Rui Zhang arxiv

Large language models (LLMs) are increasingly deployed as planners for autonomous agents in household environments. While existing benchmarks evaluate whether LLM-generated plans execute successfully, they overlook a cri…

Latent-DARM: Bridging Discrete Diffusion And Autoregressive Models For Reasoning

2026-03-10 · Lina Berrayana, Ahmed Heakl, Abdullah Sohail, Thomas Hofmann 외 arxiv

Most multi-agent systems rely exclusively on autoregressive language models (ARMs) that are based on sequential generation. Although effective for fluent text, ARMs limit global reasoning and plan revision. On the other …

Language-Vision Planner and Executor for Text-to-Visual Reasoning

2025-06-09 · Yichang Xu, Gaowen Liu, Ramana Rao Kompella, Sihao Hu 외

The advancement in large language models (LLMs) and large vision models has fueled the rapid progress in multi-modal visual-text reasoning capabilities. However, existing vision-language models (VLMs) to date suffer from…

In-Context LearningMMETask PlanningVisual Reasoning