maximoss commited on
Commit
6233098
1 Parent(s): 3316a81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,8 +43,8 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
43
  ### Data Fields
44
 
45
  - `pair_ID`: Sentence pair ID.
46
- - `sentence_A`: Sentence A, known also as premise in other NLI datasets.
47
- - `sentence_B`: Sentence B, known also as hypothesis in other NLI datasets.
48
  - `entailment_label`: textual entailment gold label (NEUTRAL, ENTAILMENT, or CONTRADICTION).
49
  - `entailment_AB`: Entailment label for the A-B order (A_neutral_B, A_entails_B, or A_contradicts_B).
50
  - `entailment_BA`: Entailment label for the B-A order (B_neutral_A, B_entails_A, or B_contradicts_A).
 
43
  ### Data Fields
44
 
45
  - `pair_ID`: Sentence pair ID.
46
+ - `sentence_A`: Sentence A, also known as premise in other NLI datasets.
47
+ - `sentence_B`: Sentence B, also known as hypothesis in other NLI datasets.
48
  - `entailment_label`: textual entailment gold label (NEUTRAL, ENTAILMENT, or CONTRADICTION).
49
  - `entailment_AB`: Entailment label for the A-B order (A_neutral_B, A_entails_B, or A_contradicts_B).
50
  - `entailment_BA`: Entailment label for the B-A order (B_neutral_A, B_entails_A, or B_contradicts_A).