Spaces:
Running
Running
buzzCraft commited on
Commit ·
8b52dd6
1
Parent(s): e46e844
Adde table 1 to readme
Browse files- README.md +13 -1
- media/result-table.png +0 -0
README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
# SoccerRAG: Multimodal Soccer Information Retrieval via Natural Queries
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Setup
|
| 4 |
````bash
|
| 5 |
pip install -r requirements.txt
|
|
@@ -35,6 +46,7 @@ python main.py
|
|
| 35 |
````
|
| 36 |
The code will prompt you to enter a natural language query.
|
| 37 |
|
|
|
|
| 38 |
````angular2html
|
| 39 |
Enter a query: How many goals has Messi scored each season?
|
| 40 |
Lionel Messi has scored the following number of goals each season:
|
|
@@ -44,7 +56,7 @@ Lionel Messi has scored the following number of goals each season:
|
|
| 44 |
````
|
| 45 |
|
| 46 |
## Results
|
| 47 |
-
..
|
| 48 |
|
| 49 |
## Acknowledgements
|
| 50 |
..
|
|
|
|
| 1 |
# SoccerRAG: Multimodal Soccer Information Retrieval via Natural Queries
|
| 2 |
|
| 3 |
+
## Abstract
|
| 4 |
+
The rapid evolution of digital sports media necessitates sophisticated information retrieval systems that can efficiently parse extensive multimodal datasets. This paper intro-
|
| 5 |
+
duces SoccerRAG, an innovative framework designed to harness the power of Retrieval Augmented Generation (RAG) and Large
|
| 6 |
+
Language Models (LLMs) to extract soccer-related information through natural language queries. By leveraging a multimodal
|
| 7 |
+
dataset, SoccerRAG supports dynamic querying and automatic data validation, enhancing user interaction and accessibility to
|
| 8 |
+
sports archives. Our evaluations indicate that SoccerRAG effectively handles complex queries, offering significant improvements
|
| 9 |
+
over traditional retrieval systems in terms of accuracy and
|
| 10 |
+
user engagement. The results underscore the potential of using
|
| 11 |
+
RAG and LLMs in sports analytics, paving the way for future
|
| 12 |
+
advancements in the accessibility and real-time processing of
|
| 13 |
+
sports data.
|
| 14 |
## Setup
|
| 15 |
````bash
|
| 16 |
pip install -r requirements.txt
|
|
|
|
| 46 |
````
|
| 47 |
The code will prompt you to enter a natural language query.
|
| 48 |
|
| 49 |
+
### Example query
|
| 50 |
````angular2html
|
| 51 |
Enter a query: How many goals has Messi scored each season?
|
| 52 |
Lionel Messi has scored the following number of goals each season:
|
|
|
|
| 56 |
````
|
| 57 |
|
| 58 |
## Results
|
| 59 |
+

|
| 60 |
|
| 61 |
## Acknowledgements
|
| 62 |
..
|
media/result-table.png
ADDED
|