paper-with-me

홈 › Papers

De Jure: Iterative LLM Self-Refinement for Structured Extraction of Regulatory Rules

2026-04-02 · Keerat Guliani, Deepkamal Gill, David Landsman, Nima Eshraghi, Krishna Kumar, Lovedeep Gondara arxiv

Regulatory documents encode legally binding obligations that LLM-based systems must respect. Yet converting dense, hierarchically structured legal text into machine-readable rules remains a costly, expert-intensive process. We present De Jure, a fully automated, domain-agnostic pipeline for extracting structured regulatory rules from raw documents, requiring no human annotation, domain-specific prompting, or annotated gold data. De Jure operates through four sequential stages: normalization of source documents into structured Markdown; LLM-driven semantic decomposition into structured rule units; multi-criteria LLM-as-a-judge evaluation across 19 dimensions spanning metadata, definitions, and rule semantics; and iterative repair of low-scoring extractions within a bounded regeneration budget, where upstream components are repaired before rule units are evaluated. We evaluate De Jure across four models on three regulatory corpora spanning finance, healthcare, and AI governance. On the finance domain, De Jure yields consistent and monotonic improvement in extraction quality, reaching peak performance within three judge-guided iterations. De Jure generalizes effectively to healthcare and AI governance, maintaining high performance across both open- and closed-source models. In a downstream compliance question-answering evaluation via RAG, responses grounded in De Jure extracted rules are preferred over prior work in 73.8% of cases at single-rule retrieval depth, rising to 84.0% under broader retrieval, confirming that extraction fidelity translates directly into downstream utility. These results demonstrate that explicit, interpretable evaluation criteria can substitute for human annotation in complex regulatory domains, offering a scalable and auditable path toward regulation-grounded LLM alignment.

📄 PDF Abstract BibTeX arXiv:2604.02276

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automated Quantification of White Blood Cells in Light Microscopic Images of Injured Skeletal Muscle

2024-08-26 · Yang Jiao, Hananeh Derakhshan, Barbara St. Pierre Schneider, Emma Regentova 외

White blood cells (WBCs) are the most diverse cell types observed in the healing process of injured skeletal muscles. In the course of healing, WBCs exhibit dynamic cellular response and undergo multiple protein expressi…

Edge Detection

Automated Self-Refinement and Self-Correction for LLM-based Product Attribute Value Extraction

2025-01-02 · Alexander Brinkmann, Christian Bizer

Structured product data, in the form of attribute-value pairs, is essential for e-commerce platforms to support features such as faceted product search and attribute-based product comparison. However, vendors often provi…

AttributeAttribute Value ExtractionCode GenerationIn-Context Learning+2

STRUCTSENSE: A Task-Agnostic Agentic Framework for Structured Information Extraction with Human-In-The-Loop Evaluation and Benchmarking

2025-07-04 · Tek Raj Chhetri, Yibei Chen, Puja Trivedi, Dorota Jarecka 외

The ability to extract structured information from unstructured sources-such as free-text documents and scientific literature-is critical for accelerating scientific discovery and knowledge synthesis. Large Language Mode…

BenchmarkingNavigatescientific discovery

SCIR: A Self-Correcting Iterative Refinement Framework for Enhanced Information Extraction Based on Schema

2025-12-13 · Yushen Fang, Jianjun Li, Mingqian Ding, Chang Liu 외 arxiv

Although Large language Model (LLM)-powered information extraction (IE) systems have shown impressive capabilities, current fine-tuning paradigms face two major limitations: high training costs and difficulties in aligni…

Information ExtractionRelation ExtractionEvent Extraction

JUREX-4E: Juridical Expert-Annotated Four-Element Knowledge Base for Legal Reasoning

2025-02-24 · Huanghai Liu, Quzhe Huang, Qingjing Chen, Yiran Hu 외

The Four-Element Theory is a fundamental framework in criminal law, defining the constitution of crime through four dimensions: Subject, Object, Subjective aspect, and Objective aspect. This theory is widely referenced i…

Legal Reasoning