Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
language: en
|
4 |
+
license: unknown
|
5 |
+
widget:
|
6 |
+
- text: "<ARG1>She fell</ARG1> because <ARG0>he pushed her</ARG0> ."
|
7 |
+
example_title: "Causal Example 1"
|
8 |
+
- text: "<ARG0>He pushed her</ARG0> , <ARG1>causing her to fall</ARG1>."
|
9 |
+
example_title: "Causal Example 2"
|
10 |
+
- text: "<ARG0>She fell</ARG0> because <ARG1>he pushed her</ARG1> ."
|
11 |
+
example_title: "Non-causal Example 1"
|
12 |
+
- text: "<ARG1>He is Billy</ARG1> and <ARG0>he pushed her</ARG0>."
|
13 |
+
example_title: "Non-causal Example 2"
|
14 |
+
---
|
15 |
+
|
16 |
+
Binary causal sentence classification with prompts:
|
17 |
+
|
18 |
+
* LABEL_0 = Non-causal
|
19 |
+
* LABEL_1 = Causal (ARG0 causes ARG1)
|
20 |
+
|
21 |
+
Trained on multiple datasets.
|