{"id":18439497,"url":"https://github.com/idiap/cncsharedtask","last_synced_at":"2025-07-21T10:03:29.126Z","repository":{"id":144961670,"uuid":"550329894","full_name":"idiap/cncsharedtask","owner":"idiap","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-05T16:00:31.000Z","size":961,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-15T03:45:45.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idiap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-12T15:21:04.000Z","updated_at":"2024-03-14T06:11:43.000Z","dependencies_parsed_at":"2023-05-24T13:15:25.070Z","dependency_job_id":null,"html_url":"https://github.com/idiap/cncsharedtask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/idiap/cncsharedtask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fcncsharedtask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fcncsharedtask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fcncsharedtask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fcncsharedtask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idiap","download_url":"https://codeload.github.com/idiap/cncsharedtask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fcncsharedtask/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278205,"owners_count":23904038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T06:25:03.349Z","updated_at":"2025-07-21T10:03:29.095Z","avatar_url":"https://github.com/idiap.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IDIAPERS @ CASE22-TASK 3: Event Causality Identification\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/idiap/cncsharedtask/blob/master/LICENSE\"\u003e\n        \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/badge/License-MIT-green.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/idiap/cncsharedtask\"\u003e\n        \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/badge/GitHub-Open%20source-green\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/psf/black\"\u003e\n        \u003cimg alt=\"Black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://arxiv.org/abs/2209.03895\"\u003e\n        \u003cimg alt=\"Black\" src=\"https://img.shields.io/badge/arXiv-2209.03895-b31b1b.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://arxiv.org/abs/2209.03891\"\u003e\n        \u003cimg alt=\"Black\" src=\"https://img.shields.io/badge/arXiv-2209.03891-b31b1b.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n## Introduction\n\nThis 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) ](https://emw.ku.edu.tr/case-2022/)\n\n\nThe task 3 was comprised of two subtasks. Given a sentence from the news-media:\n* Subtask 1: identify whether sentence contains any causal relation,\n* Subtask 2: extract all cause-effect-signal triplets capturing causal relations from this sentence.\n\nCausality 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 \u003cem\u003eCausal\u003c/em\u003e and \u003cem\u003eNon-causal\u003c/em\u003e respectively.\n\n\n| \u003cimg align=\"center\" height=250 src=\"https://github.com/tanfiona/CausalNewsCorpus/blob/master/imgs/EventCausality_Subtask1_Examples3.png\"\u003e | \n|:--:| \n| *Annotated examples from Causal News Corpus. Causes are in pink, Effects in green and Signals in yellow. Note that both Cause and Effect spans must be present within one and the same sentence for us to mark it as \u003cem\u003eCausal\u003c/em\u003e. Figure taken from official challenge github.* |\n\n\nMore information can be found at the [official challenge github](https://github.com/tanfiona/CausalNewsCorpus).\n\n## Installation\nThe installation instructions for each subtask can be found in README located its respective folder (`subtask1` and `subtask2` respectively).\n\n\n\n# Citation\nIf you use our work or code, please cite our works for respective subtask\n* Subtask 1: [IDIAPers @ Causal News Corpus 2022: Efficient Causal Relation Identification Through a Prompt-based Few-shot Approach](https://arxiv.org/abs/2209.03895)\n* Subtask 2: [IDIAPers @ Causal News Corpus 2022: Extracting Cause-Effect-Signal Triplets via Pre-trained Autoregressive Language Model](https://arxiv.org/abs/2209.03891)\n\nBibtex citations:\n```bibtex\n@inproceedings{idiap_case22_subtask1,\n    title = \"{IDIAPers} @ Causal News Corpus 2022: Causal Relation Identification Using a Few-shot and Prompt-based Fine-tuning of Language Models\",\n    author = \"Burdisso, Sergio and Zuluaga-Gomez, Juan and Fajcik, Martin and Villatoro-Tello, Esaú and Singh, Muskaan and Motlicek, Petr and Smrz, Pavel\",\n    booktitle = \"The 5th Workshop on Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE @ EMNLP 2022)\",\n    year = \"2022\",\n    publisher = \"Association for Computational Linguistics\",\n}\n```\n\n\n```bibtex\n@inproceedings{idiap_case22_subtask2,\n    title = \"IDIAPers @ Causal News Corpus 2022: Extracting Cause-Effect-Signal Triplets via Pre-trained Autoregressive Language Model\",\n    author = \"Fajcik, Martin and Singh, Muskaan and Zuluaga-Gomez, Juan and Villatoro-Tello, Esaú and Burdisso, Sergio and Motlicek, Petr and Smrz, Pavel\",\n    booktitle = \"The 5th Workshop on Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE @ EMNLP 2022)\",\n    year = \"2022\",\n    publisher = \"Association for Computational Linguistics\",\n}\n```\n\n# Getting Help\nIf you need help, don't hesitate to create an issue at GitHub, or write to corresponding author.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiap%2Fcncsharedtask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidiap%2Fcncsharedtask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiap%2Fcncsharedtask/lists"}