Trace2Policy: From Expert Behavior Traces to Self-Evolving Decision Agents
A new system called Trace2Policy can recover tacit decision rules from expert behavior and refine them into deterministic code that outperforms large language models on compliance-sensitive audit tasks, according to research posted to arXiv [1]. The core mechanism, named Error-driven Iterative Skill Refinement (EISR), treats a human-readable rule document as its optimization target. Each round executes the rules on a validation set, clusters errors by root cause into MISSING, WRONG, or CONFLICT types, applies targeted patches, and commits only those that pass a regression gate [1][2]. The researchers identify rule quality — not model capability — as the dominant performance lever for this class of skewed-base-rate decision tasks [1][2]. Across five LLMs, one-shot distillation plateaus near 70% accuracy on the deployed pool. Eight EISR rounds lift the same rules to 79.6% when compiled into deterministic Python, requiring zero LLM calls at inference [1][2]. Execution form compounds the gain: the same EISR-refined content runs 9.8 percentage points higher as compiled Python than as an LLM prompt [1][2]. The system was deployed for 22 days at a major logistics carrier, processing 3,349 audit cases. The compiled pipeline outperformed the pure-LLM baseline it replaced, which had achieved 72.7% accuracy. On these calibrated workloads, re-enabling LLM fallback monotonically degraded accuracy [1][2]. An LLM-driven variant called Auto-EISR reproduces the refinement at $5–$10 per cycle, compared with roughly 70 expert-hours for manual iteration. The variant transferred to four public benchmarks spanning legal reasoning and process-mining decisions without re-engineering [1][2]. The paper was submitted to arXiv on June 9, 2026, under the artificial intelligence category [1]. arXiv, an open-access repository of electronic preprints founded in 1991, now receives about 24,000 articles per month and hosts over two million papers [6]. The research appears alongside experimental community tools developed through arXivLabs, a framework that allows collaborators to build features directly on the platform while adhering to values of openness, community, excellence, and user data privacy [5].
research-paperapplication
Background sources we checked (7)
- arxiv.org ↗ Decision rules that enterprise experts apply tacitly -- in auditing, compliance, and contract review -- can be systematically recovered and improved through iterative error analysis. We present \textbf{Trace2Policy}, whose core mechanism -- \textbf{EISR} (\textbf{E}rror-driven \t…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
Sources
- export.arxiv.org — Trace2Policy: From Expert Behavior Traces to Self-Evolving Decision Agents ↗