While running the code for the snli dataset, some errors pop up:
- in “reformat negation dataset” there is a problem with a variable name (I guess hypothesis instead of hypothesis_key)
- in the data augmentation part, it turned out that there are some “-1” labels in the dataset that were not processed correctly later
While running the code for the snli dataset, some errors pop up: