English

Forking Paths in Neural Text Generation

Computation and Language 2024-12-12 v1 Artificial Intelligence Machine Learning

Abstract

Estimating uncertainty in Large Language Models (LLMs) is important for properly evaluating LLMs, and ensuring safety for users. However, prior approaches to uncertainty estimation focus on the final answer in generated text, ignoring intermediate steps that might dramatically impact the outcome. We hypothesize that there exist key forking tokens, such that re-sampling the system at those specific tokens, but not others, leads to very different outcomes. To test this empirically, we develop a novel approach to representing uncertainty dynamics across individual tokens of text generation, and applying statistical models to test our hypothesis. Our approach is highly flexible: it can be applied to any dataset and any LLM, without fine tuning or accessing model weights. We use our method to analyze LLM responses on 7 different tasks across 4 domains, spanning a wide range of typical use cases. We find many examples of forking tokens, including surprising ones such as punctuation marks, suggesting that LLMs are often just a single token away from saying something very different.

Keywords

Cite

@article{arxiv.2412.07961,
  title  = {Forking Paths in Neural Text Generation},
  author = {Eric Bigelow and Ari Holtzman and Hidenori Tanaka and Tomer Ullman},
  journal= {arXiv preprint arXiv:2412.07961},
  year   = {2024}
}
R2 v1 2026-06-28T20:30:13.878Z