OneEE: A One-Stage Framework for Fast Overlapping and Nested Event Extraction
Hu Cao, Jingye Li, Fangfang Su, Fei Li, Hao Fei, Shengqiong Wu, Bobo, Li, Liang Zhao, Donghong Ji

TL;DR
This paper introduces OneEE, a fast and effective one-stage framework for extracting overlapping and nested events from text by recognizing word relations simultaneously, achieving state-of-the-art results and high speed.
Contribution
The paper proposes a novel one-stage tagging scheme and model for overlapped and nested event extraction, reducing error propagation and increasing speed.
Findings
Achieves SOTA performance on three benchmarks.
Faster inference speed than baseline models.
Supports parallel inference for further speedup.
Abstract
Event extraction (EE) is an essential task of information extraction, which aims to extract structured event information from unstructured text. Most prior work focuses on extracting flat events while neglecting overlapped or nested ones. A few models for overlapped and nested EE includes several successive stages to extract event triggers and arguments,which suffer from error propagation. Therefore, we design a simple yet effective tagging scheme and model to formulate EE as word-word relation recognition, called OneEE. The relations between trigger or argument words are simultaneously recognized in one stage with parallel grid tagging, thus yielding a very fast event extraction speed. The model is equipped with an adaptive event fusion module to generate event-aware representations and a distance-aware predictor to integrate relative distance information for word-word relation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Natural Language Processing Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
