paper-with-me

Papers

Graph-Based Reasoning over Heterogeneous External Knowledge for Commonsense Question Answering

2019-09-09 · Shangwen Lv, Daya Guo, Jingjing Xu, Duyu Tang, Nan Duan, Ming Gong, Linjun Shou, Daxin Jiang, Guihong Cao, Songlin Hu

Commonsense question answering aims to answer questions which require background knowledge that is not explicitly expressed in the question. The key challenge is how to obtain evidence from external knowledge and make predictions based on the evidence. Recent works either learn to generate evidence from human-annotated evidence which is expensive to collect, or extract evidence from either structured or unstructured knowledge bases which fails to take advantages of both sources. In this work, we propose to automatically extract evidence from heterogeneous knowledge sources, and answer questions based on the extracted evidence. Specifically, we extract evidence from both structured knowledge base (i.e. ConceptNet) and Wikipedia plain texts. We construct graphs for both sources to obtain the relational structures of evidence. Based on these graphs, we propose a graph-based approach consisting of a graph-based contextual word representation learning module and a graph-based inference module. The first module utilizes graph structural information to re-define the distance between words for learning better contextual word representations. The second module adopts graph convolutional network to encode neighbor information into the representations of nodes, and aggregates evidence with graph attention mechanism for predicting the final answer. Experimental results on CommonsenseQA dataset illustrate that our graph-based approach over both knowledge sources brings improvement over strong baselines. Our approach achieves the state-of-the-art accuracy (75.3%) on the CommonsenseQA leaderboard.

📄 PDF Abstract BibTeX arXiv:1909.05311

Code (1)

DecstionBack/AAAI_2020_CommonsenseQA 공식 구현 pytorch

Tasks

Common Sense ReasoningGraph AttentionQuestion AnsweringRepresentation Learning

Similar Papers 제목 키워드 기반

Integrating a Heterogeneous Graph with Entity-aware Self-attention using Relative Position Labels for Reading Comprehension Model

2023-07-19 · Shima Foolad, Kourosh Kiani

Despite the significant progress made by transformer models in machine reading comprehension tasks, they still fall short in handling complex reasoning tasks due to the absence of explicit knowledge in the input sequence…

Common Sense ReasoningGraph AttentionMachine Reading ComprehensionPosition+1

Graph-to-Frame RAG: Visual-Space Knowledge Fusion for Training-Free and Auditable Video Reasoning

2026-04-06 · Songyuan Yang, Weijiang Yu, Ziyu Liu, Guijian Tang 외 arxiv

When video reasoning requires external knowledge, many systems with large multimodal models (LMMs) adopt retrieval augmentation to supply the missing context. Appending textual or multi-clip evidence, however, forces het…

Exploring Knowledge Conflicts for Faithful LLM Reasoning: Benchmark and Method

2026-04-13 · Tianzhe Zhao, Jiaoyan Chen, Shuxiu Zhang, Haiping Zhu 외 arxiv

Large language models (LLMs) have achieved remarkable success across a wide range of applications especially when augmented by external knowledge through retrieval-augmented generation (RAG). Despite their widespread ado…

Knowledge Graphs

Think-on-Graph 3.0: Efficient and Adaptive LLM Reasoning on Heterogeneous Graphs via Multi-Agent Dual-Evolving Context Retrieval

2025-09-26 · Xiaojun Wu, Cehao Yang, Xueyuan Lin, Chengjin Xu 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) has become the important paradigm for enhancing Large Language Models (LLMs) with external knowledge. However, existing approaches are constrained by their reliance o…

Knowledge Graphs

LUKE-Graph: A Transformer-based Approach with Gated Relational Graph Attention for Cloze-style Reading Comprehension

2023-03-12 · Shima Foolad, Kourosh Kiani

Incorporating prior knowledge can improve existing pre-training models in cloze-style machine reading and has become a new trend in recent studies. Notably, most of the existing models have integrated external knowledge …

Common Sense ReasoningGraph AttentionKnowledge GraphsMachine Reading Comprehension+2