paper-with-me

홈 › Papers

MDER-DR: Multi-Hop Question Answering with Entity-Centric Summaries

2026-03-11 · Riccardo Campi, Nicolò Oreste Pinciroli Vago, Mathyas Giudici, Marco Brambilla, Piero Fraternali arxiv

Retrieval-Augmented Generation (RAG) over Knowledge Graphs (KGs) suffers from the fact that indexing approaches may lose important contextual nuance when text is reduced to triples, thereby degrading performance in downstream Question-Answering (QA) tasks, particularly for multi-hop QA, which requires composing answers from multiple entities, facts, or relations. We propose a domain-agnostic, KG-based QA framework that covers both the indexing and retrieval/inference phases. A new indexing approach called Map-Disambiguate-Enrich-Reduce (MDER) generates context-derived triple descriptions and subsequently integrates them with entity-level summaries, thus avoiding the need for explicit traversal of edges in the graph during the QA retrieval phase. Complementing this, we introduce Decompose-Resolve (DR), a retrieval mechanism that decomposes user queries into resolvable triples and grounds them in the KG via iterative reasoning. Together, MDER and DR form an LLM-driven QA pipeline that is robust to sparse, incomplete, and complex relational data. Experiments show that on standard and domain specific benchmarks, MDER-DR achieves substantial improvements over standard RAG baselines (up to 66%), while maintaining cross-lingual robustness. Our code is available at https://github.com/DataSciencePolimi/MDER-DR_RAG.

📄 PDF Abstract BibTeX arXiv:2603.11223

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringKnowledge Graphs

Similar Papers 제목 키워드 기반

Entity Retrieval for Answering Entity-Centric Questions

2024-08-05 · Hassan S. Shavarani, Anoop Sarkar

The similarity between the question and indexed documents is a crucial factor in document retrieval for retrieval-augmented question answering. Although this is typically the only method for obtaining the relevant docume…

Entity RetrievalQuestion AnsweringRetrieval

Event-QA: A Dataset for Event-Centric Question Answering over Knowledge Graphs

2020-04-24 · Tarcísio Souza Costa, Simon Gottschalk, Elena Demidova

Semantic Question Answering (QA) is a crucial technology to facilitate intuitive user access to semantic information stored in knowledge graphs. Whereas most of the existing QA systems and datasets focus on entity-centri…

Knowledge GraphsQuestion Answering

UniRel: Relation-Centric Knowledge Graph Question Answering with RL-Tuned LLM Reasoning

2025-12-18 · Yinxu Tang, Chengsong Huang, Jiaxin Huang, William Yeoh arxiv

Knowledge Graph Question Answering (KGQA) has largely focused on entity-centric queries that return a single answer entity. However, many real-world questions are inherently relational, aiming to understand how entities …

Graph Question AnsweringReinforcement Learning

OEKG: The Open Event Knowledge Graph

2023-02-28 · Simon Gottschalk, Endri Kacupaj, Sara Abdollahi, Diego Alves 외

Accessing and understanding contemporary and historical events of global impact such as the US elections and the Olympic Games is a major prerequisite for cross-lingual event analytics that investigate event causes, perc…

ArticlesImage RetrievalKnowledge Graphsnamed-entity-recognition+4

Improving and Diagnosing Knowledge-Based Visual Question Answering via Entity Enhanced Knowledge Injection

2021-12-13 · Diego Garcia-Olano, Yasumasa Onoe, Joydeep Ghosh

Knowledge-Based Visual Question Answering (KBVQA) is a bi-modal task requiring external world knowledge in order to correctly answer a text question and associated image. Recent single modality text work has shown knowle…

Common Sense ReasoningKnowledge Graph EmbeddingsQuestion AnsweringVisual Question Answering+2