paper-with-me

Papers

Dynamic Relevance Graph Network for Knowledge-Aware Question Answering

2022-09-20 · COLING 2022 10 · Chen Zheng, Parisa Kordjamshidi

This work investigates the challenge of learning and reasoning for Commonsense Question Answering given an external source of knowledge in the form of a knowledge graph (KG). We propose a novel graph neural network architecture, called Dynamic Relevance Graph Network (DRGN). DRGN operates on a given KG subgraph based on the question and answers entities and uses the relevance scores between the nodes to establish new edges dynamically for learning node representations in the graph network. This explicit usage of relevance as graph edges has the following advantages, a) the model can exploit the existing relationships, re-scale the node weights, and influence the way the neighborhood nodes' representations are aggregated in the KG subgraph, b) It potentially recovers the missing edges in KG that are needed for reasoning. Moreover, as a byproduct, our model improves handling the negative questions due to considering the relevance between the question node and the graph entities. Our proposed approach shows competitive performance on two QA benchmarks, CommonsenseQA and OpenbookQA, compared to the state-of-the-art published results.

📄 PDF Abstract BibTeX arXiv:2209.09947

Code (1)

hlr/drgn 공식 구현 pytorch

Tasks

Graph Neural NetworkQuestion Answering

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Relevance Graph Network for Knowledge-Aware Question Answering

2022-01-16 · ACL ARR January 2022 1 · Anonymous

This work investigates the challenge of learning and reasoning for Commonsense Question Answering given an external source of knowledge in the form of a knowledge graph. We propose a novel graph neural network architectu…

Graph Neural NetworkQuestion Answering

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; howeve…

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

Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees

2026-04-21 · Zhuoping Zhou, Davoud Ataee Tarzanagh, Sima Didari, Wenjun Hu 외 arxiv

Graph-based Retrieval-Augmented Generation (RAG) systems leverage interconnected knowledge structures to capture complex relationships that flat retrieval struggles with, enabling multi-hop reasoning. Yet most existing g…

Question Answering

Dynamic Key-value Memory Enhanced Multi-step Graph Reasoning for Knowledge-based Visual Question Answering

2022-03-06 · Mingxiao Li, Marie-Francine Moens

Knowledge-based visual question answering (VQA) is a vision-language task that requires an agent to correctly answer image-related questions using knowledge that is not presented in the given image. It is not only a more…

Graph AttentionQuestion AnsweringTripletVisual Question Answering+1

REAR: A Relevance-Aware Retrieval-Augmented Framework for Open-Domain Question Answering

2024-02-27 · Yuhao Wang, Ruiyang Ren, Junyi Li, Wayne Xin Zhao 외

Considering the limited internal parametric knowledge, retrieval-augmented generation (RAG) has been widely used to extend the knowledge scope of large language models (LLMs). Despite the extensive efforts on RAG researc…

Open-Domain Question AnsweringQuestion AnsweringRAGRetrieval+1