CLAIJul 4, 2022

Discourse-Aware Graph Networks for Textual Logical Reasoning

arXiv:2207.01450v28 citationsh-index: 55
Originality Incremental advance
AI Analysis

This addresses a bottleneck in QA systems by focusing on logical relations rather than entity-based ones, though it is incremental as it builds on existing graph network methods.

The paper tackles textual logical reasoning in QA by proposing discourse-aware graph networks (DAGNs) to model logical structures, achieving improved performance on three datasets and demonstrating zero-shot transfer to unseen texts.

Textual logical reasoning, especially question-answering (QA) tasks with logical reasoning, requires awareness of particular logical structures. The passage-level logical relations represent entailment or contradiction between propositional units (e.g., a concluding sentence). However, such structures are unexplored as current QA systems focus on entity-based relations. In this work, we propose logic structural-constraint modeling to solve the logical reasoning QA and introduce discourse-aware graph networks (DAGNs). The networks first construct logic graphs leveraging in-line discourse connectives and generic logic theories, then learn logic representations by end-to-end evolving the logic relations with an edge-reasoning mechanism and updating the graph features. This pipeline is applied to a general encoder, whose fundamental features are joined with the high-level logic features for answer prediction. Experiments on three textual logical reasoning datasets demonstrate the reasonability of the logical structures built in DAGNs and the effectiveness of the learned logic features. Moreover, zero-shot transfer results show the features' generality to unseen logical texts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes