paper-with-me

홈 › Papers

Ranking with Confidence for Large Scale Comparison Data

2022-02-03 · Filipa Valdeira, Cláudia Soares

In this work, we leverage a generative data model considering comparison noise to develop a fast, precise, and informative ranking algorithm from pairwise comparisons that produces a measure of confidence on each comparison. The problem of ranking a large number of items from noisy and sparse pairwise comparison data arises in diverse applications, like ranking players in online games, document retrieval or ranking human perceptions. Although different algorithms are available, we need fast, large-scale algorithms whose accuracy degrades gracefully when the number of comparisons is too small. Fitting our proposed model entails solving a non-convex optimization problem, which we tightly approximate by a sum of quasi-convex functions and a regularization term. Resorting to an iterative reweighted minimization and the Primal-Dual Hybrid Gradient method, we obtain PD-Rank, achieving a Kendall tau 0.1 higher than all comparing methods, even for 10\% of wrong comparisons in simulated data matching our data model, and leading in accuracy if data is generated according to the Bradley-Terry model, in both cases faster by one order of magnitude, in seconds. In real data, PD-Rank requires less computational time to achieve the same Kendall tau than active learning methods.

📄 PDF Abstract BibTeX arXiv:2202.01670

Code (1)

FilVa/PD-Rank 공식 구현

Tasks

Active LearningRetrieval

Similar Papers 제목 키워드 기반

Prompt-Dependent Ranking of Large Language Models with Uncertainty Quantification

2026-02-11 · Angel Rodrigo Avelar Menendez, Yufeng Liu, Xiaowu Dai arxiv

Rankings derived from pairwise comparisons are central to many economic and computational systems. In the context of large language models (LLMs), rankings are typically constructed from human preference data and present…

Approximate Ranking from Pairwise Comparisons

2018-01-04 · Reinhard Heckel, Max Simchowitz, Kannan Ramchandran, Martin J. Wainwright

A common problem in machine learning is to rank a set of n items based on pairwise comparisons. Here ranking refers to partitioning the items into sets of pre-specified sizes according to their scores, which includes ide…

When Calibration Rankings Reverse: Accuracy-Controlled Evaluation for Fair Comparison of LLMs

2026-06-29 · Zhichao Yang, Caiqi Zhang, Ruihan Yang, Chengzu Li 외 arxiv

Calibration evaluates whether a model confidence aligns with its empirical accuracy. Existing studies often compare the calibration of different large language models using global calibration metrics such as Expected Cal…

Eliciting Kemeny Rankings

2023-12-18 · Anne-Marie George, Christos Dimitrakakis

We formulate the problem of eliciting agents' preferences with the goal of finding a Kemeny ranking as a Dueling Bandits problem. Here the bandits' arms correspond to alternatives that need to be ranked and the feedback …

PiCSAR: Probabilistic Confidence Selection And Ranking for Reasoning Chains

2025-08-29 · Joshua Ong Jun Leang, Zheng Zhao, Aryo Pradipta Gema, Sohee Yang 외 arxiv

Best-of-n sampling improves the accuracy of large language models (LLMs) and large reasoning models (LRMs) by generating multiple candidate solutions and selecting the one with the highest reward. The key challenge for r…