ICML 2026poster0 citations

Anytime-Valid Inference for Online Ranking of Large Language Models

Runzhe Gu, Wenguang Sun, Bowen Gang, Xintao Xia

Abstract

Online evaluation of large language models increasingly relies on sequentially collected pairwise preferences, enabling human-aligned assessment and continuous data collection until closely performing models can be reliably distinguished. However, adaptive sampling and continuous monitoring invalidate classical fixed-sample inference, rendering existing ranking procedures largely heuristic. We propose SERPANT (Sequential E-value Ranking and Pruning via Adaptive Null Testing), a principled framework for online LLM ranking with anytime-valid guarantees. SERPANT formulates model comparison as a collection of pairwise hypothesis tests and constructs e-processes to ensure family-wise error rate control at any monitoring time. Anytime validity provides a theoretical justification for early stopping, enabling substantial cost savings from expensive human annotation. To improve efficiency, we introduce a novel tournament-based sampling strategy that adaptively selects comparisons based on past outcomes. The proposed framework further provides anytime-valid confidence sets for top-k model identification. Theoretical and empirical results on benchmark datasets validate the efficiency and statistical guarantees.

LLMBenchmark
BibTeX
@inproceedings{
gu2026anytimevalid,
title={Anytime-Valid Inference for Online Ranking of Large Language Models},
author={Runzhe Gu and Wenguang Sun and Bowen Gang and Xintao Xia},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=7Y8xRnGQ47}
}