Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,49 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
dataset_info:
|
| 4 |
-
features:
|
| 5 |
-
- name: qid
|
| 6 |
-
dtype: string
|
| 7 |
-
- name: video_id
|
| 8 |
-
dtype: string
|
| 9 |
-
- name: question_type
|
| 10 |
-
dtype: string
|
| 11 |
-
- name: capability
|
| 12 |
-
dtype: string
|
| 13 |
-
- name: question
|
| 14 |
-
dtype: string
|
| 15 |
-
- name: duration
|
| 16 |
-
dtype: string
|
| 17 |
-
- name: question_prompt
|
| 18 |
-
dtype: string
|
| 19 |
-
- name: answer
|
| 20 |
-
dtype: string
|
| 21 |
-
- name: youtube_url
|
| 22 |
-
dtype: string
|
| 23 |
-
splits:
|
| 24 |
-
- name: test
|
| 25 |
-
num_bytes: 488915
|
| 26 |
-
num_examples: 1500
|
| 27 |
-
download_size: 94097
|
| 28 |
-
dataset_size: 488915
|
| 29 |
-
configs:
|
| 30 |
-
- config_name: default
|
| 31 |
-
data_files:
|
| 32 |
-
- split: test
|
| 33 |
-
path: data/test-*
|
| 34 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: qid
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: video_id
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: question_type
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: capability
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: question
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: duration
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: question_prompt
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: answer
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: youtube_url
|
| 22 |
+
dtype: string
|
| 23 |
+
splits:
|
| 24 |
+
- name: test
|
| 25 |
+
num_bytes: 488915
|
| 26 |
+
num_examples: 1500
|
| 27 |
+
download_size: 94097
|
| 28 |
+
dataset_size: 488915
|
| 29 |
+
configs:
|
| 30 |
+
- config_name: default
|
| 31 |
+
data_files:
|
| 32 |
+
- split: test
|
| 33 |
+
path: data/test-*
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
# Dataset Card for AISG-Challenge of Video Turing Test
|
| 39 |
+
|
| 40 |
+
## Uses
|
| 41 |
+
- This dataset is specifically for the **Video Turing Test Challenge** and follows the challenge-specific data split.
|
| 42 |
+
- The data is formatted for **Video Question Answering (VideoQA)**; however, as this is a challenge set, the answers are currently **hidden**.
|
| 43 |
+
|
| 44 |
+
## Data
|
| 45 |
+
- **Video Data**: Available for download at [video dataset](https://huggingface.co/datasets/lmms-lab/AISG_Challenge/blob/main/Benchmark-AllVideos-HQ-Encoded-challenge.zip).
|
| 46 |
+
- **Metadata**: Accessible at [metadata file](https://huggingface.co/datasets/lmms-lab/AISG_Challenge/blob/main/data/test-00000-of-00001.parquet).
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|