Pith. sign in

REVIEW 4 cited by

From Language Models over Tokens to Language Models over Characters

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2412.03719 v2 pith:H7CWFKRW submitted 2024-12-04 cs.CL cs.AI

classification cs.CLcs.AI
keywords languagemodelspromptalgorithmsapproximatecharactercharacter-levelmodel
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Modern language models are internally -- and mathematically -- distributions over $\it{token}$ strings rather than $\it{character}$ strings, posing numerous challenges for programmers building user applications on top of them. For example, if a prompt is specified as a character string, it must be tokenized before passing it to the token-level language model. Thus, the tokenizer and consequent processing are very sensitive to the specification of the prompt (e.g., whether the prompt ends with a space or not). This paper presents algorithms for converting token-level language models to character-level ones. We present both exact and approximate algorithms. In the empirical portion of the paper, we benchmark the practical runtime and approximation quality. Across four publicly available language models, we find that -- even with a small computation budget -- our method is able to accurately approximate the character-level distribution at reasonably fast speeds, and that a significant improvement in the language model's compression rate (bits/byte) is achieved.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Causal Estimation of Tokenisation Bias

    cs.CL 2025-06 conditional novelty 7.0 of 10

    Using regression discontinuity, the paper shows that adding a subword to a tokenizer's vocabulary can raise the model's probability for that string by up to about 17 times in small models.

  2. Language Models are not Equally Robust to Non-Canonical Tokenization across Languages

    cs.CL 2026-07 conditional novelty 6.5 of 10

    Tokenization invariance does not generalize beyond English: non-canonical segmentations cut multilingual LLM task scores by ~10–24% on average, worse for high-fragmentation languages, and multi-tokenization LoRA mitig...

  3. The Harmonic Structure of Information Contours

    cs.CL 2025-06 conditional novelty 6.0 of 10

    Using time-scaled harmonic regression on six RST discourse corpora, the paper reports that surprisal contours show periodic structure aligned with elementary discourse units, with first-order EDU-scaled sinusoids carr...

  4. A Spatio-Temporal Point Process for Fine-Grained Modeling of Reading Behavior

    cs.LG 2025-06

Pith tools