paper-with-me

Papers

Document-Level Event Argument Extraction by Leveraging Redundant Information and Closed Boundary Loss

2022-07-01 · NAACL 2022 7 · Hanzhang Zhou, Kezhi Mao

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event Argument Extraction

Similar Papers 제목 키워드 기반

Dynamic Global Memory for Document-level Argument Extraction

2022-09-18 · ACL 2022 5 · Xinya Du, Sha Li, Heng Ji

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 ExtractionSentence

Document-level Event Extraction with Efficient End-to-end Learning of Cross-event Dependencies

2020-10-24 · NAACL (NUSE) 2021 6 · Kung-Hsiang Huang, Nanyun Peng

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+3

Document-Level Event Argument Extraction by Leveraging Redundant Information and Closed Boundary Loss

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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 Extraction

DocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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 ExtractionSentence

Few-Shot Document-Level Event Argument Extraction

2022-09-06 · Xianjun Yang, Yujie Lu, Linda Petzold

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