paper-with-me

홈 › Papers

SUBQRAG: Sub-Question Driven Dynamic Graph RAG

2025-10-09 · Jiaoyang Li, Junhao Ruan, Shengwei Tang, Saihan Chen, Kaiyan Chang, Yuan Ge, Tong Xiao, Jingbo Zhu arxiv

Graph Retrieval-Augmented Generation (Graph RAG) effectively builds a knowledge graph (KG) to connect disparate facts across a large document corpus. However, this broad-view approach often lacks the deep structured reasoning needed for complex multi-hop question answering (QA), leading to incomplete evidence and error accumulation. To address these limitations, we propose SubQRAG, a sub-question-driven framework that enhances reasoning depth. SubQRAG decomposes a complex question into an ordered chain of verifiable sub-questions. For each sub-question, it retrieves relevant triples from the graph. When the existing graph is insufficient, the system dynamically expands it by extracting new triples from source documents in real time. All triples used in the reasoning process are aggregated into a "graph memory," forming a structured and traceable evidence path for final answer generation. Experiments on three multi-hop QA benchmarks demonstrate that SubQRAG achieves consistent and significant improvements, especially in Exact Match scores.

📄 PDF Abstract BibTeX arXiv:2510.07718

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringAnswer Generation

Similar Papers 제목 키워드 기반

Neural Online Graph Exploration

2020-12-06 · Ioannis Chiotellis, Daniel Cremers

Can we learn how to explore unknown spaces efficiently? To answer this question, we study the problem of Online Graph Exploration, the online version of the Traveling Salesperson Problem. We reformulate graph exploration…

Future prediction

Question-Driven Graph Fusion Network For Visual Question Answering

2022-04-03 · Yuxi Qian, Yuncong Hu, Ruonan Wang, Fangxiang Feng 외

Existing Visual Question Answering (VQA) models have explored various visual relationships between objects in the image to answer complex questions, which inevitably introduces irrelevant information brought by inaccurat…

Graph AttentionObjectobject-detectionObject Detection+3

Do LLMs Find Human Answers To Fact-Driven Questions Perplexing? A Case Study on Reddit

2024-04-01 · Parker Seegmiller, Joseph Gatto, Omar Sharif, Madhusudan Basak 외

Large language models (LLMs) have been shown to be proficient in correctly answering questions in the context of online discourse. However, the study of using LLMs to model human-like answers to fact-driven social media …

From Query to Logic: Ontology-Driven Multi-Hop Reasoning in LLMs

2025-08-02 · Haonan Bian, Yutao Qi, Rui Yang, Yuanxi Che 외 arxiv

Large Language Models (LLMs), despite their success in question answering, exhibit limitations in complex multi-hop question answering (MQA) tasks that necessitate non-linear, structured reasoning. This limitation stems …

Multi-hop Question AnsweringKnowledge Graphs

How to Mitigate Information Loss in Knowledge Graphs for GraphRAG: Leveraging Triple Context Restoration and Query-Driven Feedback

2025-01-26 · Manzong Huang, Chenyang Bu, Yi He, Xindong Wu

Knowledge Graph (KG)-augmented Large Language Models (LLMs) have recently propelled significant advances in complex reasoning tasks, thanks to their broad domain knowledge and contextual awareness. Unfortunately, current…

Knowledge GraphsQuestion Answering