Add metadata and links to paper and code
Browse filesThis PR adds the missing `task_categories` metadata (`video-text-to-text`) and adds links to the paper and the official code repository to the dataset card.
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# VideoGAIA-271
|
| 2 |
|
|
|
|
|
|
|
| 3 |
VideoGAIA-271 is a human-verified benchmark for agentic video understanding. It contains 271 open-ended tasks that require a model to combine visual-temporal evidence with targeted tool use and external knowledge.
|
| 4 |
|
| 5 |
## Files
|
|
@@ -53,7 +60,6 @@ Example:
|
|
| 53 |
{"sample_id":"vdr_example","video":{"local_path":"videos/vdr_example.mp4","duration_sec":21.2},"question_en":"...","answer":"...","category":"Technology","difficulty":"L1"}
|
| 54 |
```
|
| 55 |
|
| 56 |
-
|
| 57 |
## Loading
|
| 58 |
|
| 59 |
```python
|
|
@@ -72,4 +78,4 @@ The companion `videogaia` repository contains the official agent-loop inference
|
|
| 72 |
|
| 73 |
## Citation
|
| 74 |
|
| 75 |
-
Citation metadata and the final redistribution terms should be added alongside the public VideoGAIA paper release.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- video-text-to-text
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# VideoGAIA-271
|
| 7 |
|
| 8 |
+
[Paper](https://huggingface.co/papers/2608.14718) | [Code](https://github.com/zfkarl/VideoGAIA)
|
| 9 |
+
|
| 10 |
VideoGAIA-271 is a human-verified benchmark for agentic video understanding. It contains 271 open-ended tasks that require a model to combine visual-temporal evidence with targeted tool use and external knowledge.
|
| 11 |
|
| 12 |
## Files
|
|
|
|
| 60 |
{"sample_id":"vdr_example","video":{"local_path":"videos/vdr_example.mp4","duration_sec":21.2},"question_en":"...","answer":"...","category":"Technology","difficulty":"L1"}
|
| 61 |
```
|
| 62 |
|
|
|
|
| 63 |
## Loading
|
| 64 |
|
| 65 |
```python
|
|
|
|
| 78 |
|
| 79 |
## Citation
|
| 80 |
|
| 81 |
+
Citation metadata and the final redistribution terms should be added alongside the public VideoGAIA paper release.
|