paper-with-me

홈 › Papers

Large Language Models Meet Knowledge Graphs for Question Answering: Synthesis and Opportunities

2025-05-26 · Chuangtao Ma, Yongrui Chen, Tianxing Wu, Arijit Khan, Haofen Wang

Large language models (LLMs) have demonstrated remarkable performance on question-answering (QA) tasks because of their superior capabilities in natural language understanding and generation. However, LLM-based QA struggles with complex QA tasks due to poor reasoning capacity, outdated knowledge, and hallucinations. Several recent works synthesize LLMs and knowledge graphs (KGs) for QA to address the above challenges. In this survey, we propose a new structured taxonomy that categorizes the methodology of synthesizing LLMs and KGs for QA according to the categories of QA and the KG's role when integrating with LLMs. We systematically survey state-of-the-art advances in synthesizing LLMs and KGs for QA and compare and analyze these approaches in terms of strength, limitations, and KG requirements. We then align the approaches with QA and discuss how these approaches address the main challenges of different complex QA. Finally, we summarize the advancements, evaluation metrics, and benchmark datasets and highlight open challenges and opportunities.

📄 PDF Abstract BibTeX arXiv:2505.20099

Code (1)

machuangtao/llm-kg4qa 공식 구현

Tasks

Knowledge GraphsNatural Language UnderstandingQuestion AnsweringSurvey

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Large Language Models Meet Knowledge Graphs to Answer Factoid Questions

2023-10-03 · Mikhail Salnikov, Hai Le, Prateek Rajput, Irina Nikishina 외

Recently, it has been shown that the incorporation of structured knowledge into Large Language Models significantly improves the results for a variety of NLP tasks. In this paper, we propose a method for exploring pre-tr…

Knowledge GraphsRe-Ranking

CogMG: Collaborative Augmentation Between Large Language Model and Knowledge Graph

2024-06-25 · Tong Zhou, Yubo Chen, Kang Liu, Jun Zhao

Large language models have become integral to question-answering applications despite their propensity for generating hallucinations and factually inaccurate content. Querying knowledge graphs to reduce hallucinations in…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+2

Answer Candidate Type Selection: Text-to-Text Language Model for Closed Book Question Answering Meets Knowledge Graphs

2023-10-10 · Mikhail Salnikov, Maria Lysyuk, Pavel Braslavski, Anton Razzhigaev 외

Pre-trained Text-to-Text Language Models (LMs), such as T5 or BART yield promising results in the Knowledge Graph Question Answering (KGQA) task. However, the capacity of the models is limited and the quality decreases f…

Graph Question AnsweringKnowledge GraphsLanguage ModelingLanguage Modelling+2

Precision Empowers, Excess Distracts: Visual Question Answering With Dynamically Infused Knowledge In Language Models

2024-06-14 · Manas Jhalani, Annervaz K M, Pushpak Bhattacharyya

In the realm of multimodal tasks, Visual Question Answering (VQA) plays a crucial role by addressing natural language questions grounded in visual content. Knowledge-Based Visual Question Answering (KBVQA) advances this …

DecoderKnowledge GraphsLanguage ModellingQuestion Answering+2

Compositional Generalization with Grounded Language Models

2024-06-07 · Sondre Wold, Étienne Simon, Lucas Georges Gabriel Charpentier, Egor V. Kostylev 외

Grounded language models use external sources of information, such as knowledge graphs, to meet some of the general challenges associated with pre-training. By extending previous work on compositional generalization in s…

Knowledge GraphsSemantic Parsing