paper-with-me

홈 › Papers

Correcting Annotator Bias in Training Data: Population-Aligned Instance Replication (PAIR)

2025-01-12 · Stephanie Eckman, Bolei Ma, Christoph Kern, Rob Chew, Barbara Plank, Frauke Kreuter

Models trained on crowdsourced labels may not reflect broader population views, because those who work as annotators do not represent the population. We propose Population-Aligned Instance Replication (PAIR), a method to address bias caused by non-representative annotator pools. Using a simulation study of offensive language and hate speech, we create two types of annotators with different labeling tendencies and generate datasets with varying proportions of the types. We observe that models trained on unbalanced annotator pools show poor calibration compared to those trained on representative data. By duplicating labels from underrepresented annotator groups to match population proportions, PAIR reduces bias without collecting additional annotations. These results suggest that statistical techniques from survey research can improve model performance. We conclude with practical recommendations for improving the representativity of training data and model performance.

📄 PDF Abstract BibTeX arXiv:2501.06826

Code (1)

soda-lmu/PAIR 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Ranking annotators for crowdsourced labeling tasks

2011-12-01 · NeurIPS 2011 12 · Vikas C. Raykar, Shipeng Yu

With the advent of crowdsourcing services it has become quite cheap and reasonably effective to get a dataset labeled by multiple annotators in a short amount of time. Various methods have been proposed to estimate the c…

Generating Labels for Regression of Subjective Constructs using Triplet Embeddings

2019-04-02 · Karel Mundnich, Brandon M. Booth, Benjamin Girault, Shrikanth Narayanan

Human annotations serve an important role in computational models where the target constructs under study are hidden, such as dimensions of affect. This is especially relevant in machine learning, where subjective labels…

regressionTriplet

Who Trains Matters: Federated Learning under Enrollment and Participation Selection Biases

2026-04-29 · Gota Morishita arxiv

Federated learning (FL) trains a shared model from updates contributed by distributed clients, often implicitly assuming that contributing clients are representative of the target population. In practice, this representa…

Federated Learning

Why resampling outperforms reweighting for correcting sampling bias with stochastic gradients

2020-09-28 · ICLR 2021 1 · Jing An, Lexing Ying, Yuhua Zhu

A data set sampled from a certain population is biased if the subgroups of the population are sampled at proportions that are significantly different from their underlying proportions. Training machine learning models on…

DeDPO: Debiased Direct Preference Optimization for Diffusion Models

2026-02-05 · Khiem Pham, Quang Nguyen, Tung Nguyen, Jingsen Zhu 외 arxiv

Direct Preference Optimization (DPO) has emerged as a predominant alignment method for diffusion models, facilitating off-policy training without explicit reward modeling. However, its reliance on large-scale, high-quali…

Causal Inference