tanfiona commited on
Commit
ac366f9
1 Parent(s): 0fa569d

Create README.md

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