Argument Pair Extraction with Mutual Guidance and Inter-sentence Relation Graph
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Argument Pair Extraction (APE)RelationRelation ClassificationSentenceSimilar Papers 제목 키워드 기반
Have my arguments been replied to? Argument Pair Extraction as Machine Reading Comprehension
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+1Enhancing Document-level Event Argument Extraction with Contextual Clues and Role Relevance
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 ExtractionSentenceType-aware Decoding via Explicitly Aggregating Event Information for Document-level Event Extraction
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 ExtractionA Large Scale Database of Strongly-related Events in Japanese
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 ExtractionAPE: Argument Pair Extraction from Peer Review and Rebuttal via Multi-task Learning
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