paper-with-me

Papers

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-level tasks like Parts-of-Speech (POS) tagging as an auxiliary task in multi-task learning of event and argument trigger detection has not been understood well in literature. In our current work, we propose a BERT-based multi-task architecture that learns a shared representation from two sequence labeling tasks, trigger detection (both event and argument), and POS tagging in a multi-task setup using POS tagging as an auxiliary task. We show that our proposed approach achieves a significant performance boost as compared to single-task models. We perform our experiment in the Hindi language, unlike previously proposed works.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionMulti-Task LearningPOSPOS Tagging

Similar Papers 제목 키워드 기반

EventGraph: Event Extraction as Semantic Graph Parsing

2022-10-16 · Huiling You, David Samuel, Samia Touileb, Lilja Øvrelid

Event extraction involves the detection and extraction of both the event triggers and corresponding event arguments. Existing systems often decompose event extraction into multiple subtasks, without considering their pos…

Event DetectionEvent Extraction

A Multi-task Model for Multilingual Trigger Detection and Classification

2019-12-01 · ICON 2019 12 · Sovan Kumar Sahoo, Saumajit Saha, Asif Ekbal, Pushpak Bhattacharyya

In this paper we present a deep multi-task learning framework for multilingual event and argument trigger detection and classification. In our current work, we identify detection and classification of both event and argu…

ClassificationMulti-Task Learning

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

Joint Event Extraction with Hierarchical Policy Network

2020-12-01 · COLING 2020 8 · Peixin Huang, Xiang Zhao, Ryuichi Takanobu, Zhen Tan 외

Most existing work on event extraction (EE) either follows a pipelined manner or uses a joint structure but is pipelined in essence. As a result, these efforts fail to utilize information interactions among event trigger…

Event DetectionEvent Extraction

Event Arguments Extraction via Dilate Gated Convolutional Neural Network with Enhanced Local Features

2020-06-02 · Zhigang Kan, Linbo Qiao, Sen yang, Feng Liu 외

Event Extraction plays an important role in information-extraction to understand the world. Event extraction could be split into two subtasks: one is event trigger extraction, the other is event arguments extraction. How…

Event Extraction