cc-2020-rewritten
收藏资源简介:
该数据集包含220,177个训练样本,总大小为2.54GB,下载大小为1.57GB。数据集结构设计用于对话生成和响应评估任务,包含以下核心字段:original字段存储原始文本;prompt字段为结构化提示信息,包含chat_turns(对话轮次列表)、use_multiturn(是否使用多轮对话标志)、examples(示例列表)和metadata(元数据,包含PROMPT_TYPE字段);response_0和response_1字段存储两个不同的模型响应;final_response字段存储最终选定的响应;generator_model字段记录生成模型信息;generation_params字段存储生成参数。数据集适用于对话系统开发、响应质量比较、偏好学习以及多轮对话生成等自然语言处理任务。
This dataset contains 220,177 training samples with a total size of 2.54GB and a download size of 1.57GB. The dataset structure is designed for dialogue generation and response evaluation tasks, including the following core fields: the original field stores the original text; the prompt field provides structured prompt information, containing chat_turns (a list of dialogue turns), use_multiturn (a flag indicating whether to use multi-turn dialogue), examples (a list of examples), and metadata (including the PROMPT_TYPE field); the response_0 and response_1 fields store two different model responses; the final_response field stores the final selected response; the generator_model field records the generation model information; and the generation_params field stores generation parameters. The dataset is suitable for natural language processing tasks such as dialogue system development, response quality comparison, preference learning, and multi-turn dialogue generation.
数据集概述:cc-2020-rewritten
该数据集是 G-reen/cc-2020-rewritten,托管于 Hugging Face Datasets 平台。
基本信息
- 总大小:下载大小为 1.56 GB,数据集实际大小为 2.54 GB。
- 数据分割:仅包含训练集(train),共 220,177 条样本。
数据特征
数据集中包含以下字段:
- original(字符串):原始文本。
- prompt(结构化对象):
- chat_turns(字符串列表):多轮对话的轮次。
- use_multiturn(布尔值):是否使用多轮对话。
- examples(空列表):示例。
- metadata(结构化对象):
- PROMPT_TYPE(字符串):提示类型。
- response_0(字符串):第一个响应。
- response_1(字符串):第二个响应。
- final_response(字符串):最终响应。
- generator_model(字符串):生成数据的模型名称。
- generation_params(字符串):生成参数。
使用场景
该数据集适用于文本生成、对话系统、模型微调等自然语言处理任务,尤其是需要比较多个生成响应或优化生成提示的实验。




