---
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 because he pushed her ."
example_title: "Non-causal Example 1"
- text: "He is Billy and he pushed her."
example_title: "Non-causal Example 2"
---
Binary causal sentence classification with argument prompts:
* LABEL_0 = Non-causal
* LABEL_1 = Causal (ARG0 causes ARG1)
Trained on multiple datasets.
For Causal sequences, try swapping the arguments to observe the prediction results.