# VERSA: Verified Event Data Format for Reliable Soccer Analytics

Source: https://www.youtube.com/watch?v=x_NHGROrGqU
Recap page: https://rapidrecap.app/video/x_NHGROrGqU
Generated: 2026-02-04T00:03:56.014+00:00

---
## Quick Overview

The VERSA framework, introduced in a 2026 paper by Joe and a team from the University of Soul and Saarland University, successfully demonstrated superior performance over traditional methods by using a state transition model to enforce strict logical rules, significantly reducing error rates in predicting soccer events like passes and goals by using cleaner, manually verified data.

**Key Points:**
- The VERSA paper, published in 2026 by researchers from the University of Soul and Saarland University, proposes a verified event data format for soccer analytics.
- VERSA uses a state transition model that enforces strict logical rules, unlike purely statistical models that often fail on logical inconsistencies.
- Raw data from providers like StatsBomb and Wyscout showed a high error rate (38% exception rate) when tested against the strict rules enforced by VERSA.
- The model successfully identified illogical events, such as logging a pass received before the ball was kicked or a player executing a shot before gaining possession.
- The study found that cleaning the raw data according to VERSA's logical framework significantly improved the predictive performance of AI models, achieving the lowest Log Loss and Calibration Error compared to models trained on raw data.
- The core improvement of VERSA is treating match events as a state transition model, where one state must logically precede the next, rather than just a linear list of events.

![Screenshot at 04:48: The speaker explains that the transition state, where the ball moves between possession and in-possession states, is critical and that the VERSA framework enforces this logical structure, unlike traditional data logging.](https://ss.rapidrecap.app/screens/x_NHGROrGqU/00-04-48.jpg)

**Context:** The video discusses the research paper "VERSA: Verified Event Data Format for Reliable Soccer Analytics" published in 2026 by Joe and collaborators from the University of Soul and Saarland University. The paper addresses the inherent chaos and logical inconsistencies found in raw sports event data collected by providers like StatsBomb and Wyscout, arguing that relying on this noisy data leads to flawed AI models. VERSA proposes a new data format that uses strict logical rules, similar to a state machine or compiler checking syntax, to ensure temporal and causal consistency in event logging.

## Detailed Analysis

The discussion focuses on the VERSA research paper, which aims to improve the reliability of soccer analytics by imposing logical consistency on event data. The researchers found that raw data from major providers like StatsBomb and Wyscout contained significant logical errors, with an 18.81% error rate in K League 1 data, meaning 18.81% of recorded events violated fundamental rules (e.g., logging a pass received before it was kicked, or a shot before possession was gained). The error rate was even higher (38%) for the 2018 World Cup data when checking for violations like a player receiving a pass while not in possession. VERSA acts as a logic enforcer, using a state transition model where events must follow strict rules (like a compiler patching syntax errors or a banking system approving a withdrawal only after a deposit). When the models were retrained on data cleaned by VERSA's logic, they performed significantly better, achieving lower Log Loss and Calibration Error across various leagues (K League 1, La Liga, Premier League, Bundesliga). The core finding is that the logical structure of event sequencing is as important as the volume of data, suggesting that data-centric AI approaches must prioritize verified, logically consistent data over massive, noisy datasets.

### Introduction to VERSA

- Analyzing the invisible structure underpinning modern sports analytics
- Verified Event Data Format (VERSA) proposed by Joe et al. (2026)
- Goal is to move beyond simple chronological lists to state transition models.

### Data Inconsistencies Found

- Raw data from StatsBomb and Wyscout shows high error rates (18.81% in K League 1, 38% in World Cup data) due to violations of temporal causality.

### The Logic Enforcer

- VERSA enforces strict rules, flagging events like receiving a pass before it was kicked or a shot taken before possession, which traditional statistical models miss.

### Downstream Effects

- Poor data quality leads to models that hit a performance ceiling; the paper demonstrated that cleaning data via VERSA's logic improved model performance (lowest Log Loss and Calibration Error).

### Implications for AI

- The success of VERSA proves that the logical structure of data is as crucial as data volume, pushing the industry toward more verifiable, data-centric AI.

![Screenshot at 00:00: Video intro slide featuring two podcasters and the call to action: 'Become A Member Today!'](https://ss.rapidrecap.app/screens/x_NHGROrGqU/00-00-00.jpg)
![Screenshot at 01:22: Speaker discusses the core problem: raw data is chaotic and relies heavily on human annotation, leading to logical inconsistencies.](https://ss.rapidrecap.app/screens/x_NHGROrGqU/00-01-22.jpg)
![Screenshot at 04:48: Visual representation of the state transition logic where a pass event moves the system state from possession to in-transition.](https://ss.rapidrecap.app/screens/x_NHGROrGqU/00-04-48.jpg)
![Screenshot at 09:50: Speaker details the comparison: one model trained on raw data, another on VERSA-cleaned data, showing performance differences.](https://ss.rapidrecap.app/screens/x_NHGROrGqU/00-09-50.jpg)
![Screenshot at 11:15: Speaker describes the core assumption of VERSA: that the sequence of events must adhere to strict, verifiable logic, not just observation.](https://ss.rapidrecap.app/screens/x_NHGROrGqU/00-11-15.jpg)
