Document-Level Event Argument Extraction by Leveraging Redundant Information and Closed Boundary Loss
In document-level event argument extraction, an argument is likely to appear multiple times in different expressions in the document. The redundancy of arguments underlying multiple sentences is beneficial but is often overlooked. In addition, in event argument extraction, most entities are regarded as class “others”, i.e. Universum class, which is defined as a collection of samples that do not belong to any class of interest. Universum class is composed of heterogeneous entities without typical common features. Classifiers trained by cross entropy loss could easily misclassify the Universum class because of their open decision boundary. In this paper, to make use of redundant event information underlying a document, we build an entity coreference graph with the graph2token module to produce a comprehensive and coreference-aware representation for every entity and then build an entity summary graph to merge the multiple extraction results. To better classify Universum class, we propose a new loss function to build classifiers with closed boundaries. Experimental results show that our model outperforms the previous state-of-the-art models by 3.35% in F1-score.
Code (0)
등록된 구현이 없습니다.
Tasks
Event Argument ExtractionSimilar Papers 제목 키워드 기반
Dynamic Global Memory for Document-level Argument Extraction
Extracting informative arguments of events from news articles is a challenging problem in information extraction, which requires a global contextual understanding of each document. While recent work on document-level ext…
ArticlesEvent Argument ExtractionSentenceDocument-level Event Extraction with Efficient End-to-end Learning of Cross-event Dependencies
Fully understanding narratives often requires identifying events in the context of whole documents and modeling the event relations. However, document-level event extraction is a challenging task as it requires the extra…
Computational EfficiencyDocument-level Event ExtractionEvent ExtractionInformation Retrieval+3Document-Level Event Argument Extraction by Leveraging Redundant Information and Closed Boundary Loss
In document-level event argument extraction, an argument is likely to appear multiple times in different expressions in the document. The redundancy of arguments underlying multiple sentences is beneficial but is often o…
Event Argument ExtractionDocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction
Event extraction aims to identify an event and then extract the arguments participating in the event. Despite the great success in sentence-level event extraction, events are more naturally presented in the form of docum…
Document-level Event ExtractionEvent ExtractionSentenceFew-Shot Document-Level Event Argument Extraction
Event argument extraction (EAE) has been well studied at the sentence level but under-explored at the document level. In this paper, we study to capture event arguments that actually spread across sentences in documents.…
Document-level Event ExtractionEvent Argument ExtractionEvent ExtractionSentence