paper-with-me

홈 › Papers

Model inference for ranking from pairwise comparisons

2025-12-17 · Daniel Sánchez Catalina, George T. Cantwell arxiv

We consider the problem of ranking objects from noisy pairwise comparisons, for example, ranking tennis players from the outcomes of matches. We follow a standard approach to this problem and assume that each object has an unobserved strength and that the outcome of each comparison depends probabilistically on the strengths of the comparands. However, we do not assume to know a priori how skills affect outcomes. Instead, we present an efficient algorithm for simultaneously inferring both the unobserved strengths and the function that maps strengths to probabilities. Despite this problem being under-constrained, we present experimental evidence that the conclusions of our Bayesian approach are robust to different model specifications. We include several case studies to exemplify the method on real-world data sets.

📄 PDF Abstract BibTeX arXiv:2512.15269

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Pairwise Re-ranking with Pre-trained Transformers

2022-07-10 · Lukas Gienapp, Maik Fröbe, Matthias Hagen, Martin Potthast

Pairwise re-ranking models predict which of two documents is more relevant to a query and then aggregate a final ranking from such preferences. This is often more effective than pointwise re-ranking models that directly …

Passage RankingRe-RankingRetrieval

Active Ranking using Pairwise Comparisons

2011-09-16 · NeurIPS 2011 12 · Kevin G. Jamieson, Robert D. Nowak

This paper examines the problem of ranking a collection of objects using pairwise comparisons (rankings of two objects). In general, the ranking of $n$ objects can be identified by standard sorting methods using $n log_2…

Aggregation of pairwise comparisons with reduction of biases

2019-06-09 · Nadezhda Bugakova, Valentina Fedorova, Gleb Gusev, Alexey Drutsa

We study the problem of ranking from crowdsourced pairwise comparisons. Answers to pairwise tasks are known to be affected by the position of items on the screen, however, previous models for aggregation of pairwise comp…

Position

Decreasing Annotation Burden of Pairwise Comparisons with Human-in-the-Loop Sorting: Application in Medical Image Artifact Rating

2022-02-10 · Ikbeom Jang, Garrison Danley, Ken Chang, Jayashree Kalpathy-Cramer

Ranking by pairwise comparisons has shown improved reliability over ordinal classification. However, as the annotations of pairwise comparisons scale quadratically, this becomes less practical when the dataset is large. …

Ordinal Classification

Are Optimal Algorithms Still Optimal? Rethinking Sorting in LLM-Based Pairwise Ranking with Batching and Caching

2025-05-30 · Juan Wisznia, Cecilia Bolaños, Juan Tollo, Giovanni Marraffini 외

We introduce a novel framework for analyzing sorting algorithms in pairwise ranking prompting (PRP), re-centering the cost model around LLM inferences rather than traditional pairwise comparisons. While classical metrics…