paper-with-me

홈 › Papers

Emergent retokenization symmetry in large language models: phenomenology and applications

2026-06-14 · Kanishk Jain, Matthew Day, Tankut Can arxiv

Tokenization introduces representational redundancy: under a fixed token vocabulary, every byte string admits many valid token encodings, or segmentations, that decode to the same surface string. However, given a prompt, most language model tokenizers break this representational symmetry by returning a canonical segmentation. Training only on canonical segmentations should influence inference behavior, and there is little reason to expect models to respect segmentation symmetry on downstream tasks. We find that this symmetry partially emerges during training. Here, we probe this emergent symmetry through experiments testing token compositional understanding, representation diversity, and task focused benchmark performance. We primarily use \textbf{retokenization} -- replacing a prompt's canonical tokenization with an alternative segmentation while preserving its bytes exactly. Relative to other prompt perturbations, retokenization is unusually clean because it isolates segmentation effects without changing syntax, semantics or surface form. We use retokenization to study sensitivity and robustness to semantically identical input representations across pretraining and post-training. Moreover, this partial retokenization symmetry suggests a distinct inference-time sampling axis. While temperature sampling generates diverse outputs from the model using its next-token probability distribution, retokenization generates diversity from the model's internal computations through semantically equivalent input representations. We find that while this retokenization sampling strategy can hurt performance on easy problems, it can also recover solutions that conventional sampling does not find. Overall, our work presents retokenization as a simple yet powerful probe of large language models, shedding light on compositional understanding and prompt sensitivity, and offering a novel sampling strategy.

📄 PDF Abstract BibTeX arXiv:2606.15521

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BPE Stays on SCRIPT: Structured Encoding for Robust Multilingual Pretokenization

2025-05-30 · Sander Land, Catherine Arnett

Byte Pair Encoding (BPE) tokenizers, widely used in Large Language Models, face challenges in multilingual settings, including penalization of non-Western scripts and the creation of tokens with partial UTF-8 sequences. …

LoopBench: Discovering Emergent Symmetry Breaking Strategies with LLM Swarms

2025-12-07 · Ali Parsaee, Yashar Talebirad, Csongor Szepesvári, Vishwajeet Ohal 외 arxiv

Large Language Models (LLMs) are increasingly being utilized as autonomous agents, yet their ability to coordinate in distributed systems remains poorly understood. We introduce \textbf{LoopBench}, a benchmark to evaluat…

Miss Tools and Mr Fruit: Emergent communication in agents learning about object affordances

2019-05-28 · ACL 2019 7 · Diane Bouchacourt, Marco Baroni

Recent research studies communication emergence in communities of deep network agents assigned a joint task, hoping to gain insights on human language evolution. We propose here a new task capturing crucial aspects of th…

More Than Words: Collocation Retokenization for Latent Dirichlet Allocation Models

2022-05-01 · Findings (ACL) 2022 5 · Jin Cheevaprawatdomrong, Alexandra Schofield, Attapol Rutherford

Traditionally, Latent Dirichlet Allocation (LDA) ingests words in a collection of documents to discover their latent topics using word-document co-occurrences. Previous studies show that representing bigrams collocations…

More Than Words: Collocation Retokenization for Latent Dirichlet Allocation Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Traditionally, Latent Dirichlet Allocation (LDA) ingests words in a collection of documents to discover their latent topics using word-document co-occurrences. Previous studies show that representing bigrams collocations…