Probability Consistency in Large Language Models: Theoretical Foundations Meet Empirical Discrepancies
Xiaoliang Luo, Xinyi Xu, Michael Ramscar, Bradley C. Love
TL;DR
The paper proves theoretically that perplexity is invariant to the order of token factorization in autoregressive models, via the chain rule and a begin-of-sequence token, establishing a rigorous benchmark for probability consistency. It then rigorously tests this invariance with theory-aligned experiments, training forward, backward, and permuted-order GPT-2 models on a neuroscience corpus and evaluating perplexity, attention patterns, representational structure, and BrainBench performance. Empirically, forward and backward models are broadly similar but exhibit systematic deviations, while permuted-order models show pronounced inconsistencies linked to positional biases in self-attention and representation. These findings highlight how architectural and data-driven biases can undermine theoretical equivalence, informing better evaluation protocols and more trustworthy LLM behavior in practice.
Abstract
Can autoregressive large language models (LLMs) learn consistent probability distributions when trained on sequences in different token orders? We prove formally that for any well-defined probability distribution, sequence perplexity is invariant under any factorization, including forward, backward, or arbitrary permutations. This result establishes a rigorous theoretical foundation for studying how LLMs learn from data and defines principled protocols for empirical evaluation. Applying these protocols, we show that prior studies examining ordering effects suffer from critical methodological flaws. We retrain GPT-2 models across forward, backward, and arbitrary permuted orders on scientific text. We find systematic deviations from theoretical invariance across all orderings with arbitrary permutations strongly deviating from both forward and backward models, which largely (but not completely) agreed with one another. Deviations were traceable to differences in self-attention, reflecting positional and locality biases in processing. Our theoretical and empirical results provide novel avenues for understanding positional biases in LLMs and suggest methods for detecting when LLMs' probability distributions are inconsistent and therefore untrustworthy.
