paper-with-me

Papers

Know When to Stop: Segment-Level Credit Assignment for Reducing Overthinking

2026-07-01 · Chia-Hsuan Lee, Sihui Dai, Mingyang Zhou, Isha Slavin, Shi-Xiong Zhang, Sambit Sahu, William Campbell arxiv

Reasoning language models frequently overthink: generating extended chains of behaviors such as hedging, approach abandonment, and self contradiction that consume tokens without improving answers. We show that these behaviors are not merely a consequence of length; even when controlling for response length, incorrect traces exhibit higher rates of unproductive self-reflection than correct ones. Addressing this requires identifying where self-reflection helps vs hurts, but obtaining these step-level annotations is costly. We observe that intermediate answer commitments within reasoning traces can provide a cheap proxy: by comparing each final answer candidate in the trace to the ground truth, we can determine whether subsequent reflection is productive without any additional supervision. Building on this insight, we propose DASH (Drift Aware advantage SHaping), which assigns segment-level credit based on whether each reasoning segment leads toward or away from correctness. On competition-level math benchmarks, DASH achieves the highest accuracy where overthinking is prevalent (Average Accuracy: 59.45% vs. 58.1% Dr.GRPO vs. 56.95% GRPO) while reducing overthinking behaviors and achieving more productive self-correction than baselines.

📄 PDF Abstract BibTeX arXiv:2607.00482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal valuation of American callable credit default swaps under drawdown of L\'evy insurance risk process

2020-04-27

This paper discusses the valuation of credit default swaps, where default is announced when the reference asset price has gone below certain level from the last record maximum, also known as the high-water mark or drawdo…

Reinforcement Learning for LLM-based Multi-Agent Systems through Orchestration Traces

2026-05-04 · Chenchen Zhang arxiv

As large language model (LLM) agents evolve from isolated tool users into coordinated teams, reinforcement learning (RL) must optimize not only individual actions but also how work is spawned, delegated, communicated, ag…

Reinforcement Learning

Knowing When to Ask: Segment-Level Credit Assignment for LLM Tool Use

2026-05-27 · Abhijit Kumar, Zoey Wu, Mohit Suley arxiv

Humans know when to reach for help e.g. $347 \times 28$ warrants a calculator while $2+2$ does not. Language models do not. Prompt-based approaches can instruct a model when to invoke tools, but this scaffolding does not…

TRIAGE: Role-Typed Credit Assignment for Agentic Reinforcement Learning

2026-06-30 · Yuanda Xu, Zhengze Zhou, Hejian Sang, Xiaomin Li 외 hf

Agentic reinforcement learning requires assigning credit to environment-facing actions such as searches, clicks, edits, navigation commands, and object interactions. Standard GRPO uses the final verifier outcome as a uni…

Reinforcement Learning

HISR: Hindsight Information Modulated Segmental Process Rewards For Multi-turn Agentic Reinforcement Learning

2026-03-19 · Zhicong Lu, Zichuan Lin, Wei Jia, Changyuan Tian 외 arxiv

While large language models excel in diverse domains, their performance on complex longhorizon agentic decision-making tasks remains limited. Most existing methods concentrate on designing effective reward models (RMs) t…

Reinforcement Learning