paper-with-me

Papers

Unsupervised Label-aware Event Trigger and Argument Classification

2020-12-30 · Hongming Zhang, Haoyu Wang, Dan Roth

Identifying events and mapping them to pre-defined event types has long been an important natural language processing problem. Most previous work has been heavily relying on labor-intensive and domain-specific annotations while ignoring the semantic meaning contained in the labels of the event types. As a result, the learned models cannot effectively generalize to new domains, where new event types could be introduced. In this paper, we propose an unsupervised event extraction pipeline, which first identifies events with available tools (e.g., SRL) and then automatically maps them to pre-defined event types with our proposed unsupervised classification model. Rather than relying on annotated data, our model matches the semantics of identified events with those of event type labels. Specifically, we leverage pre-trained language models to contextually represent pre-defined types for both event triggers and arguments. After we map identified events to the target types via representation similarity, we use the event ontology (e.g., argument type "Victim" can only appear as the argument of event type "Attack") as global constraints to regularize the prediction. The proposed approach is shown to be very effective when tested on the ACE-2005 dataset, which has 33 trigger and 22 argument types. Without using any annotation, we successfully map 83% of the triggers and 54% of the arguments to the correct types, almost doubling the performance of previous zero-shot approaches.

📄 PDF Abstract BibTeX arXiv:2012.15243

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationEvent ExtractionGeneral Classification

Similar Papers 제목 키워드 기반

Resource-Enhanced Neural Model for Event Argument Extraction

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Jie Ma, Shuai Wang, Rishita Anubhai, Miguel Ballesteros 외

Event argument extraction (EAE) aims to identify the arguments of an event and classify the roles that those arguments play. Despite great efforts made in prior work, there remain many challenges: (1) Data scarcity. (2) …

Event Argument Extractionmodel

Zero-shot Label-Aware Event Trigger and Argument Classification

2021-08-01 · Findings (ACL) 2021 8 · Hongming Zhang, Haoyu Wang, Dan Roth
Classification

Trigger is Not Sufficient: Exploiting Frame-aware Knowledge for Implicit Event Argument Extraction

2021-08-01 · ACL 2021 5 · Kaiwen Wei, Xian Sun, Zequn Zhang, Jingyuan Zhang 외

Implicit Event Argument Extraction seeks to identify arguments that play direct or implicit roles in a given event. However, most prior works focus on capturing direct relations between arguments and the event trigger. T…

Event Argument ExtractionKnowledge Distillation

A Multi-task Event and Argument Trigger Detection in Hindi using POS Tagging as an Auxiliary Task

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

The event, as well as argument trigger detection, are essential sub-tasks of the event extraction system. Lots of effort has been devoted to improving the performance of trigger detection systems. But, the effect of low-…

Event ExtractionMulti-Task LearningPOSPOS Tagging

A Trigger-Aware Multi-Task Learning for Chinese Event Entity Recognition

2021-08-01 · CCL 2021 8 · Xiang Yangxiao, Li Chenliang

“This paper tackles a new task for event entity recognition (EER). Different from named entity recognizing (NER) task it only identifies the named entities which are related to a specific event type. Currently there is n…

ARCMulti-Task LearningNERRelation+1