distilbert-learning-feedback
收藏资源简介:
该数据集是一个对话交互数据集,主要包含用户与智能体之间的对话轮次。每条记录包含以下字段:唯一标识符(id)、对话主题(topic)、语域(register)、智能体回复(agent_turn)、用户消息(user_message)、用户状态标签(label,分为四类:Challenged(受到挑战)、Unchallenged(未受挑战)、Frustrated(沮丧)、Lost Focus(失去焦点))、硬负样本标识(hard_negative)以及备注(note)。数据集划分为训练集(604 条样本)和测试集(152 条样本),可用于分类任务,例如分析用户情绪或对话质量。
This dataset is a dialogue interaction dataset that primarily contains conversation turns between users and agents. Each record includes the following fields: unique identifier (id), conversation topic (topic), register (register), agent turn (agent_turn), user message (user_message), user state label (label, with four categories: Challenged, Unchallenged, Frustrated, Lost Focus), hard negative indicator (hard_negative), and note (note). The dataset is split into a training set (604 samples) and a test set (152 samples), and can be used for classification tasks such as analyzing user sentiment or dialogue quality.
数据集概述:distilbert-learning-feedback
基本信息
该数据集名为 distilbert-learning-feedback,托管在 Hugging Face 平台上,主要用于学习反馈相关的分类任务,可支持基于 DistilBERT 模型的训练与评估。
数据特征
数据集包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
id |
int64 | 样本唯一标识符 |
topic |
large_string | 主题信息 |
register |
large_string | 语域信息 |
agent_turn |
large_string | 智能体交互内容 |
user_message |
large_string | 用户消息内容 |
label |
class_label | 类别标签(4类) |
hard_negative |
int64 | 困难负样本标记 |
note |
large_string | 备注信息 |
标签类别
label 字段为多分类标签,共包含 4 个类别:
0:Challenged(受到挑战)1:Unchallenged(未受挑战)2:Frustrated(感到沮丧)3:Lost Focus(失去专注)
数据划分
数据集包含 训练集 和 测试集 两个划分:
| 划分 | 样本数量 | 字节大小 |
|---|---|---|
| train | 604 | 310,185 字节 |
| test | 152 | 74,053 字节 |
- 总样本数:756
- 下载大小:226,717 字节
- 数据集总大小:384,238 字节
配置说明
默认配置文件为 default,数据文件路径如下:
- 训练集:
data/train-* - 测试集:
data/test-*
适用场景
该数据集适用于自然语言处理中的文本分类任务,具体可用于学习反馈场景下的情感或状态识别,帮助模型区分用户在学习交互中是否受到挑战、感到沮丧或失去专注等状态,适合用于训练和评估 DistilBERT 等预训练语言模型的下游微调任务。




