liwu/MNBVC

Dataset

652

stars

242

commits

1

linked in READMEs

Aug 23, 2026

updated

README

Dataset Card for MNBVC

Table of Contents

Dataset Description

数据集介绍

中文互联网上最古老最神秘(没有之一)的MOP里屋社区于2023.1.1庄重宣布:

在英明神武的猫扑管子带领下,决心发挥社区所长(哪都长),帮助开源社区长期更新一份最大的中文互联网语料集。

Huggingface上的MNBVC数据集在逐渐更新中,请到https://github.com/esbatmop/MNBVC 获取未完成清洗的更多数据。

可以使用如下脚本加载:

from datasets import load_dataset
# 对应语料数据加载
# 请参考: 下面表格中的标签字段字段内容
# 如:序号1,arXiv文献的文本。,标签字典:academic_paper 
dataset_arxiv = load_dataset("liwu/MNBVC", 'academic_paper', split='train', streaming=True)
# 如:序号38,法律判决书文本,标签字典:law_judgement  
dataset_law_judgement = load_dataset("liwu/MNBVC", 'law_judgement', split='train', streaming=True)

next(iter(dataset))  # get the first line

数据子集

MNBVC数据集包含数个子集:

序号一级目录二级目录描述说明标签字典备注
1academic_paper-来自文献的文本。--
1.1academic_paperarxiv来自arXiv文献的文本。academic_paper-
2blog-博客语料目录blog-
2.1blog163_blog-blog-
2.2blogai_blog-blog-
2.3blogit_blog-blog-
3book-书籍语料目录book-
3.1bookInfoSec-book-
4co_ann_report-企业年报文本。co_ann_report-
4.1code-来自代码的文本--
4.2codemetadatagithub 仓库的代码元数据code-
4.3codegooglecodegithub 中,不同仓库的数据code-
4.4codegithubcodegoogle code 中, 不同仓库的数据code
5crawler-爬虫语料目录-
5.1crawleroscar从CommonCrawl中清洗出来的通用文本数据。crawler_oscar-
6forum-论坛语料目录forum-
7game-一些游戏的平行语料数据。-
7.1gameBaldurs_Gate_3博德之门 3game-
7.2gameDarkSouls3黑暗之魂IIIgame-
7.3gamedo_not_starve饥荒game-
7.4gameEldenRing艾尔登法环game-
7.5gameGenshin_Anime原神game-
7.6gameGTA侠盗猎车手4 与 侠盗猎车手5game-
7.7gameHogwarts_legacy霍格沃茨指遗game-
7.8gamehades哈迪斯game-
7.9gameIbIb恐怖美术馆game-
7.10gameRDR2RE碧血狂殺2game-
7.11gamesekiro只狼game-
7.12gameSid_Meiers_CivilizationVI文明VIgame-
7.13gameslay_the_spire杀戮尖塔game-
7.14gameStarRail崩坏:星穹铁道game-
7.15gamestellaris群星game-
7.16gameTerraria泰拉瑞亚game-
7.17gameThe_Wither_3巫师三game-
7.18gameTuring_Complete图灵完备性game-
7.19gamewitchspring魔女之泉Rgame-
7.20gameWuthering鸣潮game-
7.21gameYakuza人中之龙game-
8gov-政府资料目录-
8.1govxuexiqiangguo来自学习强国的文本。gov_xuexiqiangguo-
8.2govgov_report来自政府工作报告的文本。gov_report-
9law-来自法律文书的文本。-
9.1lawjudgement法律判决书文本。law_judgement-
10math-与数学相关的中文语料math-
10.1mathqa和数学领域有关的问答数据。math_qa-
10.2mathemath中国数学爱好者论坛语料数据emath-
10.3mathchat和数学领域有关的对话数据数据,可以提升模型Chain of Thought的能力。math_chat-
11new-来自新闻的的文本数据new-
11.1newspeoples_daily来自人民日报的文本数据。new-
12parallel-平行语料目录--
12.1parallelsubtitle字幕语料--
12.1.1parallelsubtitle \ yyets人人影视parallel_subtitle_yyets-
12.1.2parallelsubtitle \ shooter.cn射手网parallel_subtitle_shooter-
12.2parallelunited_nations联合国平行语料parallel_united_nations-
13patent-专利文本数据目录-
14qa-来自各大问答语料-
14.1qachatgpt使用ChatGPT构造的问答语料,感谢genggui001贡献语料。qa_chatgpt-
14.2qamfa外交部问答数据。qa_mfa-
14.3qaquora来自quora 网站的问答语料qa_quora-
14.4qastackexchange来自StackExchange的问答数据。qa_stackexchange-
14.5qawikihow来自wikihow的问答数据。qa_wikihow-
14.6qazhihu来自知乎的问答数据。qa_zhihu-
15wikipedia-来自维基百科的文本数据。wikipedia-
16medical-来自药品说明书medical-

数据格式

目前MNBVC数据集包含如下几类数据:

  • 通用文本
  • 问答语料
  • 代码语料
  • 多轮对话
  • 论坛语料
  • 平行语料

可以在MNBVC的wiki页面上查看这几类数据的具体格式。

项目早期所上传的数据使用如下格式,以后这一格式会被废弃,相应数据也会重新上传:

{
    "text": datasets.Value("string"),
    "meta": datasets.Value("string")
}

Contributions

Thanks to the Liwu community for constructing this dataset. Thanks to silverjiaming and Mark Leung for adding and uploading this dataset to Huggingface.

Citation

Please cite the repo if you use the data or code in this repo.

@misc{mnbvc,
  author = {{MOP-LIWU Community} and {MNBVC Team}},
  title = {MNBVC: Massive Never-ending BT Vast Chinese corpus},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/esbatmop/MNBVC}},
}

Contributors

silver

166 commits

marktianyi

54 commits

esbatmop

9 commits

Yjiaming

8 commits

liwu/MNBVC

Dataset

652

stars

242

commits

1

linked in READMEs

Aug 23, 2026

updated

README

Dataset Card for MNBVC

Table of Contents

Dataset Description

数据集介绍

中文互联网上最古老最神秘(没有之一)的MOP里屋社区于2023.1.1庄重宣布:

在英明神武的猫扑管子带领下,决心发挥社区所长(哪都长),帮助开源社区长期更新一份最大的中文互联网语料集。

Huggingface上的MNBVC数据集在逐渐更新中,请到https://github.com/esbatmop/MNBVC 获取未完成清洗的更多数据。

可以使用如下脚本加载:

from datasets import load_dataset
# 对应语料数据加载
# 请参考: 下面表格中的标签字段字段内容
# 如:序号1,arXiv文献的文本。,标签字典:academic_paper 
dataset_arxiv = load_dataset("liwu/MNBVC", 'academic_paper', split='train', streaming=True)
# 如:序号38,法律判决书文本,标签字典:law_judgement  
dataset_law_judgement = load_dataset("liwu/MNBVC", 'law_judgement', split='train', streaming=True)

next(iter(dataset))  # get the first line

数据子集

MNBVC数据集包含数个子集:

序号一级目录二级目录描述说明标签字典备注
1academic_paper-来自文献的文本。--
1.1academic_paperarxiv来自arXiv文献的文本。academic_paper-
2blog-博客语料目录blog-
2.1blog163_blog-blog-
2.2blogai_blog-blog-
2.3blogit_blog-blog-
3book-书籍语料目录book-
3.1bookInfoSec-book-
4co_ann_report-企业年报文本。co_ann_report-
4.1code-来自代码的文本--
4.2codemetadatagithub 仓库的代码元数据code-
4.3codegooglecodegithub 中,不同仓库的数据code-
4.4codegithubcodegoogle code 中, 不同仓库的数据code
5crawler-爬虫语料目录-
5.1crawleroscar从CommonCrawl中清洗出来的通用文本数据。crawler_oscar-
6forum-论坛语料目录forum-
7game-一些游戏的平行语料数据。-
7.1gameBaldurs_Gate_3博德之门 3game-
7.2gameDarkSouls3黑暗之魂IIIgame-
7.3gamedo_not_starve饥荒game-
7.4gameEldenRing艾尔登法环game-
7.5gameGenshin_Anime原神game-
7.6gameGTA侠盗猎车手4 与 侠盗猎车手5game-
7.7gameHogwarts_legacy霍格沃茨指遗game-
7.8gamehades哈迪斯game-
7.9gameIbIb恐怖美术馆game-
7.10gameRDR2RE碧血狂殺2game-
7.11gamesekiro只狼game-
7.12gameSid_Meiers_CivilizationVI文明VIgame-
7.13gameslay_the_spire杀戮尖塔game-
7.14gameStarRail崩坏:星穹铁道game-
7.15gamestellaris群星game-
7.16gameTerraria泰拉瑞亚game-
7.17gameThe_Wither_3巫师三game-
7.18gameTuring_Complete图灵完备性game-
7.19gamewitchspring魔女之泉Rgame-
7.20gameWuthering鸣潮game-
7.21gameYakuza人中之龙game-
8gov-政府资料目录-
8.1govxuexiqiangguo来自学习强国的文本。gov_xuexiqiangguo-
8.2govgov_report来自政府工作报告的文本。gov_report-
9law-来自法律文书的文本。-
9.1lawjudgement法律判决书文本。law_judgement-
10math-与数学相关的中文语料math-
10.1mathqa和数学领域有关的问答数据。math_qa-
10.2mathemath中国数学爱好者论坛语料数据emath-
10.3mathchat和数学领域有关的对话数据数据,可以提升模型Chain of Thought的能力。math_chat-
11new-来自新闻的的文本数据new-
11.1newspeoples_daily来自人民日报的文本数据。new-
12parallel-平行语料目录--
12.1parallelsubtitle字幕语料--
12.1.1parallelsubtitle \ yyets人人影视parallel_subtitle_yyets-
12.1.2parallelsubtitle \ shooter.cn射手网parallel_subtitle_shooter-
12.2parallelunited_nations联合国平行语料parallel_united_nations-
13patent-专利文本数据目录-
14qa-来自各大问答语料-
14.1qachatgpt使用ChatGPT构造的问答语料,感谢genggui001贡献语料。qa_chatgpt-
14.2qamfa外交部问答数据。qa_mfa-
14.3qaquora来自quora 网站的问答语料qa_quora-
14.4qastackexchange来自StackExchange的问答数据。qa_stackexchange-
14.5qawikihow来自wikihow的问答数据。qa_wikihow-
14.6qazhihu来自知乎的问答数据。qa_zhihu-
15wikipedia-来自维基百科的文本数据。wikipedia-
16medical-来自药品说明书medical-

数据格式

目前MNBVC数据集包含如下几类数据:

  • 通用文本
  • 问答语料
  • 代码语料
  • 多轮对话
  • 论坛语料
  • 平行语料

可以在MNBVC的wiki页面上查看这几类数据的具体格式。

项目早期所上传的数据使用如下格式,以后这一格式会被废弃,相应数据也会重新上传:

{
    "text": datasets.Value("string"),
    "meta": datasets.Value("string")
}

Contributions

Thanks to the Liwu community for constructing this dataset. Thanks to silverjiaming and Mark Leung for adding and uploading this dataset to Huggingface.

Citation

Please cite the repo if you use the data or code in this repo.

@misc{mnbvc,
  author = {{MOP-LIWU Community} and {MNBVC Team}},
  title = {MNBVC: Massive Never-ending BT Vast Chinese corpus},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/esbatmop/MNBVC}},
}

Contributors

silver

166 commits

marktianyi

54 commits

esbatmop

9 commits

Yjiaming

8 commits