Search papers, labs, and topics across Lattice.
This paper introduces GUIDE, a multi-agent framework designed to automate the generation of artifacts from complex enterprise guideline documents, which typically require extensive manual processing. By employing a shared versioned rule store and schema-validated inter-agent contracts, GUIDE effectively mitigates issues such as content hallucination and table structure degradation while ensuring end-to-end provenance tracking. Evaluated on 120 real-world documents, GUIDE achieved a 96% success rate, extracted 3,896 rules with a 71.4% auto-approval rate, and significantly reduced processing time to 40-125 minutes per document.
GUIDE slashes document processing time from days to under two hours while maintaining a remarkable 96% success rate in generating deployment-ready artifacts.
Enterprise guideline documents are heterogeneous and multimodal, combining narrative text, complex tables, and embedded images. Existing LLM and VLM systems face hallucinated content, table structure degradation, and lack governed workflows extending beyond extraction to validation and artifact generation. This leaves enterprises to perform this manually, consuming 2-3 days per document. To address this, we introduce GUIDE, a governed multi-agent framework built on a shared versioned rule store with schema-validated inter-agent contracts and end-to-end provenance tracking. Six specialized agents handle parsing, VLM-driven extraction, consistency checking, evaluation, human-in-the-loop (HITL) escalation, and persona-tailored artifact synthesis. Evaluated on 120 real-world enterprise guideline documents, GUIDE achieves 96% document success, extracts 3,896 rules with 71.4% auto-approved, produces 812 deployment-ready artifacts, and reduces turnaround to 40-125 minutes per document.