paper-with-me

Papers

A consensus set for the aggregation of partial rankings: the case of the Optimal Set of Bucket Orders Problem

2025-02-19 · Juan A. Aledo, José A. Gámez, Alejandro Rosete

In rank aggregation problems (RAP), the solution is usually a consensus ranking that generalizes a set of input orderings. There are different variants that differ not only in terms of the type of rankings that are used as input and output, but also in terms of the objective function employed to evaluate the quality of the desired output ranking. In contrast, in some machine learning tasks (e.g. subgroup discovery) or multimodal optimization tasks, attention is devoted to obtaining several models/results to account for the diversity in the input data or across the search landscape. Thus, in this paper we propose to provide, as the solution to an RAP, a set of rankings to better explain the preferences expressed in the input orderings. We exemplify our proposal through the Optimal Bucket Order Problem (OBOP), an RAP which consists in finding a single consensus ranking (with ties) that generalizes a set of input rankings codified as a precedence matrix. To address this, we introduce the Optimal Set of Bucket Orders Problem (OSBOP), a generalization of the OBOP that aims to produce not a single ranking as output but a set of consensus rankings. Experimental results are presented to illustrate this proposal, showing how, by providing a set of consensus rankings, the fitness of the solution significantly improves with respect to the one of the original OBOP, without losing comprehensibility.

📄 PDF Abstract BibTeX arXiv:2502.13769

Code (0)

등록된 구현이 없습니다.

Tasks

Subgroup Discovery

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Consensus measure of rankings

2017-04-27 · Zhiwei Lin, Yi Li, Xiaolian Guo

A ranking is an ordered sequence of items, in which an item with higher ranking score is more preferred than the items with lower ranking scores. In many information systems, rankings are widely used to represent the pre…

Towards Foundation Models for Consensus Rank Aggregation

2026-03-16 · Yijun Jin, Simon Klüttermann, Chiara Balestra, Emmanuel Müller arxiv

Aggregating a consensus ranking from multiple input rankings is a fundamental problem with applications in recommendation systems, search engines, job recruitment, and elections. Despite decades of research in consensus …

Reinforcement LearningRecommendation Systems

MANI-Rank: Multiple Attribute and Intersectional Group Fairness for Consensus Ranking

2022-07-20 · Kathleen Cachel, Elke Rundensteiner, Lane Harrison

Combining the preferences of many rankers into one single consensus ranking is critical for consequential applications from hiring and admissions to lending. While group fairness has been extensively studied for classifi…

AttributeFairness

Heuristic Search for Rank Aggregation with Application to Label Ranking

2022-01-11 · Yangming Zhou, Jin-Kao Hao, Zhen Li, Fred Glover

Rank aggregation aims to combine the preference rankings of a number of alternatives from different voters into a single consensus ranking. As a useful model for a variety of practical applications, however, it is a comp…

Heuristic Search

Rate-Optimal Rank Aggregation with Private Pairwise Rankings

2024-02-26 · SHIRONG XU, Will Wei Sun, Guang Cheng

In various real-world scenarios, such as recommender systems and political surveys, pairwise rankings are commonly collected and utilized for rank aggregation to derive an overall ranking of items. However, preference ra…

Recommendation Systems