Why there are some labels are -1 in the training dataset?

#2
by cute149q - opened

there are some labels are -1 in the training dataset which will cause errors in training.

cute149q changed discussion status to closed

That is explained in the dataset card and in the corresponding paper: about 2% of cases do not have a gold label because there was not enough consensus among the annotators.

For each pair that we validated, we assigned a gold label. If any one of the three labels was chosen by at least three of the five annotators, it was chosen as the gold label. If there was no such consensus, which occurred in about 2% of cases, we assigned the placeholder label ‘-’. While these unlabeled examples are included in the corpus distribution, they are unlikely to be helpful for the standard NLI classification task, and we do not include them in either training or evaluation in the experiments that we discuss in this paper.

Sign up or log in to comment