League: Leaderboard Generation on Demand
Jian Wu, Jiayu Zhang, Dongyuan Li, Linyi Yang, Aoxiao Zhong, Renhe Jiang, Qingsong Wen, Yue Zhang
TL;DR
The paper tackles the challenge of keeping research leaderboards up-to-date in rapidly evolving AI fields by introducing League, a four-stage framework that automatically collects papers, extracts and classifies experiment tables, unpacks results and settings into structured quintuples, and generates refined leaderboards evaluated for topic relevance and content quality. By leveraging LLMs for classification, extraction, and refinement, League ensures fair comparisons through settings-aware data and enables dynamic updates. Empirical results show League produces high-quality leaderboards with strong recall and precision, near-human content quality, and substantial time savings (minutes instead of hours), with robust correlations to human judgments. This approach offers a scalable, reproducible, and timely tool for researchers to monitor progress and compare methods across datasets and tasks, addressing core challenges in automatic leaderboard construction.
Abstract
This paper introduces Leaderboard Auto Generation (LAG), a novel and well-organized framework for automatic generation of leaderboards on a given research topic in rapidly evolving fields like Artificial Intelligence (AI). Faced with a large number of AI papers updated daily, it becomes difficult for researchers to track every paper's proposed methods, experimental results, and settings, prompting the need for efficient automatic leaderboard construction. While large language models (LLMs) offer promise in automating this process, challenges such as multi-document summarization, leaderboard generation, and experiment fair comparison still remain under exploration. LAG solves these challenges through a systematic approach that involves the paper collection, experiment results extraction and integration, leaderboard generation, and quality evaluation. Our contributions include a comprehensive solution to the leaderboard construction problem, a reliable evaluation method, and experimental results showing the high quality of leaderboards.
