English

Token Alignment via Character Matching for Subword Completion

Computation and Language 2024-03-14 v1 Artificial Intelligence

Abstract

Generative models, widely utilized in various applications, can often struggle with prompts corresponding to partial tokens. This struggle stems from tokenization, where partial tokens fall out of distribution during inference, leading to incorrect or nonsensical outputs. This paper examines a technique to alleviate the tokenization artifact on text completion in generative models, maintaining performance even in regular non-subword cases. The method, termed token alignment, involves backtracking to the last complete tokens and ensuring the model's generation aligns with the prompt. This approach showcases marked improvement across many partial token scenarios, including nuanced cases like space-prefix and partial indentation, with only a minor time increase. The technique and analysis detailed in this paper contribute to the continuous advancement of generative models in handling partial inputs, bearing relevance for applications like code completion and text autocompletion.

Keywords

Cite

@article{arxiv.2403.08688,
  title  = {Token Alignment via Character Matching for Subword Completion},
  author = {Ben Athiwaratkun and Shiqi Wang and Mingyue Shang and Yuchen Tian and Zijian Wang and Sujan Kumar Gonugondla and Sanjay Krishna Gouda and Rob Kwiatowski and Ramesh Nallapati and Bing Xiang},
  journal= {arXiv preprint arXiv:2403.08688},
  year   = {2024}
}
R2 v1 2026-06-28T15:18:58.416Z