paper-with-me

Papers

Can Knowledge Graphs Make Large Language Models More Trustworthy? An Empirical Study over Open-ended Question Answering

2024-10-10 · Yuan Sui, Yufei He, Zifeng Ding, Bryan Hooi

Recent works integrating Knowledge Graphs (KGs) have led to promising improvements in enhancing reasoning accuracy of Large Language Models (LLMs). However, current benchmarks focus mainly on closed-ended tasks, leaving a gap in the assessment of more complex real-world scenarios. This gap has also obscured the evaluation of KGs' potential to mitigate the problem of hallucination in LLMs. To fill the gap, we introduce OKGQA, a new benchmark specifically designed to assess LLMs enhanced with KGs under open-ended, real-world question answering scenarios. OKGQA is designed to closely reflect the complexities of practical applications using questions from different types, and incorporates specific metrics to measure both the reduction in hallucinations and the enhancement in reasoning capabilities. To consider the scenario in which KGs may have varying levels of mistakes, we propose another benchmark variant OKGQA-P to assess model performance when the semantics and structure of KGs are deliberately perturbed and contaminated. OKGQA aims to (1) explore whether KGs can make LLMs more trustworthy in an open-ended setting, and (2) conduct a comparative analysis to shed light on methods and future directions for leveraging KGs to reduce LLMs' hallucination. We believe that this study can facilitate a more complete performance comparison and encourage continuous improvement in integrating KGs with LLMs.

📄 PDF Abstract BibTeX arXiv:2410.08085

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge GraphsOpen-Ended Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Relations Prediction for Knowledge Graph Completion using Large Language Models

2024-05-04 · Sakher Khalil Alqaaidi, Krzysztof Kochut

Knowledge Graphs have been widely used to represent facts in a structured format. Due to their large scale applications, knowledge graphs suffer from being incomplete. The relation prediction task obtains knowledge graph…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+4

SKILL: Structured Knowledge Infusion for Large Language Models

2022-05-17 · NAACL 2022 7 · Fedor Moiseev, Zhe Dong, Enrique Alfonseca, Martin Jaggi

Large language models (LLMs) have demonstrated human-level performance on a vast spectrum of natural language tasks. However, it is largely unexplored whether they can better internalize knowledge from a structured data,…

Knowledge GraphsTriviaQA

Text2Cypher: Bridging Natural Language and Graph Databases

2024-12-13 · Makbule Gulcin Ozsoy, Leila Messallem, Jon Besga, Gianandrea Minneci

Knowledge graphs use nodes, relationships, and properties to represent arbitrarily complex data. When stored in a graph database, the Cypher query language enables efficient modeling and querying of knowledge graphs. How…

Knowledge GraphsNatural Language Queries

GraphextQA: A Benchmark for Evaluating Graph-Enhanced Large Language Models

2023-10-12 · Yuanchun Shen, Ruotong Liao, Zhen Han, Yunpu Ma 외

While multi-modal models have successfully integrated information from image, video, and audio modalities, integrating graph modality into large language models (LLMs) remains unexplored. This discrepancy largely stems f…

Answer GenerationHallucinationLanguage ModelingLanguage Modelling+2

ARK-V1: An LLM-Agent for Knowledge Graph Question Answering Requiring Commonsense Reasoning

2025-09-22 · Jan-Felix Klein, Lars Ohnemus arxiv

Large Language Models (LLMs) show strong reasoning abilities but rely on internalized knowledge that is often insufficient, outdated, or incorrect when trying to answer a question that requires specific domain knowledge.…

Natural Language QueriesGraph Question AnsweringKnowledge Graphs