Pith. sign in

Which Encoding is the Best for Text Classification in Chinese, English, Japanese and Korean?

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

This article offers an empirical study on the different ways of encoding Chinese, Japanese, Korean (CJK) and English languages for text classification. Different encoding levels are studied, including UTF-8 bytes, characters, words, romanized characters and romanized words. For all encoding levels, whenever applicable, we provide comparisons with linear models, fastText and convolutional networks. For convolutional networks, we compare between encoding mechanisms using character glyph images, one-hot (or one-of-n) encoding, and embedding. In total there are 473 models, using 14 large-scale text classification datasets in 4 languages including Chinese, English, Japanese and Korean. Some conclusions from these results include that byte-level one-hot encoding based on UTF-8 consistently produces competitive results for convolutional networks, that word-level n-grams linear models are competitive even without perfect word segmentation, and that fastText provides the best result using character-level n-gram encoding but can overfit when the features are overly rich.

fields

cs.CL 1

years

2025 1

verdicts

CONDITIONAL 1

representative citing papers

Bit-level BPE: Below the byte boundary

cs.CL · 2025-06-09 · conditional · novelty 6.0

Re-encoding UTF-8 byte fallbacks as shared 6-bit prefixes plus 9-bit tokens shortens CJK token sequences losslessly, at the cost of reduced tokenizer entropy and mixed wall-clock speedups.

citing papers explorer

Showing 1 of 1 citing paper.

  • Bit-level BPE: Below the byte boundary cs.CL · 2025-06-09 · conditional · none · ref 24 · internal anchor

    Re-encoding UTF-8 byte fallbacks as shared 6-bit prefixes plus 9-bit tokens shortens CJK token sequences losslessly, at the cost of reduced tokenizer entropy and mixed wall-clock speedups.