história_cloze

Referências:

2016

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:story_cloze/2016')
  • Descrição :
Story Cloze Test' is a commonsense reasoning framework for evaluating story understanding,
story generation, and script learning.This test requires a system to choose the correct ending
to a four-sentence story.
  • Licença : Nenhuma licença conhecida
  • Versão : 0.0.0
  • Divisões :
Dividir Exemplos
'test' 1871
'validation' 1871
  • Características :
{
    "story_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_4": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer_right_ending": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    }
}

2018

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:story_cloze/2018')
  • Descrição :
Story Cloze Test' is a commonsense reasoning framework for evaluating story understanding,
story generation, and script learning.This test requires a system to choose the correct ending
to a four-sentence story.
  • Licença : Nenhuma licença conhecida
  • Versão : 0.0.0
  • Divisões :
Dividir Exemplos
'validation' 1571
  • Características :
{
    "story_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_sentence_4": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence_quiz2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer_right_ending": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    }
}