PolicyBank: Evolving Policy Understanding for LLM Agents

📅 2026-04-16
📈 Citations: 0
Influential: 0
📄 PDF

career value

204K/year
🤖 AI Summary
This work addresses the challenge that large language model (LLM) agents often exhibit “compliant yet incorrect” behaviors when executing natural language organizational policies, due to policy ambiguity or logical flaws. To mitigate this, the paper introduces PolicyBank—the first structured policy memory mechanism supporting dynamic evolution. PolicyBank continuously refines policy understanding during pre-deployment testing by integrating tool-level policy insight extraction, interactive feedback learning, and iteratively updatable memory storage. This approach departs from the conventional paradigm of treating policies as static ground truths. Evaluated on a testbed with controllable vulnerabilities, PolicyBank significantly outperforms existing memory-based methods, closing up to 82% of the performance gap and achieving near-human expert levels in policy adherence and correctness.

Technology Category

Application Category

📝 Abstract
LLM agents operating under organizational policies must comply with authorization constraints typically specified in natural language. In practice, such specifications inevitably contain ambiguities and logical or semantic gaps that cause the agent's behavior to systematically diverge from the true requirements. We ask: by letting an agent evolve its policy understanding through interaction and corrective feedback from pre-deployment testing, can it autonomously refine its interpretation to close specification gaps? We propose PolicyBank, a memory mechanism that maintains structured, tool-level policy insights and iteratively refines them -- unlike existing memory mechanisms that treat the policy as immutable ground truth, reinforcing "compliant but wrong" behaviors. We also contribute a systematic testbed by extending a popular tool-calling benchmark with controlled policy gaps that isolate alignment failures from execution failures. While existing memory mechanisms achieve near-zero success on policy-gap scenarios, PolicyBank closes up to 82% of the gap toward a human oracle.
Problem

Research questions and friction points this paper is trying to address.

policy compliance
specification gaps
LLM agents
natural language policies
authorization constraints
Innovation

Methods, ideas, or system contributions that make the work stand out.

PolicyBank
LLM agents
policy understanding
memory mechanism
specification gaps