maximoss commited on
Commit
20fa69e
1 Parent(s): 1f91a71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -14
README.md CHANGED
@@ -58,20 +58,28 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
58
 
59
  ### Data Splits
60
 
61
- | name |entailment|neutral|contradiction|
62
- |-------------|---------:|------:|------------:|
63
- | dev | 412 | 299 | 89 |
64
- | test | 410 | 318 | 72 |
65
-
66
- | name |short|long|
67
- |-------------|----:|---:|
68
- | dev | 665 | 135|
69
- | test | 683 | 117|
70
-
71
- | name | IE| IR| QA|SUM|
72
- |-------------|--:|--:|--:|--:|
73
- | dev |200|200|200|200|
74
- | test |200|200|200|200|
 
 
 
 
 
 
 
 
75
 
76
  ## Additional Information
77
 
 
58
 
59
  ### Data Splits
60
 
61
+ The answer distribution is roughly as follows:
62
+
63
+ | Number of problems |Percentage|Answer|
64
+ |---------:|------:|------------:|
65
+ | 180 | 52% | Yes |
66
+ | 94 | 27% | Don't know |
67
+ | 31 | 9% | No |
68
+ | 41 | 12% | [other / complex] |
69
+
70
+ Here's the breakdown by topic:
71
+
72
+ | sec | topic| start| count|%|single-premise|
73
+ |-------------|--:|--:|--:|--:|--:|
74
+ | 1 |Quantifiers|1|80|23 %|50|
75
+ | 2 |Plurals|81|33|10 %|24|
76
+ | 3 |Anaphora|114|28| 8 %|6|
77
+ | 4 |Ellipsis|142|55|16 %|25|
78
+ | 5 |Adjectives|197|23|7 %|15|
79
+ | 6 |Comparatives|220|31|9 %|16|
80
+ | 7 |Temporal|251|75|22 %|39|
81
+ | 8 |Verbs|326|8|2 %|8|
82
+ | 9 |Attitudes|334|4|10 %|9|
83
 
84
  ## Additional Information
85