paper-with-me

홈 › Papers

StepGuard: Learning Step-Level Guardrails with Scalable Supervision and Safety-Utility Balancing

2026-08-25 · Zhijie Zheng, Yu Li, Chen Qian, Yuqian Fu, Yanwei Fu, Lu Sheng, Jing Shao, Dongrui Liu hf

LLM-based agents can interact with external environments through tool invocation, but this capability also introduces security risks such as file modification, information leakage, and unauthorized actions. Existing guardrails often evaluate completed trajectories, leaving pre-execution monitoring of step-level actions underexplored. We propose StepGuard, a step-level guard model that can audit completed agent trajectories and check tool actions before they are executed. To train StepGuard, we introduce StepGen, an automatic data engine that generates safe and unsafe trajectories with the same context but different actions at the risky step. To further reduce over-defense and under-defense, we propose Balance-GRPO, which dynamically balances learning between safe and unsafe actions based on their observed accuracy. Experiments show that StepGuard achieves the highest average accuracy among open-weight guard models, with performance comparable to GPT-5.4. When used to guard agents on AgentDojo and AgentDyn, StepGuard reduces mean attack success rate by 77.3% relative to the no-guard setting, while mean utility drops by only 2.8 percentage points.

📄 PDF Abstract BibTeX arXiv:2608.24777

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

StepGuard: Guarding Web Navigation via Single-Step Calibration

2026-06-16 · Zhihao Cui, Yuchen Zhang, Xiyang Sun, Yaxiong Wang 외 arxiv

Web navigation requires agents to follow natural language goals, interact with web pages, and produce accurate answers. While recent advances leverage vision-language models and reinforcement learning, existing methods s…

Reinforcement Learning

Defending Against Harmful Supervision Hidden in Benign Samples

2026-06-29 · Bang An, Yibo Yang, Dandan Guo, Ebtisam Alshehri 외 arxiv

Existing defenses are effective when harmful content is explicitly mixed into downstream fine-tuning data, but crafted samples can instead hide harmful supervision inside benign tasks. We propose Embedded Attack, where h…

GroundedPRM: Tree-Guided and Fidelity-Aware Process Reward Modeling for Step-Level Reasoning

2025-10-16 · Yao Zhang, Yu Wu, Haowei Zhang, Weiguo Li 외 arxiv

Process Reward Models (PRMs) aim to improve multi-step reasoning in Large Language Models (LLMs) by supervising intermediate steps and identifying errors. However, building effective PRMs remains challenging due to the l…

OpenGuardrails: A Configurable, Unified, and Scalable Guardrails Platform for Large Language Models

2025-10-22 · Thomas Wang, Haowen Li arxiv

As large language models (LLMs) are increasingly integrated into real-world applications, ensuring their safety, robustness, and privacy compliance has become critical. We present OpenGuardrails, the first fully open-sou…

Text Generation

MM-PRM: Enhancing Multimodal Mathematical Reasoning with Scalable Step-Level Supervision

2025-05-19 · Lingxiao Du, Fanqing Meng, Zongkai Liu, Zhixiang Zhou 외

While Multimodal Large Language Models (MLLMs) have achieved impressive progress in vision-language understanding, they still struggle with complex multi-step reasoning, often producing logically inconsistent or partiall…

MathMathematical ReasoningMultimodal Reasoning