-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathoutput_test_template.json
143 lines (143 loc) · 5.35 KB
/
output_test_template.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[
{
"video_id": "001",
"duration": "short",
"domain": "Knowledge",
"sub_category": "Humanity & History",
"questions": [
{
"question_id": "001-1",
"task_type": "Counting Problem",
"question": "When demonstrating the Germany modern Christmas tree is initially decorated with apples, candles and berries, which kind of the decoration has the largest number?",
"options": [
"A. Apples.",
"B. Candles.",
"C. Berries.",
"D. The three kinds are of the same number."
],
"answer": "C",
"response": "C. Berries.",
},
{
"question_id": "001-2",
"task_type": "Information Synopsis",
"question": "What is the genre of this video?",
"options": [
"A. It is a news report that introduces the history behind Christmas decorations.",
"B. It is a documentary on the evolution of Christmas holiday recipes.",
"C. It is a travel vlog exploring Christmas markets around the world.",
"D. It is a tutorial on DIY Christmas ornament crafting."
],
"answer": "A",
"response": "D.",
},
{
"question_id": "001-3",
"task_type": "Counting Problem",
"question": "How many red socks are above the fireplace at the end of this video?",
"options": [
"A. 1.",
"B. 4.",
"C. 2.",
"D. 3."
],
"answer": "D",
"response": "D. 3",
}
]
},
{
"video_id": "002",
"duration": "short",
"domain": "Knowledge",
"sub_category": "Humanity & History",
"questions": [
{
"question_id": "002-1",
"task_type": "Object Recognition",
"question": "Which of the following features/items is not discussed in the video in relation to the tomb?",
"options": [
"A. Inkstone.",
"B. Niche.",
"C. Jade.",
"D. Sacrificial table."
],
"answer": "C",
"response": "Answer: C. Jade.",
},
{
"question_id": "002-2",
"task_type": "Action Reasoning",
"question": "Which of the following reasons motivated the archaeologists to excavate the tomb?",
"options": [
"A. Because it's from Ming Dynasty and of specific archaeological significance.",
"B. Because a new railway line will be built nearby.",
"C. Because there were treasures inside the tomb.",
"D. Highway realignment."
],
"answer": "D",
"response": "D",
},
{
"question_id": "002-3",
"task_type": "Counting Problem",
"question": "How many porcelain jars were discovered in the niches located in the primary chamber of the tomb?",
"options": [
"A. 4.",
"B. 9.",
"C. 5.",
"D. 13."
],
"answer": "B",
"response": "D. 13",
}
]
},
{
"video_id": "003",
"duration": "short",
"domain": "Knowledge",
"sub_category": "Humanity & History",
"questions": [
{
"question_id": "003-1",
"task_type": "Counting Problem",
"question": "How many national flags appear in the video?",
"options": [
"A. 3.",
"B. 4.",
"C. 2.",
"D. 5."
],
"answer": "B",
"response": "B",
},
{
"question_id": "003-2",
"task_type": "Object Recognition",
"question": "What is the video telling when the burger placed in the upper right corner at the end of the video first appears?",
"options": [
"A. Beef with spices came from Russia to Germany.",
"B. The steak began to be sandwiched between two pieces of bread.",
"C. Steak burgers spread throughout the United States.",
"D. The standardization of hamburgers."
],
"answer": "C",
"response": "C.",
},
{
"question_id": "003-3",
"task_type": "Object Reasoning",
"question": "In which country is the food featured in the video recognized worldwide?",
"options": [
"A. Mongolia.",
"B. Russia.",
"C. Germany.",
"D. United States."
],
"answer": "D",
"response": "D. United States.",
}
]
},
]