paper-with-me

홈 › Papers

On Exploring the Reasoning Capability of Large Language Models with Knowledge Graphs

2023-12-01 · Pei-Chi Lo, Yi-Hang Tsai, Ee-Peng Lim, San-Yih Hwang

This paper examines the capacity of LLMs to reason with knowledge graphs using their internal knowledge graph, i.e., the knowledge graph they learned during pre-training. Two research questions are formulated to investigate the accuracy of LLMs in recalling information from pre-training knowledge graphs and their ability to infer knowledge graph relations from context. To address these questions, we employ LLMs to perform four distinct knowledge graph reasoning tasks. Furthermore, we identify two types of hallucinations that may occur during knowledge reasoning with LLMs: content and ontology hallucination. Our experimental results demonstrate that LLMs can successfully tackle both simple and complex knowledge graph reasoning tasks from their own memory, as well as infer from input context.

📄 PDF Abstract BibTeX arXiv:2312.00353

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge Graphs

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

Can Vision-Language Models be a Good Guesser? Exploring VLMs for Times and Location Reasoning

2023-07-12 · Gengyuan Zhang, Yurui Zhang, Kerui Zhang, Volker Tresp

Vision-Language Models (VLMs) are expected to be capable of reasoning with commonsense knowledge as human beings. One example is that humans can reason where and when an image is taken based on their knowledge. This make…

Exploring Self-supervised Logic-enhanced Training for Large Language Models

2023-05-23 · Fangkai Jiao, Zhiyang Teng, Bosheng Ding, Zhengyuan Liu 외

Existing efforts to improve logical reasoning ability of language models have predominantly relied on supervised fine-tuning, hindering generalization to new domains and/or tasks. The development of Large Langauge Models…

In-Context LearningLogical Reasoning

MARCO: Meta-Reflection with Cross-Referencing for Code Reasoning

2025-05-23 · Yusheng Zhao, Xiao Luo, Weizhi Zhang, Wei Ju 외

The ability to reason is one of the most fundamental capabilities of large language models (LLMs), enabling a wide range of downstream tasks through sophisticated problem-solving. A critical aspect of this is code reason…

Logical Reasoning

GraphInstruct: Empowering Large Language Models with Graph Understanding and Reasoning Capability

2024-03-07 · Zihan Luo, Xiran Song, Hong Huang, Jianxun Lian 외

Evaluating and enhancing the general capabilities of large language models (LLMs) has been an important research topic. Graph is a common data structure in the real world, and understanding graph data is a crucial part f…

Graph Generation

Effectiveness of Chain-of-Thought in Distilling Reasoning Capability from Large Language Models

2025-11-07 · Cong-Thanh Do, Rama Doddipatla, Kate Knill arxiv

Chain-of-Thought (CoT) prompting is a widely used method to improve the reasoning capability of Large Language Models (LLMs). More recently, CoT has been leveraged in Knowledge Distillation (KD) to transfer reasoning cap…

Knowledge Distillation