paper-with-me

홈 › Papers

SOPRAG: Multi-view Graph Experts Retrieval for Industrial Standard Operating Procedures

2026-02-02 · Liangtao Lin, Zhaomeng Zhu, Tianwei Zhang, Yonggang Wen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.01858

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoG: Mixture of Experts for Graph-based Retrieval-Augmented Generation

2026-05-29 · Zheng Yuan, Chuang Zhou, Linhao Luo, Siyu An 외 arxiv

Retrieval-augmented generation is intensively studied to ground large language models on external evidence. However, retrieving from a unified knowledge base could inevitably introduce irrelevant information that may mis…

Peerus Review: a tool for scientific experts finding

2018-06-28 · Brochier Robin ERIC, Guille Adrien ERIC, Velcin Julien ERIC, Rothan Benjamin 외

We propose a tool for experts finding applied to academic data generated by the start-up DSRT in the context of its application Peerus. A user may submit the title, the abstract and optionnally the authors and the journa…

Language ModelingLanguage ModellingRetrieval

GRAG: Graph Retrieval-Augmented Generation

2024-05-26 · Yuntong Hu, Zhihan Lei, Zheng Zhang, Bo Pan 외

Naive Retrieval-Augmented Generation (RAG) focuses on individual documents during retrieval and, as a result, falls short in handling networked documents which are very popular in many applications such as citation graph…

Entity RetrievalKnowledge GraphsRAGRetrieval+1

Text-based Aerial-Ground Person Retrieval

2025-11-11 · Xinyu Zhou, Yu Wu, Jiayao Ma, Wenhao Wang 외 arxiv

This work introduces Text-based Aerial-Ground Person Retrieval (TAG-PR), which aims to retrieve person images from heterogeneous aerial and ground views with textual descriptions. Unlike traditional Text-based Person Ret…

Person RetrievalText Generation

Multi-View Hierarchical Graph Neural Network for Sketch-Based 3D Shape Retrieval

2026-04-20 · Hang Cheng, Muyan He, Mingyu Fan, Chengfeng Xie 외 arxiv

Sketch-based 3D shape retrieval (SBSR) aims to retrieve 3D shapes that are consistent with the category of the input hand-drawn sketch. The core challenge of this task lies in two aspects: existing methods typically empl…

Graph Neural Network