English

Using tournaments to calculate AUROC for zero-shot classification with LLMs

Computation and Language 2025-11-25 v2

Abstract

Large language models perform surprisingly well on many zero-shot classification tasks, but are difficult to fairly compare to supervised classifiers due to the lack of a modifiable decision boundary. In this work, we propose and evaluate a method that transforms binary classification tasks into pairwise comparisons between instances within a dataset, using LLMs to produce relative rankings of those instances. Repeated pairwise comparisons can be used to score instances using the Elo rating system (used in chess and other competitions), inducing a confidence ordering over instances in a dataset. We evaluate scheduling algorithms for their ability to minimize comparisons, and show that our proposed algorithm leads to improved classification performance, while also providing more information than traditional zero-shot classification.

Keywords

Cite

@article{arxiv.2502.15018,
  title  = {Using tournaments to calculate AUROC for zero-shot classification with LLMs},
  author = {WonJin Yoon and Ian Bulovic and Timothy A. Miller},
  journal= {arXiv preprint arXiv:2502.15018},
  year   = {2025}
}

Comments

The 2025 Conference on Empirical Methods in Natural Language Processing (EMNLP 2025, Findings). The code is available at: https://github.com/Machine-Learning-for-Medical-Language/cnlp_llm

R2 v1 2026-06-28T21:52:05.453Z