Datasets:
Fix schema: caption -> text, remove old shards
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ dataset_info:
|
|
| 3 |
features:
|
| 4 |
- name: video
|
| 5 |
dtype: video
|
| 6 |
-
- name:
|
| 7 |
dtype: string
|
| 8 |
- name: label
|
| 9 |
dtype: int32
|
|
@@ -27,7 +27,7 @@ pretty_name: VideoCon Pair Classification
|
|
| 27 |
|
| 28 |
Video-language pair classification dataset from [VideoCon](https://arxiv.org/abs/2311.10111) (Bansal et al., 2023).
|
| 29 |
|
| 30 |
-
Each row contains a video and a caption. Label=1 means the caption correctly describes the video;
|
| 31 |
label=0 means it is a semantically-plausible contrast caption (entity/action/attribute swaps, event order flips).
|
| 32 |
|
| 33 |
Source: `videocon/videocon` (videocon_human.csv) — 569 videos from ActivityNet, 1138 pairs total (2 corrupt videos removed).
|
|
|
|
| 3 |
features:
|
| 4 |
- name: video
|
| 5 |
dtype: video
|
| 6 |
+
- name: text
|
| 7 |
dtype: string
|
| 8 |
- name: label
|
| 9 |
dtype: int32
|
|
|
|
| 27 |
|
| 28 |
Video-language pair classification dataset from [VideoCon](https://arxiv.org/abs/2311.10111) (Bansal et al., 2023).
|
| 29 |
|
| 30 |
+
Each row contains a video and a text caption. Label=1 means the caption correctly describes the video;
|
| 31 |
label=0 means it is a semantically-plausible contrast caption (entity/action/attribute swaps, event order flips).
|
| 32 |
|
| 33 |
Source: `videocon/videocon` (videocon_human.csv) — 569 videos from ActivityNet, 1138 pairs total (2 corrupt videos removed).
|