🤖 AI Summary
This study investigates whether autoregressive large language models (LLMs) learn consistent probability distributions under different token ordering schemes—forward, backward, and random permutations. Method: Theoretically, we establish the first rigorous proof that sequence perplexity is invariant to any factorization order. Empirically, we propose a multi-order tokenization retraining framework based on GPT-2 and integrate attention attribution analysis to systematically quantify distributional deviations. Contribution/Results: All permutations violate theoretical invariance, with random ordering exhibiting the largest deviation; forward and backward models are highly similar but not equivalent. Deviations primarily stem from positional encoding and locality bias in self-attention mechanisms. These findings expose critical limitations in standard LLM evaluation paradigms and provide both a novel theoretical foundation and empirical benchmarks for assessing probabilistic consistency and reliability in LLMs.
📝 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.