SUMMIR: A Hallucination-Aware Framework for Ranking Sports Insights from LLMs

arXiv cs.AI / 4/8/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces SUMMIR, a framework for extracting pre-game and post-game sports insights from news articles and ranking them by user-specific interests.
  • It builds a dataset of 7,900 sports news articles spanning 800 matches across Cricket, Soccer, Basketball, and Baseball, and uses a two-step validation pipeline with both open-source and proprietary LLMs.
  • The approach generates insights using multiple state-of-the-art LLMs (GPT-4o, Qwen2.5-72B-Instruct, Llama-3.3-70B-Instruct, and Mixtral-8x7B-Instruct-v0.1) and evaluates factuality with FactScore.
  • Hallucination awareness is addressed by applying SummaC (Summary Consistency) with GPT-4o, enabling more reliable ranking and comparison across models.
  • Results show SUMMIR can produce relevant, high-quality insights while also exposing meaningful differences across LLMs in factual consistency and perceived interestingness, and the code is released on GitHub.

Abstract

With the rapid proliferation of online sports journalism, extracting meaningful pre-game and post-game insights from articles is essential for enhancing user engagement and comprehension. In this paper, we address the task of automatically extracting such insights from articles published before and after matches. We curate a dataset of 7,900 news articles covering 800 matches across four major sports: Cricket, Soccer, Basketball, and Baseball. To ensure contextual relevance, we employ a two-step validation pipeline leveraging both open-source and proprietary large language models (LLMs). We then utilize multiple state-of-the-art LLMs (GPT-4o, Qwen2.5-72B-Instruct, Llama-3.3-70B-Instruct, and Mixtral-8x7B-Instruct-v0.1) to generate comprehensive insights. The factual accuracy of these outputs is rigorously assessed using a FactScore-based methodology, complemented by hallucination detection via the SummaC (Summary Consistency) framework with GPT-4o. Finally, we propose SUMMIR (Sentence Unified Multimetric Model for Importance Ranking), a novel architecture designed to rank insights based on user-specific interests. Our results demonstrate the effectiveness of this approach in generating high-quality, relevant insights, while also revealing significant differences in factual consistency and interestingness across LLMs. This work contributes a robust framework for automated, reliable insight generation from sports news content. The source code is availble here https://github.com/nitish-iitp/SUMMIR.