hinglish-coding-dataset
收藏资源简介:
该数据集是一个结构化对话数据集,采用Apache-2.0许可证。每个数据样本代表一个多轮对话,核心字段包括:1) messages:一个消息列表,每条消息包含content(文本内容)和role(发言者角色)字段,表明对话的交互结构;2) category:对话的类别标签;3) topic:对话的主题标签。数据集总规模为2811个对话样本,已预先分割为训练集(2529个样本)、验证集(141个样本)和测试集(141个样本)。数据格式适用于对话系统建模、意图识别、主题分类或对话生成等自然语言处理任务。
This dataset is a structured dialogue dataset licensed under Apache-2.0. Each data sample represents a multi-turn conversation, with core fields including: 1) messages: a list of messages, each containing content (text content) and role (speaker role) fields, indicating the interactive structure of the dialogue; 2) category: the category label of the dialogue; 3) topic: the topic label of the dialogue. The dataset has a total size of 2811 conversation samples, pre-split into a training set (2529 samples), a validation set (141 samples), and a test set (141 samples). The data format is suitable for natural language processing tasks such as dialogue system modeling, intent recognition, topic classification, or dialogue generation.
数据集概述:Hinglish Coding Dataset
该数据集是一个专为印地语-英语混合编程问答场景设计的对话数据集,采用 Apache-2.0 许可证。
数据集结构
数据集包含三个字段:
- messages: 对话消息列表,每条消息由
content(字符串类型)和role(字符串类型)两个字段组成。 - category: 字符串类型,表示类别。
- topic: 字符串类型,表示主题。
数据集划分与规模
数据集总大小约为 2.9 MB(dataset_size: 3020984 bytes),下载大小约 1.1 MB(download_size: 1114480 bytes)。共包含 3 个划分:
| 划分 (Split) | 样本数 (Examples) | 字节数 (Bytes) |
|---|---|---|
| train | 2529 | 2,718,232 |
| validation | 141 | 152,396 |
| test | 141 | 150,356 |
数据文件
该数据集提供默认配置 (default),数据文件按划分存储:
- 训练集:
data/train-* - 验证集:
data/validation-* - 测试集:
data/test-*





