Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,10 @@ widget:
|
|
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.
|
|
|
|
13 |
example_title: "Non-causal Example 2"
|
14 |
---
|
15 |
|
16 |
+
Binary causal sentence classification with argument prompts:
|
17 |
|
18 |
* LABEL_0 = Non-causal
|
19 |
* LABEL_1 = Causal (ARG0 causes ARG1)
|
20 |
|
21 |
+
Trained on multiple datasets.
|
22 |
+
For Causal sequences, try swapping the arguments to observe the prediction results.
|