AIIROct 30, 2025

GraphCompliance: Aligning Policy and Context Graphs for LLM-Based Regulatory Compliance

arXiv:2510.26309v15 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses regulatory compliance challenges for web-scale applications, offering a domain-specific improvement.

The paper tackles the problem of aligning unstructured natural language runtime contexts with structured regulatory texts for compliance assessment, introducing GraphCompliance, which yields 4.1-7.2 percentage points higher micro-F1 than baselines on GDPR-derived scenarios.

Compliance at web scale poses practical challenges: each request may require a regulatory assessment. Regulatory texts (e.g., the General Data Protection Regulation, GDPR) are cross-referential and normative, while runtime contexts are expressed in unstructured natural language. This setting motivates us to align semantic information in unstructured text with the structured, normative elements of regulations. To this end, we introduce GraphCompliance, a framework that represents regulatory texts as a Policy Graph and runtime contexts as a Context Graph, and aligns them. In this formulation, the policy graph encodes normative structure and cross-references, whereas the context graph formalizes events as subject-action-object (SAO) and entity-relation triples. This alignment anchors the reasoning of a judge large language model (LLM) in structured information and helps reduce the burden of regulatory interpretation and event parsing, enabling a focus on the core reasoning step. In experiments on 300 GDPR-derived real-world scenarios spanning five evaluation tasks, GraphCompliance yields 4.1-7.2 percentage points (pp) higher micro-F1 than LLM-only and RAG baselines, with fewer under- and over-predictions, resulting in higher recall and lower false positive rates. Ablation studies indicate contributions from each graph component, suggesting that structured representations and a judge LLM are complementary for normative reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes