File size: 582 Bytes
098ef29 e1493b9 bef24b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
language: en
license: unknown
widget:
- text: "She fell because he pushed her."
example_title: "Causal Example 1"
- text: "He pushed her, causing her to fall."
example_title: "Causal Example 2"
- text: "She fell onto him."
example_title: "Non-causal Example 1"
- text: "He is Billy and he pushed her."
example_title: "Non-causal Example 2"
---
Binary causal sentence classification:
* LABEL_0 = Non-causal
* LABEL_1 = Causal
Trained on Causal News Corpus Version 2.
For more information, please refer to our repository:
https://github.com/tanfiona/CausalNewsCorpus |