Fineweb-Edu-Chinese-V2.2 已完整同步
Chinese Fineweb Edu Dataset V2.2 (Instruct & Pre-train)
Dataset Introduction: Filling the Data Puzzle for Chinese Education LLMs
Chinese Fineweb Edu Dataset V2.2 is a rare high-quality dataset in the open-source community that covers the full process from Pre-training to Supervised Fine-Tuning (SFT) for the Chinese education domain.
This project aims to solve the core pain point of "scarcity of high-quality educational corpora" in the Chinese open-source community. Building on the massive pre-training data of V2.1, the V2.2 version leverages the powerful text understanding capabilities of DeepSeek V3.2 to distill 1.43 million high-quality Q&A pairs from the top 0.1% of high-quality corpora, providing a standardized Post-training dataset for the community.
Why Do We Need This Dataset?
In current LLM research and development, the "scarcity of high-quality post-training data" has become the biggest bottleneck restricting the leap in model intelligence.
1. The Trap of "Models Taking Shortcuts"
Current open-source SFT data (such as early Alpaca, ShareGPT) allows models to learn dialogue formats but often sacrifices factual accuracy.
Core Arguments & Evidence:
LIMA Hypothesis (Less Is More for Alignment): Meta AI research shows that the primary role of fine-tuning is "format alignment" rather than "learning new knowledge." Just 1,000 carefully selected high-quality samples can outperform 50,000 ordinary samples. This proves that data purity is far more important than quantity.
The False Promise of Imitation Learning: Research from UC Berkeley points out that training models with large amounts of low-quality SFT data only allows them to "imitate the style of proprietary models" without acquiring their logical reasoning capabilities. This results in models that are "giants in style, but dwarfs in fact."
- Reference: The False Promise of Imitation Learning
2. The Quality Crisis of Synthetic Data
As more data is generated by AI, models will degrade if strict quality control is lacking.
Core Arguments & Evidence:
Model Collapse: Rice University research found that if models are trained recursively on low-quality synthetic data, "Model Collapse" occurs, losing tail information of the distribution and leading to a loss of creativity and diversity. The only way to avoid collapse is to use highly pure, textbook-quality synthetic sources.
- Reference: Self-Consuming Generative Models Go MAD
Lessons from AlpaGasus: Researchers filtered out 90% of low-quality Alpaca data and trained a model with only 9,000 samples, which outperformed the model trained on the full dataset in various metrics.
Strategy of V2.2
Addressing the above industry pain points, V2.2 insists on Quality Over Quantity:
- **Reject Low
3 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_7c7daacf68 --revision ede5a528ff4456f8c911c2b8ec283a8026430f33 --output ./ds_ext_7c7daacf68
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_7c7daacf68 --revision ede5a528ff4456f8c911c2b8ec283a8026430f33 --output ./ds_ext_7c7daacf68
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_7c7daacf68 --revision ede5a528ff4456f8c911c2b8ec283a8026430f33 --output ./ds_ext_7c7daacf68 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_7c7daacf68 --revision ede5a528ff4456f8c911c2b8ec283a8026430f33 --output ./ds_ext_7c7daacf68 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_7c7daacf68 --revision ede5a528ff4456f8c911c2b8ec283a8026430f33 --output ./ds_ext_7c7daacf68 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_7c7daacf68 --revision ede5a528ff4456f8c911c2b8ec283a8026430f33 --output ./ds_ext_7c7daacf68 --jobs 8
完整帮助:wehub datasets download --help