CLNov 18, 2025

Mitigating Label Length Bias in Large Language Models

arXiv:2511.14385v12 citationsIJCNLP-AACL
Originality Incremental advance
AI Analysis

It addresses a specific bias issue in LLMs for tasks like multiple-choice question answering, offering incremental improvements in robustness and performance.

The paper tackles label length bias in large language models, where multi-token class labels cause inconsistent predictions, and proposes normalized contextual calibration (NCC), achieving up to 10% F1 improvement over prior methods.

Large language models (LLMs) are powerful zero- and few-shot learners. However, when predicting over a set of candidate options, LLMs suffer from label biases, and existing calibration methods overlook biases arising from multi-token class labels. We tackle an issue we call label length bias, where labels of different lengths are treated inconsistently, even after standard length normalization. To mitigate it, we propose normalized contextual calibration (NCC), an effective method that normalizes and calibrates predictions at the full-label level. NCC achieves statistically significant improvements over prior approaches across multiple datasets and models, with gains of up to 10% F1. Moreover, NCC extends bias mitigation to broader tasks such as multiple-choice question answering. Our analysis shows that, when combined with in-context learning, NCC is less sensitive to few-shot example selection, requires fewer examples for competitive performance, and produces more reliable confidence estimates. These findings highlight the importance of mitigating full-label biases to improve the performance and robustness of LLM-based methods, particularly in real-world applications where class labels naturally consist of multiple tokens.

Foundations

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

Your Notes