SOPRAG: Multi-view Graph Experts Retrieval for Industrial Standard Operating Procedures
Liangtao Lin, Zhaomeng Zhu, Tianwei Zhang, Yonggang Wen
TL;DR
This work tackles industrial SOP retrieval by introducing SOPRAG, a structure-aware, MoE-inspired retrieval framework that uses a sparse Procedure Card layer and three specialized graph experts—Entity, Causal, and Flow—to address proprietary structure, condition-dependent relevance, and actionable execution. An automated, agent-based benchmark construction pipeline (Collector, Archivist, Auditor, Examiner) enables scalable evaluation in four industrial domains. Empirical results show SOPRAG outperforms lexical, dense, and graph-based RAG baselines in both retrieval and generation, achieving high-quality, executable step-by-step outputs and, in at least one domain, a perfect SOP Quality Score. The proposed architecture advances practical, grounding-aware SOP retrieval and provides a scalable approach to benchmark generation for future research.
Abstract
Standard Operating Procedures (SOPs) are essential for ensuring operational safety and consistency in industrial environments. However, retrieving and following these procedures presents unique challenges, such as rigid proprietary structures, condition-dependent relevance, and actionable execution requirement, which standard semantic-driven Retrieval-Augmented Generation (RAG) paradigms fail to address. Inspired by the Mixture-of-Experts (MoE) paradigm, we propose SOPRAG, a novel framework specifically designed to address the above pain points in SOP retrieval. SOPRAG replaces flat chunking with specialized Entity, Causal, and Flow graph experts to resolve industrial structural and logical complexities. To optimize and coordinate these experts, we propose a Procedure Card layer that prunes the search space to eliminate computational noise, and an LLM-Guided gating mechanism that dynamically weights these experts to align retrieval with operator intent. To address the scarcity of domain-specific data, we also introduce an automated, multi-agent workflow for benchmark construction. Extensive experiments across four industrial domains demonstrate that SOPRAG significantly outperforms strong lexical, dense, and graph-based RAG baselines in both retrieval accuracy and response utility, achieving perfect execution scores in real-world critical tasks.
