paper-with-me

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 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 between the nodes to establish new edges dynamically for learning node representations in the graph network. Using the relevance between the graph nodes in learning representations helps the model to not only exploit the existing relationships in the KG subgraph but also recover the missing edges. Moreover, our model improves handling the negative questions due to considering the relevance between the global question node and the graph entities. Our proposed approach shows competitive performance on two QA datasets with commonsense knowledge, CommonsenseQA and OpenbookQA, and improves the state-of-the-art published results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkQuestion Answering

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar 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 archi…

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