Longer Reasoning Boosts Position Bias

๐กLonger CoT worsens position bias in top reasoning LLMsโfix your MCQ evals now
โก 30-Second TL;DR
What Changed
Position bias scales with reasoning trajectory length in 12/13 model configs
Why It Matters
Challenges assumption that CoT reduces biases, revealing length-accumulated issues. AI evaluators must audit position bias in MCQ pipelines to avoid misleading benchmarks. Prompts diagnostic tools like PBS for reasoning models.
What To Do Next
Compute PBS on your CoT model's MMLU outputs across trajectory lengths.
Key Points
- โขPosition bias scales with reasoning trajectory length in 12/13 model configs
- โขPositive partial correlation (0.11-0.41) after accuracy control, all p<0.05
- โขTruncation intervention: later continuations shift 16-32% to position-preferred options
- โขEven 671B DeepSeek-R1 shows bias in longest quartile (PBS=0.071)
๐ง Deep Insight
AI-generated analysis for this event โ not the original article.
๐ Enhanced Key Takeaways
- โขThe phenomenon is linked to 'recency bias' within the model's autoregressive generation process, where the model's internal state becomes increasingly conditioned on the later segments of its own generated chain-of-thought, inadvertently favoring options presented later in the prompt.
- โขResearchers identified that this bias is exacerbated by 'reasoning drift,' where the model's internal confidence scores fluctuate significantly during long-form generation, causing the model to anchor on the final option regardless of the initial logical derivation.
- โขThe study proposes a 'shuffled-evaluation' protocol as a standard mitigation strategy, demonstrating that averaging results across randomized option permutations effectively neutralizes the length-induced position bias without requiring model retraining.
๐ ๏ธ Technical Deep Dive
- โขThe study utilized a controlled intervention method called 'Trajectory Truncation,' where the model's generation was forcibly stopped at varying reasoning steps (25%, 50%, 75%, 100%) to isolate the impact of reasoning length on final token selection.
- โขAnalysis of the attention heads revealed that in longer trajectories, attention weights shift from the initial problem statement to the most recently generated reasoning tokens, creating a 'contextual recency' effect.
- โขThe Position Bias Score (PBS) was calculated using the formula: PBS = (P(correct|pos_i) - P(correct|random_pos)) / (1 - P(correct|random_pos)), providing a normalized metric for cross-model comparison.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.