paper-with-me

Papers

Explicit Graph Reasoning Fusing Knowledge and Contextual Information for Multi-hop Question Answering

2022-07-01 · NAACL (DLG4NLP) 2022 7 · Zhenyun Deng, Yonghua Zhu, Qianqian Qi, Michael Witbrock, Patricia Riddle

Current graph-neural-network-based (GNN-based) approaches to multi-hop questions integrate clues from scattered paragraphs in an entity graph, achieving implicit reasoning by synchronous update of graph node representations using information from neighbours; this is poorly suited for explaining how clues are passed through the graph in hops. In this paper, we describe a structured Knowledge and contextual Information Fusion GNN (KIFGraph) whose explicit multi-hop graph reasoning mimics human step by step reasoning. Specifically, we first integrate clues at multiple levels of granularity (question, paragraph, sentence, entity) as nodes in the graph, connected by edges derived using structured semantic knowledge, then use a contextual encoder to obtain the initial node representations, followed by step-by-step two-stage graph reasoning that asynchronously updates node representations. Each node can be related to its neighbour nodes through fused structured knowledge and contextual information, reliably integrating their answer clues. Moreover, a masked attention mechanism (MAM) filters out noisy or redundant nodes and edges, to avoid ineffective clue propagation in graph reasoning. Experimental results show performance competitive with published models on the HotpotQA dataset.

📄 PDF Abstract BibTeX

Code (1)

tswinggg/kifgraph 공식 구현

Tasks

Graph Neural NetworkMulti-hop Question AnsweringQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Dialogue Graph Modeling for Conversational Machine Reading

2020-12-29 · Findings (ACL) 2021 8 · Siru Ouyang, Zhuosheng Zhang, Hai Zhao

Conversational Machine Reading (CMR) aims at answering questions in a complicated manner. Machine needs to answer questions through interactions with users based on given rule document, user scenario and dialogue history…

Reading Comprehension

Domain-Contextualized Concept Graphs: A Computable Framework for Knowledge Representation

2025-10-19 · Chao Li, Yuru Wang arxiv

Traditional knowledge graphs are constrained by fixed ontologies that organize concepts within rigid hierarchical structures. The root cause lies in treating domains as implicit context rather than as explicit, reasoning…

Knowledge Graphs

Cracking the Contextual Commonsense Code: Understanding Commonsense Reasoning Aptitude of Deep Contextual Representations

2019-10-02 · WS 2019 11 · Jeff Da, Jungo Kasai

Pretrained deep contextual representations have advanced the state-of-the-art on various commonsense NLP tasks, but we lack a concrete understanding of the capability of these models. Thus, we investigate and challenge s…

Knowledge Graphs

Fusing Context Into Knowledge Graph for Commonsense Question Answering

2020-12-09 · Findings (ACL) 2021 8 · Yichong Xu, Chenguang Zhu, Ruochen Xu, Yang Liu 외

Commonsense question answering (QA) requires a model to grasp commonsense and factual knowledge to answer questions about world events. Many prior methods couple language modeling with knowledge graphs (KG). However, alt…

Common Sense ReasoningKnowledge GraphsLanguage ModelingLanguage Modelling+2

Relation-aware Bidirectional Path Reasoning for Commonsense Question Answering

2021-11-01 · CoNLL (EMNLP) 2021 11 · Junxing Wang, Xinyi Li, Zhen Tan, Xiang Zhao 외

Commonsense Question Answering is an important natural language processing (NLP) task that aims to predict the correct answer to a question through commonsense reasoning. Previous studies utilize pre-trained models on la…

Graph Neural NetworkKnowledge GraphsQuestion AnsweringRelation