Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- ja
|
| 6 |
+
pretty_name: MEDit-Bench
|
| 7 |
+
tags:
|
| 8 |
+
- video
|
| 9 |
+
- video-summarization
|
| 10 |
+
- temporal-grounding
|
| 11 |
+
- video-captioning
|
| 12 |
+
task_categories:
|
| 13 |
+
- video-text-to-text
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# MEDit-Bench: Temporal Grounding Annotations
|
| 19 |
+
|
| 20 |
+
Human-annotated temporal grounding data for 60 YouTube videos. For each video,
|
| 21 |
+
annotators were given a short list of "summary messages" describing the video
|
| 22 |
+
and asked to mark every time range in the video that supports each message.
|
| 23 |
+
Each message was annotated independently by 3 annotators.
|
| 24 |
+
|
| 25 |
+
This dataset ships **annotations only** — no video files. Each row points to
|
| 26 |
+
the source video via its YouTube ID / URL so the underlying footage can be
|
| 27 |
+
retrieved directly from YouTube.
|
| 28 |
+
|
| 29 |
+
## Dataset structure
|
| 30 |
+
|
| 31 |
+
One row = one summary message for one video.
|
| 32 |
+
|
| 33 |
+
| column | type | description |
|
| 34 |
+
|---|---|---|
|
| 35 |
+
| `video_id` | string | YouTube video ID |
|
| 36 |
+
| `message` | string | Summary message text (English) |
|
| 37 |
+
| `segments` | list of list of `[start, end]` | The cuts annotators marked as supporting this message. Outer list = one entry per annotator (3 annotators per message); inner list = that annotator's `[start, end]` timecode pairs (`HH:MM:SS:FF`, frame number — not converted to seconds since source frame rate varies). |
|
| 38 |
+
|
| 39 |
+
- 60 videos, 180 messages (3 per video).
|
| 40 |
+
|
| 41 |
+
## License
|
| 42 |
+
|
| 43 |
+
Annotations are released under CC BY-NC-SA 4.0. Source videos remain the
|
| 44 |
+
property of their original YouTube creators and are not redistributed here.
|