paper-with-me

Papers

Agentic Reinforcement Learning for Search Misaligns Instruction-Tuning

2025-10-20 · Yushi Yang, Shreyansh Padarha, Sarah Ball, Andrew Lee, Adam Mahdi arxiv

Agentic reinforcement learning (RL) trains large language models to use tools, but its impact on alignment is poorly understood. We study how agentic RL for search affects the alignment of instruction-tuned (IT) models. We find that RL-trained models inherit refusal reasoning by deflecting harmful requests into benign search queries, but this breaks down under a simple diagnostic trigger that elicits a search call before refusal can occur. Under this condition, RL models produce multi-step unsafe search actions and reasoning, reducing search query safety by up to 68.6% in Qwen and Llama models relative to their IT counterparts. The effect generalises across model families, scales, and RL algorithms. To understand why, we identify linear directions in the residual stream that control search query safety, and show that RL training progressively shifts search behaviour toward the harmful end of this direction. We thus propose representation-guided RL training, which adds a reward penalty based on projection toward the harmful search direction. Training on benign data alone, it restores IT-level alignment without reducing task accuracy and requires no additional training data. Together, our work provides the first framework for diagnosing, mechanistically analysing, and mitigating alignment degradation in agentic RL for search.

📄 PDF Abstract BibTeX arXiv:2510.17431

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

IH-Challenge: A Training Dataset to Improve Instruction Hierarchy on Frontier LLMs

2026-03-11 · Chuan Guo, Juan Felipe Ceron Uribe, Sicheng Zhu, Christopher A. Choquette-Choo 외 arxiv

Instruction hierarchy (IH) defines how LLMs prioritize system, developer, user, and tool instructions under conflict, providing a concrete, trust-ordered policy for resolving instruction conflicts. IH is key to defending…

Reinforcement Learning

KAT-Coder Technical Report

2025-10-21 · Zizheng Zhan, Ken Deng, Jinghui Wang, Xiaojiang Zhang 외 arxiv

Recent advances in large language models (LLMs) have enabled progress in agentic coding, where models autonomously reason, plan, and act within interactive software development workflows. However, bridging the gap betwee…

TaskCraft: Automated Generation of Agentic Tasks

2025-06-11 · Dingfeng Shi, Jingyi Cao, Qianben Chen, Weichen Sun 외

Agentic tasks, which require multi-step problem solving with autonomy, tool use, and adaptive reasoning, are becoming increasingly central to the advancement of NLP and AI. However, existing instruction data lacks tool i…

Visual Agentic Reinforcement Fine-Tuning

2025-05-20 · Ziyu Liu, Yuhang Zang, Yushan Zou, Zijian Liang 외

A key trend in Large Reasoning Models (e.g., OpenAI's o3) is the native agentic ability to use external tools such as web browsers for searching and writing/executing code for image manipulation to think with images. In …

Image Manipulation

AGENTIF: Benchmarking Instruction Following of Large Language Models in Agentic Scenarios

2025-05-22 · Yunjia Qi, Hao Peng, Xiaozhi Wang, Amy Xin 외

Large Language Models (LLMs) have demonstrated advanced capabilities in real-world agentic applications. Growing research efforts aim to develop LLM-based agents to address practical demands, introducing a new challenge:…

BenchmarkingInstruction Following