ChineseWebText 2.0
收藏资源简介:
这是一个最新且最大的中文数据集,包含3.8 TB的数据。每个文本都附有质量评分、领域单标签和多标签、毒性分类和评分,使LLM研究人员能够根据新的质量阈值选择数据。
This is the latest and largest Chinese dataset with a total size of 3.8 TB. Each text is annotated with quality scores, domain-specific single labels and multi-label annotations, toxicity classification results, and corresponding toxicity scores, enabling LLM researchers to select data based on novel quality thresholds.
ChineseWebText 2.0 数据集概述
数据集概览
- 数据量: 3.8 TB
- 数据类型: 中文网页文本
- 数据特征:
- 每个文本包含质量评分
- 领域单标签和多标签
- 毒性分类和评分
数据示例
json { "text": "近日,黑龙江省高校校报协会第十四届学术年会暨校报工作交流研讨会在东北农业大学举行。我校10件新闻作品喜获2项一等奖,2项二等奖,6项三等奖……", "domain": { "single_label": "news", "multi_label": ["news", "education"] }, "toxicity": { "label": 0, "score": 1.0347155694034882e-05 }, "quality_score": 0.96044921875 }
数据字段说明
- text: 文本内容
- single_label: 领域分类模型生成的高概率标签
- multi_label: 领域分类模型生成的所有概率高于阈值的标签
- label: 毒性分类模型生成的毒性标签(0表示非毒性文本,1表示毒性文本)
- score: 毒性分类模型生成的毒性评分
- quality_score: 质量评估模型生成的质量评分
数据处理工具
- MDFG-tool: 用于构建大规模高质量中文数据集的工具链
- 阶段1: 预处理
- 文本提取
- 数据长度过滤
- 字符比例过滤
- 敏感词过滤
- 内部重复过滤
- 阶段2: 质量评估
- BERTEval模型用于文本质量评分
- 阶段3: 领域评估
- 规则和模型结合的领域分类系统
- 阶段4: 毒性评估
- FastText模型用于毒性分类和评分
- 阶段1: 预处理
引用
shell @misc{zhang2024chinesewebtext20largescalehighquality, title={ChineseWebText 2.0: Large-Scale High-quality Chinese Web Text with Multi-dimensional and fine-grained information}, author={Wanyue Zhang and Ziyong Li and Wen Yang and Chunlin Leng and Yinan Bai and Qianlong Du and Chengqing Zong and Jiajun Zhang}, year={2024}, eprint={2411.19668}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2411.19668}, }




