CLLGMar 30, 2025

Question-Aware Knowledge Graph Prompting for Enhancing Large Language Models

arXiv:2503.23523v12 citationsh-index: 18Has CodeACL
Originality Incremental advance
AI Analysis

This addresses the challenge of noisy knowledge graph integration for enhancing LLMs in specific tasks like MCQA, offering an incremental improvement over existing methods.

The paper tackles the problem of large language models struggling with knowledge-intensive multiple-choice question answering by integrating knowledge graphs, proposing Question-Aware Knowledge Graph Prompting (QAP) to dynamically assess relevance and enrich prompts, resulting in outperforming state-of-the-art methods across multiple datasets.

Large Language Models (LLMs) often struggle with tasks requiring external knowledge, such as knowledge-intensive Multiple Choice Question Answering (MCQA). Integrating Knowledge Graphs (KGs) can enhance reasoning; however, existing methods typically demand costly fine-tuning or retrieve noisy KG information. Recent approaches leverage Graph Neural Networks (GNNs) to generate KG-based input embedding prefixes as soft prompts for LLMs but fail to account for question relevance, resulting in noisy prompts. Moreover, in MCQA tasks, the absence of relevant KG knowledge for certain answer options remains a significant challenge. To address these issues, we propose Question-Aware Knowledge Graph Prompting (QAP), which incorporates question embeddings into GNN aggregation to dynamically assess KG relevance. QAP employs global attention to capture inter-option relationships, enriching soft prompts with inferred knowledge. Experimental results demonstrate that QAP outperforms state-of-the-art methods across multiple datasets, highlighting its effectiveness.

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