paper-with-me

홈 › Papers

Peering Through Preferences: Unraveling Feedback Acquisition for Aligning Large Language Models

2023-08-30 · Hritik Bansal, John Dang, Aditya Grover

Aligning large language models (LLMs) with human values and intents critically involves the use of human or AI feedback. While dense feedback annotations are expensive to acquire and integrate, sparse feedback presents a structural design choice between ratings (e.g., score Response A on a scale of 1-7) and rankings (e.g., is Response A better than Response B?). In this work, we analyze the effect of this design choice for the alignment and evaluation of LLMs. We uncover an inconsistency problem wherein the preferences inferred from ratings and rankings significantly disagree 60% for both human and AI annotators. Our subsequent analysis identifies various facets of annotator biases that explain this phenomena, such as human annotators would rate denser responses higher while preferring accuracy during pairwise judgments. To our surprise, we also observe that the choice of feedback protocol also has a significant effect on the evaluation of aligned LLMs. In particular, we find that LLMs that leverage rankings data for alignment (say model X) are preferred over those that leverage ratings data (say model Y), with a rank-based evaluation protocol (is X/Y's response better than reference response?) but not with a rating-based evaluation protocol (score Rank X/Y's response on a scale of 1-7). Our findings thus shed light on critical gaps in methods for evaluating the real-world utility of language models and their strong dependence on the feedback protocol used for alignment. Our code and data are available at https://github.com/Hritikbansal/sparse_feedback.

📄 PDF Abstract BibTeX arXiv:2308.15812

Code (1)

hritikbansal/sparse_feedback 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Peering Partner Recommendation for ISPs using Machine Learning

2025-09-11 · Md Ibrahim Ibne Alam, Ankur Senapati, Anindo Mahmood, Murat Yuksel 외 arxiv

Internet service providers (ISPs) need to connect with other ISPs to provide global connectivity services to their users. To ensure global connectivity, ISPs can either use transit service(s) or establish direct peering …

How Robot Dogs See the Unseeable: Improving Visual Interpretability via Peering for Exploratory Robots

2025-11-20 · Oliver Bimber, Karl Dietrich von Ellenrieder, Michael Haller, Rakesh John Amala Arokia Nathan 외 arxiv

In vegetated environments, such as forests, exploratory robots play a vital role in navigating complex, cluttered environments where human access is limited and traditional equipment struggles. Visual occlusion from obst…

Scene UnderstandingVisual Reasoning

LILO: Bayesian Optimization with Natural Language Feedback

2025-10-20 · Katarzyna Kobalczyk, Zhiyuan Jerry Lin, Benjamin Letham, Zhuokai Zhao 외 arxiv

Many real-world optimization problems are guided by complex, subjective preferences that are difficult to express as explicit closed-form objectives. In response, we introduce Language-in-the-Loop Optimization (LILO), a …

Bayesian Optimization with LLM-Based Acquisition Functions for Natural Language Preference Elicitation

2024-05-02 · David Eric Austin, Anton Korikov, Armin Toroghi, Scott Sanner

Designing preference elicitation (PE) methodologies that can quickly ascertain a user's top item preferences in a cold-start setting is a key challenge for building effective and personalized conversational recommendatio…

Bayesian OptimizationConversational RecommendationNatural Language InferenceThompson Sampling

Semi-Supervised Preference Optimization with Limited Feedback

2025-10-28 · Seonggyun Lee, Sungjun Lim, Seojin Park, Soeun Cheon 외 arxiv

The field of preference optimization has made outstanding contributions to the alignment of language models with human preferences. Despite these advancements, recent methods still rely heavily on substantial paired (lab…