POLARIS: Typed Planning and Governed Execution for Agentic AI in Back-Office Automation
Zahra Moslemi, Keerthi Koneru, Yen-Ting Lee, Sheethal Kumar, Ramesh Radhakrishnan
TL;DR
POLARIS tackles the gap in enterprise back-office automation by introducing a typed planning and governed execution framework for agentic AI. It uses a plan–select–act loop where CoAPlanner proposes diverse, type-checked DAGs, ReasoningAgent selects a compliant plan via a rubric, and Guarded Execution with a validator-gated repair loop ensures safe, auditable side effects before any action. Policy guardrails, anomaly handling, and complete audit traces yield decision-grade artifacts suitable for regulated environments, demonstrated on synthetic invoice tasks and the SROIE dataset with strong extraction performance and precise anomaly routing. The work provides a benchmark-oriented reference for policy-aligned Agentic AI, offering a methodology and evaluation suite that can extend to other regulated domains beyond finance, such as supply chain and compliance.
Abstract
Enterprise back office workflows require agentic systems that are auditable, policy-aligned, and operationally predictable, capabilities that generic multi-agent setups often fail to deliver. We present POLARIS (Policy-Aware LLM Agentic Reasoning for Integrated Systems), a governed orchestration framework that treats automation as typed plan synthesis and validated execution over LLM agents. A planner proposes structurally diverse, type checked directed acyclic graphs (DAGs), a rubric guided reasoning module selects a single compliant plan, and execution is guarded by validator gated checks, a bounded repair loop, and compiled policy guardrails that block or route side effects before they occur. Applied to document centric finance tasks, POLARIS produces decision grade artifacts and full execution traces while reducing human intervention. Empirically, POLARIS achieves a micro F1 of 0.81 on the SROIE dataset and, on a controlled synthetic suite, achieves 0.95 to 1.00 precision for anomaly routing with preserved audit trails. These evaluations constitute an initial benchmark for governed Agentic AI. POLARIS provides a methodological and benchmark reference for policy-aligned Agentic AI. Keywords Agentic AI, Enterprise Automation, Back-Office Tasks, Benchmarks, Governance, Typed Planning, Evaluation
