Token Influence in LLMs Decays by Power Law, Not Exponentially

Matthias Br\"andel, Stephan K\"ohler, Oliver Rheinbach· June 30, 2026 View original

Summary

Research reveals that the influence of earlier tokens on next-token prediction in trained Transformer language models decays according to a power-law, rather than an exponential function. This long-tailed sensitivity is a learned property, suggesting that LLMs leverage hierarchical mechanisms to process both local and distant information.

New research investigates how the influence of input tokens diminishes over distance within autoregressive Transformer language models, impacting subsequent token predictions. Drawing inspiration from operator learning and differential equation solvers, the study empirically measured token dependencies using gradient profiles. Experiments conducted on models like Pythia and Qwen2.5-0.5B demonstrated that the sensitivity of a token's influence on later tokens follows a power-law decay, not an exponential one. This means that the impact of distant tokens persists more significantly than previously assumed. This power-law behavior was observed in coherent text and notably, even when syntax was disrupted, indicating it's a fundamental learned property of trained Transformers, unlike randomly initialized models. These findings suggest that large language models have developed internal mechanisms, possibly hierarchical or coarse-level, to effectively manage and exploit these long-range, slowly decaying dependencies. This understanding could inform future architectural designs for more efficient and powerful language models.

Why it matters

Understanding how token influence decays helps in designing more efficient and effective Transformer architectures, potentially leading to better long-context understanding and reduced computational costs for LLMs. This is fundamental research for AI engineers and researchers.

How to implement this in your domain

  1. 1Consider the power-law decay of token influence when designing attention mechanisms for new LLM architectures.
  2. 2Explore multi-level or hierarchical processing strategies in LLMs to better exploit long-range dependencies.
  3. 3Optimize training data and pre-training objectives to enhance the learning of these long-tailed sensitivity profiles.
  4. 4Develop diagnostic tools to visualize and analyze token influence decay in custom-trained models.

Who benefits

AI ResearchSoftware DevelopmentNatural Language ProcessingData Science

Key takeaways

  • Token influence in LLMs decays via a power-law, not exponentially.
  • Long-range dependencies are more significant than previously thought.
  • This power-law decay is a learned property of trained Transformers.
  • Findings could inform new, more efficient LLM architectures.

Original post by Matthias Br\"andel, Stephan K\"ohler, Oliver Rheinbach

"arXiv:2606.29139v1 Announce Type: new Abstract: We study how the next-token prediction of an autoregressive Transformer language model changes under small perturbations of earlier input token embeddings. Motivated by operator learning and iterative solvers for differential equati…"

View on X

Originally posted by Matthias Br\"andel, Stephan K\"ohler, Oliver Rheinbach on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses