maximoss commited on
Commit
8312d67
1 Parent(s): 74bfa15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -56,17 +56,17 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
56
  ### Data Splits
57
 
58
  For the A-B order:
59
- | name |entailment|neutral|contradiction|
60
  |--------|---------:|------:|------------:|
61
  |train | 705 | 641 | 654 |
62
- |validation | 705 | 641 | 654 |
63
  |test | 705 | 641 | 654 |
64
 
65
  For the B-A order:
66
- | name |entailment|neutral|contradiction|
67
  |--------|---------:|------:|------------:|
68
  |train | 705 | 641 | 654 |
69
- |validation | 705 | 641 | 654 |
70
  |test | 705 | 641 | 654 |
71
 
72
  ## Dataset Creation
 
56
  ### Data Splits
57
 
58
  For the A-B order:
59
+ | name |A_entails_B|A_neutral_B|A_contradicts_B|
60
  |--------|---------:|------:|------------:|
61
  |train | 705 | 641 | 654 |
62
+ |validation | 143 | 266 | 86 |
63
  |test | 705 | 641 | 654 |
64
 
65
  For the B-A order:
66
+ | name |B_entails_A|B_neutral_A|B_contradicts_A|
67
  |--------|---------:|------:|------------:|
68
  |train | 705 | 641 | 654 |
69
+ |validation | 84 | 329 | 82 |
70
  |test | 705 | 641 | 654 |
71
 
72
  ## Dataset Creation