AI for Handball: predicting and explaining the 2024 Olympic Games tournament with Deep Learning and Large Language Models

Florian Felice
2024-07-23
Abstract:Over summer 2024, the world will be looking at Paris to encourage their favorite athletes win the Olympic gold medal. In handball, few nations will fight hard to win the precious metal with speculations predicting the victory for France or Denmark for men and France or Norway for women. However, there is so far no scientific method proposed to predict the final results of the competition. In this work, we leverage a deep learning model to predict the results of the handball tournament of the 2024 Olympic Games. This model, coupled with explainable AI (xAI) techniques, allows us to extract insightful information about the main factors influencing the outcome of each match. Notably, xAI helps sports experts understand how factors like match information or individual athlete performance contribute to the predictions. Furthermore, we integrate Large Language Models (LLMs) to generate human-friendly explanations that highlight the most important factors impacting the match results. By providing human-centric explanations, our approach offers a deeper understanding of the AI predictions, making them more actionable for coaches and analysts.
Applications,Artificial Intelligence
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper aims to predict and explain the outcomes of the 2024 Paris Olympic handball matches using deep learning and large language models (LLMs). Specifically, the paper attempts to address the following issues: 1. **Predicting Match Outcomes**: Currently, there is no scientific method to predict the final results of handball matches. This paper proposes a deep learning-based model to predict the outcomes of the 2024 Olympic handball matches. 2. **Explaining Prediction Results**: In addition to predicting match outcomes, the paper also utilizes explainable artificial intelligence (xAI) techniques to extract the main factors influencing each match's result. These explanations help sports experts understand how factors such as match information or individual player performance affect the prediction results. 3. **Generating Human-Friendly Explanations**: To make the predictions and explanations more understandable and actionable, the paper integrates large language models (LLMs) to generate human-friendly explanations, highlighting the most important factors influencing the match outcomes. ### Main Contributions - **Prediction Model**: Using deep learning models to predict the outcomes of handball matches. - **Explainability**: Combining xAI techniques to provide detailed explanations of the prediction results. - **Human-Friendly Output**: Utilizing LLMs to generate easy-to-understand explanations, helping coaches and analysts better utilize the prediction results. ### Method Overview 1. **Data Collection and Processing**: Collecting handball match data from SportDevs' API, including match information, team information, team strength, and lineup information. 2. **Neural Network Model**: Designing a multi-target regression model to predict the scores of the home and away teams. The model uses embedding layers to process lineup information and employs transfer learning with pre-trained club data. 3. **Explainability Techniques**: Using Integrated Gradients to generate local explanations, explaining the impact of each feature on the prediction results. 4. **Large Language Models**: Utilizing LLMs to generate human-friendly explanations, helping users understand the driving factors behind the prediction results. ### Experimental Results - **Prediction Performance**: Through transfer learning, the model significantly reduces prediction errors in international matches. - **2024 Olympic Predictions**: Predicting that the French team will win the gold medal in both men's and women's handball competitions. - **AI-Generated Explanations**: Providing detailed explanations of the key factors influencing match outcomes, such as team composition and player performance. ### Conclusion By combining deep learning, explainability techniques, and large language models, this paper successfully predicts and explains the outcomes of the 2024 Paris Olympic handball matches, providing valuable references for coaches and analysts.