about the MOMENTS dataset
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## MOMENTS dataset
|
| 2 |
+
A corpus of video fragments extracted from football games ⚽️ in [SoccerReplay-1988](https://huggingface.co/datasets/Homie0609/SoccerReplay-1988). For each fragment the dataset includes an 'importance' annotation (```important``` or ```non-important```), associated audio commentary, and its corresponding textual transcription.
|
| 3 |
+
|
| 4 |
+
For obtaining access to the MOMENTS dataset, follow these steps:
|
| 5 |
+
1. Request access to the [SoccerReplay-1988 dataset](https://huggingface.co/datasets/Homie0609/SoccerReplay-1988) by signing this [NDA form](https://bifbrprted3.feishu.cn/share/base/form/shrcnkMPY0WTotp0K3mtjJtMgSf).
|
| 6 |
+
2. Upon receiving access to SoccerReplay-1988, please forward the information to [this email](mailto:a.k.surikuchi@uva.nl).
|
| 7 |
+
|
| 8 |
+
🔗 More details about the construction and usage of the dataset are available through our preprint:
|
| 9 |
+
```
|
| 10 |
+
@misc{surikuchi2026multimodalgoalpostability,
|
| 11 |
+
title={Where is the multimodal goal post? On the Ability of Foundation Models to Recognize Contextually Important Moments},
|
| 12 |
+
author={Aditya K Surikuchi and Raquel Fernández and Sandro Pezzelle},
|
| 13 |
+
year={2026},
|
| 14 |
+
eprint={2601.16333},
|
| 15 |
+
archivePrefix={arXiv},
|
| 16 |
+
primaryClass={cs.CV},
|
| 17 |
+
url={https://arxiv.org/abs/2601.16333},
|
| 18 |
+
}
|
| 19 |
+
```
|