Event Extraction by Associating Event Types and Argument Roles
Qian Li, Shu Guo, Jia Wu, Jianxin Li, Jiawei Sheng, Lihong Wang,, Xiaohan Dong, Hao Peng

TL;DR
This paper introduces a neural association framework for event extraction that leverages type and role associations via graph attention networks, improving performance especially for less frequent event types and roles.
Contribution
It proposes a novel neural model that integrates event type classification and argument role extraction through a graph-based association mechanism, enhancing information sharing.
Findings
Outperforms state-of-the-art methods in event extraction tasks.
Shows significant improvements for rare event types and roles.
Demonstrates robustness across different datasets.
Abstract
Event extraction (EE), which acquires structural event knowledge from texts, can be divided into two sub-tasks: event type classification and element extraction (namely identifying triggers and arguments under different role patterns). As different event types always own distinct extraction schemas (i.e., role patterns), previous work on EE usually follows an isolated learning paradigm, performing element extraction independently for different event types. It ignores meaningful associations among event types and argument roles, leading to relatively poor performance for less frequent types/roles. This paper proposes a novel neural association framework for the EE task. Given a document, it first performs type classification via constructing a document-level graph to associate sentence nodes of different types, and adopting a graph attention network to learn sentence embeddings. Then,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
