paper-with-me

Papers

Diverging Preferences: When do Annotators Disagree and do Models Know?

2024-10-18 · Michael JQ Zhang, Zhilin Wang, Jena D. Hwang, Yi Dong, Olivier Delalleau, Yejin Choi, Eunsol Choi, Xiang Ren, Valentina Pyatkin

We examine diverging preferences in human-labeled preference datasets. We develop a taxonomy of disagreement sources spanning 10 categories across four high-level classes -- task underspecification, response style, refusals, and annotation errors. We find that the majority of disagreements are in opposition with standard reward modeling approaches, which are designed with the assumption that annotator disagreement is noise. We then explore how these findings impact two areas of LLM development: reward modeling and evaluation. In our experiments, we demonstrate how standard reward modeling methods, like the Bradley-Terry model, fail to differentiate whether a given preference judgment is the result of unanimous agreement among annotators or the majority opinion among diverging user preferences. We also find that these tendencies are also echoed by popular LLM-as-Judge evaluation methods, which consistently identify a winning response in cases of diverging preferences. These findings highlight remaining challenges in LLM evaluations, which are greatly influenced by divisive features like response style, and in developing pluralistically aligned LLMs. To address these issues, we develop methods for identifying diverging preferences to mitigate their influence on evaluation and training.

📄 PDF Abstract BibTeX arXiv:2410.14632

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FuocChuVIP123 at CoMeDi Shared Task: Disagreement Ranking with XLM-Roberta Sentence Embeddings and Deep Neural Regression

2025-01-21 · Phuoc Duong Huy Chu

This paper presents results of our system for CoMeDi Shared Task, focusing on Subtask 2: Disagreement Ranking. Our system leverages sentence embeddings generated by the paraphrase-xlm-r-multilingual-v1 model, combined wi…

SentenceSentence EmbeddingsXLM-R

The Role of Syntactic Span Preferences in Post-Hoc Explanation Disagreement

2024-03-28 · Jonathan Kamp, Lisa Beinborn, Antske Fokkens

Post-hoc explanation methods are an important tool for increasing model transparency for users. Unfortunately, the currently used methods for attributing token importance often yield diverging patterns. In this work, we …

Everyone's Voice Matters: Quantifying Annotation Disagreement Using Demographic Information

2023-01-12 · Ruyuan Wan, Jaehyung Kim, Dongyeop Kang

In NLP annotation, it is common to have multiple annotators label the text and then obtain the ground truth labels based on the agreement of major annotators. However, annotators are individuals with different background…

Agree, Disagree, Explain: Decomposing Human Label Variation in NLI through the Lens of Explanations

2025-10-18 · Pingjun Hong, Beiduo Chen, Siyao Peng, Marie-Catherine de Marneffe 외 arxiv

Natural Language Inference (NLI) datasets often exhibit human label variation. To better understand these variations, explanation-based approaches analyze the underlying reasoning behind annotators' decisions. One such a…

Natural Language InferenceSemantic Similarity

Variance-aware Reward Modeling with Anchor Guidance

2026-05-12 · Shuxing Fang, Ruijian Han, Liangyu Zhang, Fan Zhou arxiv

Standard Bradley--Terry (BT) reward models are limited when human preferences are pluralistic. Although soft preference labels preserve disagreement information, BT can only express it by shrinking reward margins. Gaussi…