Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -28,15 +28,16 @@ retrieved directly from YouTube.
|
|
| 28 |
|
| 29 |
## Dataset structure
|
| 30 |
|
| 31 |
-
One row = one summary message
|
| 32 |
|
| 33 |
| column | type | description |
|
| 34 |
|---|---|---|
|
| 35 |
| `video_id` | string | YouTube video ID |
|
| 36 |
| `message` | string | Summary message text (English) |
|
| 37 |
-
| `
|
|
|
|
| 38 |
|
| 39 |
-
- 60 videos, 180 messages (3 per video).
|
| 40 |
|
| 41 |
## License
|
| 42 |
|
|
|
|
| 28 |
|
| 29 |
## Dataset structure
|
| 30 |
|
| 31 |
+
One row = one summary message annotated by one annotator.
|
| 32 |
|
| 33 |
| column | type | description |
|
| 34 |
|---|---|---|
|
| 35 |
| `video_id` | string | YouTube video ID |
|
| 36 |
| `message` | string | Summary message text (English) |
|
| 37 |
+
| `annotator_index` | int | Index (0-based) of the annotator — 3 annotators per message |
|
| 38 |
+
| `segments` | list of `[start, end]` | The cuts this annotator marked as supporting the message. `HH:MM:SS:FF` timecode (frame number — not converted to seconds since source frame rate varies). |
|
| 39 |
|
| 40 |
+
- 60 videos, 180 messages (3 per video), 540 rows (3 annotators per message).
|
| 41 |
|
| 42 |
## License
|
| 43 |
|