SOTAVerified

DAGN: Discourse-Aware Graph Network for Logical Reasoning

2021-03-26NAACL 2021Code Available1· sign in to hype

Yinya Huang, Meng Fang, Yu Cao, LiWei Wang, Xiaodan Liang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent QA with logical reasoning questions requires passage-level relations among the sentences. However, current approaches still focus on sentence-level relations interacting among tokens. In this work, we explore aggregating passage-level clues for solving logical reasoning QA by using discourse-based information. We propose a discourse-aware graph network (DAGN) that reasons relying on the discourse structure of the texts. The model encodes discourse information as a graph with elementary discourse units (EDUs) and discourse relations, and learns the discourse-aware features via a graph network for downstream QA tasks. Experiments are conducted on two logical reasoning QA datasets, ReClor and LogiQA, and our proposed DAGN achieves competitive results. The source code is available at https://github.com/Eleanor-H/DAGN.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ReClorNAACL 2021Test58.2Unverified

Reproductions