paper-with-me

Papers

Agent Safety Alignment via Reinforcement Learning

2025-07-11 · Zeyang Sha, Hanling Tian, Zhuoer Xu, Shiwen Cui, Changhua Meng, Weiqiang Wang arxiv

The emergence of autonomous Large Language Model (LLM) agents capable of tool usage has introduced new safety risks that go beyond traditional conversational misuse. These agents, empowered to execute external functions, are vulnerable to both user-initiated threats (e.g., adversarial prompts) and tool-initiated threats (e.g., malicious outputs from compromised tools). In this paper, we propose the first unified safety-alignment framework for tool-using agents, enabling models to handle both channels of threat via structured reasoning and sandboxed reinforcement learning. We introduce a tri-modal taxonomy, including benign, malicious, and sensitive for both user prompts and tool responses, and define a policy-driven decision model. Our framework employs a custom-designed sandbox environment that simulates real-world tool execution and allows fine-grained reward shaping. Through extensive evaluations on public and self-built benchmarks, including Agent SafetyBench, InjecAgent, and BFCL, we demonstrate that our safety-aligned agents significantly improve resistance to security threats while preserving strong utility on benign tasks. Our results show that safety and effectiveness can be jointly optimized, laying the groundwork for trustworthy deployment of autonomous LLM agents.

📄 PDF Abstract BibTeX arXiv:2507.08270

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RUBAS: Rubric-Based Reinforcement Learning for Agent Safety

2026-06-02 · Xian Qi Loye, Qinglin Su, Zhexin Zhang, Shiyao Cui 외 arxiv

The evolution of LLMs into tool-enabled agents creates a new class of safety challenges associated with real-world execution rather than simple text generation. Existing alignment methods often rely on coarse refusal sig…

Reinforcement LearningText Generation

Lyapunov-Guided Self-Alignment: Test-Time Adaptation for Offline Safe Reinforcement Learning

2026-04-29 · Seungyub Han, Hyungjin Kim, Jungwoo Lee arxiv

Offline reinforcement learning (RL) agents often fail when deployed, as the gap between training datasets and real environments leads to unsafe behavior. To address this, we present SAS (Self-Alignment for Safety), a tra…

Reinforcement LearningTest-time AdaptationBayesian Inference

Agentic Reinforcement Learning for Search Misaligns Instruction-Tuning

2025-10-20 · Yushi Yang, Shreyansh Padarha, Sarah Ball, Andrew Lee 외 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. …

Reinforcement Learning

Chasing Moving Targets with Online Self-Play Reinforcement Learning for Safer Language Models

2025-06-09 · Mickel Liu, Liwei Jiang, Yancheng Liang, Simon Shaolei Du 외

Conventional language model (LM) safety alignment relies on a reactive, disjoint procedure: attackers exploit a static model, followed by defensive fine-tuning to patch exposed vulnerabilities. This sequential approach c…

Multi-agent Reinforcement LearningSafety Alignment

Embedded Safety-Aligned Intelligence via Differentiable Internal Alignment Embeddings

2025-12-20 · Harsh Rathva, Ojas Srivastava, Pruthwik Mishra arxiv

We introduce Embedded Safety-Aligned Intelligence (ESAI), a theoretical framework for multi-agent reinforcement learning that embeds alignment constraints directly into agents internal representations using differentiabl…

Multi-agent Reinforcement Learning