maximoss commited on
Commit
57807ff
1 Parent(s): ef7faa1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -58,9 +58,19 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
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 |
 
58
 
59
  ### Data Splits
60
 
61
+ The premise counts are distributed as follows:
62
+
63
+ | # premises |# problems|% problems|
64
+ |---------:|------:|------------:|
65
+ | 1 | 192 | 55.5 % |
66
+ | 2 | 122 | 35.3 % |
67
+ | 3 | 29 | 8.4 % |
68
+ | 4 | 2 | 0.6 % |
69
+ | 5 | 1 | 0.3 % |
70
+
71
  The answer distribution is roughly as follows:
72
 
73
+ | # problems |Percentage|Answer|
74
  |---------:|------:|------------:|
75
  | 180 | 52% | Yes |
76
  | 94 | 27% | Don't know |