This repository contains official code for shared task 3 of The 5th Workshop on Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE @ EMNLP 2022)
The task 3 was comprised of two subtasks. Given a sentence from the news-media:
- Subtask 1: identify whether sentence contains any causal relation,
- Subtask 2: extract all cause-effect-signal triplets capturing causal relations from this sentence.
Causality is a core cognitive concept and appears in many natural language processing (NLP) works that aim to tackle inference and understanding. Generally, a causal relation is a semantic relationship between two arguments known as cause and effect, in which the occurrence of one (cause argument) causes the occurrence of the other (effect argument). The Figure below illustrates some sentences that are marked as Causal and Non-causal respectively.
More information can be found at the official challenge github.
The installation instructions for each subtask can be found in README located its respective folder (subtask1
and subtask2
respectively).
If you use our work or code, please cite our works for respective subtask
- Subtask 1: IDIAPers @ Causal News Corpus 2022: Efficient Causal Relation Identification Through a Prompt-based Few-shot Approach
- Subtask 2: IDIAPers @ Causal News Corpus 2022: Extracting Cause-Effect-Signal Triplets via Pre-trained Autoregressive Language Model
Bibtex citations:
@inproceedings{idiap_case22_subtask1,
title = "{IDIAPers} @ Causal News Corpus 2022: Causal Relation Identification Using a Few-shot and Prompt-based Fine-tuning of Language Models",
author = "Burdisso, Sergio and Zuluaga-Gomez, Juan and Fajcik, Martin and Villatoro-Tello, Esaú and Singh, Muskaan and Motlicek, Petr and Smrz, Pavel",
booktitle = "The 5th Workshop on Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE @ EMNLP 2022)",
year = "2022",
publisher = "Association for Computational Linguistics",
}
@inproceedings{idiap_case22_subtask2,
title = "IDIAPers @ Causal News Corpus 2022: Extracting Cause-Effect-Signal Triplets via Pre-trained Autoregressive Language Model",
author = "Fajcik, Martin and Singh, Muskaan and Zuluaga-Gomez, Juan and Villatoro-Tello, Esaú and Burdisso, Sergio and Motlicek, Petr and Smrz, Pavel",
booktitle = "The 5th Workshop on Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE @ EMNLP 2022)",
year = "2022",
publisher = "Association for Computational Linguistics",
}
If you need help, don't hesitate to create an issue at GitHub, or write to corresponding author.