SportsMetrics: Blending Text and Numerical Data to Understand Information Fusion in LLMs
Yebowen Hu, Kaiqiang Song, Sangwoo Cho, Xiaoyang Wang, Hassan Foroosh, Dong Yu, Fei Liu
TL;DR
SportsMetrics presents a benchmark to evaluate LLMs on numerical reasoning and information fusion by processing long, text-rich play-by-play narratives from NBA and NFL games. It introduces four adversarial tasks—New Rule, Swap, Shuffle, and planning-based data queries—to probe LLMs' adaptability, robustness, and memory for complex data. The evaluation emphasizes a JSON-based working memory and uses domain-specific scoring metrics like NBA Game Score and NCAA Passing Efficiency to quantify performance. Findings show long-context LLMs generally outperform standard models, highlighting the importance of context length for accurate numerical tracking in long narratives. The benchmark offers a practical, sports-centric framework with potential extensions to multiplayer gaming and collaborative analytics.
Abstract
Large language models hold significant potential for integrating various data types, such as text documents and database records, for advanced analytics. However, blending text and numerical data presents substantial challenges. LLMs need to process and cross-reference entities and numbers, handle data inconsistencies and redundancies, and develop planning capabilities such as building a working memory for managing complex data queries. In this paper, we introduce four novel tasks centered around sports data analytics to evaluate the numerical reasoning and information fusion capabilities of LLMs. These tasks involve providing LLMs with detailed, play-by-play sports game descriptions, then challenging them with adversarial scenarios such as new game rules, longer durations, scrambled narratives, and analyzing key statistics in game summaries. We conduct extensive experiments on NBA and NFL games to assess the performance of LLMs on these tasks. Our benchmark, SportsMetrics, introduces a new mechanism for assessing LLMs' numerical reasoning and fusion skills.
