tanfiona commited on
Commit
0f52757
1 Parent(s): 0f6fe44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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.