ZhaoweiWang/COPES
收藏官方服务:
资源简介:
该数据集包含常识性因果关系数据,存储在COPES.json文件中。数据以JSON记录格式存储,包含三个字段:story(从RocStories中采样的5句话故事)、cause_idx(与最后一个事件有因果关系的事件的索引,索引从0开始)、res_idx(结果,即最后一个事件)。split_idx.json文件提供了验证和测试数据的索引,索引从0开始。
This dataset contains commonsense causal relation data, stored in the COPES.json file. The data is stored in JSON record format and includes three fields: 1. story: a 5-sentence story sampled from RocStories; 2. cause_idx: the index (starting from 0) of the event that has a causal relationship with the final event; 3. res_idx: the result, namely the final event. The split_idx.json file provides the indices for the validation and test datasets, with indices starting from 0.
提供机构:
ZhaoweiWang原始信息汇总
数据集概述
数据格式
- 文件名: COPES.json
- 记录格式: JSON
- 字段:
- story: 包含5个句子的故事,采样自RocStories。
- cause_idx: 与最后一个事件有因果关系的事件(索引从0开始)。
- res_idx: 结果,即最后一个事件。
数据分割
- 文件名: split_idx.json
- 内容: 提供验证和测试数据的索引,索引从0开始。
搜集汇总
数据集介绍

背景与挑战
背景概述
COPES数据集是一个用于常识因果推理的数据集,包含从RocStories采样的5句故事,每个故事标注了与最后一个事件有因果关系的事件索引(cause_idx)和结果索引(res_idx)。数据以JSON格式存储,旨在支持因果关系的分析和模型训练,但当前数据集生成存在列不匹配错误,导致完整视图不可用。
以上内容由遇见数据集搜集并总结生成



