rasoultilburg commited on
Commit
be08c43
1 Parent(s): 5a04cef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,7 +1,19 @@
1
  ---
2
- {}
3
- ---
4
- The ssc_bert to extract causal claim sentences from social science context!
5
- ---
6
  license: gpl-3.0
 
 
 
 
 
 
 
 
 
7
  ---
 
 
 
 
 
 
 
1
  ---
2
+ language: en
 
 
 
3
  license: gpl-3.0
4
+ widget:
5
+ - text: "The earthquake occurred as a result of motion on a northeast striking thrust fault that runs along the margin of the basin."
6
+ example_title: "Causal Example 1"
7
+ - text: "Our findings thus far show that the sanction reduced the number of chips that participants allocated to themselves and that it only increased the number of chips allocated to the yellow pool when there were two options."
8
+ example_title: "Causal Example 2"
9
+ - text: "In addition, several vent gas scrubbers had been out of service as well as the steam boiler, intended to clean the pipes."
10
+ example_title: "Non-causal Example 1"
11
+ - text: "First, we can assess the correlation between beliefs and contributions, which we expect to differ between types of players and which helps us to check on the player type as elicited in the P-experiment."
12
+ example_title: "Non-causal Example 2"
13
  ---
14
+ Binary causal sentence classification:
15
+
16
+ * LABEL_0 = Non-causal
17
+ * LABEL_1 = Causal
18
+
19
+