Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Eliminating Position Bias of Language Models: A Mechanistic Approach

About

Position bias has proven to be a prevalent issue of modern language models (LMs), where the models prioritize content based on its position within the given context. This bias often leads to unexpected model failures and hurts performance, robustness, and reliability across various applications. Our mechanistic analysis attributes the position bias to two components employed in nearly all state-of-the-art LMs: causal attention and relative positional encodings. Based on the analyses, we propose to eliminate position bias (e.g., different retrieved documents' orders in QA affect performance) with a training-free zero-shot approach. Our method changes the causal attention to bidirectional attention between documents and utilizes model attention values to decide the relative orders of documents instead of using the order provided in input prompts, therefore enabling Position-INvariant inferencE (PINE) at the document level. By eliminating position bias, models achieve better performance and reliability in downstream tasks, including LM-as-a-judge, retrieval-augmented QA, molecule generation, and math reasoning. Notably, PINE is especially useful when adapting LMs for evaluating reasoning pairs: it consistently provides 8 to 10 percentage points performance gains, making Llama-3-70B-Instruct perform even better than GPT-4-0125-preview and GPT-4o-2024-08-06 on the RewardBench reasoning set.

Ziqi Wang, Hanlin Zhang, Xiner Li, Kuan-Hao Huang, Chi Han, Shuiwang Ji, Sham M. Kakade, Hao Peng, Heng Ji• 2024

Related benchmarks

TaskDatasetResultRank
Question AnsweringHotpotQA
F1 Score46.21
93
Question AnsweringNatural Questions (test)--
72
RetrievalHotpotQA
AR@579.71
62
Information RetrievalNatural Questions--
40
Question AnsweringSQuAD
Accuracy66.91
32
Information RetrievalNatural Questions (test)
AR@586.01
31
Passage retrievalNatural Questions
AR@586.01
31
Question AnsweringNatural Questions
Qwen2.5-3B-Instruct F146.28
31
Open-domain Question AnsweringNatural Questions
F1 Score44.52
31
Question AnsweringCM17k
Accuracy7.92
22
Showing 10 of 12 rows

Other info

Follow for update