PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents
Summary
PolicyGuide compiles domain policies into workflow graphs and uses a proactive verifier to guide LLM agents through multi-step procedures, improving policy compliance across various benchmarks.
View Cached Full Text
Cached at: 08/21/26, 04:10 AM
Paper page - PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents
Source: https://huggingface.co/papers/2608.19861
Abstract
Customer-serviceLLMagentsmustfolloworganizationalpolicywhenactingonauser’sbehalf.Compliancefailuresarisefromeitherforbiddenactions,suchasgrantinganineligiblechange,oromittedproceduralrequirements,suchasidentificationorconfirmation.Runtimesafeguardscaninterveneonriskyactions,butaction-localchecksdonotguideanagentthroughamulti-stepprocedure.Workflow-followingsystemssupportprescribedprocessexecution,butprimarilytargetworkflowcompletionratherthansafeguardingagentbehavior.PolicyGuideinsteadcompileseachdomainpolicyintoaworkflowgraphandinvokesaproactiveverifieratuser-turnboundaries.Frompersistedgraphstate,theverifierreconcilesopenrequestsandreturnsstep-specificremediationalongapolicy-compliantpath.Acrosstheτ^2-benchairline,retail,andtelecomdomainswithaGPT-5.4agentandverifier,PolicyGuideraisesmeanPass^4from0.42to0.62,withthelargestgainontelecom(0.19to0.61),themostworkflow-structureddomain.ThesameworkflowstransfertoClaudeSonnet4.6andGemini2.5Proagents.Complementaryevaluationsfindthelowestobservedattack-successrateunderadversarialusersandthestrongestproceduralcomplianceinanauthor-designedworkflow-levelvalidation.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2608\.19861
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.19861 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.19861 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.19861 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
PolicyGuard: A Dialogue-Grounded Sub-Agent Verifier for Policy Adherence in LLM Agents
PolicyGuard is a sub-agent verifier that enhances LLM agent policy adherence by providing contextual reasoning and conversation-specific feedback across multi-turn interactions, achieving significant improvements on the tau^2-BENCH benchmark.
PolicyBank: Evolving Policy Understanding for LLM Agents
PolicyBank proposes a memory mechanism that enables LLM agents to autonomously refine their understanding of organizational policies through iterative interaction and corrective feedback, closing specification gaps that cause systematic behavioral divergence from true requirements. The work introduces a systematic testbed and demonstrates PolicyBank can close up to 82% of policy-gap alignment failures, significantly outperforming existing memory mechanisms.
Learning Agentic Policy from Action Guidance
The paper proposes ActGuide-RL, a method for training agentic policies in LLMs by using human action data as guidance to overcome exploration barriers in reinforcement learning without extensive supervised fine-tuning.
Governance by Construction for Generalist Agents
This paper presents CUGA's policy system, a modular policy-as-code layer that enforces governance at multiple checkpoints in LLM agent execution, enabling predictable and auditable behavior without model fine-tuning.
Autoformalization of Agent Instructions into Policy-as-Code
This paper presents an autoformalization pipeline that translates agent prompts, MCP tool descriptions, and natural language policy documents into formally verified policies using an LLM-based generator-critic loop, achieving better coverage than hand-coded enforcement on MedAgentBench.