paper-with-me

홈 › Papers

Argument Pair Extraction with Mutual Guidance and Inter-sentence Relation Graph

2021-11-01 · EMNLP 2021 11 · Jianzhu Bao, Bin Liang, Jingyi Sun, Yice Zhang, Min Yang, Ruifeng Xu

Argument pair extraction (APE) aims to extract interactive argument pairs from two passages of a discussion. Previous work studied this task in the context of peer review and rebuttal, and decomposed it into a sequence labeling task and a sentence relation classification task. However, despite the promising performance, such an approach obtains the argument pairs implicitly by the two decomposed tasks, lacking explicitly modeling of the argument-level interactions between argument pairs. In this paper, we tackle the APE task by a mutual guidance framework, which could utilize the information of an argument in one passage to guide the identification of arguments that can form pairs with it in another passage. In this manner, two passages can mutually guide each other in the process of APE. Furthermore, we propose an inter-sentence relation graph to effectively model the inter-relations between two sentences and thus facilitates the extraction of argument pairs. Our proposed method can better represent the holistic argument-level semantics and thus explicitly capture the complex correlations between argument pairs. Experimental results show that our approach significantly outperforms the current state-of-the-art model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Argument Pair Extraction (APE)RelationRelation ClassificationSentence

Similar Papers 제목 키워드 기반

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

2022-05-01 · ACL 2022 5 · Jianzhu Bao, Jingyi Sun, Qinglin Zhu, Ruifeng Xu

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…

Argument MiningArgument Pair Extraction (APE)Machine Reading ComprehensionReading Comprehension+1

Enhancing Document-level Event Argument Extraction with Contextual Clues and Role Relevance

2023-10-08 · Association for Computational Linguistics 2023 7 · Wanlong Liu, Shaohuan Cheng, Dingyi Zeng, Hong Qu

Document-level event argument extraction poses new challenges of long input and cross-sentence inference compared to its sentence-level counterpart. However, most prior works focus on capturing the relations between cand…

Event Argument ExtractionEvent ExtractionSentence

Type-aware Decoding via Explicitly Aggregating Event Information for Document-level Event Extraction

2023-10-16 · Gang Zhao, Yidong Shi, Shudong Lu, Xinjie Yang 외

Document-level event extraction (DEE) faces two main challenges: arguments-scattering and multi-event. Although previous methods attempt to address these challenges, they overlook the interference of event-unrelated sent…

Document-level Event ExtractionEvent DetectionEvent Extraction

A Large Scale Database of Strongly-related Events in Japanese

2014-05-01 · LREC 2014 5 · Tomohide Shibata, Shotaro Kohama, Sadao Kurohashi

The knowledge about the relation between events is quite useful for coreference resolution, anaphora resolution, and several NLP applications such as dialogue system. This paper presents a large scale database of strongl…

Common Sense Reasoningcoreference-resolutionCoreference ResolutionEvent Extraction

APE: Argument Pair Extraction from Peer Review and Rebuttal via Multi-task Learning

2020-11-01 · EMNLP 2020 11 · Liying Cheng, Lidong Bing, Qian Yu, Wei Lu 외

Peer review and rebuttal, with rich interactions and argumentative discussions in between, are naturally a good resource to mine arguments. However, few works study both of them simultaneously. In this paper, we introduc…

Argument Pair Extraction (APE)Multi-Task LearningRelation Classification