paper-with-me

Papers

Mitigating Judgment Preference Bias in Large Language Models through Group-Based Polling

2025-10-09 · Shuliang Liu, Zhipeng Xu, Zhenghao Liu, Yukun Yan, Minghe Yu, Yu Gu, Chong Chen, Huiyuan Xie, Ge Yu arxiv

Large Language Models (LLMs) as automatic evaluators, commonly referred to as LLM-as-a-Judge, have also attracted growing attention. This approach plays a vital role in aligning LLMs with human judgments, providing accurate and reliable assessments. However, LLM-based judgment models often exhibit judgment preference bias during the evaluation phase, tending to favor responses generated by themselves, undermining the reliability of their judgments. This paper introduces the Group-Based Polling Optimization (Genii), an unsupervised multi-agent collaborative optimization framework that mitigates the inherent judgment preference bias of judgment models. Specifically, Genii integrates various LLM-based judgment models into a multi-agent system and simulates the interactive client-server polling mechanism to optimize each client agent unsupervisedly. Our experiments demonstrate that Genii outperforms supervised models trained on annotated judgment data, while requiring no human-labeled annotations. Genii consistently improves performance across different client agents during the polling, even when weaker models act as server agents. Further analysis reveals that Genii effectively mitigates judgment preference bias of LLM-based judgment models, demonstrating its effectiveness. All codes are available at https://github.com/NEUIR/Genii.

📄 PDF Abstract BibTeX arXiv:2510.08145

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Gender Bias via Fostering Exploratory Thinking in LLMs

2025-05-22 · Kangda Wei, Hasnat Md Abdullah, Ruihong Huang

Large Language Models (LLMs) often exhibit gender bias, resulting in unequal treatment of male and female subjects across different contexts. To address this issue, we propose a novel data generation framework that foste…

CHARM: Calibrating Reward Models With Chatbot Arena Scores

2025-04-14 · Xiao Zhu, Chenmien Tan, Pinzhen Chen, Rico Sennrich 외

Reward models (RMs) play a crucial role in Reinforcement Learning from Human Feedback by serving as proxies for human preferences in aligning large language models. In this paper, we identify a model preference bias in R…

Chatbot

Musical ethnocentrism in Large Language Models

2025-01-23 · Anna Kruspe

Large Language Models (LLMs) reflect the biases in their training data and, by extension, those of the people who created this training data. Detecting, analyzing, and mitigating such biases is becoming a focus of resear…

Mitigating Cognitive Bias in RLHF by Altering Rationality

2026-05-07 · Tiffany Horter, Andrew Markham, Niki Trigoni, Serena Booth arxiv

How can we make models robust to even imperfect human feedback? In reinforcement learning from human feedback (RLHF), human preferences over model outputs are used to train a reward model that assigns scalar values to re…

Reinforcement Learning

Beacon: Single-Turn Diagnosis and Mitigation of Latent Sycophancy in Large Language Models

2025-10-19 · Sanskar Pandey, Ruhaan Chopra, Angkul Puniya, Sohom Pal arxiv

Large language models internalize a structural trade-off between truthfulness and obsequious flattery, emerging from reward optimization that conflates helpfulness with polite submission. This latent bias, known as sycop…