[!NOTE]
This repository integrates the CaTeRS corpus into hf datasets. Please find the original dataset
here. The data is sourced from the
CREST aggregation. Please see the citations at the end of this README.
Usage
Causality Detection
from datasets import load_dataset
dataset = load_dataset("thagen/CaTeRS", "causality detection")