paper-with-me

Papers

RUBAS: Rubric-Based Reinforcement Learning for Agent Safety

2026-06-02 · Xian Qi Loye, Qinglin Su, Zhexin Zhang, Shiyao Cui, Qi Zhu, Fei Mi, Hongning Wang, Minlie Huang 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 signals or static supervision, making it difficult to balance safety with useful tool execution across diverse agentic risks. We introduce RUBAS, a rubric-based reinforcement learning framework for agent safety. RUBAS decomposes agent behavior into four dimensions: tool-use safety, argument safety, response safety, and helpfulness. These structured rubrics provide fine-grained and interpretable rewards over complete agent trajectories, enabling reinforcement learning to optimize safe tool use while preserving task completion. Extensive experiments across multiple agent safety benchmarks and models show that RUBAS improves safety over standard alignment baselines, reduces tool-grounded hallucinations, and maintains competitive utility. Our results suggest that multi-dimensional rubric rewards provide an effective training signal for aligning LLM agents in safety-critical tool-use settings.

📄 PDF Abstract BibTeX arXiv:2606.04051

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningText Generation

Similar Papers 제목 키워드 기반

Health-SCORE: Towards Scalable Rubrics for Improving Health-LLMs

2026-01-26 · Zhichao Yang, Sepehr Janghorbani, Dongxu Zhang, Jun Han 외 arxiv

Rubrics are essential for evaluating open-ended LLM responses, especially in safety-critical domains such as healthcare. However, creating high-quality and domain-specific rubrics typically requires significant human exp…

Reinforcement Learning

AdaRubric: Task-Adaptive Rubrics for Reliable LLM Agent Evaluation and Reward Learning

2026-03-22 · Liang Ding arxiv

Evaluating LLM agent trajectories is fundamentally task-specific: a code-debugging agent should be judged on Correctness and Error Handling, not on Fluency or Safety. Yet the dominant paradigm -- LLM-as-Judge with a fixe…

DEEPRUBRIC: Evidence-Tree Rubric Supervision for Efficient Reinforcement Learning of Deep Research Agents

2026-06-15 · Minghang Zhu, Chuyang Wei, Junhao Xu, Yilin Cheng 외 arxiv

Deep research agents synthesize long-form reports by searching and reasoning over retrieved evidence. Reinforcement learning with rubric-based rewards improves these agents by optimizing them against checkable criteria t…

Reinforcement Learning

From Holistic Evaluation to Structured Criteria: Rubrics Across the Evolving LLM Landscape

2026-06-07 · Hao Chen, Ziyu Han, Yukun Yan, Qingfu Zhu 외 arxiv

As Large Language Models (LLMs) advance toward open-ended autonomous agents, the mechanisms used to evaluate and guide their behavior must evolve accordingly. This work introduces the rubric as a unifying framework captu…

Reinforcement Learning

ARCO: Adaptive Rubrics with Co-Evolution for Multi-Step LLM-Based Agents

2026-06-19 · Zihang Tian, Jingsen Zhang, Rui Li, Xiaohe Bo 외 arxiv

Reinforcement learning for multi-step LLM agents often relies on scalar rewards that indicate success but cannot explain why a trajectory is good or bad. Rubric-based rewards improve interpretability through natural-lang…

Reinforcement Learning