paper-with-me

홈 › Papers

Where is the signal in tokenization space?

2024-08-16 · Renato Lui Geh, Honghua Zhang, Kareem Ahmed, Benjie Wang, Guy Van Den Broeck

Large Language Models (LLMs) are typically shipped with tokenizers that deterministically encode text into so-called canonical token sequences, to which the LLMs assign probability values. One common assumption is that the probability of a piece of text is the probability of its canonical token sequence. However, the tokenization of a string is not unique: e.g., the Llama2 tokenizer encodes Tokens as [Tok,ens], but [Tok,en,s] also represents the same text. In this paper, we study non-canonical tokenizations. We prove that, given a string, it is computationally hard to find the most likely tokenization for an autoregressive LLM, as well as to compute the marginal probability over all possible tokenizations. We then show how the marginal is, in most cases, indistinguishable from the canonical probability. Surprisingly, we then empirically demonstrate the existence of a significant amount of signal hidden within tokenization space. Notably, by simply aggregating the probabilities of non-canonical tokenizations, we achieve improvements across a range of LLM evaluation benchmarks for a variety of architectures, including transformers and state space models.

📄 PDF Abstract BibTeX arXiv:2408.08541

Code (0)

등록된 구현이 없습니다.

Tasks

State Space Models

Similar Papers 제목 키워드 기반

Better Than Whitespace: Information Retrieval for Languages without Custom Tokenizers

2022-10-11 · Odunayo Ogundepo, Xinyu Zhang, Jimmy Lin

Tokenization is a crucial step in information retrieval, especially for lexical matching algorithms, where the quality of indexable tokens directly impacts the effectiveness of a retrieval system. Since different languag…

Information RetrievalRetrieval

FAST: Efficient Action Tokenization for Vision-Language-Action Models

2025-01-16 · Karl Pertsch, Kyle Stachowicz, Brian Ichter, Danny Driess 외

Autoregressive sequence models, such as Transformer-based vision-language action (VLA) policies, can be tremendously effective for capturing complex and generalizable robotic behaviors. However, such models require us to…

Vision-Language-Action

Show the Signal, Hide the Noise: Spectral Forcing for Pixel-Space Diffusion

2026-06-13 · Weichen Fan, Haiwen Diao, Penghao Wu, Ziwei Liu arxiv

Pixel-space diffusion models are trained on full-bandwidth noisy images, yet the useful signal available to the denoiser is strongly frequency dependent. Under rectified-flow diffusion and natural-image power-law spectra…

HoliTok:A Coutinuous Holistic Tokenization with Robust Dual Capabilities of Speech Generation and Understanding

2026-05-28 · Bohan Li, Shi Lian, Hankun Wang, Yiwei Guo 외 arxiv

Unified speech foundation models require a holistic tokenization space that is both learnable by language models and decodable into high-quality waveforms. Existing speech tokenizers, however, often fail to satisfy these…

Speech Synthesis

A Spitting Image: Modular Superpixel Tokenization in Vision Transformers

2024-08-14 · Marius Aasan, Odd Kolbjørnsen, Anne Schistad Solberg, Adín Ramirez Rivera

Vision Transformer (ViT) architectures traditionally employ a grid-based approach to tokenization independent of the semantic content of an image. We propose a modular superpixel tokenization strategy which decouples tok…