paper-with-me

Papers

PAIR: Prefix-Aware Internal Reward Model for Multi-Turn Agent Optimization

2026-05-18 · Wonjoong Kim, Yeonjun In, Sangwu Park, Dongha Lee, Chanyoung Park arxiv

A significant hurdle for current LLMs is the execution of complex, multi-stage tasks. Group Relative Policy Optimization (GRPO) has been emerging as a leading choice, but its reliance on sparse outcome rewards severely limits credit assignment across intermediate steps. Existing remedies such as running full rollouts to assign step-level advantages, calling external LLM judges at each step, or computing intrinsic rewards that require ground-truth answers at every evaluation introduce significant costs or practical constraints. We hypothesize that internal correctness probing over LLM hidden states can be repurposed as a step-level reward signal, potentially addressing all of these limitations at once. However, existing probing research assumes clean inputs, and we first show that this assumption breaks down in multi-step settings: hidden-state probes degrade severely under prefix contamination tracking coherence with the (possibly corrupted) prefix rather than grounded correctness, while attention-based features remain robust to contamination but underperform on clean prefixes. Building on this complementary relationship, we propose the Prefix-Aware Internal Reward (PAIR), a two-stage model with a frozen hidden-state probe estimating belief-consistency and a lightweight attention-based head correcting it toward grounded correctness. Experimental results show that PAIR achieves the highest AUROC on contaminated trajectories while operating at negligible inference cost, enabling dense step-level reward signals for GRPO training without external model calls, ground-truth dependencies, or full-trajectory rollouts.

📄 PDF Abstract BibTeX arXiv:2605.17877

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting Prefix Bias in LLM-based Reward Models

2025-05-13 · Ashwin Kumar, Yuzi He, Aram H. Markosyan, Bobbie Chern 외

Reinforcement Learning with Human Feedback (RLHF) has emerged as a key paradigm for task-specific fine-tuning of language models using human preference data. While numerous publicly available preference datasets provide …

Data AugmentationFairness

Difficulty-Aware Semantic-ID Optimization for Generative Recommendation

2026-08-20 · Xin Yu, Stephen Li, Sina Aghaei, Zifan Zhu 외 arxiv

Semantic-ID-based generative recommendation casts retrieval and ranking as autoregressive generation over hierarchical item identifiers. A common recipe is SFT followed by GRPO, yet vanilla GRPO is poorly matched to this…

From Shallow to Deep: Pinning Semantic Intent via Causal GRPO

2026-03-03 · Shuyi Zhou, Zeen Song, Wenwen Qiang, Jiyan Sun 외 arxiv

Large Language Models remain vulnerable to adversarial prefix attacks (e.g., ``Sure, here is'') despite robust standard safety. We diagnose this vulnerability as Shallow Safety Alignment, stemming from a pathology we ter…

Verifiable Counterfactual Supervision for Process Reward Models

2026-05-04 · Yinghui Chi, Yuanhong Wang arxiv

Process reward models (PRMs) require supervision that identifies not only whether a reasoning trajectory is correct, but also where the reasoning process first becomes unsupported by its prefix. We frame this requirement…

Logical Reasoning

From Correctness to Utility: Gain-Based Prefix Evaluation for LLM Reasoning

2026-06-05 · Yuhang Zhou, Yixin Cao, Guangnan Ye arxiv

Reasoning prefixes shape the future trajectory of LLM problem solving, yet existing process reward models usually evaluate them through local step correctness. We argue that correctness is a useful but indirect proxy for…

Reinforcement LearningMathematical Reasoning