CoolFace
Datasetpublic

Fred666/ocnli

This dataset is copied from CLUE with certain modifications. The paper of CLUE is OCNLI. The modifications are: Transform json file to csv file. Encoding in UTF-8. Remove data entries whose label value is '-'. Replace label values, 'neutral' to 1, 'entailment' to 0, and 'contradiction' to 2. Add one column 'sentence1', whose value is '前提:' + premise value + '结论:' + hypothsis value. ocnli_train_std.csv comes from train.50k.json. ocnli_test_std.csv comes from dev.json.

sourceHugging Facegpl-3.0updated 3y agoView on Hugging Face
1likes29downloads
Dataset Card

This dataset is copied from CLUE with certain modifications. The paper of CLUE is OCNLI.

The modifications are:

  1. 1.Transform json file to csv file.
  2. 2.Encoding in UTF-8.
  3. 3.Remove data entries whose label value is '-'.
  4. 4.Replace label values, 'neutral' to 1, 'entailment' to 0, and 'contradiction' to 2.
  5. 5.Add one column 'sentence1', whose value is '前提:' + premise value + '结论:' + hypothsis value.

ocnlitrainstd.csv comes from train.50k.json.

ocnliteststd.csv comes from dev.json.