When Reasoning Meets Information Aggregation: A Case Study with Sports Narratives
Yebowen Hu, Kaiqiang Song, Sangwoo Cho, Xiaoyang Wang, Wenlin Yao, Hassan Foroosh, Dong Yu, Fei Liu
TL;DR
This work probes how large language models aggregate information to support analytical reasoning over longitudinal data, using sports narratives as a controlled testbed. It introduces SportsGen to synthesize diverse, controllable game narratives and evaluates reasoning with divide-and-conquer strategies (Player-Centric and Batch-Centric), plus the new Discounted Cumulative Accuracy metric to account for near-correct predictions. Key findings show that even strong models like GPT-4o can struggle with precise point aggregation, with performance highly sensitive to narrative density, complexity, and domain terminology; symbolic-context tests reveal continued reliance on natural-language cues. The work provides a practical benchmark and methodological framework for assessing and improving LLM reasoning in structured, data-rich narratives with real-world impact for longitudinal decision-making tasks.
Abstract
Reasoning is most powerful when an LLM accurately aggregates relevant information. We examine the critical role of information aggregation in reasoning by requiring the LLM to analyze sports narratives. To succeed at this task, an LLM must infer points from actions, identify related entities, attribute points accurately to players and teams, and compile key statistics to draw conclusions. We conduct comprehensive experiments with real NBA basketball data and present SportsGen, a new method to synthesize game narratives. By synthesizing data, we can rigorously evaluate LLMs' reasoning capabilities under complex scenarios with varying narrative lengths and density of information. Our findings show that most models, including GPT-4o, often fail to accurately aggregate basketball scores due to frequent scoring patterns. Open-source models like Llama-3 further suffer from significant score hallucinations. Finally, the effectiveness of reasoning is influenced by narrative complexity, information density, and domain-specific terms, highlighting the challenges in analytical reasoning tasks.
