paper-with-me

Papers

Fusing Knowledge and Language: A Comparative Study of Knowledge Graph-Based Question Answering with LLMs

2025-09-11 · Vaibhav Chaudhary, Neha Soni, Narotam Singh, Amita Kapoor arxiv

Knowledge graphs, a powerful tool for structuring information through relational triplets, have recently become the new front-runner in enhancing question-answering systems. While traditional Retrieval Augmented Generation (RAG) approaches are proficient in fact-based and local context-based extraction from concise texts, they encounter limitations when addressing the thematic and holistic understanding of complex, extensive texts, requiring a deeper analysis of both text and context. This paper presents a comprehensive technical comparative study of three different methodologies for constructing knowledge graph triplets and integrating them with Large Language Models (LLMs) for question answering: spaCy, Stanford CoreNLP-OpenIE, and GraphRAG, all leveraging open source technologies. We evaluate the effectiveness, feasibility, and adaptability of these methods by analyzing their capabilities, state of development, and their impact on the performance of LLM-based question answering. Experimental results indicate that while OpenIE provides the most comprehensive coverage of triplets, GraphRAG demonstrates superior reasoning abilities among the three. We conclude with a discussion on the strengths and limitations of each method and provide insights into future directions for improving knowledge graph-based question answering.

📄 PDF Abstract BibTeX arXiv:2509.09272

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringKnowledge Graphs

Similar Papers 제목 키워드 기반

Fusing Domain-Specific Content from Large Language Models into Knowledge Graphs for Enhanced Zero Shot Object State Classification

2024-03-18 · Filippos Gouidis, Katerina Papantoniou, Konstantinos Papoutsakis, Theodore Patkos 외

Domain-specific knowledge can significantly contribute to addressing a wide variety of vision tasks. However, the generation of such knowledge entails considerable human labor and time costs. This study investigates the …

Knowledge Graphs

Knowledge-Augmented Methods for Natural Language Processing

2022-05-01 · ACL 2022 5 · Chenguang Zhu, Yichong Xu, Xiang Ren, Bill Lin 외

Knowledge in natural language processing (NLP) has been a rising trend especially after the advent of large scale pre-trained models. NLP models with attention to knowledge can i) access unlimited amount of external info…

Text Generation

NeuroComparatives: Neuro-Symbolic Distillation of Comparative Knowledge

2023-05-08 · Phillip Howard, Junlin Wang, Vasudev Lal, Gadi Singer 외

Comparative knowledge (e.g., steel is stronger and heavier than styrofoam) is an essential component of our world knowledge, yet understudied in prior literature. In this paper, we harvest the dramatic improvements in kn…

Knowledge DistillationvalidWorld Knowledge

Fusing Context Into Knowledge Graph for Commonsense Question Answering

2020-12-09 · Findings (ACL) 2021 8 · Yichong Xu, Chenguang Zhu, Ruochen Xu, Yang Liu 외

Commonsense question answering (QA) requires a model to grasp commonsense and factual knowledge to answer questions about world events. Many prior methods couple language modeling with knowledge graphs (KG). However, alt…

Common Sense ReasoningKnowledge GraphsLanguage ModelingLanguage Modelling+2

Incorporating Domain Knowledge into Medical NLI using Knowledge Graphs

2019-08-31 · IJCNLP 2019 11 · Soumya Sharma, Bishal Santra, Abhik Jana, T. Y. S. S. Santosh 외

Recently, biomedical version of embeddings obtained from language models such as BioELMo have shown state-of-the-art results for the textual inference task in the medical domain. In this paper, we explore how to incorpor…

Knowledge Graphs