paper-with-me

Papers

LPG: Balancing Efficiency and Policy Reasoning in Latent Policy Guardrails

2026-05-17 · Nanxi Li, Zhengyue Zhao, Chaowei Xiao arxiv

Guardrails are a critical safety layer for modern AI systems, but their operating regime is changing. As LLMs are deployed as customized assistants, safety policies are increasingly specified at inference time by users, organizations, or regulatory contexts. This makes safety enforcement fundamentally dynamic: the guardrail should adapt to changing safety policies without retraining. Yet this requirement creates a fundamental tension: faithfully judging complex policy contexts demands reasoning capability, while practical deployment requires low-latency responses. We introduce Latent Policy Guardrail (LPG), a guardrail framework that learnssemantic latent deliberation over dynamic policies. LPG compresses the internal deliberation needed for intent interpretation and policy grounding into continuous states supervised by decision-relevant semantics. At inference time, it generates only a compact verdict anchored to the violated policy clauses, preserving auditability while avoiding the latency of explicit reasoning. Across policy guardrail benchmarks, LPG-4B reaches 84.5% average safety accuracy and 77.9% F1 by compressing deliberation into just 10 latent tokens, outperforming the strongest dynamic baseline while running roughly 11 times faster than Qwen3-4B-Thinking under the single-sample evaluation setup. Code and data are available at https://github.com/SaFo-Lab/Latent_Policy_Guard.

📄 PDF Abstract BibTeX arXiv:2605.17329

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Asymmetric REINFORCE for off-Policy Reinforcement Learning: Balancing positive and negative rewards

2025-06-25 · Charles Arnal, Gaëtan Narozniak, Vivien Cabannes, Yunhao Tang 외

Reinforcement learning (RL) is increasingly used to align large language models (LLMs). Off-policy methods offer greater implementation simplicity and data efficiency than on-policy techniques, but often result in subopt…

Reinforcement Learning (RL)

OLLM: Options-based Large Language Models

2026-04-21 · Shashank Sharma, Janina Hoffmann, Vinay Namboodiri arxiv

We introduce Options LLM (OLLM), a simple, general method that replaces the single next-token prediction of standard LLMs with a \textit{set of learned options} for the next token, indexed by a discrete latent variable. …

Reinforcement Learning

Demystifying Hidden-State Recurrence: Switchable Latent Reasoning with On-Policy Reinforcement Learning

2026-06-11 · Jiayu Yang, Chao Chen, Shengen Wu, Yinhong Liu 외 arxiv

Latent chain-of-thought compresses reasoning by replacing visible reasoning traces with continuous hidden-state recurrence, but existing formulations are difficult to optimize with standard on-policy reinforcement learni…

Reinforcement Learning

Representation Balancing MDPs for Off-Policy Policy Evaluation

2018-05-23 · NeurIPS 2018 12 · Yao Liu, Omer Gottesman, Aniruddh Raghu, Matthieu Komorowski 외

We study the problem of off-policy policy evaluation (OPPE) in RL. In contrast to prior work, we consider how to estimate both the individual policy value and average policy value accurately. We draw inspiration from rec…

ReLaX: Reasoning with Latent Exploration for Large Reasoning Models

2025-12-08 · Shimin Zhang, Xianwei Chen, Yufan Shen, Ziyuan Ye 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has recently demonstrated remarkable potential in enhancing the reasoning capability of Large Reasoning Models (LRMs). However, RLVR often drives the policy toward ov…

Reinforcement Learning