Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
jerryli1019 commited on
Commit
d4f4d2c
·
1 Parent(s): 735c35d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +102 -1
README.md CHANGED
@@ -6,4 +6,105 @@ language:
6
  pretty_name: YTTB-VQA
7
  size_categories:
8
  - n<1K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  pretty_name: YTTB-VQA
7
  size_categories:
8
  - n<1K
9
+ ---
10
+ # Dataset Card for Dataset Name
11
+
12
+ ## Dataset Description
13
+
14
+ - **Homepage:**
15
+ - **Repository:**
16
+ - **Paper:**
17
+ - **Leaderboard:**
18
+ - **Point of Contact:**
19
+
20
+ ### Dataset Summary
21
+
22
+ The YTTB-VQA Dataset is a collection of high-resolution YouTube thumbnail images across thirteen categories.
23
+
24
+ ### Supported Tasks and Leaderboards
25
+
26
+ This dataset supports many tasks, including visual question answering, image captioning, etc.
27
+
28
+ ### Languages
29
+
30
+ The language of the data is primarily English.
31
+
32
+ ## Dataset Structure
33
+
34
+ ### Data Instances
35
+
36
+ A data instance in this dataset represents entries from a collection augmented by human-generated questions submitted to Lovim. The answer is then entered into the answer field.
37
+
38
+ ### Data Fields
39
+
40
+ **video_id:** a unique string representing a specific YouTube thumbnail image.<br>
41
+ **question:** representing a human-generated question.<br>
42
+ **video_classes:** representing a specific category for the YouTube thumbnail image.<br>
43
+ **answers:** This represents a ground truth answer for the question made about the YouTube thumbnail image.<br>
44
+
45
+
46
+ ### Data Splits
47
+
48
+ The data are unsplit.
49
+
50
+ ## Dataset Creation
51
+
52
+ ### Curation Rationale
53
+
54
+ [More Information Needed]
55
+
56
+ ### Source Data
57
+
58
+ #### Initial Data Collection and Normalization
59
+
60
+ [More Information Needed]
61
+
62
+ #### Who are the source language producers?
63
+
64
+ [More Information Needed]
65
+
66
+ ### Annotations
67
+
68
+ #### Annotation process
69
+
70
+ [More Information Needed]
71
+
72
+ #### Who are the annotators?
73
+
74
+ [More Information Needed]
75
+
76
+ ### Personal and Sensitive Information
77
+
78
+ [More Information Needed]
79
+
80
+ ## Considerations for Using the Data
81
+
82
+ ### Social Impact of Dataset
83
+
84
+ [More Information Needed]
85
+
86
+ ### Discussion of Biases
87
+
88
+ [More Information Needed]
89
+
90
+ ### Other Known Limitations
91
+
92
+ [More Information Needed]
93
+
94
+ ## Additional Information
95
+
96
+ ### Dataset Curators
97
+
98
+ [More Information Needed]
99
+
100
+ ### Licensing Information
101
+
102
+ [More Information Needed]
103
+
104
+ ### Citation Information
105
+
106
+ [More Information Needed]
107
+
108
+ ### Contributions
109
+
110
+ [More Information Needed]