Bayesian Attention Mechanism: A Probabilistic Framework for Positional Encoding and Context Length Extrapolation
About
Transformer-based language models rely on positional encoding (PE) to handle token order and support context length extrapolation. However, existing PE methods lack theoretical clarity and rely on limited evaluation metrics to substantiate their extrapolation claims. We propose the Bayesian Attention Mechanism (BAM), a theoretical framework that formulates positional encoding as a prior within a probabilistic model. BAM unifies existing methods (e.g., NoPE and ALiBi) and motivates a new Generalized Gaussian positional prior that substantially improves long-context generalization. Empirically, BAM enables accurate information retrieval at $500\times$ the training context length, outperforming previous state-of-the-art context length generalization in long context retrieval accuracy while maintaining comparable perplexity and introducing minimal additional parameters.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Language Understanding | MMLU (test) | -- | 163 | |
| Language Modeling | FineWeb (val) | -- | 159 | |
| Commonsense Reasoning | ARC-E | Accuracy57.7 | 106 | |
| Long-context Language Understanding | LongBench v2 | Overall Accuracy28.6 | 47 | |
| Needle-in-a-Haystack | Needle-in-a-Haystack | Accuracy100 | 44 | |
| Needle-in-a-Haystack | Ruler NIAH (Single 2) | Accuracy1 | 25 | |
| Language Modeling | WikiText (held-out) | Perplexity (PPL)18.6897 | 25 | |
| Needle-in-a-Haystack | Ruler NIAH Single 3 | Accuracy84 | 13 | |
| Long-context retrieval (Single 1) | RULER | Retrieval Accuracy @ 1024 Context100 | 8 | |
| Commonsense Reasoning | ARC Challenge (test) | Accuracy41.32 | 2 |