paper-with-me

홈 › Papers

Event Extraction by Associating Event Types and Argument Roles

2021-08-23 · Qian Li, Shu Guo, Jia Wu, JianXin Li, Jiawei Sheng, Lihong Wang, Xiaohan Dong, Hao Peng

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, element extraction is achieved by building a universal schema of argument roles, with a parameter inheritance mechanism to enhance role preference for extracted elements. As such, our model takes into account type and role associations during EE, enabling implicit information sharing among them. Experimental results show that our approach consistently outperforms most state-of-the-art EE methods in both sub-tasks. Particularly, for types/roles with less training data, the performance is superior to the existing methods.

📄 PDF Abstract BibTeX arXiv:2108.10038

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionGraph AttentionSentenceSentence Embeddings

Similar Papers 제목 키워드 기반

Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments

2024-10-04 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

Prior works formulate the extraction of event-specific arguments as a span extraction problem, where event arguments are explicit -- i.e. assumed to be contiguous spans of text in a document. In this study, we revisit th…

Event ExtractionText Generation

Event Extraction as Multi-turn Question Answering

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Fayuan Li, Weihua Peng, Yuguang Chen, Quan Wang 외

Event extraction, which aims to identify event triggers of pre-defined event types and their arguments of specific roles, is a challenging task in NLP. Most traditional approaches formulate this task as classification pr…

Event ExtractionQuestion AnsweringReading ComprehensionSentence

Query and Extract: Refining Event Extraction as Type-oriented Binary Decoding

2021-10-14 · Findings (ACL) 2022 5 · Sijia Wang, Mo Yu, Shiyu Chang, Lichao Sun 외

Event extraction is typically modeled as a multi-class classification problem where event types and argument roles are treated as atomic symbols. These approaches are usually limited to a set of pre-defined types. We pro…

Event ExtractionMulti-class ClassificationNatural Language QueriesVocal Bursts Type Prediction+1

Query and Extract: Refining Event Extraction as Type-oriented Binary Decoding

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

Event extraction is typically modeled as a multi-class classification problem where both event types and argument roles are treated as atomic symbols. These approaches are usually limited to a set of pre-defined types. W…

Event ExtractionMulti-class ClassificationNatural Language QueriesVocal Bursts Type Prediction+1

Rapid Customization for Event Extraction

2018-09-20 · ACL 2019 7 · Yee Seng Chan, Joshua Fasching, Haoling Qiu, Bonan Min

We present a system for rapidly customizing event extraction capability to find new event types and their arguments. The system allows a user to find, expand and filter event triggers for a new event type by exploring an…

Event Extraction