CLLGFeb 19

ABCD: All Biases Come Disguised

arXiv:2602.17445v11 citationsh-index: 1
AI Analysis

This addresses evaluation artifacts in LLM benchmarking, offering a more robust method for researchers and practitioners, though it is incremental as it builds on existing evaluation practices.

The paper tackled the problem of label and position biases in multiple-choice question (MCQ) evaluations for LLMs by proposing a bias-reduced protocol that uses uniform labels and whole answers, resulting in a 3x reduction in accuracy variance with minimal performance drop.

Multiple-choice question (MCQ) benchmarks have been a standard evaluation practice for measuring LLMs' ability to reason and answer knowledge-based questions. Through a synthetic NonsenseQA benchmark, we observe that different LLMs exhibit varying degrees of label-position-few-shot-prompt bias, where the model either uses the answer position, the label in front of the answer, the distributions of correct answers present in the few-shot prompt, or a combination of all to answer each MCQ question. We propose a simple bias-reduced evaluation protocol that replaces the labels of each question with uniform, unordered labels and prompts the LLM to use the whole answer presented. With a simple sentence similarity model, we demonstrate improved robustness and lower standard deviation between different permutations of answers with a minimal drop in LLM's performance, exposing the LLM's capabilities under reduced evaluation artifacts, without any help from the prompt examples or the option labels. Across multiple benchmarks and models, this protocol substantially improves the robustness to answer permutations, reducing mean accuracy variance $3\times$ with only a minimal decrease in the mean model's performance. Through ablation studies on various embedding models and similarity functions, we show that the method is more robust than the standard ones.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes