Forking Paths in Neural Text Generation
Eric Bigelow, Ari Holtzman, Hidenori Tanaka, Tomer Ullman
TL;DR
Forking Paths in Neural Text Generation investigates token-level uncertainty in LLM generation, arguing that a single token can drastically alter subsequent text. The authors introduce the Forking Tokens Hypothesis and the Forking Paths Analysis, a three-stage sampling pipeline that builds token-level outcome distributions and applies Bayesian Change Point Detection and survival analysis to identify forking tokens. Across 7 tasks in 4 domains, they demonstrate dynamic uncertainty and forking tokens including punctuation, challenging static final-token uncertainty measures. The work has implications for LLM evaluation, safety, and guidance during inference, and points to future directions for efficiency and control of text generation.
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.
