topic-classification-dataset-real-labeled
收藏资源简介:
该数据集包含2960个训练样本,每个样本由以下字段构成:文本内容(text)、标签(label)、父标签(parent_label)、生成该文本的模型名称(generator_model)、数据来源(source)、置信度分数(confidence_score)以及源数据集名称(source_dataset)。数据集适用于需要文本与标签对应关系,并附带模型来源和置信度信息的自然语言处理任务,如文本分类、生成模型评估或数据过滤等。
This dataset contains 2960 training samples, each consisting of the following fields: text content (text), label (label), parent label (parent_label), the name of the model that generated the text (generator_model), data source (source), confidence score (confidence_score), and source dataset name (source_dataset). The dataset is suitable for natural language processing tasks that require a mapping between text and labels, along with model source and confidence information, such as text classification, generative model evaluation, or data filtering.
数据集概述
该数据集名为 topic-classification-dataset-real-labeled,由用户 maryamdar 发布在 Hugging Face 平台上,主要用于文本主题分类任务。
数据规模与划分
- 数据集总大小约为 3.97 MB(下载大小约 1.94 MB)
- 仅包含一个训练集(
train),共 6408 条样本
数据字段
每条样本包含以下 7 个字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
text |
string | 待分类的文本内容 |
label |
string | 文本的主题标签 |
parent_label |
string | 主题的上级分类标签 |
generator_model |
string | 生成该文本所使用的模型名称 |
source |
string | 文本来源或生成方式 |
confidence_score |
float32 | 标注或生成的置信度分数 |
source_dataset |
string | 数据集来源名称 |
数据格式
- 数据集配置名为
default - 数据文件路径为
data/train-*(采用分片存储方式),支持流式加载
该数据集结合了真实标注与模型生成,适用于多层级主题分类模型的训练与评估。




