Event-Arguments Extraction Corpus and Modeling using BERT for Arabic

Read original: arXiv:2407.21153 - Published 8/1/2024 by Alaa Aljabari, Lina Duaibes, Mustafa Jarrar, Mohammed Khalilia
Total Score

0

Event-Arguments Extraction Corpus and Modeling using BERT for Arabic

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Presents an event-arguments extraction corpus and modeling using BERT for the Arabic language
  • Develops a benchmark dataset and models for extracting event arguments from Arabic text
  • Demonstrates the effectiveness of transfer learning with BERT for this task

Plain English Explanation

This research paper focuses on the task of event-arguments extraction for the Arabic language. The researchers created a new benchmark dataset and developed models based on BERT, a powerful language representation model, to extract the key arguments (such as who, what, when, where) associated with events mentioned in Arabic text.

The motivation for this work is to enable better understanding and reasoning about events described in Arabic documents, which has applications in areas like information extraction, question answering, and event coreference resolution. By extracting the key participants, locations, times, and other details associated with events, this technology can help systems better understand the content and relationships described in Arabic text.

Technical Explanation

The researchers first constructed a new benchmark dataset for event-arguments extraction in Arabic, called EAEC (Event-Arguments Extraction Corpus). This dataset contains over 10,000 event mentions with their corresponding argument annotations, covering a variety of news and social media domains.

To address this task, the authors developed several BERT-based models that leverage transfer learning from the pre-trained BERT language model. These models include a sequence labeling approach to extract argument spans, as well as more structured approaches that jointly model the event trigger and its arguments.

The paper presents extensive experimental results demonstrating the effectiveness of the BERT-based models on the EAEC dataset, outperforming previous approaches. The researchers also analyze the performance across different event types and argument roles, providing insights into the strengths and limitations of the proposed techniques.

Critical Analysis

The paper makes a valuable contribution by introducing a new benchmark dataset and modeling approaches for event-arguments extraction in Arabic. The use of BERT and transfer learning is well-justified and demonstrates the power of these techniques for this task.

However, the paper does not discuss potential limitations or biases in the dataset or model performance. It would be helpful to understand how the models might perform on a more diverse range of Arabic text, including non-news domains, as well as the potential impact of factors like regional dialects or text style.

Additionally, the paper could have provided more detailed analysis of the model errors and areas for future improvement, which would be valuable for guiding further research in this direction.

Conclusion

This research presents a significant advancement in event-arguments extraction for the Arabic language, leveraging BERT-based models and a new benchmark dataset. The results demonstrate the potential of transfer learning techniques to tackle this challenging natural language processing task.

The work has important implications for improving the understanding and reasoning about events described in Arabic text, with applications in areas such as information extraction, question answering, and event coreference resolution. Further research to address the identified limitations and expand the capabilities of these models could lead to even more powerful tools for working with Arabic language data.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Event-Arguments Extraction Corpus and Modeling using BERT for Arabic
Total Score

0

Event-Arguments Extraction Corpus and Modeling using BERT for Arabic

Alaa Aljabari, Lina Duaibes, Mustafa Jarrar, Mohammed Khalilia

Event-argument extraction is a challenging task, particularly in Arabic due to sparse linguistic resources. To fill this gap, we introduce the hadath corpus ($550$k tokens) as an extension of Wojood, enriched with event-argument annotations. We used three types of event arguments: $agent$, $location$, and $date$, which we annotated as relation types. Our inter-annotator agreement evaluation resulted in $82.23%$ $Kappa$ score and $87.2%$ $F_1$-score. Additionally, we propose a novel method for event relation extraction using BERT, in which we treat the task as text entailment. This method achieves an $F_1$-score of $94.01%$. To further evaluate the generalization of our proposed method, we collected and annotated another out-of-domain corpus (about $80$k tokens) called testNLI and used it as a second test set, on which our approach achieved promising results ($83.59%$ $F_1$-score). Last but not least, we propose an end-to-end system for event-arguments extraction. This system is implemented as part of SinaTools, and both corpora are publicly available at {small url{https://sina.birzeit.edu/wojood}}

Read more

8/1/2024

🎯

Total Score

0

Asking and Answering Questions to Extract Event-Argument Structures

Md Nayem Uddin, Enfa Rose George, Eduardo Blanco, Steven Corman

This paper presents a question-answering approach to extract document-level event-argument structures. We automatically ask and answer questions for each argument type an event may have. Questions are generated using manually defined templates and generative transformers. Template-based questions are generated using predefined role-specific wh-words and event triggers from the context document. Transformer-based questions are generated using large language models trained to formulate questions based on a passage and the expected answer. Additionally, we develop novel data augmentation strategies specialized in inter-sentential event-argument relations. We use a simple span-swapping technique, coreference resolution, and large language models to augment the training instances. Our approach enables transfer learning without any corpora-specific modifications and yields competitive results with the RAMS dataset. It outperforms previous work, and it is especially beneficial to extract arguments that appear in different sentences than the event trigger. We also present detailed quantitative and qualitative analyses shedding light on the most common errors made by our best model.

Read more

4/26/2024

⛏️

Total Score

0

Event Extraction for Portuguese: A QA-driven Approach using ACE-2005

Lu'is Filipe Cunha, Ricardo Campos, Al'ipio Jorge

Event extraction is an Information Retrieval task that commonly consists of identifying the central word for the event (trigger) and the event's arguments. This task has been extensively studied for English but lags behind for Portuguese, partly due to the lack of task-specific annotated corpora. This paper proposes a framework in which two separated BERT-based models were fine-tuned to identify and classify events in Portuguese documents. We decompose this task into two sub-tasks. Firstly, we use a token classification model to detect event triggers. To extract event arguments, we train a Question Answering model that queries the triggers about their corresponding event argument roles. Given the lack of event annotated corpora in Portuguese, we translated the original version of the ACE-2005 dataset (a reference in the field) into Portuguese, producing a new corpus for Portuguese event extraction. To accomplish this, we developed an automatic translation pipeline. Our framework obtains F1 marks of 64.4 for trigger classification and 46.7 for argument classification setting, thus a new state-of-the-art reference for these tasks in Portuguese.

Read more

9/2/2024

Argument-Aware Approach To Event Linking
Total Score

0

Argument-Aware Approach To Event Linking

I-Hung Hsu, Zihan Xue, Nilay Pochh, Sahil Bansal, Premkumar Natarajan, Jayanth Srinivasa, Nanyun Peng

Event linking connects event mentions in text with relevant nodes in a knowledge base (KB). Prior research in event linking has mainly borrowed methods from entity linking, overlooking the distinct features of events. Compared to the extensively explored entity linking task, events have more complex structures and can be more effectively distinguished by examining their associated arguments. Moreover, the information-rich nature of events leads to the scarcity of event KBs. This emphasizes the need for event linking models to identify and classify event mentions not in the KB as ``out-of-KB,'' an area that has received limited attention. In this work, we tackle these challenges by introducing an argument-aware approach. First, we improve event linking models by augmenting input text with tagged event argument information, facilitating the recognition of key information about event mentions. Subsequently, to help the model handle ``out-of-KB'' scenarios, we synthesize out-of-KB training examples from in-KB instances through controlled manipulation of event arguments. Our experiment across two test datasets showed significant enhancements in both in-KB and out-of-KB scenarios, with a notable 22% improvement in out-of-KB evaluations.

Read more

6/7/2024