paper-with-me

홈 › Papers

Mitigating Label Length Bias in Large Language Models

2025-11-18 · Mario Sanz-Guerrero, Katharina von der Wense arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.14385

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Mitigating Length Bias in RLHF through a Causal Lens

2025-11-16 · Hyeonji Kim, Sujeong Oh, Sanghack Lee arxiv

Reinforcement learning from human feedback (RLHF) is widely used to align large language models (LLMs) with human preferences. However, RLHF-trained reward models often exhibit length bias -- a systematic tendency to fav…

Reinforcement LearningData Augmentation

LBR: Towards Mitigating Length Bias in Large Language Models for Recommendation

2026-07-05 · Hongchen Li, Bohao Wang, Jingbang Chen, Weiqin Yang 외 arxiv

Large language models (LLMs) have recently emerged as powerful backbones for recommender systems by reformulating recommendation as a token-level generation task. Despite their promise, we identify a pervasive yet undere…

Eliminating Biased Length Reliance of Direct Preference Optimization via Down-Sampled KL Divergence

2024-06-16 · Junru Lu, Jiazheng Li, Siyu An, Meng Zhao 외

Direct Preference Optimization (DPO) has emerged as a prominent algorithm for the direct and robust alignment of Large Language Models (LLMs) with human preferences, offering a more straightforward alternative to the com…

Disentangling Length Bias In Preference Learning Via Response-Conditioned Modeling

2025-02-02 · JianFeng Cai, Jinhua Zhu, Ruopei Sun, Yue Wang 외

Reinforcement Learning from Human Feedback (RLHF) has achieved considerable success in aligning large language models (LLMs) by modeling human preferences with a learnable reward model and employing a reinforcement learn…

Instruction Following

Loose lips sink ships: Mitigating Length Bias in Reinforcement Learning from Human Feedback

2023-10-08 · Wei Shen, Rui Zheng, WenYu Zhan, Jun Zhao 외

Reinforcement learning from human feedback serves as a crucial bridge, aligning large language models with human and societal values. This alignment requires a vast corpus of human feedback to learn a reward model, which…

Language ModelingLanguage Modelling