참고자료:
2016년
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:story_cloze/2016')
- 설명 :
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.
- 라이센스 : 알려진 라이센스 없음
- 버전 : 0.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 1871년 |
'validation' | 1871년 |
- 특징 :
{
"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
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:story_cloze/2018')
- 설명 :
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.
- 라이센스 : 알려진 라이센스 없음
- 버전 : 0.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'validation' | 1571 |
- 특징 :
{
"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"
}
}