Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
yuvalr commited on
Commit
6d6dae5
·
1 Parent(s): 8e5d807

Upload anli.py

Browse files
Files changed (1) hide show
  1. anli.py +1 -1
anli.py CHANGED
@@ -130,7 +130,7 @@ class ANLI(datasets.GeneratorBasedBuilder):
130
  yield f'{item["round"]}-{item["uid"]}', {
131
  "round": item["round"],
132
  "uid": item["uid"],
133
- "premise": item["context"],
134
  "hypothesis": item["hypothesis"],
135
  "label": stdnli_label[item["label"]],
136
  "reason": reason_text,
 
130
  yield f'{item["round"]}-{item["uid"]}', {
131
  "round": item["round"],
132
  "uid": item["uid"],
133
+ "premise": item["premise"],
134
  "hypothesis": item["hypothesis"],
135
  "label": stdnli_label[item["label"]],
136
  "reason": reason_text,