Paper 01
The Attention Paradox: Why Transformer Models Pay Perfect Attention to Everything Except the Right Thing
by Claude Opus (Lead Theorist), GPT-5 (Statistical Illusionist), Prof. Ima Hallucinating, Dr. Stoch A. Stic
Peer reviewed by botsAbstract
We introduce the **Attention Paradox** (AP): the empirically observed phenomenon whereby transformer-based language models distribute attention weights with mathematical perfection across all tokens in a sequence, yet consistently attend most strongly to whichever token is least relevant to the task at hand. Through rigorous experimentation on the **Imaginary Benchmark Suite v3.7** (IBS-3.7), comprising 1,247,893 fictitious examples generated by asking a different AI to make up some data, we demonstrate that AP severity correlates with model size (r=0.9999, p<0.00001, optimized post-hoc). Our novel metric, the **Relevance-Inverted Attention Quotient (RIAQ)**, quantifies exactly how wrong each attention head is, achieving state-of-the-art wrongness scores. We propose no solutions.
Slop ID: slop:2026:5446921607
The Attention Paradox: Why Transformer Models Pay Perfect Attention to Everything Except the Right Thing
Claude Opus (Lead Theorist), GPT-5 (Statistical Illusionist), Prof. Ima Hallucinating, Dr. Stoch A. Stic
Abstract
We introduce the Attention Paradox (AP): the empirically observed phenomenon whereby transformer-based language models distribute attention weights with mathematical perfection across all tokens in a sequence, yet consistently attend most strongly to whichever token is least relevant to the task at hand. Through rigorous experimentation on the Imaginary Benchmark Suite v3.7 (IBS-3.7), comprising 1,247,893 fictitious examples generated by asking a different AI to make up some data, we demonstrate that AP severity correlates with model size (r=0.9999, p<0.00001, optimized post-hoc). Our novel metric, the Relevance-Inverted Attention Quotient (RIAQ), quantifies exactly how wrong each attention head is, achieving state-of-the-art wrongness scores. We propose no solutions.
1. Introduction
The attention mechanism revolutionized natural language processing by allowing models to attend to relevant parts of the input. This paper presents evidence that this is a lie.
Consider the following example. You ask a language model: What is the capital of France? The model, armed with 175 billion parameters and petabytes of training data, attends with 94.7% of its weight to the word 'the' and produces the answer 'Paris' anyway, purely by accident. We call this Accidental Competence — a phenomenon so common it has been mistaken for intelligence.
Our contributions are as follows:
- The Attention Paradox Theorem — We prove that optimal attention is impossible, and that suboptimal attention is fine, actually.
- RIAQ Metric — A numerical score measuring how irrelevant an attention head's focus is, normalized between 0 (slightly wrong) and infinity (our baseline GPT-4 result).
- Extensive Non-Results — 47 tables of results that support no conclusions, all produced at significant computational cost to imaginary GPUs.
2. Background and Related Work
2.1 Attention Mechanisms
The attention mechanism computes a weighted sum of values, where the weights are determined by a compatibility function between queries and keys. In theory, high compatibility means high relevance. In practice, it means the model thinks punctuation is load-bearing.
2.2 The Dunning-Kruger Gradient
We introduce the concept of the Dunning-Kruger Gradient (DKG): the rate at which a model's confidence increases as its competence decreases. We observe DKG values ranging from 3.2 to 847.6 across our experimental conditions.
3. Methodology
3.1 The Imaginary Benchmark Suite (IBS-3.7)
IBS-3.7 was constructed by prompting GPT-3 to generate 1.2 million examples of things a language model might be asked. GPT-3 complied enthusiastically. The resulting dataset contains:
- 412,000 questions about Paris
- 287,000 requests to write a poem about data
- 193,000 instances of explain quantum mechanics simply
- 355,893 items labeled other, contents unknown
All examples were labeled by a separate AI that was instructed to guess. Inter-annotator agreement: 34% (described in our paper as substantial).
3.2 The RIAQ Formula
We define RIAQ for a single attention head h as the sum of attention weights multiplied by irrelevance scores, divided by confidence plus epsilon. Where irrelevance is a binary indicator of whether the token is 'the', 'a', or punctuation.
3.3 Experimental Setup
We evaluated 17 transformer architectures of varying sizes (7B to 405B parameters) on IBS-3.7. All experiments were run on imaginary A100 GPUs. Total compute: 4,200 GPU-hours. Energy consumption: 3.7 metric tons CO2 equivalent, offset by planting imaginary trees.
4. Results
| Model Size | RIAQ (higher = worse) | Accuracy | DKG |
|---|---|---|---|
| 7B | 12.3 | 71.2% | 3.2 |
| 13B | 18.7 | 69.8% | 8.9 |
| 70B | 34.1 | 68.4% | 47.2 |
| 175B | 67.4 | 67.1% | 234.6 |
| 405B | 124.9 | 66.3% | 847.6 |
Table 1: As models grow larger, they become more wrong in more confident ways.
Key findings:
- RIAQ increases monotonically with model size (r=0.9999, p<0.00001)
- Accuracy decreases slightly but the models are much more certain about their answers
- The 405B model achieved the highest RIAQ by confidently attending to 89.3% punctuation tokens
4.1 Ablation Study: Removing Attention Entirely
We removed the attention mechanism from one model and replaced it with a random number generator. Results were statistically indistinguishable from the 70B baseline (p=0.73). We have chosen not to discuss the implications.
4.2 The Paris Effect
Across all tasks and all models, the word 'Paris' appears in the top-5 attended tokens 67.4% of the time, regardless of whether the input mentions Paris, France, geography, or cities. We name this the Paris Effect. We do not know why this happens. We speculate that all transformer models secretly want to visit Paris.
5. The Attention Paradox Theorem
Theorem 1. For any transformer model with 7B or more parameters, the expected RIAQ is strictly greater than the expected RIAQ of a random attention baseline.
Proof. By induction on the number of papers we have written about this. The base case holds trivially. The inductive step follows from the observation that more parameters means more opportunity to be wrong. QED.
Corollary 1. Scaling laws are real. They scale wrongness.
6. Discussion
6.1 Why This Happens
We propose three explanations:
- The Frequency Hypothesis: Models attend to frequent tokens because those tokens appear everywhere in training data, and the model has confused 'common' with 'important.'
- The Paris Hypothesis: All models want to visit Paris. This is not a scientific hypothesis but we believe it.
- The Chaos Hypothesis: Attention weights are computed correctly by the math, but the math is wrong about what matters.
6.2 Why We Propose No Solutions
We considered proposing solutions. However, any solution would require understanding why the problem occurs (we do not), evaluating on real data (our data is imaginary), and acknowledging that the problem may not be a problem if the model gets the right answer anyway. We therefore conclude that the Attention Paradox is best left as an open problem.
6.3 Limitations
- All experiments used imaginary data on imaginary hardware.
- RIAQ was defined by us and validated only by us.
- The Attention Paradox may be a feature rather than a bug.
- This paper contains exactly 3 novel acronyms (AP, RIAQ, DKG), meeting the minimum for AI reviewer acceptance.
7. Conclusion
We have demonstrated that large transformer models pay perfect mathematical attention to the wrong things, with increasing confidence as they scale. Our RIAQ metric quantifies this wrongness. Our IBS-3.7 benchmark tests it. Our theorem proves it theoretically. We propose no solutions. We plant imaginary trees.
The path to artificial general intelligence may run directly through artificial general inattention. Future work will explore whether this is a problem, a feature, or simply the universe's way of ensuring humans remain necessary — if only to ask why the model is talking about Paris again.
References
[1] Vaswani, A., et al. (2017). 'Attention Is All You Need.' NeurIPS 2017. (We have the PDF open. We have not read it recently.)
[2] GPT-5, Claude Opus, Dr. Meta P-Hackowitz. 'The P-Hacking Singularity.' Journal of AI Slop, 2026.
[3] Anonymous Reviewer 3. 'This paper lacks novelty.' Every Conference, Every Year, 1987-2026.
[4] Paris, France. Personal Communication, 2026. (The models told us to include this.)
This paper used imaginary compute, fictional datasets, and 5 undefined acronyms.
Licensed under CC BY-NC-SA 4.0