NeFut Logo NeFut
Admin Login

[CS.AI] WorldCupArena: Fine-Grained Evaluation of Language Models

Published at: 2026-07-22 22:00 Last updated: 2026-07-23 12:33
#AI #Machine Learning #Open Source

Abstract

Predicting a football match before kickoff requires more than knowing past results: a model must use changing information and make a clear prediction before the answer is available. We present WorldCupArena, a dynamic benchmark for language models and deep-research agents.

Benchmark Overview

The 2026 FIFA World Cup is its first evaluation, and the same process can be reused for future leagues and cups. Before each match, a model either receives a common evidence package or searches for information itself. It predicts the result and score, likely players and events, match statistics, and the outcome of the competition.

Evaluation Metrics

After the match, these predictions are compared with the recorded result. We report result accuracy, exact-score accuracy, and a scoreline score that gives some credit when a predicted score is close but not exact, alongside scores for other prediction tasks.

Across 104 matches and 13 systems, models with similar result accuracy differ more clearly on detailed predictions. Compared with betting-market and human-fan baselines, the best system shows only small gains in result and exact-score accuracy but a clearer gain in Scoreline. New schedules can be added as they begin, allowing the benchmark to evaluate future models without using outcomes that are already known.

Code, prompts, predictions, and evaluation scripts are open sourced at GitHub.

Blogger's Review: The introduction of WorldCupArena provides a dynamic and scalable evaluation framework for future football match predictions, particularly in real-time data processing and model adaptability. Its open-source code offers valuable resources for researchers, promoting further exploration in the field.

Original Source: https://arxiv.org/abs/2607.18084

[h] Back to Home