paper-with-me

Papers

SCOUT-RAG: Scalable and Cost-Efficient Unifying Traversal for Agentic Graph-RAG over Distributed Domains

2026-02-09 · Longkun Li, Yuanben Zou, Jinghan Wu, Yuqing Wen, Jing Li, Hangwei Qian, Ivor Tsang arxiv

Graph-RAG improves LLM reasoning using structured knowledge, yet conventional designs rely on a centralized knowledge graph. In distributed and access-restricted settings (e.g., hospitals or multinational organizations), retrieval must select relevant domains and appropriate traversal depth without global graph visibility or exhaustive querying. To address this challenge, we introduce \textbf{SCOUT-RAG} (\textit{\underline{S}calable and \underline{CO}st-efficient \underline{U}nifying \underline{T}raversal}), a distributed agentic Graph-RAG framework that performs progressive cross-domain retrieval guided by incremental utility goals. SCOUT-RAG employs four cooperative agents that: (i) estimate domain relevance, (ii) decide when to expand retrieval to additional domains, (iii) adapt traversal depth to avoid unnecessary graph exploration, and (iv) synthesize the high-quality answers. The framework is designed to minimize retrieval regret, defined as missing useful domain information, while controlling latency and API cost. Across multi-domain knowledge settings, SCOUT-RAG achieves performance comparable to centralized baselines, including DRIFT and exhaustive domain traversal, while substantially reducing cross-domain calls, total tokens processed, and latency.

📄 PDF Abstract BibTeX arXiv:2602.08400

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SCOUT: Semantic scene COverage via Uncertainty-guided Traversal

2026-06-04 · Junyu Mao, Sara Ayoubi, Vishnu D. Sharma, Ilija Hadžić 외 arxiv

Robots that operate over extended periods should not merely visit space; they should progressively understand it. Yet most 3D scene graph pipelines treat perception as a post-processing stage over a fixed dataset, decoup…

Scout-Assisted Planning for Heterogeneous Robot Teams under Partially Known Environments

2026-05-21 · Hoang-Dung Bui, Abhish Khanal, Raihan Islam Arnob, Gregory J. Stein arxiv

Autonomous robot teams navigating partially known environments face costly backtracking when ground robots encounter blocked roads that are only revealed upon physical traversal. We address this with Scout-Assisted Plann…

Graph Neural Network

Scout-Rover cooperation: online terrain strength mapping and traversal risk estimation for planetary-analog explorations

2026-02-21 · Shipeng Liu, J. Diego Caporale, Yifeng Zhang, Xingjue Liao 외 arxiv

Robot-aided exploration of planetary surfaces is essential for understanding geologic processes, yet many scientifically valuable regions, such as Martian dunes and lunar craters, remain hazardous due to loose, deformabl…

GraphScout: Empowering Large Language Models with Intrinsic Exploration Ability for Agentic Graph Reasoning

2026-03-02 · Yuchen Ying, Weiqi Jiang, Tongya Zheng, Yu Wang 외 arxiv

Knowledge graphs provide structured and reliable information for many real-world applications, motivating increasing interest in combining large language models (LLMs) with graph-based retrieval to improve factual ground…

Knowledge Graphs

Hippocampus: An Efficient and Scalable Memory Module for Agentic AI

2026-02-14 · Yi Li, Lianjie Cao, Faraz Ahmed, Puneet Sharma 외 arxiv

Agentic AI require persistent memory to store user-specific histories beyond the limited context window of LLMs. Existing memory systems use dense vector databases or knowledge-graph traversal (or hybrid), incurring high…