CLAIDec 18, 2023

Evaluating and Enhancing Large Language Models for Conversational Reasoning on Knowledge Graphs

arXiv:2312.11282v35 citationsh-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing large language models for more precise reasoning in knowledge graph-based conversations, representing a strong specific gain in a domain-specific area.

The paper tackles the problem of conversational reasoning on knowledge graphs by evaluating GPT-4 and introducing LLM-ARK, which uses reinforcement learning to improve performance; LLM-ARK outperforms the state-of-the-art by 5.28 percentage points, achieving 36.39% on target@1 compared to GPT-4's 14.91%.

The development of large language models (LLMs) has been catalyzed by advancements in pre-training techniques. These models have demonstrated robust reasoning capabilities through manually designed prompts. In this work, we evaluate the conversational reasoning capabilities of the current state-of-the-art LLM (GPT-4) on knowledge graphs (KGs). However, the performance of LLMs is constrained due to a lack of KG environment awareness and the difficulties in developing effective optimization mechanisms for intermediary reasoning stages. We further introduce LLM-ARK, a LLM grounded KG reasoning agent designed to deliver precise and adaptable predictions on KG paths. LLM-ARK leverages Full Textual Environment (FTE) prompt to assimilate state information within each reasoning step. We reframe the challenge of multi-hop reasoning on the KG as a sequential decision-making task. Utilizing the Proximal Policy Optimization (PPO) online policy gradient reinforcement learning algorithm, our model is optimized to learn from rich reward signals. Additionally, we conduct an evaluation of our model and GPT-4 on the OpenDialKG dataset. The experimental results reveal that LLaMA-2-7B-ARK outperforms the current state-of-the-art model by 5.28 percentage points, with a performance rate of 36.39% on the target@1 evaluation metric. Meanwhile, GPT-4 scored 14.91%, further demonstrating the effectiveness of our method. Our code is available on GitHub (https://github.com/Aipura/LLM-ARK) for further access.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes