paper-with-me

홈 › Papers

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

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

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. However, the F-Score of event arguments extraction is much lower than that of event trigger extraction, i.e. in the most recent work, event trigger extraction achieves 80.7%, while event arguments extraction achieves only 58%. In pipelined structures, the difficulty of event arguments extraction lies in its lack of classification feature, and the much higher computation consumption. In this work, we proposed a novel Event Extraction approach based on multi-layer Dilate Gated Convolutional Neural Network (EE-DGCNN) which has fewer parameters. In addition, enhanced local information is incorporated into word features, to assign event arguments roles for triggers predicted by the first subtask. The numerical experiments demonstrated significant performance improvement beyond state-of-art event extraction approaches on real-world datasets. Further analysis of extraction procedure is presented, as well as experiments are conducted to analyze impact factors related to the performance improvement.

📄 PDF Abstract BibTeX arXiv:2006.01854

Code (0)

등록된 구현이 없습니다.

Tasks

Event Extraction

Similar Papers 제목 키워드 기반

Event Coreference Resolution via a Multi-loss Neural Network without Using Argument Information

2020-09-22 · Xinyu Zuo, Yubo Chen, Kang Liu, Jun Zhao

Event coreference resolution(ECR) is an important task in Natural Language Processing (NLP) and nearly all the existing approaches to this task rely on event argument information. However, these methods tend to suffer fr…

coreference-resolutionCoreference ResolutionEvent Argument ExtractionEvent Coreference Resolution

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

One for All: Neural Joint Modeling of Entities and Events

2018-12-01 · Trung Minh Nguyen, Thien Huu Nguyen

The previous work for event extraction has mainly focused on the predictions for event triggers and argument roles, treating entity mentions as being provided by human annotators. This is unrealistic as entity mentions a…

AllEvent Extraction

Joint Event Extraction along Shortest Dependency Paths using Graph Convolutional Networks

2020-03-19 · Ali Balali, Masoud Asadpour, Ricardo Campos, Adam Jatowt

Event extraction (EE) is one of the core information extraction tasks, whose purpose is to automatically identify and extract information about incidents and their actors from texts. This may be beneficial to several dom…

Event ExtractionInformation RetrievalQuestion AnsweringRetrieval+1

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