paper-with-me

Papers

Question-Aware Knowledge Graph Prompting for Enhancing Large Language Models

2025-03-30 · Haochen Liu, Song Wang, Chen Chen, Jundong Li

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.

📄 PDF Abstract BibTeX arXiv:2503.23523

Code (1)

HaochenLiu2000/QAP 공식 구현 pytorch

Tasks

Knowledge GraphsMultiple-choiceMultiple Choice Question Answering (MCQA)Question Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

GTR: Graph-Table-RAG for Cross-Table Question Answering

2025-04-02 · Jiaru Zou, Dongqi Fu, Sirui Chen, Xinrui He 외

Beyond pure text, a substantial amount of knowledge is stored in tables. In real-world scenarios, user questions often require retrieving answers that are distributed across multiple tables. GraphRAG has recently attract…

Question AnsweringRAG

Knowledge Graph Prompting for Multi-Document Question Answering

2023-08-22 · Yu Wang, Nedim Lipka, Ryan A. Rossi, Alexa Siu 외

The `pre-train, prompt, predict' paradigm of large language models (LLMs) has achieved remarkable success in open-domain question answering (OD-QA). However, few works explore this paradigm in the scenario of multi-docum…

graph constructionOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Topology-Aware Reasoning over Incomplete Knowledge Graph with Graph-Based Soft Prompting

2026-04-14 · Shuai Wang, Xixi Wang, Yinan Yu arxiv

Large Language Models (LLMs) have shown remarkable capabilities across various tasks but remain prone to hallucinations in knowledge-intensive scenarios. Knowledge Base Question Answering (KBQA) mitigates this by groundi…

Knowledge Base Question AnsweringGraph Neural NetworkAnswer GenerationKnowledge Graphs

Modality-Aware Integration with Large Language Models for Knowledge-based Visual Question Answering

2024-02-20 · Junnan Dong, Qinggang Zhang, Huachi Zhou, Daochen Zha 외

Knowledge-based visual question answering (KVQA) has been extensively studied to answer visual questions with external knowledge, e.g., knowledge graphs (KGs). While several attempts have been proposed to leverage large …

Knowledge GraphsQuestion AnsweringVisual Question Answering

When to Trust: A Causality-Aware Calibration Framework for Accurate Knowledge Graph Retrieval-Augmented Generation

2026-01-14 · Jing Ren, Bowen Li, Ziqi Xu, Xikun Zhang 외 arxiv

Knowledge Graph Retrieval-Augmented Generation (KG-RAG) extends the RAG paradigm by incorporating structured knowledge from knowledge graphs, enabling Large Language Models (LLMs) to perform more precise and explainable …

Knowledge Graphs