SOTAVerified

Have my arguments been replied to? Argument Pair Extraction as Machine Reading Comprehension

2022-05-01ACL 2022Code Available0· sign in to hype

Jianzhu Bao, Jingyi Sun, Qinglin Zhu, Ruifeng Xu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Argument pair extraction (APE) aims to automatically mine argument pairs from two interrelated argumentative documents. Existing studies typically identify argument pairs indirectly by predicting sentence-level relations between two documents, neglecting the modeling of the holistic argument-level interactions. Towards this issue, we propose to address APE via a machine reading comprehension (MRC) framework with two phases. The first phase employs an argument mining (AM) query to identify all arguments in two documents. The second phase considers each identified argument as an APE query to extract its paired arguments from another document, allowing to better capture the argument-level interactions. Also, this framework enables these two phases to be jointly trained in a single MRC model, thereby maximizing the mutual benefits of them. Experimental results demonstrate that our approach achieves the best performance, outperforming the state-of-the-art method by 7.11% in F1 score.

Tasks

Reproductions