paper-with-me

Papers

Interpretable Question Answering with Knowledge Graphs

2025-10-22 · Kartikeya Aneja, Manasvi Srivastava, Subhayan Das, Nagender Aneja arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.19181

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringKnowledge Graphs

Similar Papers 제목 키워드 기반

QA-GNN: Reasoning with Language Models and Knowledge Graphs for Question Answering

2021-04-13 · NAACL 2021 4 · Michihiro Yasunaga, Hongyu Ren, Antoine Bosselut, Percy Liang 외

The problem of answering questions using knowledge from pre-trained language models (LMs) and knowledge graphs (KGs) presents two challenges: given a QA context (question and answer choice), methods need to (i) identify …

Common Sense ReasoningGraph Representation LearningKnowledge GraphsLanguage Modelling+5

Interpretable Multi-hop Reasoning for Forecasting Future Links on Temporal Knowledge Graphs

2021-09-29 · Liang Zongwei, Junan Yang, Keju Huang, Hui Liu 외

Temporal knowledge graphs (KGs) have recently attracted growing attention. The temporal KG forecasting task, which plays a crucial role in applications such as event prediction, is predicting future links based on histor…

Knowledge GraphsQuestion Answering

UNIQORN: Unified Question Answering over RDF Knowledge Graphs and Natural Language Text

2021-08-19 · Soumajit Pramanik, Jesujoba Alabi, Rishiraj Saha Roy, Gerhard Weikum

Question answering over RDF data like knowledge graphs has been greatly advanced, with a number of good systems providing crisp answers for natural language questions or telegraphic queries. Some of these systems incorpo…

Knowledge GraphsQuestion Answering

ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models

2023-10-13 · Haoran Luo, Haihong E, Zichen Tang, Shiyao Peng 외

Knowledge Base Question Answering (KBQA) aims to answer natural language questions over large-scale knowledge bases (KBs), which can be summarized into two crucial steps: knowledge retrieval and semantic parsing. However…

Knowledge Base Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

TwiRGCN: Temporally Weighted Graph Convolution for Question Answering over Temporal Knowledge Graphs

2022-10-12 · Aditya Sharma, Apoorv Saxena, Chitrank Gupta, Seyed Mehran Kazemi 외

Recent years have witnessed much interest in temporal reasoning over knowledge graphs (KG) for complex question answering (QA), but there remains a substantial gap in human capabilities. We explore how to generalize rela…

Knowledge GraphsQuestion Answering