Papers › The Causal News Corpus: Annotating Causal Relations in Event Sentences from News

The Causal News Corpus: Annotating Causal Relations in Event Sentences from News

25 Apr 2022LREC 2022 6arXiv:2204.11714archive 2025-07-28

Fiona Anting Tan, Ali Hürriyetoğlu, Tommaso Caselli, Nelleke Oostdijk, Tadashi Nomoto, Hansi Hettiarachchi, Iqra Ameer, Onur Uca, Farhana Ferdousi Liza, Tiancheng Hu

Despite the importance of understanding causality, corpora addressing causal relations are limited. There is a discrepancy between existing annotation guidelines of event causality and conventional causality corpora that focus more on linguistics. Many guidelines restrict themselves to include only explicit relations or clause-based arguments. Therefore, we propose an annotation schema for event causality that addresses these concerns. We annotated 3,559 event sentences from protest event news with labels on whether it contains causal relations or not. Our corpus is known as the Causal News Corpus (CNC). A neural network built upon a state-of-the-art pre-trained language model performed well with 81.20% F1 score on test set, and 83.46% in 5-folds cross-validation. CNC is transferable across two external corpora: CausalTimeBank (CTB) and Penn Discourse Treebank (PDTB). Leveraging each of these external datasets for training, we achieved up to approximately 64% F1 on the CNC test set without additional fine-tuning. CNC also served as an effective training and pre-training dataset for the two external corpora. Lastly, we demonstrate the difficulty of our task to the layman in a crowd-sourced annotation exercise. Our annotated corpus is publicly available, providing a valuable resource for causal text mining researchers.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.11714")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: official repository: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tanfiona/causalnewscorpus officialmentioned in papermentioned on GitHubtfCC0-1.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tanfiona/causalnewscorpus. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

clean_tok tanfiona/causalnewscorpus/run_st2.py official repository unverified CC0-1.0 (permissive) · 17953e908ecafaca · report
flatten tanfiona/causalnewscorpus/curation/subtask2.py official repository unverified CC0-1.0 (permissive) · e3f17b0f2e9f8c37 · report
get_BIO tanfiona/causalnewscorpus/src/format_st2.py official repository unverified CC0-1.0 (permissive) · debc140d2d23155e · report
get_BIO_sig tanfiona/causalnewscorpus/src/format_st2.py official repository unverified CC0-1.0 (permissive) · 63b134c7f31a0fbd · report
get_CE_bounds tanfiona/causalnewscorpus/run_st2.py official repository unverified CC0-1.0 (permissive) · e60c8154881f51c0 · report
get_combinations tanfiona/causalnewscorpus/curation/subtask2.py official repository unverified CC0-1.0 (permissive) · 2404dcb4ab95c45d · report
get_eval_results tanfiona/causalnewscorpus/lstm_experiment.py official repository unverified CC0-1.0 (permissive) · 852ff0d1fcb5dd16 · report
get_random_ce_pred tanfiona/causalnewscorpus/random_st2.py official repository unverified CC0-1.0 (permissive) · 1c8d6fb964cbc3b9 · report
get_random_sig_pred tanfiona/causalnewscorpus/random_st2.py official repository unverified CC0-1.0 (permissive) · fa89fc65df9fb5f8 · report
get_union tanfiona/causalnewscorpus/curation/kAlpha.py official repository unverified CC0-1.0 (permissive) · 923bc1206288b268 · report
merge_multi_spaces tanfiona/causalnewscorpus/run_st2.py official repository unverified CC0-1.0 (permissive) · 39cfb71e9e79178f · report
organize_data tanfiona/causalnewscorpus/curation/kAlpha.py official repository unverified CC0-1.0 (permissive) · 19b62bbe052deb2b · report
random_choice_incr_probability tanfiona/causalnewscorpus/random_st2.py official repository unverified CC0-1.0 (permissive) · 340406cecfaaa356 · report
sorted_nicely tanfiona/causalnewscorpus/curation/kAlpha.py official repository unverified CC0-1.0 (permissive) · a29154a26ced8064 · report
sum_all_scores tanfiona/causalnewscorpus/curation/subtask2.py official repository unverified CC0-1.0 (permissive) · bb33d0bff1d341f2 · report

Tasks

Language Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections