Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 92% Match Research Paper Researchers in QA and knowledge graphs,Developers of enterprise search solutions,Data scientists working with structured knowledge 2 weeks ago

Interpretable Question Answering with Knowledge Graphs

graph-neural-networks › knowledge-graphs
📄 Abstract

Abstract: This paper presents a question answering system that operates exclusively on a knowledge graph retrieval without relying on retrieval augmented generation (RAG) with large language models (LLMs). Instead, a small paraphraser model is used to paraphrase the entity relationship edges retrieved from querying the knowledge graph. The proposed pipeline is divided into two main stages. The first stage involves pre-processing a document to generate sets of question-answer (QA) pairs. The second stage converts these QAs into a knowledge graph from which graph-based retrieval is performed using embeddings and fuzzy techniques. The graph is queried, re-ranked, and paraphrased to generate a final answer. This work includes an evaluation using LLM-as-a-judge on the CRAG benchmark, which resulted in accuracies of 71.9% and 54.4% using LLAMA-3.2 and GPT-3.5-Turbo, respectively.
Authors (4)
Kartikeya Aneja
Manasvi Srivastava
Subhayan Das
Nagender Aneja
Submitted
October 22, 2025
arXiv Category
cs.CL
International Semantic Intelligence Conference (ISIC), Germany, 2025
arXiv PDF

Key Contributions

Presents an interpretable question answering system that operates solely on knowledge graphs, avoiding retrieval-augmented generation (RAG) with large language models (LLMs). It uses a paraphraser model for entity-relationship edges and employs graph-based retrieval with embeddings and fuzzy techniques. This approach offers a more transparent and potentially efficient alternative for knowledge-based QA.

Business Value

Enables the development of more transparent and explainable QA systems, crucial for regulated industries or applications where understanding the source of an answer is paramount. It also offers a potentially more cost-effective alternative to large LLM-based solutions.