File size: 1,261 Bytes
42488f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: mit
dataset_info:
  features:
  - name: qid
    dtype: string
  - name: video_id
    dtype: string
  - name: question_type
    dtype: string
  - name: capability
    dtype: string
  - name: question
    dtype: string
  - name: duration
    dtype: string
  - name: question_prompt
    dtype: string
  - name: answer
    dtype: string
  - name: youtube_url
    dtype: string
  splits:
  - name: test
    num_bytes: 488915
    num_examples: 1500
  download_size: 94097
  dataset_size: 488915
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---



# Dataset Card for AISG-Challenge of Video Turing Test 

## Uses 
- This dataset is specifically for the **Video Turing Test Challenge** and follows the challenge-specific data split.  
- The data is formatted for **Video Question Answering (VideoQA)**; however, as this is a challenge set, the answers are currently **hidden**.  

## Data 
- **Video Data**: Available for download at [video dataset](https://huggingface.co/datasets/lmms-lab/AISG_Challenge/blob/main/Benchmark-AllVideos-HQ-Encoded-challenge.zip).  
- **Metadata**: Accessible at [metadata file](https://huggingface.co/datasets/lmms-lab/AISG_Challenge/blob/main/data/test-00000-of-00001.parquet).