meddies-pii-mixed
收藏资源简介:
该数据集是一个用于自然语言处理任务的大规模训练数据集,包含384,956个文本样本。每个样本由三个主要部分构成:text字段存储原始输入文本字符串;label字段是一个结构化列表,包含类别标签、起始位置、结束位置和标签对应文本片段,表明数据集适用于序列标注任务,如命名实体识别、关键词提取或文本跨度分类;info字段提供样本的元数据,包括语言、来源数据集、领域分类和唯一标识符,提示数据集可能整合自多语言、多领域的不同开源数据源。数据集仅提供训练分割,总大小约为1.28 GB。
This dataset is a large-scale training dataset for natural language processing tasks, containing 384,956 text samples. Each sample consists of three main parts: the text field stores the original input text string; the label field is a structured list containing category labels, start positions, end positions, and text fragments corresponding to labels, indicating that the dataset is suitable for sequence labeling tasks such as named entity recognition, keyword extraction, or text span classification; the info field provides sample metadata, including language, source dataset, domain classification, and unique identifier, suggesting that the dataset may integrate data from multilingual and multi-domain open-source sources. The dataset only provides a training split, with a total size of approximately 1.28 GB.
数据集概述:meddies-pii-mixed
该数据集是一个用于个人身份信息(PII)检测的混合数据集,包含文本及其对应的PII标注信息。
数据特征
数据集中的每条样本包含三个主要字段:
- text(字符串类型):原始文本内容。
- label(列表类型):文本中PII实体的标注列表,每个标注包含:
category(字符串):PII类别。end(整数):实体结束位置。start(整数):实体起始位置。text(字符串):实体的文本内容。
- info(结构体类型):元数据信息,包含:
domain_bucket(字符串):领域分类。language(字符串):语言。source_dataset(字符串):来源数据集名称。uid(字符串):唯一标识符。
数据划分
- 训练集(train):包含 1,000,000 个样本,数据大小为 3,811,474,692 字节(约 3.81 GB),下载大小为 1,744,691,760 字节(约 1.74 GB)。
配置文件
- 配置名称:
default - 数据文件路径:
data/train-*(分片存储)




