GraphCanon updated today · GitHub synced today · 25 views this month
Decision brief
Chinese-Word-Vectors offers over 100 pre-trained Chinese word vectors for various NLP tasks.
Good fit when
- Use when you specifically require a wide variety (over 100) of pre-trained Chinese word vectors tailored to different aspects of natural language processing within your project.
- Choose if you are working in Python and seek compatibility with Apache-2.0 licensed tools, ensuring flexibility for both commercial and personal projects.
Avoid when
- Avoid using this tool if your project requires fine-tuning on a very specific domain that is not well-represented among the existing 100+ models provided.
- This collection may not be optimal if you are working strictly within English or other languages, as it focuses primarily on Chinese word vectors.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (1026d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install Chinese-Word-Vectors PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
提供超过100种预先训练的中文词向量,适用于各种自然语言处理任务。
Capability facts
- Languages
- python
Source: github.language · Aug 22, 2026
Categories
Tags
README
Chinese Word Vectors 中文词向量
This project provides 100+ Chinese Word Vectors (embeddings) trained with different representations (dense and sparse), context features (word, ngram, character, and more), and corpora. One can easily obtain pre-trained vectors with different properties and use them for downstream tasks.
Moreover, we provide a Chinese analogical reasoning dataset CA8 and an evaluation toolkit for users to evaluate the quality of their word vectors.
Reference
Please cite the paper, if using these embeddings and CA8 dataset.
Shen Li, Zhe Zhao, Renfen Hu, Wensi Li, Tao Liu, Xiaoyong Du, Analogical Reasoning on Chinese Morphological and Semantic Relations, ACL 2018.
@InProceedings{P18-2023,
author = "Li, Shen
and Zhao, Zhe
and Hu, Renfen
and Li, Wensi
and Liu, Tao
and Du, Xiaoyong",
title = "Analogical Reasoning on Chinese Morphological and Semantic Relations",
booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
year = "2018",
publisher = "Association for Computational Linguistics",
pages = "138--143",
location = "Melbourne, Australia",
url = "http://aclweb.org/anthology/P18-2023"
}
A detailed analysis of the relation between the intrinsic and extrinsic evaluations of Chinese word embeddings is shown in the paper:
Yuanyuan Qiu, Hongzheng Li, Shen Li, Yingdi Jiang, Renfen Hu, Lijiao Yang. Revisiting Correlations between Intrinsic and Extrinsic Evaluations of Word Embeddings. Chinese Computational Linguistics and Natural Language Processing Based on Naturally Annotated Big Data. Springer, Cham, 2018. 209-221. (CCL & NLP-NABD 2018 Best Paper)
@incollection{qiu2018revisiting,
title={Revisiting Correlations between Intrinsic and Extrinsic Evaluations of Word Embeddings},
author={Qiu, Yuanyuan and Li, Hongzheng and Li, Shen and Jiang, Yingdi and Hu, Renfen and Yang, Lijiao},
booktitle={Chinese Computational Linguistics and Natural Language Processing Based on Naturally Annotated Big Data},
pages={209--221},
year={2018},
publisher={Springer}
}
Format
The pre-trained vector files are in text format. Each line contains a word and its vector. Each value is separated by space. The first line records the meta information: the first number indicates the number of words in the file and the second indicates the dimension size.
Besides dense word vectors (trained with SGNS), we also provide sparse vectors (trained with PPMI). They are in the same format with liblinear, where the number before " : " denotes dimension index and the number after the " : " denotes the value.
Pre-trained Chinese Word Vectors
Basic Settings
| Window Size | Dynamic Window | Sub-sampling | Low-Frequency Word | Iteration | Negative Sampling* |
| 5 | Yes | 1e-5 | 10 | 5 | 5 |
*Only for SGNS.
Various Domains
Chinese Word Vectors trained with different representations, context features, and corpora.
| Word2vec / Skip-Gram with Negative Sampling (SGNS) | ||||
| Corpus | Context Features | |||
| Word | Word + Ngram | Word + Character | Word + Character + Ngram | |
| Baidu Enc | ||||
For agents
This page has a .md twin and JSON over the API.