story_cloze

Người giới thiệu:

2016

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:story_cloze/2016')
  • Sự miêu tả :
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.
  • Giấy phép : Không có giấy phép được biết đến
  • Phiên bản : 0.0.0
  • Chia tách :
Tách ra Ví dụ
'test' 1871
'validation' 1871
  • Đặc trưng :
{
    "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

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:story_cloze/2018')
  • Sự miêu tả :
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.
  • Giấy phép : Không có giấy phép được biết đến
  • Phiên bản : 0.0.0
  • Chia tách :
Tách ra Ví dụ
'validation' 1571
  • Đặc trưng :
{
    "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"
    }
}