Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: video
|
| 5 |
+
dtype: video
|
| 6 |
+
- name: caption
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: label
|
| 9 |
+
dtype: int32
|
| 10 |
+
splits:
|
| 11 |
+
- name: test
|
| 12 |
+
num_examples: 1140
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- split: test
|
| 17 |
+
path: data/*
|
| 18 |
+
license: mit
|
| 19 |
+
task_categories:
|
| 20 |
+
- video-classification
|
| 21 |
+
language:
|
| 22 |
+
- en
|
| 23 |
+
pretty_name: VideoCon Pair Classification
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# VideoCon-PC
|
| 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) — 570 videos from ActivityNet, 1140 pairs total.
|