Papers › Vote'n'Rank: Revision of Benchmarking with Social Choice Theory

Vote'n'Rank: Revision of Benchmarking with Social Choice Theory

11 Oct 2022arXiv:2210.05769archive 2025-07-28

Mark Rofin, Vladislav Mikhailov, Mikhail Florinskiy, Andrey Kravchenko, Elena Tutubalina, Tatiana Shavrina, Daniel Karabekyan, Ekaterina Artemova

The development of state-of-the-art systems in different applied areas of machine learning (ML) is driven by benchmarks, which have shaped the paradigm of evaluating generalisation capabilities from multiple perspectives. Although the paradigm is shifting towards more fine-grained evaluation across diverse tasks, the delicate question of how to aggregate the performances has received particular interest in the community. In general, benchmarks follow the unspoken utilitarian principles, where the systems are ranked based on their mean average score over task-specific metrics. Such aggregation procedure has been viewed as a sub-optimal evaluation protocol, which may have created the illusion of progress. This paper proposes Vote'n'Rank, a framework for ranking systems in multi-task benchmarks under the principles of the social choice theory. We demonstrate that our approach can be efficiently utilised to draw new insights on benchmarking in several ML sub-fields and identify the best-performing systems in research and development case studies. The Vote'n'Rank's procedures are more robust than the mean average while being able to handle missing performance scores and determine conditions under which the system becomes the winner.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.05769")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: official repository: 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pragmaticslab/vote_and_rank officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from pragmaticslab/vote_and_rank. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

agreement_rate pragmaticslab/vote_and_rank/votenrank/utils.py official repository unverified Apache-2.0 (permissive) · 62d6f8c97a21042f · report
compute_iia pragmaticslab/vote_and_rank/votenrank/iia_exp.py official repository unverified Apache-2.0 (permissive) · 63a3462e0df18dbf · report
compute_iia_for_fixed_models pragmaticslab/vote_and_rank/votenrank/iia_exp.py official repository unverified Apache-2.0 (permissive) · f391b7410d101195 · report
fine_sorted_ranking pragmaticslab/vote_and_rank/votenrank/iia_exp.py official repository unverified Apache-2.0 (permissive) · 99837b3c6b7db771 · report
get_res_df pragmaticslab/vote_and_rank/votenrank/stability_exp.py official repository unverified Apache-2.0 (permissive) · 24983cbbf10c380a · report
kendall_tau pragmaticslab/vote_and_rank/votenrank/utils.py official repository unverified Apache-2.0 (permissive) · c7b9ab94d004f31d · report
mean_election pragmaticslab/vote_and_rank/votenrank/leaderboard/_rules.py official repository unverified Apache-2.0 (permissive) · 0b38e82dfe604c4a · report
mean_ranking pragmaticslab/vote_and_rank/votenrank/leaderboard/_rules.py official repository unverified Apache-2.0 (permissive) · 2753ffd283ace2c7 · report
naive_gpt2_score pragmaticslab/vote_and_rank/votenrank/fairness_computation.py official repository unverified Apache-2.0 (permissive) · fb36e5dc20e0a615 · report
naive_masking_score pragmaticslab/vote_and_rank/votenrank/fairness_computation.py official repository unverified Apache-2.0 (permissive) · 61ecad216e42085c · report
naive_t5_score pragmaticslab/vote_and_rank/votenrank/fairness_computation.py official repository unverified Apache-2.0 (permissive) · 335d437c607e19d1 · report
plurality_ranking pragmaticslab/vote_and_rank/votenrank/leaderboard/_rules.py official repository unverified Apache-2.0 (permissive) · 259e4bac30e16d32 · report
preprocess_glue pragmaticslab/vote_and_rank/votenrank/data_processing.py official repository unverified Apache-2.0 (permissive) · ad5284fde4881978 · report
preprocess_sglue pragmaticslab/vote_and_rank/votenrank/data_processing.py official repository unverified Apache-2.0 (permissive) · dbcd5b79074ddddd · report
preprocess_value pragmaticslab/vote_and_rank/votenrank/data_processing.py official repository unverified Apache-2.0 (permissive) · 40e3b0bc93d87e29 · report
ranking2top pragmaticslab/vote_and_rank/votenrank/utils.py official repository unverified Apache-2.0 (permissive) · 708a0312fba2e239 · report
spearman_exp pragmaticslab/vote_and_rank/votenrank/stability_exp.py official repository unverified Apache-2.0 (permissive) · a6b079a0864a73e8 · report

Tasks

BenchmarkingResult aggregationSkills Evaluation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALBERTAdamAttentionAttention DropoutBERTDeBERTaDense ConnectionsDropoutERNIELAMBLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionSoftmaxWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections