brightmart/nlp_chinese_corpus

大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 6th, 2026
Created on February 8th, 2019
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 1,553
Total Stargazers: 9,913 (+0)
Total Subscribers: 289 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

nlp_chinese_corpus is a collection of large-scale Chinese language datasets for natural language processing tasks.

The project addresses the scarcity of readily accessible, high-quality Chinese corpora for training and evaluating NLP models. It aggregates multiple datasets from diverse sources including Wikipedia, news articles, community question-answering platforms, and translation pairs. Each dataset is provided in structured formats, typically JSON, with metadata such as titles, URLs, and categorization information. This approach allows practitioners to access substantial volumes of Chinese text without extensive preprocessing or complex data collection workflows.

Developers working on Chinese NLP should adopt this project if they need training data for word embeddings, language model pretraining, text classification, or question-answering systems. The collection includes Wikipedia entries suitable for general-purpose language understanding, news articles with keywords and descriptions for domain-specific applications, and community Q&A data formatted for large-scale model training. The translation corpus enables work on machine translation and multilingual models. This project is most valuable for researchers and practitioners who lack the resources to independently collect and curate comparable volumes of Chinese text.

The project maintains an active development trajectory with ongoing expansion of its corpus collection. The README documents completed dataset releases alongside documented expansion targets, indicating sustained effort to grow the collection. The project has spawned related work including a Chinese language model and a benchmark evaluation framework, suggesting continued investment in the broader Chinese NLP ecosystem. Documentation includes specific structural information about each dataset and practical guidance on potential applications, demonstrating attention to usability for downstream tasks.