text-corpus-v1
收藏资源简介:
MonumentalSystems文本语料库是一个经过丰富过滤的多领域文本语料库,专为语言模型训练设计。该语料库结合了古典文学、合成哲学对话、科学解释和同行评审的科学论文,所有内容均经过去重和质量过滤处理。语料库包含三个主要领域:古典文学(732,309条)、通用知识(2,249,803条)和科学论文(251,111条)。每条数据包含丰富的元数据字段,如文本内容、领域、内容类型、主题、阅读水平、复杂性、作者、原始课程艺术、阶段、难度分数、Flesch阅读易度分数、文本词汇多样性测量、标记计数和单词计数等。此外,语料库还应用了多种质量过滤方法,包括MinHash近去重、DataTrove Gopher和FineWeb质量过滤器、MTLD词汇多样性阈值、英语语言分数过滤器和N-gram污染扫描。该数据集适用于文本生成、语言模型训练等多种自然语言处理任务。
The MonumentalSystems text corpus is a richly filtered multi-domain text corpus designed for language model training. This corpus combines classical literature, synthetic philosophical dialogues, scientific explanations, and peer-reviewed scientific papers, all of which have undergone deduplication and quality filtering. The corpus contains three main domains: classical literature (732,309 entries), general knowledge (2,249,803 entries), and scientific papers (251,111 entries). Each piece of data includes rich metadata fields such as text content, domain, content type, topic, reading level, complexity, author, original course art, stage, difficulty score, Flesch reading ease score, text lexical diversity measurement, token count, and word count. Additionally, the corpus applies various quality filtering methods, including MinHash near-deduplication, DataTrove Gopher and FineWeb quality filters, MTLD lexical diversity threshold, English language score filter, and N-gram contamination scanning. This dataset is suitable for various natural language processing tasks such as text generation and language model training.
MonumentalSystems Text Corpus 数据集概述
基本信息
- 语言: 英语 (en)
- 许可证: Creative Commons Attribution 4.0 (CC-BY-4.0)
- 数据集大小: 100K 到 1M 之间
- 标签: 文本生成、语言模型、语料库、合成数据、经典文献、科学
数据构成
数据集包含三个主要领域,共有 3,233,223 个文本块:
| 领域 | 文本块数量 |
|---|---|
| 经典文学 (classics_literature) | 732,309 |
| 通用知识 (general_knowledge) | 2,249,803 |
| 科学论文 (science_papers) | 251,111 |
元数据字段
每条数据包含丰富的元信息:
| 字段 | 类型 | 说明 |
|---|---|---|
text |
字符串 | 文本内容(≤ 2048 字符) |
domain |
字符串 | 所属领域 |
content_type |
字符串 | 细粒度类型(如经典、科学论文、哲学、科学解释等) |
subject |
字符串 | 学科领域(如哲学、文学、历史、生物学、物理学等) |
reading_level |
字符串 | 阅读水平(小学、初中、高中、大学、研究生) |
complexity |
字符串 | 复杂程度(基础、中级、高级、专家) |
author |
字符串 | 作者姓名 |
art |
字符串 | 原始课程分类(三艺/四艺) |
phase |
字符串 | 阶段(哲学、三艺、四艺) |
difficulty |
浮点数 | 标准化的词汇难度得分(0-1) |
flesch |
浮点数 | Flesch 阅读易读性得分 |
mtld |
浮点数 | 文本词汇多样性度量 |
token_count |
整数 | 近似 GPT-2 token 数量 |
word_count |
整数 | 单词数量 |
质量过滤处理
数据集经过以下过滤流程:
- MinHash 近似去重(阈值 0.8,128 次排列)
- DataTrove Gopher + FineWeb 质量过滤器
- MTLD 词汇多样性阈值
- 英语语言得分过滤器
- N-gram 污染扫描(确保零基准污染)
数据切分
数据集包含两个切分:
- 训练集 (train): 对应文件
data/train-*.parquet - 验证集 (validation): 对应文件
data/val-*.parquet




