Datasets:
Update num_examples 1140 -> 1138 after removing 2 corrupt videos
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ dataset_info:
|
|
| 9 |
dtype: int32
|
| 10 |
splits:
|
| 11 |
- name: test
|
| 12 |
-
num_examples:
|
| 13 |
configs:
|
| 14 |
- config_name: default
|
| 15 |
data_files:
|
|
@@ -30,4 +30,4 @@ Video-language pair classification dataset from [VideoCon](https://arxiv.org/abs
|
|
| 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) —
|
|
|
|
| 9 |
dtype: int32
|
| 10 |
splits:
|
| 11 |
- name: test
|
| 12 |
+
num_examples: 1138
|
| 13 |
configs:
|
| 14 |
- config_name: default
|
| 15 |
data_files:
|
|
|
|
| 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).
|