Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2023
1 parent 6c7d37f commit 554df89
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 0 deletions.
16 changes: 16 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -33642,5 +33642,21 @@
"data-playground",
"realtime"
]
},
"http://arxiv.org/abs/2310.10553": {
"extra-tags": [
"ai",
"assistant",
"data",
"teams"
],
"title": "TacticAI: an AI assistant for football tactics",
"summary": "Identifying key patterns of tactics implemented by rival teams, and developing effective responses, lies at the heart of modern football. However, doing so algorithmically remains an open research challenge. To address this unmet need, we propose TacticAI, an AI football tactics assistant developed and evaluated in close collaboration with domain experts from Liverpool FC. We focus on analysing corner kicks, as they offer coaches the most direct opportunities for interventions and improvements. TacticAI incorporates both a predictive and a generative component, allowing the coaches to effectively sample and explore alternative player setups for each corner kick routine and to select those with the highest predicted likelihood of success. We validate TacticAI on a number of relevant benchmark tasks: predicting receivers and shot attempts and recommending player position adjustments. The utility of TacticAI is validated by a qualitative study conducted with football domain experts at Liverpool FC. We show that TacticAI's model suggestions are not only indistinguishable from real tactics, but also favoured over existing tactics 90% of the time, and that TacticAI offers an effective corner kick retrieval system. TacticAI achieves these results despite the limited availability of gold-standard data, achieving data efficiency through geometric deep learning.",
"date": "2023-10-18",
"tags": [
"computer science - machine learning",
"computer science - multiagent systems",
"statistics - machine learning"
]
}
}
Binary file modified database/pipeline.pkl
Binary file not shown.
72 changes: 72 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -153638,5 +153638,77 @@
{
"head": "data",
"tail": "examples"
},
{
"head": "computer science - machine learning",
"tail": "computer science - multiagent systems"
},
{
"head": "computer science - machine learning",
"tail": "ai"
},
{
"head": "computer science - machine learning",
"tail": "assistant"
},
{
"head": "computer science - machine learning",
"tail": "data"
},
{
"head": "computer science - machine learning",
"tail": "teams"
},
{
"head": "computer science - multiagent systems",
"tail": "statistics - machine learning"
},
{
"head": "computer science - multiagent systems",
"tail": "ai"
},
{
"head": "computer science - multiagent systems",
"tail": "assistant"
},
{
"head": "computer science - multiagent systems",
"tail": "data"
},
{
"head": "computer science - multiagent systems",
"tail": "teams"
},
{
"head": "statistics - machine learning",
"tail": "ai"
},
{
"head": "statistics - machine learning",
"tail": "assistant"
},
{
"head": "statistics - machine learning",
"tail": "data"
},
{
"head": "statistics - machine learning",
"tail": "teams"
},
{
"head": "ai",
"tail": "teams"
},
{
"head": "assistant",
"tail": "data"
},
{
"head": "assistant",
"tail": "teams"
},
{
"head": "data",
"tail": "teams"
}
]

0 comments on commit 554df89

Please sign in to comment.