English

Enhancing Character-Level Understanding in LLMs through Token Internal Structure Learning

Computation and Language 2025-06-10 v5

Abstract

Tokenization methods like Byte-Pair Encoding (BPE) enhance computational efficiency in large language models (LLMs) but often obscure internal character structures within tokens. This limitation hinders LLMs' ability to predict precise character positions, which is crucial in tasks like Chinese Spelling Correction (CSC) where identifying the positions of misspelled characters accelerates correction processes. We propose Token Internal Position Awareness (TIPA), a method that significantly improves models' ability to capture character positions within tokens by training them on reverse character prediction tasks using the tokenizer's vocabulary. Experiments demonstrate that TIPA enhances position prediction accuracy in LLMs, enabling more precise identification of target characters in original text. Furthermore, when applied to downstream tasks that do not require exact position prediction, TIPA still boosts performance in tasks needing character-level information, validating its versatility and effectiveness.

Keywords

Cite

@article{arxiv.2411.17679,
  title  = {Enhancing Character-Level Understanding in LLMs through Token Internal Structure Learning},
  author = {Zhu Xu and Zhiqiang Zhao and Zihan Zhang and Yuchi Liu and Quanwei Shen and Fei Liu and Yu Kuang and Jian He and Conglin Liu},
  journal= {arXiv preprint arXiv:2411.17679},
  year   = {2025}
}

Comments

ACL 2025 Main

R2 v1 2026-06-28T20:13:31.958Z