Papers › ZEN: Pre-training Chinese Text Encoder Enhanced by N-gram Representations

ZEN: Pre-training Chinese Text Encoder Enhanced by N-gram Representations

2 Nov 2019Findings of the Association for Computational Linguistics 2020arXiv:1911.00720archive 2025-07-28

Shizhe Diao, Jiaxin Bai, Yan Song, Tong Zhang, Yonggang Wang

The pre-training of text encoders normally processes text as a sequence of tokens corresponding to small text units, such as word pieces in English and characters in Chinese. It omits information carried by larger text granularity, and thus the encoders cannot easily adapt to certain combinations of characters. This leads to a loss of important semantic information, which is especially problematic for Chinese because the language does not have explicit word boundaries. In this paper, we propose ZEN, a BERT-based Chinese (Z) text encoder Enhanced by N-gram representations, where different combinations of characters are considered during training. As a result, potential word or phase boundaries are explicitly pre-trained and fine-tuned with the character encoder (BERT). Therefore ZEN incorporates the comprehensive information of both the character sequence and words or phrases it contains. Experimental results illustrated the effectiveness of ZEN on a series of Chinese NLP tasks. We show that ZEN, using less resource than other published encoders, can achieve state-of-the-art performance on most tasks. Moreover, it is shown that reasonable performance can be obtained when ZEN is trained on a small corpus, which is important for applying pre-training techniques to scenarios with limited data. The code and pre-trained models of ZEN are available at https://github.com/sinovation/zen.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1911.00720")

Code

Syntology Ran 7 of 35 code samples harvested from 5 repositories linked to this paper; 28 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong.

By repository: official repository: 2 samples from 1 repository, 1 ran; community (archive-listed): 33 samples from 4 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sinovation/ZEN officialmentioned in papermentioned on GitHubpytorch report
SVAIGBA/TwASP mentioned on GitHubpytorchMIT report
SVAIGBA/WMSeg mentioned on GitHubpytorchMIT report
YYGe01/ZEN mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
cuhksz-nlp/SAPar mentioned on GitHubpytorch report
cuhksz-nlp/het-mc mentioned on GitHubpytorchMIT report
cuhksz-nlp/mcasp mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

35 samples harvested; 7 ran; 1 honoured the contract we drafted; 28 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
6ran · our draft was wrong
28unverified

Licence: 0 of the 35 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 5 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cws_evaluate_word_PRF sinovation/ZEN/examples/run_token_level_classification.py official repository ran · our draft was wrong Apache-2.0 (permissive) · ba2b25faa32a1249 · report
convert_example_to_features sinovation/ZEN/examples/run_pre_train.py official repository unverified Apache-2.0 (permissive) · 000595907a687ec4 · report
swish SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_openai.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 0f786c407fb1ee4c · report
build_tf_to_pytorch_map SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_transfo_xl.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 35ef111fc00c21b4 · report
gelu SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_gpt2.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 8d23fbe2b99b840b · report
gelu SVAIGBA/TwASP/pytorch_pretrained_bert/modeling.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · fdc64f4c72036ae4 · report
prune_linear_layer SVAIGBA/TwASP/pytorch_pretrained_bert/modeling.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d30d6c3098df2c42 · report
sample_logits SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_transfo_xl_utilities.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 93228a3eb5c4d179 · report
count_n_gram SVAIGBA/WMSeg/wmseg_helper.py community (archive-listed) unverified MIT (permissive) · 4892acce036705d1 · report
cws_evaluate_OOV SVAIGBA/WMSeg/wmseg_eval.py community (archive-listed) unverified MIT (permissive) · 1a310e8f6b36323b · report
cws_evaluate_word_PRF SVAIGBA/WMSeg/wmseg_eval.py community (archive-listed) unverified MIT (permissive) · 0421eab98cc3b9a9 · report
dlg SVAIGBA/WMSeg/wmseg_helper.py community (archive-listed) unverified MIT (permissive) · 301c6b5f8def3f58 · report
dlg cuhksz-nlp/mcasp/mcasp_helper.py community (archive-listed) unverified MIT (permissive) · 34ec071d80ec7278 · report
eval_sentence SVAIGBA/TwASP/twasp_eval.py community (archive-listed) unverified MIT (permissive) · 87867d95beeee94a · report
eval_sentence SVAIGBA/WMSeg/wmseg_eval.py community (archive-listed) unverified MIT (permissive) · fad09e6582176e41 · report
eval_sentence cuhksz-nlp/mcasp/mcasp_eval.py community (archive-listed) unverified MIT (permissive) · 116ccd8fe121ef8f · report
get_vocab cuhksz-nlp/het-mc/hetmc_helper.py community (archive-listed) unverified MIT (permissive) · 99b87b401d1fae1e · report
get_word2id SVAIGBA/TwASP/twasp_helper.py community (archive-listed) unverified MIT (permissive) · 98046cec1e6090e5 · report
get_word2id cuhksz-nlp/mcasp/mcasp_helper.py community (archive-listed) unverified MIT (permissive) · ecd45f0d33c0aff5 · report
load_json cuhksz-nlp/het-mc/hetmc_helper.py community (archive-listed) unverified MIT (permissive) · 3872690ce9ded1c4 · report
load_tf_weights_in_bert SVAIGBA/TwASP/pytorch_pretrained_bert/modeling.py community (archive-listed) unverified MIT (permissive) · b1a7180868dd8d6a · report
load_tf_weights_in_gpt2 SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_gpt2.py community (archive-listed) unverified MIT (permissive) · a62604f618a8cc82 · report
load_tf_weights_in_openai_gpt SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_openai.py community (archive-listed) unverified MIT (permissive) · 46f305675277e757 · report
load_tf_weights_in_transfo_xl cuhksz-nlp/het-mc/pytorch_pretrained_bert/modeling_transfo_xl.py community (archive-listed) unverified MIT (permissive) · 1ebc2bf2c3cddc4d · report
pos_evaluate_OOV SVAIGBA/TwASP/twasp_eval.py community (archive-listed) unverified MIT (permissive) · 342218755bdf47ed · report
pos_evaluate_OOV cuhksz-nlp/mcasp/mcasp_eval.py community (archive-listed) unverified MIT (permissive) · 3f4a9392fcb8695c · report
prune_conv1d_layer SVAIGBA/TwASP/pytorch_pretrained_bert/modeling_gpt2.py community (archive-listed) unverified MIT (permissive) · f255dd42f46c11c1 · report
read_dialog cuhksz-nlp/het-mc/hetmc_helper.py community (archive-listed) unverified MIT (permissive) · c9622c7a1d0912d6 · report
read_sentence SVAIGBA/TwASP/twasp_model.py community (archive-listed) unverified MIT (permissive) · 5b7c711347a2c214 · report
read_sentence SVAIGBA/TwASP/twasp_helper.py community (archive-listed) unverified MIT (permissive) · 4d322567015518e5 · report
read_tsv SVAIGBA/TwASP/twasp_helper.py community (archive-listed) unverified MIT (permissive) · 352e22ef30c1f7b7 · report
read_tsv SVAIGBA/WMSeg/wmseg_helper.py community (archive-listed) unverified MIT (permissive) · efebd15616e8be5b · report
readfile SVAIGBA/TwASP/twasp_model.py community (archive-listed) unverified MIT (permissive) · 013a1a80d4e2be45 · report
readfile SVAIGBA/WMSeg/wmseg_model.py community (archive-listed) unverified MIT (permissive) · 3e642a8045e6ba92 · report
readsentence SVAIGBA/WMSeg/wmseg_model.py community (archive-listed) unverified MIT (permissive) · 9b29b0de8fad09f9 · report

Tasks

Chinese Named Entity RecognitionChinese Word SegmentationDocument ClassificationNatural Language InferencePart-Of-Speech TaggingSentence Pair ModelingSentiment Analysis

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Chinese Named Entity Recognition MSRA ZEN (Init with Chinese BERT) F1 95.25 #9 of 21 Archive leaderboard report
Chinese Named Entity Recognition MSRA ZEN (Random Init) F1 93.24 #18 of 21 Archive leaderboard report
Chinese Word Segmentation MSR ZEN (Init with Chinese BERT) F1 98.35 #4 of 6 Archive leaderboard report
Chinese Word Segmentation MSR ZEN (Random Init) F1 97.89 #6 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections