paper-with-me

홈 › Papers

Event Argument Extraction using Causal Knowledge Structures

2021-05-02 · ICON 2020 12 · Debanjana Kar, Sudeshna Sarkar, Pawan Goyal

Event Argument extraction refers to the task of extracting structured information from unstructured text for a particular event of interest. The existing works exhibit poor capabilities to extract causal event arguments like Reason and After Effects. Furthermore, most of the existing works model this task at a sentence level, restricting the context to a local scope. While it may be effective for short spans of text, for longer bodies of text such as news articles, it has often been observed that the arguments for an event do not necessarily occur in the same sentence as that containing an event trigger. To tackle the issue of argument scattering across sentences, the use of global context becomes imperative in this task. In our work, we propose an external knowledge aided approach to infuse document-level event information to aid the extraction of complex event arguments. We develop a causal network for our event-annotated dataset by extracting relevant event causal structures from ConceptNet and phrases from Wikipedia. We use the extracted event causal features in a bi-directional transformer encoder to effectively capture long-range inter-sentence dependencies. We report the effectiveness of our proposed approach through both qualitative and quantitative analysis. In this task, we establish our findings on an event annotated dataset in 5 Indian languages. This dataset adds further complexity to the task by labelling arguments of entity type (like Time, Place) as well as more complex argument types (like Reason, After-Effect). Our approach achieves state-of-the-art performance across all the five languages. Since our work does not rely on any language-specific features, it can be easily extended to other languages.

📄 PDF Abstract BibTeX arXiv:2105.00477

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesEvent Argument ExtractionSentence

Similar Papers 제목 키워드 기반

CLIP-Event: Connecting Text and Images with Event Structures

2022-01-13 · CVPR 2022 1 · Manling Li, Ruochen Xu, Shuohang Wang, Luowei Zhou 외

Vision-language (V+L) pretraining models have achieved great success in supporting multimedia applications by understanding the alignments between images and text. While existing vision-language pretraining models primar…

Contrastive LearningEvent ExtractionImage RetrievalRetrieval

Constructing and Interpreting Causal Knowledge Graphs from News

2023-05-16 · Fiona Anting Tan, Debdeep Paul, Sahim Yamaura, Miura Koji 외

Many financial jobs rely on news to learn about causal events in the past and present, to make informed decisions and predictions about the future. With the ever-increasing amount of news available online, there is a nee…

ClusteringKnowledge Graphs

Event Causality Extraction with Event Argument Correlations

2023-01-27 · COLING 2022 10 · Shiyao Cui, Jiawei Sheng, Xin Cong, Quangang Li 외

Event Causality Identification (ECI), which aims to detect whether a causality relation exists between two given textual events, is an important task for event causality understanding. However, the ECI task ignores cruci…

Event Causality Identification

Document-level Causal Relation Extraction with Knowledge-guided Binary Question Answering

2024-10-07 · Zimu Wang, Lei Xia, Wei Wang, Xinya Du

As an essential task in information extraction (IE), Event-Event Causal Relation Extraction (ECRE) aims to identify and classify the causal relationships between event mentions in natural language texts. However, existin…

Question AnsweringRelationRelation 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