CLAIMay 31, 2021

Document-level Event Extraction via Heterogeneous Graph-based Interaction Model with a Tracker

arXiv:2105.14924v1722 citationsHas Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for NLP researchers working on information extraction from documents.

The paper tackles document-level event extraction by addressing challenges of scattered event arguments and event correlations, proposing GIT which outperforms previous methods by 2.8 F1 on a benchmark dataset.

Document-level event extraction aims to recognize event information from a whole piece of article. Existing methods are not effective due to two challenges of this task: a) the target event arguments are scattered across sentences; b) the correlation among events in a document is non-trivial to model. In this paper, we propose Heterogeneous Graph-based Interaction Model with a Tracker (GIT) to solve the aforementioned two challenges. For the first challenge, GIT constructs a heterogeneous graph interaction network to capture global interactions among different sentences and entity mentions. For the second, GIT introduces a Tracker module to track the extracted events and hence capture the interdependency among the events. Experiments on a large-scale dataset (Zheng et al., 2019) show GIT outperforms the previous methods by 2.8 F1. Further analysis reveals GIT is effective in extracting multiple correlated events and event arguments that scatter across the document. Our code is available at https://github.com/RunxinXu/GIT.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes