MDER-DR: Multi-Hop Question Answering with Entity-Centric Summaries
Riccardo Campi, Nicol\`o Oreste Pinciroli Vago, Mathyas Giudici, Marco Brambilla, Piero Fraternali

TL;DR
This paper introduces MDER-DR, a novel KG-based QA framework that enhances multi-hop question answering by generating entity-centric summaries and decomposing queries, significantly improving retrieval performance over traditional RAG methods.
Contribution
The paper presents MDER-DR, a new indexing and retrieval approach that improves multi-hop QA over knowledge graphs by avoiding explicit graph traversal and enabling better reasoning.
Findings
Achieves up to 66% improvement over standard RAG baselines.
Maintains robustness across multiple languages.
Effectively handles sparse and incomplete relational data.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
