CLOct 23, 2025

Input Matters: Evaluating Input Structure's Impact on LLM Summaries of Sports Play-by-Play

arXiv:2510.21034v21 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses accuracy concerns for deploying LLMs in sports reporting, though it is incremental as it focuses on input formatting rather than novel model development.

The study quantified how input structure affects hallucinations and factual errors in LLM-generated summaries of NBA play-by-play data, finding that JSON input reduced error rates by up to 69% compared to unstructured input.

A major concern when deploying LLMs in accuracy-critical domains such as sports reporting is that the generated text may not faithfully reflect the input data. We quantify how input structure affects hallucinations and other factual errors in LLM-generated summaries of NBA play-by-play data, across three formats: row-structured, JSON and unstructured. We manually annotated 3,312 factual errors across 180 game summaries produced by two models, Llama-3.1-70B and Qwen2.5-72B. Input structure has a strong effect: JSON input reduces error rates by 69% for Llama and 65% for Qwen compared to unstructured input, while row-structured input reduces errors by 54% for Llama and 51% for Qwen. A two-way repeated measures ANOVA shows that input structure accounts for over 80% of the variance in error rates, with Tukey HSD post hoc tests confirming statistically significant differences between all input formats.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes