paper-with-me

홈 › Papers

Not All Turns Matter: Credit Assignment for Multi-Turn Jailbreaking

2026-05-09 · Zhida He, Xiaoyu Wen, Han Qi, Ziyuan Zhou, Peng Yu, Xingcheng Xu, Dongrui Liu, Xia Hu, Chaochao Lu, Qiaosheng Zhang arxiv

Deploying LLMs in multi-turn dialogues facilitates jailbreak attacks that distribute harmful intent across seemingly benign turns. Recent training-based multi-turn jailbreak methods learn long-horizon attack strategies from interaction feedback, but often rely on coarse trajectory-level outcome signals that broadcast uniformly to every turn. However, we find that turn-level contributions in multi-turn jailbreaking are non-uniform, phase-dependent, and target-specific. Such coarse outcome supervision induces a credit assignment problem, leading to over-rewarding redundant turns in successful trajectories and under-crediting useful intermediate turns in failed ones. To address this, we propose TRACE, a turn-aware credit assignment framework for reinforcement learning (RL)-based multi-turn jailbreaking. For successful trajectories, TRACE estimates turn-level contributions via leave-one-turn-out semantic masking; for failed ones, TRACE assigns penalties based on prompt harmfulness and semantic relevance, with an additional local refusal-aware penalty. Furthermore, we reuse the attack-side credit signal for multi-turn defense alignment. Extensive experiments on open-source and closed-source targets show that TRACE achieves strong overall performance in effectiveness, transferability, and efficiency, yielding about a 25% relative improvement in attack success rate over the strongest RL baseline while also improving the safety-utility balance when reused for defense alignment.

📄 PDF Abstract BibTeX arXiv:2605.08778

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ICA: Information-Aware Credit Assignment for Visually Grounded Long-Horizon Information-Seeking Agents

2026-02-11 · Cong Pang, Xuyu Feng, Yujie Yi, Zixuan Chen 외 arxiv

Despite the strong performance achieved by reinforcement learning-trained information-seeking agents, learning in open-ended web environments remains severely constrained by low signal-to-noise feedback. Text-based parse…

Reinforcement Learning

Self-Induced Outcome Potential: Turn-Level Credit Assignment for Agents without Verifiers

2026-05-06 · Senkang Hu, Yong Dai, Xudong Han, Zhengru Fang 외 arxiv

Long-horizon LLM agents depend on intermediate information-gathering turns, yet training feedback is usually observed only at the final answer, because process-level rewards require high-quality human annotation. Existin…

MURPHY: Feedback-Aware GRPO with Retrospective Credit Assignment for Multi-Turn Code Generation

2025-11-11 · Chanakya Ekbote, Vijay Lingam, Sujay Sanghavi, Jun Huan 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a standard recipe for post-training LLMs on reasoning tasks, with Group Relative Policy Optimization (GRPO) emerging as a leading approach. However, GRPO a…

Reinforcement LearningCode Generation

Synthetic Returns for Long-Term Credit Assignment

2021-02-24 · David Raposo, Sam Ritter, Adam Santoro, Greg Wayne 외

Since the earliest days of reinforcement learning, the workhorse method for assigning credit to actions over time has been temporal-difference (TD) learning, which propagates credit backward timestep-by-timestep. This ap…

AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning

2026-08-06 · Zi-Han Wang, Zhengxi Lu, Zhiyuan Yao, Jinyang Wu 외 hf

Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic task…

Reinforcement Learning