paper-with-me

Papers

Comparing Few to Rank Many: Active Human Preference Learning using Randomized Frank-Wolfe

2024-12-27 · Kiran Koshy Thekumparampil, Gaurush Hiranandani, Kousha Kalantari, Shoham Sabach, Branislav Kveton

We study learning of human preferences from a limited comparison feedback. This task is ubiquitous in machine learning. Its applications such as reinforcement learning from human feedback, have been transformational. We formulate this problem as learning a Plackett-Luce model over a universe of $N$ choices from $K$-way comparison feedback, where typically $K \ll N$. Our solution is the D-optimal design for the Plackett-Luce objective. The design defines a data logging policy that elicits comparison feedback for a small collection of optimally chosen points from all ${N \choose K}$ feasible subsets. The main algorithmic challenge in this work is that even fast methods for solving D-optimal designs would have $O({N \choose K})$ time complexity. To address this issue, we propose a randomized Frank-Wolfe (FW) algorithm that solves the linear maximization sub-problems in the FW method on randomly chosen variables. We analyze the algorithm, and evaluate it empirically on synthetic and open-source NLP datasets.

📄 PDF Abstract BibTeX arXiv:2412.19396

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Nonparametric LLM Evaluation from Preference Data

2026-01-29 · Dennis Frauen, Athiya Deviyani, Mihaela van der Schaar, Stefan Feuerriegel arxiv

Evaluating the performance of large language models (LLMs) from human preference data is crucial for obtaining LLM leaderboards. However, many existing approaches either rely on restrictive parametric assumptions or lack…

Learning Reward Functions from Diverse Sources of Human Feedback: Optimally Integrating Demonstrations and Preferences

2020-06-24 · Erdem Biyik, Dylan P. Losey, Malayandi Palan, Nicholas C. Landolfi 외

Reward functions are a common way to specify the objective of a robot. As designing reward functions can be extremely challenging, a more promising approach is to directly learn reward functions from human teachers. Impo…

SP-Rank: A Dataset for Ranked Preferences with Secondary Information

2025-10-17 · Hadi Hosseini, Debmalya Mandal, Amrit Puhan arxiv

We introduce $\mathbf{SP-Rank}$, the first large-scale, publicly available dataset for benchmarking algorithms that leverage both first-order preferences and second-order predictions in ranking tasks. Each datapoint incl…

Preference-based Interactive Multi-Document Summarisation

2019-06-07 · Yang Gao, Christian M. Meyer, Iryna Gurevych

Interactive NLP is a promising paradigm to close the gap between automatic NLP systems and the human upper bound. Preference-based interactive learning has been successfully applied, but the existing methods require seve…

Active Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Comparing Bad Apples to Good Oranges: Aligning Large Language Models via Joint Preference Optimization

2024-03-31 · Hritik Bansal, Ashima Suvarna, Gantavya Bhatt, Nanyun Peng 외

A common technique for aligning large language models (LLMs) relies on acquiring human preferences by comparing multiple generations conditioned on a fixed context. This method, however, relies solely on pairwise compari…