CLAIOct 10, 2025

Users as Annotators: LLM Preference Learning from Comparison Mode

arXiv:2510.13830v1h-index: 6
Originality Incremental advance
AI Analysis

This addresses the challenge of quality control in user-generated preference labels for LLM alignment, offering a practical solution for leveraging everyday user interactions.

The paper tackles the problem of collecting pairwise preference data for LLM alignment by proposing a method to infer user annotation quality from comparison mode interactions, where users compare responses from different models. The result is an expectation-maximization algorithm that effectively filters data, improving downstream alignment tasks.

Pairwise preference data have played an important role in the alignment of large language models (LLMs). Each sample of such data consists of a prompt, two different responses to the prompt, and a binary label indicating which of the two responses is better. The labels are usually annotated by professional human annotators. In this paper, we consider an alternative approach to collect pairwise preference data -- user annotation from comparison mode. With the increasingly wider adoption of LLMs among the population, users are contributing more and more of their preference labels through their daily interactions with the LLMs. The upside of such labels is that users are the best experts in judging the responses to their own queries/prompts, but the downside is the lack of quality control in these labels. In this paper, we consider a new idea of generating two responses from two different models or two different versions of the same model. The asymmetry allows us to make an inference of the user's data quality through our proposed user behavior model. We develop an expectation-maximization algorithm to estimate a latent quality factor of the user, and filter users' annotation data accordingly. The downstream task shows the effectiveness of our approach in both capturing the user behavior and data filtering for LLM alignment.

Foundations

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

Your Notes