[!NOTE]This repository integrates the EventStoryLine (ESL) corpus into hf datasets. Please find the original dataset
here. We used the UniCausal reformatting of the data (referred to as esl2) as the basis
for this repository. Please see the citations at the end of this README.
Usage
Causality Detection
from datasets import load_dataset
dataset = load_dataset("thagen/EventStoryLine", "causality detection")