Papers › ZEN: Pre-training Chinese Text Encoder Enhanced by N-gram Representations
ZEN: Pre-training Chinese Text Encoder Enhanced by N-gram Representations
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.
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.
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.
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.
ba2b25faa32a1249 · report
000595907a687ec4 · report
0f786c407fb1ee4c · report
35ef111fc00c21b4 · report
8d23fbe2b99b840b · report
fdc64f4c72036ae4 · report
d30d6c3098df2c42 · report
93228a3eb5c4d179 · report
4892acce036705d1 · report
1a310e8f6b36323b · report
0421eab98cc3b9a9 · report
301c6b5f8def3f58 · report
34ec071d80ec7278 · report
87867d95beeee94a · report
fad09e6582176e41 · report
116ccd8fe121ef8f · report
99b87b401d1fae1e · report
98046cec1e6090e5 · report
ecd45f0d33c0aff5 · report
3872690ce9ded1c4 · report
b1a7180868dd8d6a · report
a62604f618a8cc82 · report
46f305675277e757 · report
1ebc2bf2c3cddc4d · report
342218755bdf47ed · report
3f4a9392fcb8695c · report
f255dd42f46c11c1 · report
c9622c7a1d0912d6 · report
5b7c711347a2c214 · report
4d322567015518e5 · report
352e22ef30c1f7b7 · report
efebd15616e8be5b · report
013a1a80d4e2be45 · report
3e642a8045e6ba92 · report
9b29b0de8fad09f9 · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| 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