

Story Cloze Test 是一个用于评估故事理解、故事生成和脚本学习的常识推理框架。该测试要求系统从四个句子的故事中选择正确的结尾。
一个训练实例的示例如下: json { "answer_right_ending": 1, "input_sentence_1": "Rick grew up in a troubled household.", "input_sentence_2": "He never found good support in family, and turned to gangs.", "input_sentence_3": "It wasnt long before Rick got shot in a robbery.", "input_sentence_4": "The incident caused him to turn a new leaf.", "sentence_quiz1": "He is happy now.", "sentence_quiz2": "He joined a gang.", "story_id": "138d5bfb-05cc-41e3-bf2c-fa85ebad14e2" }
所有分割的数据字段相同:
input_sentence_1
: 故事的第一句话。input_sentence_2
: 故事的第二句话。input_sentence_3
: 故事的第三句话。input_sentence_4
: 故事的第四句话。sentence_quiz1
: 故事的第一个可能的延续。sentence_quiz2
: 故事的第二个可能的延续。answer_right_ending
: 正确的可能结尾,值为1或2。story_id
: 故事的ID。名称 | 验证集 | 测试集 |
---|---|---|
2016 | 1871 | 1871 |
2018 | 1571 | - |
配置名称: 2016
story_id
: 字符串类型input_sentence_1
: 字符串类型input_sentence_2
: 字符串类型input_sentence_3
: 字符串类型input_sentence_4
: 字符串类型sentence_quiz1
: 字符串类型sentence_quiz2
: 字符串类型answer_right_ending
: 整数类型 (int32)validation
: 614084字节, 1871个样本test
: 613184字节, 1871个样本配置名称: 2018
story_id
: 字符串类型input_sentence_1
: 字符串类型input_sentence_2
: 字符串类型input_sentence_3
: 字符串类型input_sentence_4
: 字符串类型sentence_quiz1
: 字符串类型sentence_quiz2
: 字符串类型answer_right_ending
: 整数类型 (int32)validation
: 515439字节, 1571个样本