zachz commited on
Commit
d0f5ac6
·
verified ·
1 Parent(s): 6926344

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
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.