You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset Card for P3_0.5

Dataset Structure

Data Instances

An example of "train" looks as follows:

{
  'choices': [ "Yes", "No" ],
  'input': "Given that No Weapons of Mass Destruction Found in Iraq Yet. Does it follow that Weapons of Mass Destruction Found in Iraq. Yes or no?",
  'label': "No",
  'dataset': "rte",
  'category': "nli",
  'prompt_template': "super_glue_rte_does_it_follow_that"
}

To check all the prompted examples, you can use the Promptsource hosted tool and choose the Prompted dataset viewer mode in the left panel.

Data Fields

The data fields are the same among all splits:

  • choices: the choices (in natural language) available to the model
  • input: the natural language input fed to the model
  • label: the natural language target that the model has to generate
  • dataset: the dataset that the data are from
  • category: the NLP task it belongs to
  • prompt_template: the prompt template used to form the input

More Information needed

Downloads last month
0