paper-with-me

홈 › Papers

Grounding LLM Reasoning with Knowledge Graphs

2025-02-18 · Alfonso Amayuelas, Joy Sain, Simerjot Kaur, Charese Smiley

Knowledge Graphs (KGs) are valuable tools for representing relationships between entities in a structured format. Traditionally, these knowledge bases are queried to extract specific information. However, question-answering (QA) over such KGs poses a challenge due to the intrinsic complexity of natural language compared to the structured format and the size of these graphs. Despite these challenges, the structured nature of KGs can provide a solid foundation for grounding the outputs of Large Language Models (LLMs), offering organizations increased reliability and control. Recent advancements in LLMs have introduced reasoning methods at inference time to improve their performance and maximize their capabilities. In this work, we propose integrating these reasoning strategies with KGs to anchor every step or "thought" of the reasoning chains in KG data. Specifically, we evaluate both agentic and automated search methods across several reasoning strategies, including Chain-of-Thought (CoT), Tree-of-Thought (ToT), and Graph-of-Thought (GoT), using GRBench, a benchmark dataset for graph reasoning with domain-specific graphs. Our experiments demonstrate that this approach consistently outperforms baseline models, highlighting the benefits of grounding LLM reasoning processes in structured KG data.

📄 PDF Abstract BibTeX arXiv:2502.13247

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

PipeNet: Question Answering with Semantic Pruning over Knowledge Graphs

2024-01-31 · Ying Su, Jipeng Zhang, Yangqiu Song, Tong Zhang

It is well acknowledged that incorporating explicit knowledge graphs (KGs) can benefit question answering. Existing approaches typically follow a grounding-reasoning pipeline in which entity nodes are first grounded for …

Graph AttentionKnowledge GraphsQuestion Answering

EventGround: Narrative Reasoning by Grounding to Eventuality-centric Knowledge Graphs

2024-03-30 · Cheng Jiayang, Lin Qiu, Chunkit Chan, Xin Liu 외

Narrative reasoning relies on the understanding of eventualities in story contexts, which requires a wealth of background world knowledge. To help machines leverage such knowledge, existing solutions can be categorized i…

Graph Neural NetworkKnowledge GraphsLanguage ModelingLanguage Modelling+2

Enhancing Next-Generation Language Models with Knowledge Graphs: Extending Claude, Mistral IA, and GPT-4 via KG-BERT

2025-12-11 · Nour El Houda Ben Chaabene, Hamza Hammami arxiv

Large language models (LLMs) like Claude, Mistral IA, and GPT-4 excel in NLP but lack structured knowledge, leading to factual inconsistencies. We address this by integrating Knowledge Graphs (KGs) via KG-BERT to enhance…

Question AnsweringKnowledge GraphsEntity Linking

Simple Is Effective: The Roles of Graphs and Large Language Models in Knowledge-Graph-Based Retrieval-Augmented Generation

2024-10-28 · Mufei Li, Siqi Miao, Pan Li

Large Language Models (LLMs) demonstrate strong reasoning abilities but face limitations such as hallucinations and outdated knowledge. Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) addresses these issu…

RAGRetrievalRetrieval-augmented Generation

GraphScout: Empowering Large Language Models with Intrinsic Exploration Ability for Agentic Graph Reasoning

2026-03-02 · Yuchen Ying, Weiqi Jiang, Tongya Zheng, Yu Wang 외 arxiv

Knowledge graphs provide structured and reliable information for many real-world applications, motivating increasing interest in combining large language models (LLMs) with graph-based retrieval to improve factual ground…

Knowledge Graphs