sileod commited on
Commit
68cfd02
1 Parent(s): 82e30f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -32,6 +32,52 @@ tags:
32
  - natural-language-inference
33
  - reasoning
34
  - logic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Dataset accompanying the "Probing neural language models for understanding of words of estimative probability" article
 
32
  - natural-language-inference
33
  - reasoning
34
  - logic
35
+ train-eval-index:
36
+ - config: usnli
37
+ task: text-classification
38
+ task_id: multi-class-classification
39
+ splits:
40
+ train_split: train
41
+ eval_split: validation
42
+ col_mapping:
43
+ sentence1: context
44
+ sentence2: hypothesis
45
+ label: label
46
+ metrics:
47
+ - type: accuracy
48
+ name: Accuracy
49
+ - type: f1
50
+ name: F1 binary
51
+ - config: reasoning-1hop
52
+ task: text-classification
53
+ task_id: multi-class-classification
54
+ splits:
55
+ train_split: train
56
+ eval_split: validation
57
+ col_mapping:
58
+ sentence1: context
59
+ sentence2: hypothesis
60
+ label: label
61
+ metrics:
62
+ - type: accuracy
63
+ name: Accuracy
64
+ - type: f1
65
+ name: F1 binary
66
+ - config: reasoning-2hop
67
+ task: text-classification
68
+ task_id: multi-class-classification
69
+ splits:
70
+ train_split: train
71
+ eval_split: validation
72
+ col_mapping:
73
+ sentence1: context
74
+ sentence2: hypothesis
75
+ label: label
76
+ metrics:
77
+ - type: accuracy
78
+ name: Accuracy
79
+ - type: f1
80
+ name: F1 binary
81
  ---
82
 
83
  # Dataset accompanying the "Probing neural language models for understanding of words of estimative probability" article