Hunting Chinese NLP datasets? Start here.
A community-curated directory that corrals scattered Chinese NLP datasets into one searchable index, with English staples thrown in for good measure.

What it does
CLUEDatasetSearch is essentially a curated card catalog for Chinese NLP resources. It aggregates datasets across ten task categories—NER, sentiment analysis, QA, text classification, and more—into a single searchable web interface, alongside commonly used English benchmarks. Each entry includes provenance, size, paper links, and a brief description, so you can evaluate relevance before clicking through to the original host.
The interesting bit
The project treats curation as infrastructure: instead of publishing yet another model, it solves the upstream problem of simply finding training data in a field where Chinese corpora are scattered across hospital portals, university mirrors, and competition sites. The community-upload pipeline also turns discoverability into a group effort.
Key highlights
- Covers ten NLP task categories, from knowledge graphs to machine translation
- Mixes Chinese datasets (e.g., CCKS medical NER, cMedQA) with English staples (SQuAD, CoNLL-2003)
- Web search interface at cluebenchmarks.com with metadata tables for quick scanning
- Open to community contributions; upload five dataset entries to become a listed contributor
- Includes paper links and provider attribution for most entries
Caveats
- It is a directory of links and metadata, not downloadable code or unified data loaders
- License information is frequently blank in the tables, so you will need to verify terms on the source site
- Dataset descriptions vary in detail; some entries are bare links with no size or annotation scheme listed
Verdict
Worth bookmarking if you work on Chinese NLP and are tired of hunting through competition sites and academic appendices for training data. Skip it if you are looking for a Python library to stream or preprocess datasets.
Frequently asked
- What is CLUEbenchmark/CLUEDatasetSearch?
- A community-curated directory that corrals scattered Chinese NLP datasets into one searchable index, with English staples thrown in for good measure.
- Is CLUEDatasetSearch open source?
- Yes — CLUEbenchmark/CLUEDatasetSearch is an open-source project tracked on heatdrop.
- What language is CLUEDatasetSearch written in?
- CLUEbenchmark/CLUEDatasetSearch is primarily written in Python.
- How popular is CLUEDatasetSearch?
- CLUEbenchmark/CLUEDatasetSearch has 4.5k stars on GitHub.
- Where can I find CLUEDatasetSearch?
- CLUEbenchmark/CLUEDatasetSearch is on GitHub at https://github.com/CLUEbenchmark/CLUEDatasetSearch.