File size: 170,123 Bytes
69652bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
question_id,task_type,question,time_stamp,answer,options,frames_required,temporal_clue_type
Real-Time Visual Understanding_sample_1_1,Object Perception,What logos are visible in the background as players and referees walk towards the center of the football field?,00:00:04,D,"['A. FIFA and La Liga.', 'B. UEFA and La Liga.', 'C. Bundesliga and La Liga.', 'D. Aeromexico and La Liga.']",single,Prior
Real-Time Visual Understanding_sample_2_1,Object Perception,What is the number on the back of MAJER's jersey?,00:00:10,A,"['A. 7.', 'B. 10.', 'C. 13.', 'D. 16.']",single,Prior
Real-Time Visual Understanding_sample_3_1,Object Perception,What appears at the very beginning of the video?,00:00:08,B,"['A. A football match.', 'B. A logo of FC Barcelona.', 'C. A silver trophy.', 'D. A live concert.']",single,Prior
Real-Time Visual Understanding_sample_3_4,Object Perception,What advertisement is displayed on the red boards behind the goal?,00:02:03,C,"['A. AMBILIGHT TV.', 'B. NIKE.', 'C. ESTRELLA DAMM.', 'D. ADIDAS.']",single,Concurrent
Real-Time Visual Understanding_sample_4_1,Object Perception,What emblem appears at the beginning of the video?,00:00:20,B,"['A. An animal symbol.', 'B. A football club shield.', 'C. A national flag.', 'D. A corporate logo.']",single,Prior
Real-Time Visual Understanding_sample_5_2,Object Perception,What brand is visible on the player's white cleats?,00:00:18,C,"['A. Nike.', 'B. Puma.', 'C. Adidas.', 'D. Under Armour.']",single,Concurrent
Real-Time Visual Understanding_sample_6_2,Object Perception,What brand is advertised on the boards behind the goal?,00:02:25,D,"['A. Adidas.', 'B. Nike.', 'C. Pepsi.', 'D. Kia Motors.']",single,Concurrent
Real-Time Visual Understanding_sample_9_3,Object Perception,What else is on the table besides the playing cards and a black object?,00:00:54,A,"['A. A pair of glasses.', 'B. A computer.', 'C. A pile of books.', 'D. A stack of notebooks.']",single,Concurrent
Real-Time Visual Understanding_sample_11_1,Object Perception,What is prominently displayed in red letters on the top shelf in the kitchen?,00:00:22,B,"['A. EAT.', 'B. COOK.', 'C. CHEF.', 'D. BAKE.']",single,Concurrent
Real-Time Visual Understanding_sample_11_5,Object Perception,What is the person holding right now?,00:08:22,C,"['A. A knife and a bowl.', 'B. A spoon and a knife.', 'C. A spoon and a towel.', 'D. A frying pan and a spatula.']",single,Concurrent
Real-Time Visual Understanding_sample_12_2,Object Perception,What object is the person holding and gesturing towards right now?,00:01:25,D,"['A. A frying pan.', 'B. A bowl of radishes.', 'C. A jar of chili flakes.', 'D. A plate with raw meat.']",single,Concurrent
Real-Time Visual Understanding_sample_12_3,Object Perception,What is the person holding in their hand?,00:03:05,D,"['A. A spatula.', 'B. A wooden spoon.', 'C. A fork.', 'D. Red tongs.']",single,Concurrent
Real-Time Visual Understanding_sample_12_4,Object Perception,What is the man holding in his right hand while preparing food on the cutting board?,00:09:04,D,"['A. A jar of salt.', 'B. Half a lemon.', 'C. A red vegetable.', 'D. A small white bowl.']",single,Concurrent
Real-Time Visual Understanding_sample_13_4,Object Perception,What tool is the person using to grate the orange?,00:09:35,D,"['A. Cheese grater.', 'B. Knife.', 'C. Peeler.', 'D. Microplane.']",multiple,Concurrent
Real-Time Visual Understanding_sample_13_5,Object Perception,What is the man sprinkling onto the dish in the kitchen?,00:11:26,D,"['A. Sugar.', 'B. Flour.', 'C. Cocoa powder.', 'D. Sliced nut.']",multiple,Prior
Real-Time Visual Understanding_sample_14_1,Object Perception,What is displayed prominently in the center at the very beginning of the video?,00:00:20,D,"['A. A clock with hands.', 'B. A knife and fork.', 'C. A kitchen setting.', 'D. A large number ""10"".']",single,Prior
Real-Time Visual Understanding_sample_14_2,Object Perception,What item is the man holding while adding seasoning to the bowl?,00:01:14,D,"['A. A small jar.', 'B. A wooden spoon.', 'C. A bottle of oil.', 'D. A thin, red, rectangular can.']",multiple,Concurrent
Real-Time Visual Understanding_sample_14_5,Object Perception,What are some of the components of the salad on the cutting board?,00:10:21,D,"['A. Spinach, red cabbage, tomato, feta cheese, and olives.', 'B. Lettuce, red cabbage, tomato, feta cheese, and croutons.', 'C. Spinach, red cabbage, avocado, feta cheese, and croutons.', 'D. Lettuce, red cabbage, avocado, feta cheese, and croutons, chicken.']",single,Concurrent
Real-Time Visual Understanding_sample_15_2,Object Perception,What item is the man holding in his left hand right now?,00:02:40,D,"['A. A spatula.', 'B. A red pepper mill.', 'C. A glass bowl.', 'D. A bottle of olive oil.']",single,Concurrent
Real-Time Visual Understanding_sample_16_1,Object Perception,What is the man from the introduction holding in his hand right now?,00:00:09,C,"['A. A cookbook.', 'B. A knife.', 'C. A towel.', 'D. A spatula.']",single,Prior
Real-Time Visual Understanding_sample_16_2,Object Perception,What is placed on the ridged grill pan right now?,00:05:27,A,"['A. A large piece of raw ground meat.', 'B. A piece of chicken.', 'C. A slice of bread.', 'D. A fish fillet.']",single,Prior
Real-Time Visual Understanding_sample_16_3,Object Perception,What items are present on the grill pan right now?,00:08:01,B,"['A. Chicken breast, tomato slices, and mushrooms.', 'B. Grilled onions, beef patty, and bacon strips.', 'C. Fish fillets, asparagus, and lemon slices.', 'D. Sausage links, green peppers, and onions.']",multiple,Concurrent
Real-Time Visual Understanding_sample_16_4,Object Perception,What item is displayed on the phone screen right now?,00:10:42,C,"['A. A recipe.', 'B. A cooking video.', 'C. The time.', 'D. A shopping list.']",single,Concurrent
Real-Time Visual Understanding_sample_17_2,Object Perception,What type of fruit is being squeezed right now?,00:04:03,C,"['A. Blueberry.', 'B. Orange.', 'C. Yellow Plum.', 'D. Apple.']",multiple,Concurrent
Real-Time Visual Understanding_sample_17_3,Object Perception,What is the man using to cook food in the pan?,00:06:03,C,"['A. A wooden spoon.', 'B. A metal spatula.', 'C. Red kitchen tongs.', 'D. A fork.']",single,Concurrent
Real-Time Visual Understanding_sample_17_4,Object Perception,What is simmering in a pan on the right side of the kitchen counter right now?,00:08:01,A,"['A. Tomatoes slices.', 'B. Cooked food.', 'C. Vegetables.', 'D. Leafy greens.']",single,Concurrent
Real-Time Visual Understanding_sample_18_1,Object Perception,What sign is decorating the upper left portion of the wall behind the man?,00:00:40,C,"['A. A blue ""CHEF"" sign.', 'B. A yellow ""COOK"" sign.', 'C. A red ""COOK"" sign.', 'D. A green ""CHEF"" sign.']",single,Concurrent
Real-Time Visual Understanding_sample_18_2,Object Perception,What is the man at the stove wearing?,00:01:57,C,"['A. A green T-shirt.', 'B. A striped shirt.', 'C. A dark T-shirt.', ""D. A chef's hat.""]",single,Concurrent
Real-Time Visual Understanding_sample_18_3,Object Perception,What is the chef holding while stirring the leafy greens in the pan?,00:03:20,C,"['A. A metal spoon.', 'B. A plastic spatula.', 'C. A wooden spoon.', 'D. A whisk.']",single,Concurrent
Real-Time Visual Understanding_sample_19_2,Object Perception,What item does the person use to mix the contents of the bowl?,00:06:03,C,"['A. A spoon.', 'B. A fork.', 'C. A whisk.', 'D. A spatula.']",multiple,Concurrent
Real-Time Visual Understanding_sample_19_3,Object Perception,What is the person wearing while standing in the kitchen?,00:06:01,B,"['A. A blue apron.', 'B. A white t-shirt.', 'C. A black jacket.', 'D. A red sweater.']",single,Concurrent
Real-Time Visual Understanding_sample_19_4,Object Perception,What is on the countertop in front of the man right now?,00:09:02,C,"['A. A loaf of bread and a bottle of wine.', 'B. A bowl of fruit and a bottle of juice.', 'C. A cutting board with sliced potatoes.', 'D. A plate of vegetables and a bottle of water.']",single,Concurrent
Real-Time Visual Understanding_sample_19_5,Object Perception,What is the countertop made of in the kitchen scene?,00:12:06,C,"['A. Granite.', 'B. Wood.', 'C. Marble.', 'D. Stainless steel.']",single,Concurrent
Real-Time Visual Understanding_sample_20_2,Object Perception,What item is the woman initially holding in her left hand right now?,00:01:00,D,"['A. A green container.', 'B. A small saucepan.', 'C. A white bowl.', 'D. A can.']",single,Concurrent
Real-Time Visual Understanding_sample_20_3,Object Perception,What item is the woman holding in her left hand right now?,00:02:01,B,"['A. A carton of eggs.', 'B. A white mixing bowl.', 'C. A whisk.', 'D. A small white bowl.']",single,Concurrent
Real-Time Visual Understanding_sample_21_1,Object Perception,What is the person holding right now?,00:01:06,C,"['A. A spatula.', 'B. A spoon.', 'C. An olive oil bottle.', 'D. A whisk.']",single,Concurrent
Real-Time Visual Understanding_sample_21_2,Object Perception,What is the woman holding over the black frying pan?,00:02:45,C,"['A. A wooden spoon.', 'B. A salt shaker.', 'C. noodles.', 'D. A spatula.']",multiple,Prior
Real-Time Visual Understanding_sample_21_3,Object Perception,What is the woman holding while she is stirring the pot on the stove?,00:03:05,C,"['A. A ladle.', 'B. A whisk.', 'C. A tongs.', 'D. A spatula.']",multiple,Prior
Real-Time Visual Understanding_sample_21_5,Object Perception,What item is the woman holding in her hand right now?,00:05:15,B,"['A. A red book.', 'B. A salt grinder.', 'C. A cup of coffee.', 'D. A newspaper.']",single,Concurrent
Real-Time Visual Understanding_sample_22_1,Object Perception,What is the woman holding in her right hand right now?,00:01:02,D,"['A. A silver pot.', 'B. A green-bottled container.', 'C. A glass bowl.', 'D. A silver spoon.']",single,Concurrent
Real-Time Visual Understanding_sample_23_2,Object Perception,What item is the woman holding while stirring the pot?,00:01:02,D,"['A. A wooden spoon.', 'B. A glass bottle of oil.', 'C. A pepper grinder.', 'D. A small bowl.']",single,Concurrent
Real-Time Visual Understanding_sample_23_4,Object Perception,What is being sautéed in the black frying pan?,00:03:51,D,"['A. Diced onions and green vegetables.', 'B. Sliced potatoes and pieces of meat.', 'C. Diced onions and mushrooms.', 'D. Diced onions and pieces of meat.']",single,Concurrent
Real-Time Visual Understanding_sample_24_1,Object Perception,What is the woman wearing?,00:01:00,D,"['A. A red dress with white dots.', 'B. A blue blouse with yellow stripes.', 'C. A green apron with floral patterns.', 'D. A white sleeveless top with black polka dots.']",single,Concurrent
Real-Time Visual Understanding_sample_24_4,Object Perception,What is the woman holding right now?,00:04:06,D,"['A. A spoon.', 'B. A white bowl.', 'C. A pepper mill.', 'D. A green bottle of olive oil.']",single,Concurrent
Real-Time Visual Understanding_sample_25_3,Object Perception,What is the person holding with his left hand right now?,00:02:44,D,"['A. A pot lid.', 'B. A wooden spoon.', 'C. A bowl of peas.', 'D. A frying pan handle.']",single,Concurrent
Real-Time Visual Understanding_sample_25_4,Object Perception,What is the man adding to the pan with oil?,00:05:29,D,"['A. Diced vegetables.', 'B. Pasta.', 'C. Herbs.', 'D. Diced meat.']",single,Concurrent
Real-Time Visual Understanding_sample_25_5,Object Perception,What ingredients are being cooked in the frying pan?,00:08:04,D,"['A. Chunks of beef, onion slices, and bits of pepper.', 'B. Slices of chicken, garlic cloves, and bits of zucchini.', 'C. Pieces of fish, broccoli florets, and bits of carrot.', 'D. Chunks of ham, mushroom slices, and bits of pepper.']",single,Concurrent
Real-Time Visual Understanding_sample_26_3,Object Perception,What item is holding by his right hand right now?,00:06:01,A,"['A. A bottle.', 'B. Only vegetables.', 'C. Only meat pieces.', 'D. Sliced fruits.']",single,Concurrent
Real-Time Visual Understanding_sample_27_1,Object Perception,What is the person using to stir the contents in the frying pan?,00:02:01,C,"['A. A wooden spoon.', 'B. A metal spatula.', 'C. A red spatula.', 'D. A plastic spoon.']",multiple,Concurrent
Real-Time Visual Understanding_sample_27_4,Object Perception,What is the chef stirring in the pot?,00:08:02,C,"['A. A sauce.', 'B. Vegetables.', 'C. noodles.', 'D. Shrimp.']",multiple,Prior
Real-Time Visual Understanding_sample_27_5,Object Perception,What item is used by the chef to handle the food inside the pot?,00:08:25,C,"['A. A spoon.', 'B. A spatula.', 'C. A pair of tongs.', 'D. A fork.']",multiple,Prior
Real-Time Visual Understanding_sample_28_4,Object Perception,What is this person doing right now?,00:10:39,B,"['A. He is chopping green onions.', 'B. He is slicing carrots.', 'C. He is dicing tomatoes.', 'D. He is mincing garlic.']",single,Prior
Real-Time Visual Understanding_sample_29_1,Object Perception,What objects can be seen on the shelves in the background of the kitchen?,00:00:20,B,"['A. plants.', 'B. Plates, cups, and kitchen utensils.', 'C. Cans and jars.', 'D. Pots and pans.']",single,Prior
Real-Time Visual Understanding_sample_29_2,Object Perception,What is the person holding in their right hand?,00:02:05,A,"['A. A bottle of seasoning.', 'B. A white plate.', 'C. A mortar and pestle.', 'D. A cutting board.']",single,Concurrent
Real-Time Visual Understanding_sample_29_5,Object Perception,What tool does the person use to handle the food in the pans?,00:08:18,C,"['A. A spoon.', 'B. A fork.', 'C. A spatula.', 'D. Tongs.']",single,Concurrent
Real-Time Visual Understanding_sample_30_4,Object Perception,What is the person using to stir the pot of yellow mixture?,00:12:12,C,"['A. A wooden spoon.', 'B. A metal fork.', 'C. A pink spatula.', 'D. A blue spatula and a plastic spoon.']",single,Concurrent
Real-Time Visual Understanding_sample_31_2,Object Perception,What is the man wearing in the kitchen?,00:02:40,C,"['A. A blue apron.', 'B. A red t-shirt.', 'C. A green t-shirt.', 'D. A white shirt.']",single,Concurrent
Real-Time Visual Understanding_sample_31_4,Object Perception,What is the person dipping their hand into right now?,00:04:02,C,"['A. A bowl of flour.', 'B. A bowl of breadcrumbs.', 'C. A bowl of beaten eggs.', 'D. A bowl of green herbs.']",single,Concurrent
Real-Time Visual Understanding_sample_32_1,Object Perception,What is the person using to chop the onion?,00:02:02,B,"['A. A small wooden knife.', 'B. A sliver knife.', 'C. A pair of scissors.', 'D. A fork.']",single,Concurrent
Real-Time Visual Understanding_sample_32_3,Object Perception,What is the person holding in one hand at the stove?,00:04:02,B,"['A. A wooden spoon.', 'B. A pan.', 'C. A bowl.', 'D. A knife.']",single,Prior
Real-Time Visual Understanding_sample_33_1,Object Perception,What item is resting on a baking sheet lined with parchment paper?,00:02:23,B,"['A. Several red sticks of rhubarb.', 'B. Two rectangular pieces of dough.', 'C. A bowl of beaten eggs.', 'D. A pile of orange slices.']",single,Concurrent
Real-Time Visual Understanding_sample_33_3,Object Perception,What is the person using to grate the orange?,00:09:21,C,"['A. A spoon.', 'B. A knife.', 'C. A grater.', 'D. A fork.']",single,Concurrent
Real-Time Visual Understanding_sample_34_3,Object Perception,What is the person vigorously mixing in a glass bowl?,00:04:42,B,"['A. A white creamy mixture.', 'B. A brown mixture.', 'C. A yellow batter.', 'D. A green sauce.']",single,Concurrent
Real-Time Visual Understanding_sample_34_4,Object Perception,What does the person use to mix the batter-like substance?,00:07:03,B,"['A. A metal whisk.', 'B. A wooden spoon.', 'C. A red spatula.', 'D. A plastic fork.']",single,Concurrent
Real-Time Visual Understanding_sample_34_5,Object Perception,What does the man place inside the microwave?,00:09:25,A,"['A. A small white bowl.', 'B. A silver pot.', 'C. A glass jar.', 'D. A blue plate.']",single,Prior
Real-Time Visual Understanding_sample_35_1,Object Perception,What is the man holding in his right hand?,00:03:16,C,"['A. A pen.', 'B. A spatula.', 'C. An olive oil bottle.', 'D. A remote.']",single,Concurrent
Real-Time Visual Understanding_sample_35_2,Object Perception,What is the person holding in his hand right now?,00:06:00,B,"['A. A spoon and a piece of ginger.', 'B. A knife and a towel.', 'C. A fork and a piece of onion.', 'D. A spatula and a piece of pepper.']",single,Concurrent
Real-Time Visual Understanding_sample_35_4,Object Perception,What color is the handle of the frying pan that contains meat inside?,00:09:01,C,"['A. Black.', 'B. Silver.', 'C. Red.', 'D. Blue.']",single,Concurrent
Real-Time Visual Understanding_sample_36_3,Object Perception,What is the person in a blue shirt chopping on the wooden cutting board?,00:06:42,A,"['A. Red bell pepper.', 'B. Carrots.', 'C. Green bell pepper.', 'D. Onions.']",single,Concurrent
Real-Time Visual Understanding_sample_36_4,Object Perception,What is the person holding right now?,00:10:02,A,"['A. A wooden spoon.', 'B. A metal spatula.', 'C. A whisk.', 'D. A ladle.']",single,Concurrent
Real-Time Visual Understanding_sample_36_5,Object Perception,What is the person holding in the right hand right now?,00:13:19,C,"['A. A pen.', 'B. A ladle.', 'C. A pan.', 'D. A rolling pin.']",single,Concurrent
Real-Time Visual Understanding_sample_37_1,Object Perception,What is the man holding up to the camera with his right hand right now?,00:02:34,A,"['A. An egg.', 'B. A spoon.', 'C. A bell pepper.', 'D. A chopping board.']",single,Concurrent
Real-Time Visual Understanding_sample_37_3,Object Perception,What is spread over the chunks of minced meat in the frying pan?,00:05:11,A,"['A. Red chili slices.', 'B. Green peppers.', 'C. Yellow corn.', 'D. White onion rings.']",single,Concurrent
Real-Time Visual Understanding_sample_37_5,Object Perception,What vegetables are being stir-fried in the black pan?,00:10:14,A,"['A. Sliced mushrooms, red and green bell peppers, and other greens.', 'B. Carrots, peas, and broccoli.', 'C. Zucchini, tomatoes, and onions.', 'D. Eggplants, spinach, and corn.']",single,Concurrent
Real-Time Visual Understanding_sample_38_1,Object Perception,What does the person in the teal shirt grasp with both hands?,00:02:04,A,"['A. A cauliflower head.', 'B. A frying pan.', 'C. A cutting board.', 'D. A glass container.']",single,Concurrent
Real-Time Visual Understanding_sample_38_3,Object Perception,What is the person holding above the glass mixing bowl?,00:06:06,A,"['A. A small bottle of golden liquid.', 'B. A jar of honey.', 'C. A bottle of olive oil.', 'D. A cup of vinegar.']",single,Prior
Real-Time Visual Understanding_sample_38_4,Object Perception,Which utensil is the person using to stir the mixture?,00:06:15,A,"['A. Spoon.', 'B. Fork.', 'C. Whisk.', 'D. Spatula.']",single,Concurrent
Real-Time Visual Understanding_sample_39_1,Object Perception,What is the person in the blue T-shirt pouring into the pan?,00:01:45,A,"['A. Oil.', 'B. Water.', 'C. Milk.', 'D. Vinegar.']",single,Prior
Real-Time Visual Understanding_sample_39_2,Object Perception,Which of the following items is NOT mentioned as being on the countertop?,00:01:45,A,"['A. A blender.', 'B. A bowl of cauliflower.', 'C. A chopping board with diced ingredients.', 'D. Butter.']",single,Concurrent
Real-Time Visual Understanding_sample_39_3,Object Perception,What is the man holding in his right hand right now?,00:03:20,A,"['A. A frying pan.', 'B. A spoon.', 'C. A knife.', 'D. A red container.']",single,Concurrent
Real-Time Visual Understanding_sample_39_4,Object Perception,What is the man in the blue T-shirt pulling out from the oven?,00:05:01,A,"['A. two bread.', 'B. A pie.', 'C. A cake.', 'D. A pot.']",single,Concurrent
Real-Time Visual Understanding_sample_39_5,Object Perception,What is the person using to arrange food on the baking tray right now?,00:06:43,A,"['A. His hands.', 'B. Spoon.', 'C. Tongs.', 'D. Spatula.']",single,Concurrent
Real-Time Visual Understanding_sample_40_2,Object Perception,What is the person adding to the blender cup?,00:04:00,D,"['A. Fresh fruits.', 'B. Spices.', 'C. Oil.', 'D. Fresh herbs.']",single,Concurrent
Real-Time Visual Understanding_sample_40_3,Object Perception,What is the person slicing with the knife?,08:01,D,"['A. Lemon.', 'B. Meat.', 'C. Apple.', 'D. Bread.']",single,Concurrent
Real-Time Visual Understanding_sample_41_1,Object Perception,What is the man standing in front of in the initial video?,00:00:20,D,"['A. A wooden cabinet.', 'B. A glass door.', 'C. A blackboard.', 'D. A stainless steel refrigerator.']",single,Prior
Real-Time Visual Understanding_sample_41_2,Object Perception,What is the woman holding in her left hand?,00:01:04,D,"['A. A loaf of bread.', 'B. A carton of milk.', 'C. A frying pan.', 'D. A jar.']",single,Concurrent
Real-Time Visual Understanding_sample_41_5,Object Perception,What does the woman use to ensure the bread is evenly coated with the mixture?,00:04:04,D,"['A. A spoon.', 'B. Her fingers.', 'C. A fork.', 'D. A spatula.']",single,Prior
Real-Time Visual Understanding_sample_42_1,Object Perception,What is the person holding in their right hand at the beginning of the video?,00:02:01,B,"['A. A green vegetable.', 'B. A red bottle cap.', 'C. A blue utensil.', 'D. A white jar.']",single,Prior
Real-Time Visual Understanding_sample_42_3,Object Perception,What does the person hold over after touching the handle of the pan?,00:06:03,B,"['A. A frying pan.', 'B. A bowl filled with shredded ingredients.', 'C. A pot.', 'D. A set of knives.']",single,Prior
Real-Time Visual Understanding_sample_43_1,Object Perception,What item is being held by a person at the beginning?,00:00:20,A,"['A. A white plate with pasta.', 'B. A blue bowl with salad.', 'C. A black pan with meat.', 'D. A green cup with tea.']",single,Prior
Real-Time Visual Understanding_sample_43_3,Object Perception,What is the person using to stir the pot containing noodles?,00:06:46,C,"['A. Wooden spoon.', 'B. Plastic spatula.', 'C. Metal tongs.', 'D. Silicone whisk.']",single,Concurrent
Real-Time Visual Understanding_sample_43_4,Object Perception,What is inside the frying pan right now?,00:10:00,A,"['A. A mixture of vegetables, including green peas and diced tomatoes.', 'B. Boiling water with pasta.', 'C. Chicken and herbs.', 'D. A steak and mushrooms.']",single,Concurrent
Real-Time Visual Understanding_sample_44_1,Object Perception,What objects make up the hands of the clock shown at the beginning of the video?,00:00:20,C,"['A. Fork and spoon.', 'B. Knife and spoon.', 'C. Knife and fork.', 'D. Spoon and chopstick.']",single,Prior
Real-Time Visual Understanding_sample_44_2,Object Perception,What is in the left pan?,00:04:03,B,"['A. Pasta and sauce.', 'B. Pear slices sprinkled with cinnamon powder.', 'C. Only vegetables.', 'D. Only meat.']",single,Prior
Real-Time Visual Understanding_sample_44_3,Object Perception,What is the person holding in their right hand at the beginning?,00:04:21,B,"['A. A spatula.', 'B. A striped towel.', 'C. A fork.', 'D. A knife.']",single,Prior
Real-Time Visual Understanding_sample_45_1,Object Perception,What is located on the top shelf in the kitchen?,00:00:08,B,"['A. Jars and bottles.', 'B. A large red ""COOK"" sign.', 'C. A clock.', 'D. A set of knives.']",single,Concurrent
Real-Time Visual Understanding_sample_45_5,Object Perception,What was being picked up by the person just now?,00:06:46,B,"['A. Red pepper.', 'B. Green onions.', 'C. Sliced cucumbers.', 'D. Lettuce.']",multiple,Prior
Real-Time Visual Understanding_sample_46_1,Object Perception,What is placed on the gas stove burner right now?,00:01:19,D,"['A. A saucepan with boiling water.', 'B. A kettle with tea.', 'C. A wok with vegetables.', 'D. A frying pan containing several garlic.']",single,Concurrent
Real-Time Visual Understanding_sample_46_5,Object Perception,What object is the person using to garnish the food?,00:06:54,D,"['A. Fork.', 'B. Knife.', 'C. Tongs.', 'D. Spoon.']",single,Concurrent
Real-Time Visual Understanding_sample_47_1,Object Perception,What graphic is featured in the video at the beginning?,00:00:20,D,"['A. A large white number ""10"" with a spoon and fork positioned like clock hands on a white plate.', 'B. A large white number ""10"" with a spoon and knife positioned like clock hands on a white plate.', 'C. A large white number ""10"" with a fork and knife positioned like clock hands on a blue plate.', 'D. A large white number ""10"" with a fork and knife positioned like clock hands on a white plate.']",single,Prior
Real-Time Visual Understanding_sample_47_2,Object Perception,What is the man seasoning on the white plate?,00:02:06,D,"['A. Vegetables.', 'B. Bread.', 'C. Fish.', 'D. Raw meat.']",single,Concurrent
Real-Time Visual Understanding_sample_47_3,Object Perception,What is being used to manage the food on the grill?,00:04:01,D,"['A. A spatula.', 'B. A wooden spoon.', 'C. A fork.', 'D. A pair of red tongs.']",single,Concurrent
Real-Time Visual Understanding_sample_61_1,Object Perception,What is being shown right now?,00:00:05,B,"['A. A collection of colorful notebooks.', 'B. Personalized agate coasters with names on them.', 'C. A stack of books with gilded edges.', 'D. A digital workspace interface.']",multiple,Concurrent
Real-Time Visual Understanding_sample_116_5,Object Perception,What items are beside the computer case right now?,00:11:01,A,"['A. A screwdriver and mouse.', 'B. A pair of pliers and a keyboard.', 'C. A keyboard.', 'D. A set of cables.']",single,Concurrent
Real-Time Visual Understanding_sample_118_3,Object Perception,What product image is shown on the webpage right now?,00:05:20,B,"['A. White CPU cooler.', 'B. Black fan cooler.', 'C. RGB lighting.', 'D. Transparent case fan.']",single,Concurrent
Real-Time Visual Understanding_sample_144_5,Object Perception,What is shown on the left side of the screen right now?,00:09:05,A,"['A. An anatomical illustration of the lower leg muscles.', 'B. A person exercising in a gym.', 'C. A chart with data points.', 'D. A blue and green arrow.']",single,Concurrent
Real-Time Visual Understanding_sample_145_4,Object Perception,What is the man who is lifting wearing right now?,00:07:00,B,"['A. Red sleeveless shirt, black shorts, and white athletic shoes.', 'B. Blue sleeveless shirt, black shorts, and white athletic shoes.', 'C. Green sleeveless shirt, black shorts, and white athletic shoes.', 'D. Blue sleeveless shirt, red shorts, and white athletic shoes.']",single,Concurrent
Real-Time Visual Understanding_sample_146_3,Object Perception,What is the man holding above his chest right now?,00:03:00,C,"['A. Dumbbells.', 'B. A kettlebell.', 'C. A barbell.', 'D. A medicine ball.']",single,Concurrent
Real-Time Visual Understanding_sample_146_5,Object Perception,What muscle groups are highlighted in red on the left side of the screen during the front raise exercise?,00:08:06,A,"['A. Front deltoids.', 'B. Rear deltoids.', 'C. Side deltoids.', 'D. Biceps.']",single,Concurrent
Real-Time Visual Understanding_sample_147_3,Object Perception,What is the man using for his exercise?,00:02:20,C,"['A. A treadmill.', 'B. A dumbbell.', 'C. A pull-up bar.', 'D. A bench press.']",single,Concurrent
Real-Time Visual Understanding_sample_147_4,Object Perception,What is the man holding in his left hand?,00:04:09,D,"['A. A barbell.', 'B. A kettlebell.', 'C. A resistance band.', 'D. A dumbbell.']",single,Concurrent
Real-Time Visual Understanding_sample_148_4,Object Perception,What is the man using right now?,00:06:23,D,"['A. Treadmill.', 'B. Dumbbells.', 'C. Elliptical machine.', 'D. Leg press machine.']",single,Concurrent
Real-Time Visual Understanding_sample_149_5,Object Perception,What is written on the poster next to the person right now?,00:07:41,D,"['A. ""The Ultimate Bodybuilding Guide"".', 'B. ""The Ultimate Fitness Program"".', 'C. ""The Ultimate Muscle Flex System"".', 'D. ""The Ultimate Push Pull Legs System"".']",single,Concurrent
Real-Time Visual Understanding_sample_150_2,Object Perception,What is the person adjusting right now?,00:03:02,A,"['A. The weight on a gym machine.', 'B. A treadmill speed.', 'C. A dumbbell rack.', 'D. A stationary bike seat.']",multiple,Concurrent
Real-Time Visual Understanding_sample_150_5,Object Perception,What is positioned above the books on the man's desk?,00:11:41,D,"['A. A potted plant.', 'B. A laptop.', 'C. A microphone.', 'D. A globe.']",single,Concurrent
Real-Time Visual Understanding_sample_151_5,Object Perception,"What is the man with medium-length, curly, white hair wearing?",00:05:19,B,"['A. A white top with a black neckline.', 'B. A black top with a white neckline.', 'C. A dark robe with yellow-gold sleeves.', 'D. A dress with intricate gold stitching.']",single,Prior
Real-Time Visual Understanding_sample_152_1,Object Perception,What item does the video start with someone picking up?,00:00:02,A,"['A. A decorative hair comb.', 'B. A wooden comb.', 'C. A hand mirror.', 'D. A jeweled necklace.']",single,Concurrent
Real-Time Visual Understanding_sample_152_4,Object Perception,What is the left side person holding in his hands?,00:03:25,A,"['A. A white garment.', 'B. A black hat.', 'C. A book.', 'D. A pair of shoes.']",single,Concurrent
Real-Time Visual Understanding_sample_152_5,Object Perception,What is hanging on the mirror right now?,00:05:10,A,"['A. White gloves.', 'B. A hat.', 'C. A scarf.', 'D. A necklace.']",single,Concurrent
Real-Time Visual Understanding_sample_153_2,Object Perception,What item is located below the painting with the golden frame?,00:01:04,C,"['A. A bookshelf.', 'B. A table with a vase.', 'C. A candelabrum.', 'D. A mirror.']",single,Prior
Real-Time Visual Understanding_sample_154_4,Object Perception,What item does the man pick up from the table while sitting?,00:01:29,D,"['A. A chalice.', 'B. A green vase.', 'C. A metal container.', 'D. A large white wig.']",single,Prior
Real-Time Visual Understanding_sample_155_5,Object Perception,What is the person wearing around their neck right now?,00:04:05,A,"['A. A dark purple scarf.', 'B. A dark green scarf.', 'C. A light brown scarf.', 'D. A dark blue scarf.']",single,Concurrent
Real-Time Visual Understanding_sample_156_4,Object Perception,What item of clothing is the older man helping the younger man with?,00:03:00,C,"['A. Shirt.', 'B. Trousers.', 'C. Waistcoat.', 'D. Jacket.']",single,Concurrent
Real-Time Visual Understanding_sample_156_5,Object Perception,What is one of the items on the well-decorated table?,00:04:21,B,"['A. A book.', 'B. A ceramic pitcher.', 'C. A silver tray.', 'D. A candle.']",single,Concurrent
Real-Time Visual Understanding_sample_158_2,Object Perception,What is the person putting on their feet?,00:01:30,B,"['A. Red boots.', 'B. Red shoes with a low heel and a strap.', 'C. Black sneakers.', 'D. Sandals.']",single,Prior
Real-Time Visual Understanding_sample_158_4,Object Perception,What is featured in the background of the scene right now?,00:01:36,B,"['A. A plain white wall.', 'B. A patterned rug with horizontal stripes in various colors.', 'C. A window with curtains.', 'D. A bookshelf.']",single,Concurrent
Real-Time Visual Understanding_sample_159_1,Object Perception,What is the woman wearing right now?,00:00:11,B,"['A. A black dress.', 'B. A white strapless top.', 'C. A red shirt.', 'D. A grayish-blue long-sleeved shirt.']",single,Concurrent
Real-Time Visual Understanding_sample_160_1,Object Perception,What is the person picking up in the video?,00:00:11,B,"['A. A small piece of fabric.', 'B. A large piece of beige fabric.', 'C. A wooden beam.', 'D. A piece of darker fabric.']",single,Concurrent
Real-Time Visual Understanding_sample_162_1,Object Perception,What is hanging on the wall beside the nurse?,00:00:14,C,"['A. A clock.', 'B. A portrait.', 'C. A Union Jack flag.', 'D. A medical certificate.']",single,Prior
Real-Time Visual Understanding_sample_186_2,Object Perception,What material are the walls of the structure made from?,00:03:10,C,"['A. Wood blocks.', 'B. Metal blocks.', 'C. Brown soil blocks.', 'D. Glass blocks.']",single,Concurrent
Real-Time Visual Understanding_sample_186_3,Object Perception,What tool is the character holding in the first-person perspective right now?,00:06:01,B,"['A. A sword.', 'B. A pickaxe.', 'C. A shovel.', 'D. An axe.']",single,Concurrent
Real-Time Visual Understanding_sample_188_1,Object Perception,What is the figure in the video wearing?,00:00:04,C,"['A. A red cloak.', 'B. Blue jeans.', 'C. Purple pixelated armor.', 'D. A green suit.']",single,Concurrent
Real-Time Visual Understanding_sample_188_2,Object Perception,What is the item being held by the player character right now?,00:08:47,B,"['A. Ender Pearl', 'B. Baked Potato', 'C. Golden Apple', 'D. Diamond Sword']",single,Concurrent
Real-Time Visual Understanding_sample_189_2,Object Perception,What objects are seen on the grassy area below the stone structure?,00:05:00,A,"['A. A white and red bed and a crafting table.', 'B. A brown chair and a red table.', 'C. A yellow bed and a crafting table.', 'D. A green chair and a red table.']",single,Concurrent
Real-Time Visual Understanding_sample_189_3,Object Perception,What tool is the player holding in his hand right now?,00:09:41,B,"['A. A shovel.', 'B. A pixel-style scissors.', 'C. A saw.', 'D. A pickaxe.']",single,Concurrent
Real-Time Visual Understanding_sample_190_4,Object Perception,What is floating in the sky to the left of the pyramid right now?,00:12:01,A,"['A. A red hot air balloon.', 'B. A blue kite.', 'C. A white bird.', 'D. A black drone.']",single,Concurrent
Real-Time Visual Understanding_sample_191_2,Object Perception,What is the player holding right now?,00:03:25,C,"['A. Planks', 'B. Sticks', 'C. Crafting Table', 'D. Red Flower']",single,Concurrent
Real-Time Visual Understanding_sample_191_5,Object Perception,What type of pickaxe was used to break the stone block just now?,00:10:08,A,"['A. Wooden.', 'B. Stone.', 'C. Iron.', 'D. Diamond.']",multiple,Prior
Real-Time Visual Understanding_sample_192_2,Object Perception,What is the character holding in their right hand right now?,00:04:24,B,"['A. A bow.', 'B. A purple-hued sword.', 'C. A water bucket.', 'D. A diamond pickaxe.']",single,Concurrent
Real-Time Visual Understanding_sample_193_3,Object Perception,What is the player holding in the right hand right now?,00:12:01,A,"['A. A purple sword.', 'B. A diamond pickaxe.', 'C. A golden apple.', 'D. A shield.']",single,Concurrent
Real-Time Visual Understanding_sample_193_5,Object Perception,What is the player holding in the right hand right now?,00:18:07,B,"['A. A firework rocket.', 'B. A stone block.', 'C. A wooden plank.', 'D. A shovel.']",single,Concurrent
Real-Time Visual Understanding_sample_194_4,Object Perception,What item is the player holding in his hand right now,09:11,B,"['A. A Pickaxe.', 'B. A bed of white and yellow.', 'C. A Shield.', 'D. A red Bed.']",single,Concurrent
Real-Time Visual Understanding_sample_195_2,Object Perception,What does the player open to display various items such as an enchanted pickaxe and armor?,00:03:09,B,"['A. A crafting table.', 'B. An inventory.', 'C. A chest.', 'D. A furnace.']",single,Concurrent
Real-Time Visual Understanding_sample_195_5,Object Perception,What is visible in the background while the person builds upward?,00:10:14,A,"['A. The river and treeline.', 'B. The grassy terrain and distant hills.', 'C. The sky and a distant mountain.', 'D. The forest and a lake.']",single,Concurrent
Real-Time Visual Understanding_sample_196_2,Object Perception,What object is held in the hand while standing on the wooden dock?,00:03:20,D,"['A. An enchanted tool.', 'B. A wooden crate.', 'C. A torch.', 'D. A golden apple.']",single,Prior
Real-Time Visual Understanding_sample_196_4,Object Perception,What object is floating in the sky outside the mesh enclosure?,00:09:20,D,"['A. A drone.', 'B. A kite.', 'C. A glider.', 'D. A hot air balloon.']",single,Concurrent
Real-Time Visual Understanding_sample_197_2,Object Perception,What object is positioned to the left of the large tree?,00:03:00,A,"['A. A wooden crafting table.', 'B. A stone statue.', 'C. A blue tent.', 'D. A metal bench.']",single,Prior
Real-Time Visual Understanding_sample_197_4,Object Perception,What inventory items are visible in the player's HUD?,00:09:19,A,"['A. Sword and pickaxe.', 'B. Sword and shield.', 'C. Axe and bow.', 'D. Pickaxe and bow.']",single,Concurrent
Real-Time Visual Understanding_sample_198_2,Object Perception,What item is the character holding in their hand right now?,00:04:41,D,"['A. A sword.', 'B. A shield.', 'C. A torch.', 'D. A white block.']",single,Concurrent
Real-Time Visual Understanding_sample_199_1,Object Perception,What tool is the player using to cut down the trees?,00:05:23,A,"['A. Stone axe.', 'B. Diamond Axe.', 'C. Golden axe.', 'D. Wooden axe.']",single,Prior
Real-Time Visual Understanding_sample_199_3,Object Perception,What food did the player just eat?,00:11:05,A,"['A. Fishes', 'B. pork', 'C. Orange', 'D. beef']",multiple,Prior
Real-Time Visual Understanding_sample_199_4,Object Perception,What object is the player holding right now?,00:16:05,A,"['A. A map.', 'B. A sword.', 'C. A pickaxe.', 'D. A bow.']",single,Concurrent
Real-Time Visual Understanding_sample_200_1,Object Perception,What can be seen on the left side of the wooden house at the beginning of the video?,00:00:20,D,"['A. A waterfall.', 'B. A village.', 'C. A tower.', 'D. A cave opening.']",single,Prior
Real-Time Visual Understanding_sample_200_5,Object Perception,What is the player character holding in his left hand right now?,00:12:35,D,"['A. A beef steak.', 'B. A sword.', 'C. A red item.', 'D. A shield.']",single,Concurrent
Real-Time Visual Understanding_sample_201_5,Object Perception,What type of pieces did the hand attach to the top surface of the structure just now?,00:03:25,D,"['A. Square pieces.', 'B. Triangular pieces.', 'C. Rectangular pieces.', 'D. Circular pieces resembling wheels.']",multiple,Concurrent
Real-Time Visual Understanding_sample_202_4,Object Perception,What is the new item introduced in the video?,00:03:22,B,"['A. A small structure made of blue and green blocks.', 'B. A small structure made of yellow and red blocks with wheels.', 'C. A toy vehicle with blue and yellow wheels.', 'D. An orange and green interlocking block structure.']",single,Concurrent
Real-Time Visual Understanding_sample_207_1,Object Perception,What is positioned underneath the archway made of colorful interlocking blocks?,00:00:03,D,"['A. A small tree.', 'B. A toy truck.', 'C. A small building.', 'D. A toy car.']",single,Concurrent
Real-Time Visual Understanding_sample_210_4,Object Perception,What color is the block being placed on the left side of the structure right now?,00:02:02,B,"['A. Red.', 'B. Blue.', 'C. Green.', 'D. Yellow.']",single,Concurrent
Real-Time Visual Understanding_sample_210_5,Object Perception,What is the block structure identified as?,00:03:17,B,"['A. A house.', 'B. A vehicle.', 'C. A spaceship.', 'D. A robot.']",single,Concurrent
Real-Time Visual Understanding_sample_251_2,Object Perception,What brand is the steering wheel right now?,00:01:06,C,"['A. BMW.', 'B. Audi.', 'C. Mercedes-Benz.', 'D. Porsche.']",single,Concurrent
Real-Time Visual Understanding_sample_253_1,Object Perception,Which make of car is being driven right now?,00:00:35,D,"['A. Ferrari.', 'B. Lamborghini.', 'C. McLaren.', 'D. Porsche.']",single,Concurrent
Real-Time Visual Understanding_sample_253_2,Object Perception,What brand of car is being driven right now?,00:07:00,D,"['A. Ford.', 'B. BMW.', 'C. Audi.', 'D. Porsche.']",single,Concurrent
Real-Time Visual Understanding_sample_255_1,Object Perception,What is visible near the goal post just now?,00:06,D,"['A. A coach in a fluorescent vest.', 'B. A player with a blue and yellow jersey.', 'C. A spectator with a hat.', 'D. A referee with a flag.']",multiple,Concurrent
Real-Time Visual Understanding_sample_258_1,Object Perception,What color is the jersey of the approaching player?,00:00:03,B,"['A. Red and white.', 'B. Blue and yellow.', 'C. Green and black.', 'D. White and black.']",single,Concurrent
Real-Time Visual Understanding_sample_258_2,Object Perception,What object does the camera focus on in the center of the field right now?,00:02:03,A,"['A. A soccer ball.', 'B. A water bottle.', ""C. A player's shoe."", 'D. A goalpost.']",single,Concurrent
Real-Time Visual Understanding_sample_258_4,Object Perception,What can be seen in the background right now?,00:04:04,B,"['A. The penalty area.', 'B. The goalpost and net.', 'C. The midfield line.', 'D. The audience stands.']",single,Concurrent
Real-Time Visual Understanding_sample_259_2,Object Perception,What is the color of the player's jersey who is dribbling the ball?,00:03:24,C,"['A. Blue.', 'B. Red.', 'C. Yellow.', 'D. Green.']",single,Concurrent
Real-Time Visual Understanding_sample_259_4,Object Perception,What is surrounding the soccer field?,00:07:00,C,"['A. A wall.', 'B. Tall buildings.', 'C. A fence.', 'D. Trees.']",single,Concurrent
Real-Time Visual Understanding_sample_261_2,Object Perception,What brand logo is visible on the driver's sleeve right now?,00:03:24,B,"['A. Red Bull.', 'B. Monster Energy.', 'C. TT.', 'D. Sparco.']",single,Concurrent
Real-Time Visual Understanding_sample_264_1,Object Perception,What brand is the black car?,00:00:05,D,"['A. BMW.', 'B. Mercedes.', 'C. Audi.', 'D. Porsche.']",single,Prior
Real-Time Visual Understanding_sample_264_2,Object Perception,What is the logo on the driver's steering wheel right now?,00:01:53,D,"['A. Ferrari.', 'B. Lamborghini.', 'C. Mercedes.', 'D. Porsche.']",single,Concurrent
Real-Time Visual Understanding_sample_265_1,Object Perception,What is the color of the football prominently featured in the video?,00:00:04,D,"['A. Blue and white.', 'B. Black and white.', 'C. Green and white.', 'D. Red and white.']",single,Prior
Real-Time Visual Understanding_sample_265_3,Object Perception,What advertisement is visible right now?,00:06:02,D,"['A. Honda and Chang.', 'B. Nissan.', 'C. Ford.', 'D. Toyota and Chang.']",single,Concurrent
Real-Time Visual Understanding_sample_265_4,Object Perception,What is the player wearing the camera holding right now?,00:09:10,D,"['A. A soccer ball.', 'B. A whistle.', 'C. A flag.', 'D. A water bottle.']",single,Concurrent
Real-Time Visual Understanding_sample_267_3,Object Perception,What is placed in front of the co-driver?,00:04:10,C,"['A. A map.', 'B. A joystick.', 'C. A notebook.', 'D. A bottle of water.']",single,Concurrent
Real-Time Visual Understanding_sample_268_1,Object Perception,What is the person outside the car holding in their hand right now?,00:00:02,D,"['A. A notepad.', 'B. A radio.', 'C. A stopwatch.', 'D. A digital device.']",single,Concurrent
Real-Time Visual Understanding_sample_268_3,Object Perception,What can be seen through the windshield right now?,00:03:12,C,"['A. A racetrack.', 'B. A dirt path.', 'C. A field with trees.', 'D. A forest.']",single,Concurrent
Real-Time Visual Understanding_sample_268_4,Object Perception,What can be seen through the windshield right now?,00:04:42,C,"['A. A dense forest.', 'B. City buildings.', 'C. A field with rows of poles.', 'D. A sandy desert.']",single,Concurrent
Real-Time Visual Understanding_sample_268_5,Object Perception,What is visible through the windshield right now?,00:06:22,A,"['A. A field with rows of poles.', 'B. A lake.', 'C. A forest path.', 'D. A residential area.']",single,Concurrent
Real-Time Visual Understanding_sample_301_4,Object Perception,What is located between the white picket fence and the brown wooden fence?,00:02:42,B,"['A. A stone path.', 'B. A grassy area.', 'C. A concrete wall.', 'D. A small pond.']",single,Concurrent
Real-Time Visual Understanding_sample_301_5,Object Perception,What is the nature of the shadows on the sidewalk shown right now?,00:04:06,B,"['A. Shadows from parked cars.', 'B. Shadows from street signs.', 'C. Shadows from the tree canopy.', 'D. Shadows from buildings.']",single,Concurrent
Real-Time Visual Understanding_sample_303_5,Object Perception,What item is visible in the hands of a woman passing by a storefront with a pink and white sign?,00:12:17,D,"['A. An umbrella.', 'B. A fruit juice.', 'C. A newspaper.', 'D. A green bag.']",single,Concurrent
Real-Time Visual Understanding_sample_304_1,Object Perception,What is prominently displayed on the large green street signs?,00:00:20,D,"['A. ""Broadway"" and ""5th Ave"" and ""Broadway"".', 'B. ""Main St"" and ""1st Ave"".', 'C. ""Central Park"" and ""7th Ave"".', 'D. ""Union Square West"" and ""E 17 st "" and ""Broadway"".']",single,Concurrent
Real-Time Visual Understanding_sample_304_2,Object Perception,What is the pedestrian on the left side of the screen holding?,00:02:23,D,"['A. A black bag.', 'B. A green backpack.', 'C. A yellow tote bag.', 'D. A red and white patterned bag.']",single,Concurrent
Real-Time Visual Understanding_sample_304_3,Object Perception,What number is prominently displayed above an entrance just now?,00:05:00,D,"['A. 819.', 'B. 731.', 'C. 129.', 'D. 913.']",multiple,Prior
Real-Time Visual Understanding_sample_305_4,Object Perception,Which sign is prominently displayed on the left side of the street now?,00:04:56,A,"['A. BROADWAY PLAZA HOTEL.', 'B. CITY LIBRARY.', 'C. CENTRAL PARK CAFE.', 'D. GRAND THEATER.']",single,Concurrent
Real-Time Visual Understanding_sample_306_2,Object Perception,What is the name on the food truck?,00:02:29,B,"[""A. Marco's Delights."", ""B. Shanif's Famous."", 'C. Tasty Treats.', 'D. City Eats.']",single,Concurrent
Real-Time Visual Understanding_sample_306_5,Object Perception,What is the primary color of the subway train?,00:08:54,C,"['A. Blue', 'B. Green', 'C. Silver', 'D. Red']",single,Concurrent
Real-Time Visual Understanding_sample_307_5,Object Perception,What was visible on the left-hand side of the street just now?,00:13:06,B,"['A. A coffee shop.', 'B. A brightly lit signboard of a restaurant.', 'C. A bookstore.', 'D. A clothing store.']",multiple,Concurrent
Real-Time Visual Understanding_sample_308_1,Object Perception,What prominent feature is located in the center of the outdoor plaza?,00:00:05,B,"['A. A large fountain.', 'B. A metallic globe sculpture.', 'C. A statue of a person.', 'D. A giant screen.']",single,Concurrent
Real-Time Visual Understanding_sample_308_3,Object Perception,What was the name of the café shown just now?,00:03:04,C,"['A. The Green Café.', 'B. The Fun Café.', 'C. Power Up Café.', 'D. Stage 52 Café.']",multiple,Concurrent
Real-Time Visual Understanding_sample_309_3,Object Perception,What is displayed on the screen now?,00:02:40,A,"['A. A lion.', 'B. A tiger.', 'C. A pug.', 'D. A cat.']",single,Concurrent
Real-Time Visual Understanding_sample_310_3,Object Perception,What is the shop labeled in the outdoor setting?,00:05:21,D,"['A. OWL NEST.', 'B. OWL SHOP.', 'C. OWL HOUSE.', 'D. OWL POST.']",single,Prior
Real-Time Visual Understanding_sample_311_4,Object Perception,What is the person exiting the building holding right now?,00:08:03,D,"['A. A book.', 'B. A phone.', 'C. A bag.', 'D. A drink.']",single,Concurrent
Real-Time Visual Understanding_sample_312_2,Object Perception,What kind of area is visible through the tram's windows during the journey?,00:05:30,B,"['A. A sandy beach.', 'B. A wooded area with trees.', 'C. A bustling city street.', 'D. A snowy mountain path.']",single,Concurrent
Real-Time Visual Understanding_sample_312_3,Object Perception,How is the road next to the tram bordered?,00:05:46,C,"['A. With a wooden fence.', 'B. With stone walls.', 'C. With metallic guardrails.', 'D. With hedges.']",single,Concurrent
Real-Time Visual Understanding_sample_313_1,Object Perception,What is prominently visible on the right side of the frame at the beginning of the video?,00:00:04,C,"['A. A black truck.', 'B. A red umbrella.', 'C. A building with ""BASECAMP"" written on it.', 'D. A crosswalk.']",single,Concurrent
Real-Time Visual Understanding_sample_313_2,Object Perception,What type of vehicle appeared from the right side and drove away just now?,00:02:46,B,"['A. A white utility truck.', 'B. A white SUV with organizational decals.', 'C. A dark-colored sedan.', 'D. A small black utility vehicle.']",multiple,Concurrent
Real-Time Visual Understanding_sample_313_4,Object Perception,What adorns the rocky structure seen now?,00:05:23,B,"['A. Colorful lights.', 'B. Greenery.', 'C. Painted murals.', 'D. Metal sculptures.']",single,Concurrent
Real-Time Visual Understanding_sample_314_1,Object Perception,What color is the vintage car parked right side to the red vehicle under a canopy?,00:00:11,B,"['A. Blue.', 'B. Yellow.', 'C. Green.', 'D. Black.']",single,Prior
Real-Time Visual Understanding_sample_314_3,Object Perception,"What type of building is labeled ""DILLERS BOARDING HOUSE""?",00:05:20,B,"['A. A single-story house.', 'B. A two-story wooden building.', 'C. A warehouse.', 'D. A three-story apartment.']",single,Concurrent
Real-Time Visual Understanding_sample_317_2,Object Perception,What does the mural depict?,00:00:13,D,"['A. A large beige building.', 'B. Palm trees and blue-topped booths.', 'C. A multi-car tram.', 'D. A famous Hollywood sign and surrounding landscape.']",single,Concurrent
Real-Time Visual Understanding_sample_317_5,Object Perception,What is visible on the right side of the escalator?,00:07:11,D,"['A. A fountain.', 'B. A park.', 'C. A parking lot.', 'D. A large building with colorful billboards.']",single,Concurrent
Real-Time Visual Understanding_sample_318_2,Object Perception,"What is the central feature of the ""Jurassic World"" sign on the facade of the building right now?",00:02:41,D,"['A. A large tree.', 'B. A water fountain.', 'C. A Ferris wheel.', 'D. A dinosaur emblem.']",single,Concurrent
Real-Time Visual Understanding_sample_318_3,Object Perception,What is visible above the rocks as the boat approaches the tunnel?,00:05:23,D,"['A. A rainbow.', 'B. A bridge.', 'C. A bird.', 'D. Green foliage.']",single,Concurrent
Real-Time Visual Understanding_sample_319_1,Object Perception,What item is prominently displayed in the center of the store?,00:00:08,D,"['A. A large stone pillar.', 'B. A wooden shelf with potted plants.', 'C. A mirror reflecting part of the store.', 'D. A kiddie ride-on vehicle.']",single,Concurrent
Real-Time Visual Understanding_sample_319_3,Object Perception,What objects are primarily featured in the video scene right now?,00:04:55,D,"['A. Cars.', 'B. Humans.', 'C. Animals.', 'D. Robots.']",single,Concurrent
Real-Time Visual Understanding_sample_319_5,Object Perception,What is prominently featured on the screen right now?,00:07:00,D,"['A. A large tree.', 'B. A blue vehicle.', 'C. A group of people.', 'D. A yellow and silver robot.']",single,Concurrent
Real-Time Visual Understanding_sample_320_1,Object Perception,What is labeled on the large green tunnel people are heading toward?,00:00:11,A,"['A. ""Mario Kart: Bowser\'s Challenge"".', 'B. ""Super Mario World"".', 'C. ""Luigi\'s Mansion"".', 'D. ""Princess Peach\'s Castle"".']",single,Concurrent
Real-Time Visual Understanding_sample_320_3,Object Perception,What is the large fish chasing the small fishes?,00:04:42,C,"['A. Blue fish', 'B. Green fish', 'C. Red fish', 'D. Yellow fish']",single,Concurrent
Real-Time Visual Understanding_sample_321_2,Object Perception,What is visible on the green pipes in the amusement park area?,00:02:45,C,"['A. Coins.', 'B. Stars.', 'C. ""POW"".', 'D. ""1UP"".']",single,Concurrent
Real-Time Visual Understanding_sample_322_1,Object Perception,What is prominently featured on the massive concrete building?,00:00:05,B,"['A. A giant robot.', 'B. A T-Rex mural.', 'C. A cityscape painting.', 'D. A famous portrait.']",single,Concurrent
Real-Time Visual Understanding_sample_322_2,Object Perception,What was located on the right side of the scene just now?,00:03:22,B,"['A. A dark gray railing.', 'B. A postbox.', 'C. A small vehicle.', 'D. A tree.']",multiple,Prior
Real-Time Visual Understanding_sample_322_4,Object Perception,What is prominently displayed on the marquee of the tall building to the left?,00:10:05,B,"['A. Cafe Entrance.', 'B. Box Office.', 'C. Storefronts.', 'D. Green Awning.']",single,Prior
Real-Time Visual Understanding_sample_323_2,Object Perception,What occupies the right side of the frame right now?,00:03:02,B,"['A. A tree.', 'B. A telephone booth.', 'C. A black car.', 'D. A bench.']",single,Concurrent
Real-Time Visual Understanding_sample_324_1,Object Perception,What object is the person holding in the hand?,00:00:03,A,"['A. A folded umbrella.', 'B. A map.', 'C. A shopping bag.', 'D. A book.']",single,Concurrent
Real-Time Visual Understanding_sample_325_3,Object Perception,What type of vehicle is parked in the middle of the frame right now?,00:03:00,B,"['A. A red car.', 'B. A white car.', 'C. A black motorcycle.', 'D. A yellow truck.']",single,Concurrent
Real-Time Visual Understanding_sample_325_5,Object Perception,What is prominently displayed on the wall above the entrance inside the building?,08:09,B,"['A. A painting.', 'B. A clock.', 'C. A sculpture.', 'D. A mirror.']",single,Concurrent
Real-Time Visual Understanding_sample_327_2,Object Perception,What color is the tram?,00:03:16,D,"['A. Red and white.', 'B. Blue and white.', 'C. Green and yellow.', 'D. Yellow and gray.']",single,Concurrent
Real-Time Visual Understanding_sample_327_3,Object Perception,What sign is prominently visible right now?,00:08:01,D,"['A. No Parking sign.', 'B. Yield sign.', 'C. Speed limit sign.', 'D. Stop sign.']",single,Concurrent
Real-Time Visual Understanding_sample_328_2,Object Perception,What vehicle is parked on the left side of the narrow street right now,00:02:42,D,"['A. A blue bicycle.', 'B. A white van.', 'C. A yellow motorcycle.', 'D. A red scooter.']",single,Concurrent
Real-Time Visual Understanding_sample_328_4,Object Perception,What is visible in the foreground on the pedestrian pathway?,00:08:02,D,"['A. A cyclist and a runner.', 'B. A person with a red backpack.', 'C. A group of people standing still.', 'D. Two people walking side by side.']",single,Concurrent
Real-Time Visual Understanding_sample_329_2,Object Perception,What is visible near the right side of the buildings right now?,00:02:57,D,"['A. A blue mailbox.', 'B. A green bench.', 'C. A yellow taxi.', 'D. A red phone booth.']",single,Concurrent
Real-Time Visual Understanding_sample_329_3,Object Perception,What is the person in the blue outfit carrying?,00:05:21,D,"['A. A briefcase.', 'B. A backpack.', 'C. A suitcase.', 'D. A shopping bag.']",single,Concurrent
Real-Time Visual Understanding_sample_330_1,Object Perception,What object is visible on the left side of the frame next to the parked cars?,00:00:15,B,"['A. A red mailbox.', 'B. A blue parking meter.', 'C. A green trash can.', 'D. A yellow bike rack.']",single,Concurrent
Real-Time Visual Understanding_sample_330_3,Object Perception,What color is the shirt of the man who is slightly ahead in the group of four people?,00:05:32,C,"['A. Green.', 'B. Blue.', 'C. White.', 'D. Red.']",single,Concurrent
Real-Time Visual Understanding_sample_331_3,Object Perception,What is parked on the right side of the plaza?,00:04:05,C,"['A. A red bicycle.', 'B. A blue car.', 'C. A white van.', 'D. A black motorcycle.']",single,Concurrent
Real-Time Visual Understanding_sample_333_1,Object Perception,What colour of bus was visible driving on the street just now?,00:00:12,A,"['A. Green bus.', 'B. Blue bus.', 'C. Red bus.', 'D. Yellow bus.']",multiple,Prior
Real-Time Visual Understanding_sample_334_1,Object Perception,What is the woman in the statue holding in her left hand?,00:00:19,D,"['A. A book.', 'B. A sword.', 'C. A shield.', 'D. A lit globe.']",single,Prior
Real-Time Visual Understanding_sample_335_4,Object Perception,Which type of bus entered the scene just now?,00:08:14,D,"['A. Single-decker bus.', 'B. Mini-bus.', 'C. Coach bus.', 'D. Double-decker bus.']",multiple,Concurrent
Real-Time Visual Understanding_sample_336_1,Object Perception,What type of bus is visible right now?,00:00:16,C,"['A. Single-decker bus.', 'B. Minibus.', 'C. Double-decker bus.', 'D. School bus.']",single,Concurrent
Real-Time Visual Understanding_sample_380_1,Object Perception,What is mounted on the lamp post right now?,00:00:05,C,"['A. A camera.', 'B. A streetlight.', 'C. An American flag.', 'D. A traffic sign.']",single,Concurrent
Real-Time Visual Understanding_sample_380_4,Object Perception,What is positioned next to the road right now?,00:06:24,C,"['A. Parking meters.', 'B. Trash bins.', 'C. Orange traffic barrels.', 'D. Benches.']",single,Concurrent
Real-Time Visual Understanding_sample_381_1,Object Perception,What is the vehicle immediately in front of the taxi right now?,00:00:02,C,"['A. A bus.', 'B. A bicycle.', 'C. A yellow car.', 'D. A motorcycle.']",single,Concurrent
Real-Time Visual Understanding_sample_381_3,Object Perception,What type of vehicle is in front of the yellow taxi right now?,00:04:07,A,"['A. A black car.', 'B. A white van.', 'C. A gray SUV.', 'D. A red truck.']",single,Concurrent
Real-Time Visual Understanding_sample_381_4,Object Perception,What is the person in the crosswalk holding in her hand right now?,00:06:08,C,"['A. A handbag.', 'B. A phone.', 'C. A shopping bag and a handbag.', 'D. An umbrella.']",single,Concurrent
Real-Time Visual Understanding_sample_382_2,Object Perception,What type of vehicle is shown in the foreground right now?,00:02:06,B,"['A. A truck.', 'B. A taxi.', 'C. A motorcycle.', 'D. A bicycle.']",single,Concurrent
Real-Time Visual Understanding_sample_383_1,Object Perception,Which country's flag is hanging on the right side of the road now?,00:00:03,C,"['A. Australia.', 'B. Italy.', 'C. United States.', 'D. UK.']",single,Concurrent
Real-Time Visual Understanding_sample_383_3,Object Perception,Which basketball-related sign is currently visible in the video right now?,00:04:11,A,"['A. NBA Store.', 'B. Nike Store.', 'C. Adidas Shop.', 'D. Reebok Shop.']",single,Concurrent
Real-Time Visual Understanding_sample_384_1,Object Perception,What type of vehicles are prominently visible in this clip?,00:00:04,B,"['A. Buses.', 'B. Yellow taxis.', 'C. Motorcycles.', 'D. Police cars.']",single,Concurrent
Real-Time Visual Understanding_sample_384_4,Object Perception,What is predominantly seen on the poles lining the street right now?,00:06:20,B,"['A. Traffic lights.', 'B. Banners.', 'C. Flower pots.', 'D. Bike racks.']",single,Concurrent
Real-Time Visual Understanding_sample_384_5,Object Perception,What is the mode of transportation that several individuals are using right now?,00:08:26,C,"['A. Roller skates.', 'B. Skateboards.', 'C. Bicycles.', 'D. Scooters.']",single,Concurrent
Real-Time Visual Understanding_sample_386_1,Object Perception,"Right now, which brand's logo is prominently displayed on the building?",00:00:04,D,"['A. Starbucks.', 'B. Burger King.', 'C. KFC.', ""D. McDonald's.""]",single,Concurrent
Real-Time Visual Understanding_sample_386_2,Object Perception,"Right now, which type of vehicle is marked with the logo ""VIA Touch""?",00:02:00,D,"['A. A taxi.', 'B. A truck.', 'C. A police car.', 'D. A van.']",single,Concurrent
Real-Time Visual Understanding_sample_387_1,Object Perception,What mode of transportation are the two people on the left side of the road using now?,00:00:04,D,"['A. Car', 'B. Bus', 'C. Airplane', 'D. Bike']",single,Concurrent
Real-Time Visual Understanding_sample_389_2,Object Perception,What type of vehicle is visible in front of the teal food truck right now?,00:02:10,D,"['A. Taxi cab.', 'B. Truck.', 'C. Bus.', 'D. Black car.']",single,Concurrent
Real-Time Visual Understanding_sample_390_2,Object Perception,What type of taxi is visible right now?,00:02:07,C,"['A. Ford Crown Victoria.', 'B. Toyota Prius.', 'C. Toyota Sienna.', 'D. Nissan NV200.']",single,Concurrent
Real-Time Visual Understanding_sample_392_1,Object Perception,Which coffee shop logo is visible in the background right now?,00:00:03,D,"[""A. Dunkin'."", 'B. Costa Coffee.', 'C. Tim Hortons.', 'D. Starbucks.']",single,Concurrent
Real-Time Visual Understanding_sample_392_2,Object Perception,What kind of structure is visible in the distance right now?,00:02:15,D,"['A. A tunnel.', 'B. A skyscraper.', 'C. A park.', 'D. A bridge.']",single,Concurrent
Real-Time Visual Understanding_sample_392_4,Object Perception,What brand is the black SUV driving in front right now?,00:06:36,D,"['A. Toyota', 'B. Ford', 'C. BMW', 'D. Benz']",single,Concurrent
Real-Time Visual Understanding_sample_393_1,Object Perception,What kind of car is parked on the left side of the road now?,00:00:07,A,"['A. Police car.', 'B. Bus.', 'C. Ambulance.', 'D. Taxi.']",single,Concurrent
Real-Time Visual Understanding_sample_393_3,Object Perception,"Right now, what type of vehicle is the black car on the left?",00:03:34,A,"['A. Infiniti.', 'B. Toyota.', 'C. Honda.', 'D. Lexus.']",single,Concurrent
Real-Time Visual Understanding_sample_394_1,Object Perception,What are the green cones on the road being used for right now?,00:00:03,A,"['A. Signaling road construction.', 'B. Indicating a lane merge.', 'C. Marking a pedestrian walkway.', 'D. Reserving parking spaces.']",single,Concurrent
Real-Time Visual Understanding_sample_394_4,Object Perception,What is the food cart on the right side of the road selling right now?,00:06:00,A,"['A. Hot dogs and burgers.', 'B. Ice cream.', 'C. Coffee.', 'D. Marshmallow.']",single,Concurrent
Real-Time Visual Understanding_sample_398_1,Object Perception,What is the predominant vehicle type visible on the right side of the street right now?,00:00:11,B,"['A. Red truck.', 'B. Yellow car.', 'C. White van.', 'D. Blue bicycle.']",single,Concurrent
Real-Time Visual Understanding_sample_399_1,Object Perception,What is directly in front of the camera right now?,00:00:06,B,"['A. A white car.', 'B. A yellow taxi.', 'C. A red car.', 'D. A black SUV.']",single,Concurrent
Real-Time Visual Understanding_sample_399_5,Object Perception,What notable landmark is visible on the left side of the street right now?,00:08:01,B,"['A. A statue of liberty.', 'B. A large globe structure.', 'C. A Ferris wheel.', 'D. A library.']",single,Concurrent
Real-Time Visual Understanding_sample_401_1,Object Perception,What is the type of vehicle directly in front of the camera?,00:00:04,C,"['A. A black sedan.', 'B. A white bus.', 'C. A white SUV.', 'D. A white truck.']",single,Concurrent
Real-Time Visual Understanding_sample_402_5,Object Perception,Which type of vehicle can be seen parked on the left side of the street right now?,00:07:53,C,"['A. A truck.', 'B. A bicycle.', 'C. A white car.', 'D. A motorcycle.']",single,Concurrent
Real-Time Visual Understanding_sample_403_2,Object Perception,What type of vehicle is directly in front of the camera right now?,00:02:37,A,"['A. Taxi.', 'B. Bus.', 'C. Bicycle.', 'D. Motorcycle.']",single,Concurrent
Real-Time Visual Understanding_sample_403_5,Object Perception,What make of the yellow car is waiting at the red light right now?,00:10:08,C,"['A. Honda.', 'B. Ford.', 'C. Toyota.', 'D. Nissan.']",single,Concurrent
Real-Time Visual Understanding_sample_416_1,Object Perception,What can be seen in the cockpit's center screen right now?,00:00:06,B,"['A. A compass.', 'B. A map.', 'C. An altitude meter.', 'D. A weather radar.']",single,Concurrent
Real-Time Visual Understanding_sample_416_5,Object Perception,What is located to the bottom-left of the cockpit's central control panel right now?,00:09:33,A,"['A. A blue handle.', 'B. A red button.', 'C. An altitude meter.', 'D. A compass.']",single,Concurrent
Real-Time Visual Understanding_sample_417_3,Object Perception,What is the main object visible outside the aircraft right now?,00:05:27,A,"['A. A mountain.', 'B. An ocean.', 'C. A forest.', 'D. A desert.']",single,Concurrent
Real-Time Visual Understanding_sample_418_4,Object Perception,What type of vehicles are visible right now?,00:07:06,C,"['A. Cars.', 'B. Bicycles.', 'C. Gliders.', 'D. Trains.']",single,Concurrent
Real-Time Visual Understanding_sample_419_1,Object Perception,What object is visible on the left side of the cockpit?,00:00:09,A,"['A. A blue handler.', 'B. A red first aid kit.', 'C. A yellow flashlight.', 'D. A green map.']",single,Concurrent
Real-Time Visual Understanding_sample_419_4,Object Perception,What object is visible in the lower-left corner of the cockpit right now?,00:07:33,A,"['A. A blue handler.', 'B. A red first aid kit.', 'C. A yellow flashlight.', 'D. A green map.']",single,Concurrent
Real-Time Visual Understanding_sample_420_1,Object Perception,What object is pointing out the window right now?,00:00:10,C,"['A. A pencil.', 'B. A pen.', 'C. A finger.', 'D. A stick.']",single,Concurrent
Real-Time Visual Understanding_sample_421_1,Object Perception,What device is the person currently using to capture the video?,00:00:01,A,"['A. Head-mounted camera.', 'B. Smartphone.', 'C. DSLR camera.', 'D. Camcorder.']",single,Concurrent
Real-Time Visual Understanding_sample_421_2,Object Perception,What type of vehicle is visible in the parking lot right now?,00:02:03,A,"['A. Car.', 'B. Heavy truck.', 'C. Bus.', 'D. Helicopter.']",single,Concurrent
Real-Time Visual Understanding_sample_421_3,Object Perception,What type of aircraft is visible right now?,00:04:10,A,"['A. Helicopter.', 'B. Airplane.', 'C. Drone.', 'D. Glider.']",single,Concurrent
Real-Time Visual Understanding_sample_421_4,Object Perception,What is the person grabbing from the food basket right now?,00:06:00,A,"['A. Chicken strips.', 'B. French fries.', 'C. Onion rings.', 'D. Mozzarella sticks.']",single,Concurrent
Real-Time Visual Understanding_sample_421_5,Object Perception,What navigational tool is visible on the screen right now?,00:08:09,A,"['A. GPS device.', 'B. Compass.', 'C. Altimeter.', 'D. Airspeed indicator.']",single,Concurrent
Real-Time Visual Understanding_sample_422_2,Object Perception,What is the pilot adjusting right now?,00:02:03,A,"['A. Control panel.', 'B. The radio.', 'C. The headset.', 'D. The GPS.']",multiple,Concurrent
Real-Time Visual Understanding_sample_422_3,Object Perception,What device is right now located to the pilot's right side and visible in the footage?,00:03:59,B,"['A. A smartphone.', 'B. A tablet.', 'C. A radio.', 'D. A map.']",single,Concurrent
Real-Time Visual Understanding_sample_422_5,Object Perception,What is the pilot holding in his right hand right now?,00:07:31,A,"['A. A joystick.', 'B. A map.', 'C. A throttle lever.', 'D. A GPS device.']",single,Concurrent
Real-Time Visual Understanding_sample_423_1,Object Perception,Which type of vehicle is visible inside the hangar right now?,00:00:03,C,"['A. Truck.', 'B. Boat.', 'C. Aircraft.', 'D. Motorcycle.']",single,Concurrent
Real-Time Visual Understanding_sample_423_2,Object Perception,Which device is currently placed on the right side of the cockpit?,00:02:56,A,"['A. A GPS device.', 'B. A radio transmitter.', 'C. An altimeter.', 'D. A fuel gauge.']",single,Concurrent
Real-Time Visual Understanding_sample_423_4,Object Perception,What instrument is the pilot using right now to navigate?,00:08:42,C,"['A. Altimeter.', 'B. Compass.', 'C. GPS tablet.', 'D. Map.']",single,Concurrent
Real-Time Visual Understanding_sample_423_5,Object Perception,Which device is placed next to the pilot's seat right now?,00:11:36,B,"['A. A GPS device.', 'B. A camera.', 'C. An oxygen mask.', 'D. A water bottle.']",single,Concurrent
Real-Time Visual Understanding_sample_424_2,Object Perception,What is in the pilot's left hand right now?,00:02:05,B,"['A. A map.', 'B. A control stick.', 'C. A headset.', 'D. A smartphone.']",single,Concurrent
Real-Time Visual Understanding_sample_424_4,Object Perception,What is the scene below the helicopter now?,00:06:09,B,"['A. A lake.', 'B. A forest.', 'C. A mountain.', 'D. A city.']",single,Concurrent
Real-Time Visual Understanding_sample_425_3,Object Perception,What is visible on the screen in the cockpit right now?,00:02:34,B,"['A. A speedometer.', 'B. A map.', 'C. An altimeter.', 'D. A radar.']",single,Concurrent
Real-Time Visual Understanding_sample_425_5,Object Perception,What is the pilot holding in his left hand right now?,00:05:07,B,"['A. A joystick.', 'B. A blue handle.', 'C. A map.', 'D. A throttle lever.']",single,Concurrent
Real-Time Visual Understanding_sample_426_1,Object Perception,What is mounted on the left side of the helicopter cockpit right now?,00:00:04,C,"['A. A phone.', 'B. A GPS device.', 'C. A tablet.', 'D. A camera.']",single,Concurrent
Real-Time Visual Understanding_sample_427_2,Object Perception,What is the man in the video holding right now?,00:02:14,B,"['A. A wrench.', 'B. An air pump.', 'C. A screwdriver.', 'D. A flashlight.']",single,Concurrent
Real-Time Visual Understanding_sample_427_5,Object Perception,What is the man setting up right now?,00:08:55,A,"['A. A tent.', 'B. A table.', 'C. A chair.', 'D. A blanket.']",single,Concurrent
Real-Time Visual Understanding_sample_428_2,Object Perception,What is the primary object right now attached in front of the yellow aircraft?,00:01:23,A,"['A. A rope.', 'B. A radar.', 'C. A ladder.', 'D. A parachute.']",single,Concurrent
Real-Time Visual Understanding_sample_428_4,Object Perception,What physical structure is visible in the background right now?,00:04:00,A,"['A. A road.', 'B. A lake.', 'C. A bridge.', 'D. A factory.']",single,Concurrent
Real-Time Visual Understanding_sample_428_5,Object Perception,What is the person in the aircraft wearing on his head right now?,00:05:22,A,"['A. A leather aviator hat.', 'B. A helmet.', 'C. A beanie.', 'D. A cap.']",single,Concurrent
Real-Time Visual Understanding_sample_430_1,Object Perception,What object is mounted in front of the pilot on the left side?,00:00:02,C,"['A. A map.', 'B. A compass.', 'C. A tablet.', 'D. A camera.']",single,Concurrent
Real-Time Visual Understanding_sample_430_3,Object Perception,What object is the man in the gray shirt holding right now?,00:04:15,C,"['A. A backpack.', 'B. A helmet.', 'C. A purple bag.', 'D. A clipboard.']",single,Concurrent
Real-Time Visual Understanding_sample_431_1,Object Perception,What is the man standing in front of the glider wearing on his head right now?,00:00:03,C,"['A. A helmet.', 'B. A hat.', 'C. A cap.', 'D. No headgear.']",single,Concurrent
Real-Time Visual Understanding_sample_431_3,Object Perception,"Right now, what is the man holding in his hand?",00:03:20,C,"['A. A map.', 'B. A burger.', 'C. A sandwich.', 'D. A piece of paper.']",single,Concurrent
Real-Time Visual Understanding_sample_431_4,Object Perception,What is displayed on the central screen of the control panel right now?,00:04:58,A,"['A. A navigation map.', 'B. A weather forecast.', 'C. A music player.', 'D. An engine monitoring system.']",single,Concurrent
Real-Time Visual Understanding_sample_432_1,Object Perception,What type of vehicle is visible from the cockpit view right now?,00:00:04,D,"['A. Helicopter.', 'B. Paraglider.', 'C. Hot air balloon.', 'D. Airplane.']",single,Concurrent
Real-Time Visual Understanding_sample_432_3,Object Perception,What type of structure can be seen on the hilltop right now?,00:04:12,D,"['A. Lighthouse.', 'B. Windmill.', 'C. Observation Deck.', 'D. A red and white tower.']",single,Concurrent
Real-Time Visual Understanding_sample_432_5,Object Perception,What object is the pilot's right hand holding right now?,00:07:14,D,"['A. A map.', 'B. A throttle.', 'C. A compass.', 'D. A joystick.']",single,Concurrent
Real-Time Visual Understanding_sample_433_2,Object Perception,What type of vehicle appears near the open parking lot right now?,00:02:06,D,"['A. Motorcycle.', 'B. Helicopter.', 'C. Bicycle.', 'D. Car.']",single,Concurrent
Real-Time Visual Understanding_sample_433_3,Object Perception,What is the vehicle being operated right now?,00:04:35,D,"['A. Airplane.', 'B. Boat.', 'C. Car.', 'D. Helicopter.']",single,Concurrent
Real-Time Visual Understanding_sample_434_2,Object Perception,What device is currently mounted to the top of the helicopter's control panel?,00:02:07,A,"['A. A camera.', 'B. A GPS unit.', 'C. An altimeter.', 'D. A radar detector.']",single,Concurrent
Real-Time Visual Understanding_sample_434_3,Object Perception,What is currently seen on the belt of the police officer?,00:04:08,C,"['A. Flashlight.', 'B. Handcuffs.', 'C. Taser.', 'D. Radio.']",single,Concurrent
Real-Time Visual Understanding_sample_435_1,Object Perception,What instrument is visible on the pilot's lap right now?,00:00:03,D,"['A. An altimeter', 'B. A compass', 'C. A throttle', 'D. A joystick']",single,Concurrent
Real-Time Visual Understanding_sample_435_2,Object Perception,Where is the airplane preparing to land?,00:01:18,D,"['A. At the airport.', 'B. On the mountain.', 'C. In the field.', 'D. On the grassland.']",single,Concurrent
Real-Time Visual Understanding_sample_436_4,Object Perception,What is the camera operator holding in his hands right now?,00:04:01,B,"['A. A red crate.', 'B. A green and white carton.', 'C. A yogurt container.', 'D. A bottle of milk.']",single,Concurrent
Real-Time Visual Understanding_sample_437_3,Object Perception,What is the person holding right now?,00:03:00,B,"['A. A bottle of juice.', 'B. A carton of milk.', 'C. A box of cereal.', 'D. A can of soda.']",single,Concurrent
Real-Time Visual Understanding_sample_437_4,Object Perception,What did the person pick up on the top shelf just now?,00:05:27,C,"['A. Boxes of cereal.', 'B. Cans of soup.', 'C. Yogurt cups.', 'D. Bottled water.']",multiple,Prior
Real-Time Visual Understanding_sample_438_1,Object Perception,What is the person in the video organizing on the shelf?,00:00:20,B,"['A. Boxes of cereal.', 'B. Containers of yogurt.', 'C. Bottles of milk.', 'D. Packages of cheese.']",single,Concurrent
Real-Time Visual Understanding_sample_438_2,Object Perception,What is the person holding right now?,00:02:21,B,"['A. A metal cart.', 'B. A cardboard box.', 'C. A green boxed item.', 'D. A juice carton.']",single,Concurrent
Real-Time Visual Understanding_sample_438_5,Object Perception,What brand of dairy products is prominently featured on the shelves right now?,00:08:42,A,"['A. Kesella.', 'B. Danone.', 'C. Yoplait.', 'D. Nestle.']",single,Concurrent
Real-Time Visual Understanding_sample_439_1,Object Perception,What is the primary product seen on the cart?,00:00:09,C,"['A. Yogurt cups', 'B. Cream cartons', 'C. Milk or a similar product in red and white packaging', 'D. Cheese blocks']",single,Concurrent
Real-Time Visual Understanding_sample_440_1,Object Perception,What type of drink cartons did the individual rearranging first?,00:00:03,B,"['A. Orange juice.', 'B. Yoghurt.', 'C. Chocolate milk.', 'D. Apple juice.']",single,Concurrent
Real-Time Visual Understanding_sample_440_4,Object Perception,What type of products is the person handling in the supermarket aisle?,00:07:20,C,"['A. Bread loaves.', 'B. Canned goods.', 'C. Milk cartons.', 'D. Fruit packages.']",single,Concurrent
Real-Time Visual Understanding_sample_441_2,Object Perception,What did the person pick up from the cart and place into the left-side shelves just now?,00:02:34,B,"['A. Yogurt cups.', 'B. Green Cartons of milk.', 'C. Boxes of green-colored items.', 'D. Containers of cream.']",multiple,Prior
Real-Time Visual Understanding_sample_442_2,Object Perception,What label is visible on the boxes stacked on the floor in the storage room right now?,00:04:19,C,"['A. ALPHA.', 'B. CHARLIE.', 'C. Valio and BRAVO.', 'D. DELTA.']",single,Prior
Real-Time Visual Understanding_sample_442_3,Object Perception,What brand of juice cartons is the person handling?,00:13:02,A,"['A. BRAVO.', 'B. EXOTISK JUICE.', 'C. TROPICANA.', 'D. DELIGHT JUICE.']",single,Concurrent
Real-Time Visual Understanding_sample_443_1,Object Perception,What is the gloved hand reaching towards at the beginning of the video?,00:01,A,"['A. Yogurt containers.', 'B. Milk cartons.', 'C. Juice bottles.', 'D. Cheese blocks.']",single,Concurrent
Real-Time Visual Understanding_sample_444_2,Object Perception,What is being placed on the refrigerated shelf right now?,00:02:23,A,"['A. Cartons of milk.', 'B. Bottles of water.', 'C. Packs of juice.', 'D. Bags of vegetables.']",single,Concurrent
Real-Time Visual Understanding_sample_445_1,Object Perception,What is the person maneuvering at the start of the video?,00:08,A,"['A. A cart.', 'B. A trolley.', 'C. A box.', 'D. A crate.']",single,Prior
Real-Time Visual Understanding_sample_445_2,Object Perception,What kind of products is the person handling?,00:03:00,A,"['A. Dairy products.', 'B. Bakery items.', 'C. Canned goods.', 'D. Fresh produce.']",single,Concurrent
Real-Time Visual Understanding_sample_445_4,Object Perception,What type of containers is being placed into the wire cart?,00:08:07,A,"['A. White and blue labeled.', 'B. Red and white labeled.', 'C. Green and white labeled.', 'D. Yellow labeled.']",single,Concurrent
Real-Time Visual Understanding_sample_446_1,Object Perception,What is prominently visible on top of the table at the start of the video?,00:00:01,B,"['A. A stack of green boxes.', 'B. A stack of white cartons labeled ""JO"".', 'C. A stack of red cartons labeled ""YO"".', 'D. A stack of blue containers labeled ""Mild Yogurt"".']",single,Concurrent
Real-Time Visual Understanding_sample_446_2,Object Perception,What brand name appears on the green cartons being held by the person?,00:02:52,B,"['A. KESO.', 'B. Bregott.', 'C. Arla.', 'D. Lurpak.']",single,Concurrent
Real-Time Visual Understanding_sample_446_3,Object Perception,What is the individual wearing on their hands while handling the yogurt containers?,00:05:31,A,"['A. Gloves.', 'B. Mittens.', 'C. Bare hands.', 'D. Bandages.']",single,Concurrent
Real-Time Visual Understanding_sample_447_2,Object Perception,What kind of items is the person reaching for on the cart?,00:02:43,B,"['A. Cheese blocks.', 'B. Yogurt cups.', 'C. Milk cartons.', 'D. Bread loaves.']",single,Concurrent
Real-Time Visual Understanding_sample_447_3,Object Perception,What type of items is the viewer primarily handling in the video?,00:05:40,B,"['A. Electronic gadgets.', 'B. Dairy products.', 'C. Clothing accessories.', 'D. Stationery products.']",single,Concurrent
Real-Time Visual Understanding_sample_448_2,Object Perception,What type of perspective is shown in the video?,00:02:23,C,"['A. Third-person perspective.', 'B. Aerial perspective.', 'C. First-person perspective.', 'D. Side perspective.']",single,Concurrent
Real-Time Visual Understanding_sample_449_1,Object Perception,What object is being pushed at the beginning of the video?,00:00:20,B,"['A. A stroller.', 'B. A metal shopping cart.', 'C. A suitcase.', 'D. A wheelbarrow.']",single,Prior
Real-Time Visual Understanding_sample_449_4,Object Perception,What is the person holding in his hand right now?,00:12:05,C,"['A. A red basket.', 'B. A plastic bag.', 'C. A cardboard tray.', 'D. A shopping list.']",single,Concurrent
Real-Time Visual Understanding_sample_450_5,Object Perception,What type car is the orange car visible right now?,00:07:29,A,"['A. SUV.', 'B. Van.', 'C. Bus.', 'D. Truck.']",single,Concurrent
Real-Time Visual Understanding_sample_451_5,Object Perception,Which brand's logo is visible on the right side of the road right now?,00:07:44,D,"[""A. McDonald's."", 'B. KFC.', 'C. Subway.', 'D. Starbucks.']",single,Concurrent
Real-Time Visual Understanding_sample_454_2,Object Perception,What is mounted on the dashboard right now?,00:02:10,A,"['A. A phone with GPS application.', 'B. A camera.', 'C. A radio.', 'D. A small fan.']",single,Concurrent
Real-Time Visual Understanding_sample_454_5,Object Perception,What is attached to the dashboard right now?,00:08:41,C,"['A. A notebook.', 'B. A GPS device.', 'C. A mobile phone.', 'D. A calculator.']",single,Concurrent
Real-Time Visual Understanding_sample_455_3,Object Perception,What type of vehicle is visible directly ahead the camera right now?,00:04:27,C,"['A. A sedan.', 'B. A motorcycle.', 'C. A truck.', 'D. A bicycle.']",single,Concurrent
Real-Time Visual Understanding_sample_455_5,Object Perception,What is mounted on the dashboard right now?,00:08:56,A,"['A. A phone with GPS application.', 'B. A radio receiver.', 'C. An air freshener.', 'D. A digital clock.']",single,Concurrent
Real-Time Visual Understanding_sample_456_2,Object Perception,What is directly in front of the vehicle?,00:01:55,C,"['A. A park.', 'B. A construction site.', 'C. A crosswalk.', 'D. A gas station.']",single,Concurrent
Real-Time Visual Understanding_sample_456_3,Object Perception,What color is the car driving next to the bus?,00:03:45,C,"['A. Blue.', 'B. Green.', 'C. Red.', 'D. White.']",single,Concurrent
Real-Time Visual Understanding_sample_458_2,Object Perception,What brand logo is visible on the rear of the car directly in front right now?,00:01:52,D,"['A. Toyota.', 'B. Honda.', 'C. Audi.', 'D. Porsche.']",single,Concurrent
Real-Time Visual Understanding_sample_458_3,Object Perception,What colored barriers are visible on the passenger-side sidewalk right now?,00:03:39,D,"['A. Red.', 'B. Green.', 'C. Yellow.', 'D. Blue and white.']",single,Concurrent
Real-Time Visual Understanding_sample_458_5,Object Perception,What is the make of the vehicle directly in front right now?,00:07:18,D,"['A. Toyota.', 'B. Honda.', 'C. Nissan.', 'D. Mitsubishi.']",single,Concurrent
Real-Time Visual Understanding_sample_459_2,Object Perception,What device is located to the right side of the steering wheel right now?,00:02:03,A,"['A. A digital device.', 'B. A water bottle.', 'C. A map.', 'D. A book.']",single,Concurrent
Real-Time Visual Understanding_sample_462_3,Object Perception,What is depicted in the painting shown in the video right now?,00:02:42,A,"['A. A wave breaking in the ocean.', 'B. A forest scene.', 'C. An abstract pattern.', 'D. A cityscape.']",single,Concurrent
Real-Time Visual Understanding_sample_463_3,Object Perception,What is on top of the stack of books leftside on the small table?,00:05:24,D,"['A. A blue-colored book.', 'B. A green-colored book.', 'C. A red-colored book.', 'D. An orange-colored book.']",single,Concurrent
Real-Time Visual Understanding_sample_464_5,Object Perception,What is depicted in the top left painting on the white wall?,00:07:00,B,"['A. A vivid sunset over a hilly landscape.', 'B. A stormy scene with lightning over a dark road.', 'C. A monochromatic, foggy landscape with twisted trees.', 'D. An abstract painting with splashes of colors.']",single,Concurrent
Real-Time Visual Understanding_sample_465_3,Object Perception,"What is prominently featured in this tall, vertical painting?",00:08:07,B,"['A. Characters in vibrant outfits.', 'B. A dark blue center with white edges.', 'C. Abstract shapes and vibrant colors.', 'D. Geometric and floral patterns.']",single,Concurrent
Real-Time Visual Understanding_sample_465_5,Object Perception,What is being displayed on the video now?,00:08:52,B,"['A. A bookshelf filled with books.', 'B. A painting depicting a bookshelf.', 'C. A painting with many trees.', 'D. A painting with many people in it.']",single,Concurrent
Real-Time Visual Understanding_sample_466_1,Object Perception,What object is the blue gorilla holding?,00:00:08,D,"['A. A banana.', 'B. A small sculpture.', 'C. A book.', 'D. A cylindrical object labeled ""USA"".']",single,Concurrent
Real-Time Visual Understanding_sample_466_3,Object Perception,What significant installation is revealed in the center of the gallery right now?,00:02:51,D,"['A. A large sculpture in the center', 'B. A collection of paintings on the walls', 'C. A video projection', 'D. Numerous small, colorful items hanging from the ceiling.']",single,Concurrent
Real-Time Visual Understanding_sample_468_2,Object Perception,What is depicted in the sculpture shown just now,00:08:08,D,"['A. A person holding a tree.', 'B. A person holding a book.', 'C. A person holding a bird.', 'D. A person holding a house.']",multiple,Prior
Real-Time Visual Understanding_sample_469_1,Object Perception,What shape is the transparent sculpture placed on the clear pedestal shown just now?,00:02:53,C,"['A. Star.', 'B. Circle.', 'C. Heart.', 'D. Triangle.']",single,Prior
Real-Time Visual Understanding_sample_469_5,Object Perception,What is on the table beneath the lower part of the display?,00:08:10,A,"['A. Two books and a box.', 'B. one book and a box.', 'C. A sculpture.', 'D. A vase.']",single,Concurrent
Real-Time Visual Understanding_sample_470_2,Object Perception,What is depicted in the three artworks shown in the video right now?,00:02:23,B,"['A. Abstract floral shapes.', 'B. Cartoon figures in dynamic poses.', 'C. Realistic portraits of people.', 'D. Landscapes with mountains.']",single,Concurrent
Real-Time Visual Understanding_sample_470_5,Object Perception,What letters are mounted on the blue wall shown just now?,00:07:10,B,"['A. L and T.', 'B. L and P.', 'C. P and T.', 'D. L and M.']",multiple,Prior
Real-Time Visual Understanding_sample_473_3,Object Perception,Which painting includes a seaside scene with birds flying around?,00:00:25,C,"['A. The painting of a mother holding a baby.', 'B. The painting with the text ""SUGAR"".', 'C. The painting of the oversized shark and pig.', 'D. The painting with anthropomorphic figures.']",single,Prior
Real-Time Visual Understanding_sample_474_1,Object Perception,What is the main subject in the initial artwork shown in the gallery?,00:00:04,A,"['A. A white chicken with a red comb.', 'B. A black chicken with a white tail.', 'C. A vase with green flowers.', 'D. An abstract orange pattern.']",single,Concurrent
Real-Time Visual Understanding_sample_474_4,Object Perception,What is depicted in the larger framed artwork right now?,00:04:46,A,"['A. A collage of various houses.', 'B. A single house with a red roof.', 'C. An abstract green image.', 'D. A black and white portrait.']",single,Concurrent
Real-Time Visual Understanding_sample_476_5,Object Perception,What kind of artworks are displayed on the partition wall?,00:02:53,B,"['A. Sculptures.', 'B. Framed prints.', 'C. Digital screens.', 'D. Posters.']",single,Concurrent
Real-Time Visual Understanding_sample_477_1,Object Perception,What are the small components of the display shown right now?,00:00:15,B,"['A. Small paintings.', 'B. Cylindrical objects.', 'C. Rectangular tiles.', 'D. Triangular pieces.']",single,Concurrent
Real-Time Visual Understanding_sample_477_4,Object Perception,What is prominently mounted on the wall right now?,00:07:14,C,"['A. A large, intricate tapestry.', 'B. A framed palette with blobs of paint.', ""C. A large, textured 3D artwork of a lion's head."", 'D. A black and white sketch.']",single,Concurrent
Real-Time Visual Understanding_sample_480_3,Object Perception,What does the upper left painting feature?,00:03:42,A,"['A. A large tree in bloom with pink flowers.', 'B. A large tree with green foliage.', 'C. A whimsical figure with flowers around its head.', 'D. An abstract design with swirling shapes.']",single,Concurrent
Real-Time Visual Understanding_sample_481_2,Object Perception,What object is the track passing under right now?,00:00:48,C,"['A. A chair.', 'B. A table.', 'C. A bed.', 'D. A couch.']",single,Concurrent
Real-Time Visual Understanding_sample_481_4,Object Perception,What object is the track curving around right now?,00:02:19,C,"['A. A couch.', 'B. A table.', 'C. A sofa.', 'D. A window.']",single,Concurrent
Real-Time Visual Understanding_sample_487_4,Object Perception,What is the color of the car that leads the race right now?,00:03:27,C,"['A. Red', 'B. Blue', 'C. Yellow', 'D. Purple']",single,Concurrent
Real-Time Visual Understanding_sample_491_3,Object Perception,What are the people behind the barricade holding right now?,00:01:42,C,"['A. Cameras.', 'B. Drinks.', 'C. Remote controls.', 'D. Cell phones.']",single,Concurrent
Real-Time Visual Understanding_sample_492_5,Object Perception,What is the green dinosaur holding on its head?,00:14:00,D,"['A. A miniature human figure.', 'B. A piece of railroad track.', 'C. A toy truck.', 'D. A toy car.']",single,Concurrent
Real-Time Visual Understanding_sample_496_5,Object Perception,What is surrounding the racetrack right now?,00:12:03,C,"['A. Sand dunes.', 'B. Tall grass.', 'C. Snow banks.', 'D. Rocky cliffs.']",single,Concurrent
Real-Time Visual Understanding_sample_497_1,Object Perception,"What is depicted in the quadrants labeled ""Train1,"" ""Scrambler,"" ""Train2,"" and ""Big-U""?",00:00:15,B,"['A. Various miniature race tracks.', 'B. Four different sections of the race track.', 'C. A detailed map of a large city.', 'D. A diagram of an amusement park.']",single,Concurrent
Real-Time Visual Understanding_sample_498_2,Object Perception,Which car has a green fin in the back?,00:02:10,C,"['A. Car #24.', 'B. Car #28.', 'C. Car #35.', 'D. Car #94.']",single,Concurrent
Real-Time Visual Understanding_sample_498_4,Object Perception,What colors are those two racing cars?,00:06:00,B,"['A. Red and blue.', 'B. Green and silver.', 'C. Black and yellow.', 'D. Blue and orange.']",single,Concurrent
question_id,task_type,question,time_stamp,answer,options,frames_required,temporal_clue_type
Real-Time Visual Understanding_sample_1_3,Text-Rich Understanding,What logo is seen on the jersey of the player covering his mouth?,00:01:22,D,"['A. Apple.', 'B. Google.', 'C. Adidas.', 'D. Spotify.']",single,Prior
Real-Time Visual Understanding_sample_2_5,Text-Rich Understanding,What is the current score shown on the scoreboard?,00:05:15,B,"['A. Croatia 3 - 2 Brazil.', 'B. Croatia 4 - 2 Brazil.', 'C. Croatia 4 - 3 Brazil.', 'D. Croatia 5 - 2 Brazil.']",single,Prior
Real-Time Visual Understanding_sample_4_3,Text-Rich Understanding,What was the score and the position of the teams right now?,00:01:04,C,"['A. 1-0, the team in blue and red is leading.', 'B. 2-0, the team in white is leading.', 'C. 2-0, the team in blue and red is leading.', 'D. 1-1, the teams are tied.']",single,Concurrent
Real-Time Visual Understanding_sample_5_1,Text-Rich Understanding,What name is written on the goalkeeper's bright green jersey?,00:00:14,B,"['A. NEUER.', 'B. PICKFORD.', 'C. DE GEA.', 'D. COURTOIS.']",single,Prior
Real-Time Visual Understanding_sample_5_5,Text-Rich Understanding,What number is on the back of the goalkeeper's kit who is preparing to dive for the penalty kick?,00:07:23,D,"['A. 10.', 'B. 7.', 'C. 5.', 'D. 1.']",single,Prior
Real-Time Visual Understanding_sample_6_5,Text-Rich Understanding,What is written on the back of the goalkeeper's jersey?,00:07:05,C,"['A. SMITH 10.', 'B. JONES 15.', 'C. SCHEMEICHEL 1.', 'D. MARTIN 8.']",single,Prior
Real-Time Visual Understanding_sample_8_3,Text-Rich Understanding,What advertisement is visible around the perimeter of the field right now?,00:01:25,C,"['A. ""Airbnb"".', 'B. ""Expedia"".', 'C. ""Booking.com"".', 'D. ""TripAdvisor"".']",single,Concurrent
Real-Time Visual Understanding_sample_9_1,Text-Rich Understanding,What card is this person playing now?,00:00:11,A,"['A. Nine of Spades.', 'B. Six of Spades.', 'C. Nine of Hearts.', 'D. Seven of Diamonds.']",multiple,Prior
Real-Time Visual Understanding_sample_12_5,Text-Rich Understanding,What is the title of the cookbook prominently featured?,00:11:04,A,"['A. ""Gordon Ramsay in 10: Delicious Recipes Made in a Flash"".', 'B. ""Jamie Oliver\'s 30-Minute Meals"".', 'C. ""Gordon Ramsay\'s Ultimate Cookery Course"".', 'D. ""Nigella Express: Good Food Fast"".']",single,Concurrent
Real-Time Visual Understanding_sample_18_5,Text-Rich Understanding,How much time does this person have left now??,00:09:05,B,"['A. 01:53.', 'B. 01:52.', 'C. 01:51.', 'D. 01:54.']",single,Concurrent
Real-Time Visual Understanding_sample_23_1,Text-Rich Understanding,What text appears on the screen right now?,00:00:18,A,"['A. ""RAMSAY in 10"".', 'B. ""RAMSAY in 5"".', 'C. ""COOKING in 10"".', 'D. ""CHEF in 10"".']",single,Prior
Real-Time Visual Understanding_sample_24_3,Text-Rich Understanding,What text appeared on the just now?,00:02:57,D,"['A. ""Cooking Time: 10 minutes"".', 'B. ""Season to Taste"".', 'C. ""Ingredients: Beef, Salt, Pepper"".', 'D. ""Recipe is in the description below"".']",single,Prior
Real-Time Visual Understanding_sample_24_5,Text-Rich Understanding,How much time does this person have left now??,00:05:49,D,"['A. 10s.', 'B. More than ten seconds.', 'C. 20s.', 'D. Less than ten seconds.']",single,Concurrent
Real-Time Visual Understanding_sample_28_1,Text-Rich Understanding,What text appears at the top right of the screen right now?,00:00:13,B,"['A. ""Live Recording"".', 'B. ""Previously Recorded Live"".', 'C. ""Recording Now"".', 'D. ""Live Now"".']",single,Concurrent
Real-Time Visual Understanding_sample_31_1,Text-Rich Understanding,What word appears on the bottom left of the frame while the man continues his explanation?,00:00:13,C,"['A. COOK.', 'B. RAMSAY.', 'C. HOT.', 'D. READY.']",single,Concurrent
Real-Time Visual Understanding_sample_34_2,Text-Rich Understanding,How much time does the person have left to complete their task according to the producer?,00:02:50,C,"['A. 5 minutes 30 seconds.', 'B. 7 minutes 30 seconds.', 'C. 8 minutes 30 seconds.', 'D. 9 minutes 30 seconds.']",single,Prior
Real-Time Visual Understanding_sample_40_1,Text-Rich Understanding,What is prominently displayed behind the person standing against a blue backdrop?,00:00:20,D,"['A. ""CHEF in 10"".', 'B. ""COOK in 10"".', 'C. ""BAKE in 10"".', 'D. ""RAMSAY in 10"".']",single,Prior
Real-Time Visual Understanding_sample_42_5,Text-Rich Understanding,What do the decorative letters on the top shelf spell?,00:06:05,C,"['A. EAT.', 'B. CHEF.', 'C. COOK.', 'D. FOOD.']",single,Prior
Real-Time Visual Understanding_sample_52_1,Text-Rich Understanding,What is the screen displaying right now?,00:00:15,B,"['A. A detailed close-up of milestone discs.', 'B. The words __aby Milestone Disc_ centered on a black screen.', 'C. Two highlighted milestone discs.', 'D. A light gray background with a title and note.']",single,Concurrent
Real-Time Visual Understanding_sample_60_1,Text-Rich Understanding,What phrase appears right now?,00:00:14,C,"['A. ""Links to the materials I used are in the video description.""', 'B. ""Merry Christmas and Happy New Year.""', 'C. ""Alcohol Ink Ornaments.""', 'D. ""Handmade Ornaments by Design.""']",single,Concurrent
Real-Time Visual Understanding_sample_104_1,Text-Rich Understanding,What is written on the rectangular object that the individual is presenting?,00:00:15,B,"['A. GTX 1080.', 'B. RTX 4090.', 'C. RTX 3070.', 'D. RX 6900.']",single,Concurrent
Real-Time Visual Understanding_sample_104_2,Text-Rich Understanding,"Just now, which graphics card model has its frame rate exceeding 200 FPS?",00:04:00,C,"['A. RTX 2080 Ti.', 'B. RTX 3090.', 'C. RTX 4090.', 'D. GTX 1080.']",single,Concurrent
Real-Time Visual Understanding_sample_104_3,Text-Rich Understanding,"Which rival drivers are shown in front of the first-person perspective of the ""WILLIAMS"" car right now?",00:07:37,B,"['A. RUSSELL and ALONSO', 'B. VERSTAPPEN, BOTTAS, RUSSELL, MAGNUSSEN and ALBON', 'C. HAMILTON and LECLERC', 'D. VETTEL and GASLY']",single,Concurrent
Real-Time Visual Understanding_sample_104_4,Text-Rich Understanding,What key statistics about the GPU were shown just now?,00:11:12,B,"['A. CPU usage and system temperature.', 'B. GPU model, temperature readings, clock speed, and power.', 'C. Memory usage and network speed.', 'D. Hard drive space and cooling fan speed.']",multiple,Concurrent
Real-Time Visual Understanding_sample_104_5,Text-Rich Understanding,What is the visual focus of the scene right now?,00:13:46,B,"['A. The setup of a gaming console.', 'B. Two graphics cards on a white surface.', 'C. A close-up of a computer screen.', 'D. A group of people discussing.']",single,Concurrent
Real-Time Visual Understanding_sample_105_1,Text-Rich Understanding,What graphics card is mentioned as having 44 shader TFLOPS?,00:00:20,D,"['A. RTX 4070 Super.', 'B. RTX 4080 Super.', 'C. RTX 4090.', 'D. RTX 4070 Ti Super.']",single,Prior
Real-Time Visual Understanding_sample_105_2,Text-Rich Understanding,Which series of graphics cards is being displayed right now?,00:03:34,B,"['A. GTX 1080 Ti.', 'B. RTX 4070 Super.', 'C. RX 5700 XT.', 'D. RTX 3060.']",single,Concurrent
Real-Time Visual Understanding_sample_105_3,Text-Rich Understanding,Which graphics card achieves the highest performance in all categories as shown?,00:07:00,C,"['A. RTX 4070', 'B. RTX 4070 SUPER', 'C. RTX 4070 Ti', 'D. RTX 4060 Ti']",single,Concurrent
Real-Time Visual Understanding_sample_105_4,Text-Rich Understanding,"What type of data is shown regarding ""Stable Diffusion AI"" right now?",00:10:20,B,"['A. User reviews.', 'B. Benchmarking data.', 'C. Software tutorials.', 'D. Game results.']",single,Concurrent
Real-Time Visual Understanding_sample_105_5,Text-Rich Understanding,What models are the two graphics cards labeled right now?,00:12:15,C,"['A. GTX 3090.', 'B. RX 6900.', 'C. RTX 4070 and RTX 4070 SUPER.', 'D. LIV.']",single,Prior
Real-Time Visual Understanding_sample_106_1,Text-Rich Understanding,What is the boost clock speed of the RTX 4090 right now?,00:00:20,C,"['A. 1665 MHz.', 'B. 1695 MHz.', 'C. 2520 MHz.', 'D. 2505 MHz.']",single,Prior
Real-Time Visual Understanding_sample_106_2,Text-Rich Understanding,Which performance metrics are being shown right now?,00:03:40,C,"['A. CPU benchmarks for various processors.', 'B. FPS results for different games.', 'C. CPU clock, CPU Usage, VRAM Usage, GPU Power, GPU Temp, and FPS for 4070TiS.', 'D. RAM speed metrics for different memory types.']",single,Concurrent
Real-Time Visual Understanding_sample_106_3,Text-Rich Understanding,Which graphics card is labeled in green in the performance comparison right now?,00:06:59,C,"['A. RTX 3060 Ti', 'B. RTX 4060 Ti', 'C. RTX 4070 Ti SUPER', 'D. RTX 2070']",single,Concurrent
Real-Time Visual Understanding_sample_106_4,Text-Rich Understanding,"Which GPU shows the best performance for ""SDXL(512x512)"" right now?",00:10:20,C,"['A. RTX 4070.', 'B. RTX 4070 Ti.', 'C. RTX 4080.', 'D. SD1.5(512x512).']",single,Concurrent
Real-Time Visual Understanding_sample_106_5,Text-Rich Understanding,What emojis are currently displayed around the man and the graphics card?,00:12:43,C,"['A. ""like,"" ""comment,"" ""follow,"" and ""share"".', 'B. ""like,"" ""save,"" ""comment,"" and ""share"".', 'C. ""like,"" ""insert coins,"" ""favorite,"" and ""share"".', 'D. ""like,"" ""comment,"" ""subscribe,"" and ""share"".']",single,Concurrent
Real-Time Visual Understanding_sample_107_1,Text-Rich Understanding,What text is prominently displayed on the screen right now before the scene transitions to an outline resembling glasses?,00:00:05,D,"['A. Introducing the future.', 'B. Just one more thing...', 'C. One last item...', 'D. One more thing...']",single,Prior
Real-Time Visual Understanding_sample_107_2,Text-Rich Understanding,"What scores are shown for the MacBook Air 13 just now for ""Premiere Pro"" in the ""Adobe results?",00:03:16,A,"['A. 322.', 'B. 835.', 'C. 327.', 'D. 1042.']",multiple,Concurrent
Real-Time Visual Understanding_sample_107_3,Text-Rich Understanding,What word is printed on the sides of the yellow and black backpack right now?,00:06:02,C,"['A. TECHNO.', 'B. FUTURE.', 'C. CYBERPUNK.', 'D. HACKER.']",single,Prior
Real-Time Visual Understanding_sample_107_4,Text-Rich Understanding,Which MacBook model is shown with a geometric design on the screen right now?,00:09:07,D,"['A. MacBook Air 15.', 'B. MacBook Pro 14.', 'C. MacBook Pro 16.', 'D. MacBook Air 13.']",single,Prior
Real-Time Visual Understanding_sample_107_5,Text-Rich Understanding,What color is the background right now while the man is speaking?,00:12:14,C,"['A. Red.', 'B. Green.', 'C. Blue.', 'D. Yellow.']",single,Concurrent
Real-Time Visual Understanding_sample_108_1,Text-Rich Understanding,What is the price of the RTX 4080 shown right now?,00:00:15,B,"['A. 6499.', 'B. 9499.', 'C. 7499.', 'D. 5499.']",single,Concurrent
Real-Time Visual Understanding_sample_108_2,Text-Rich Understanding,What is highlighted as the top-performing graphics card right now according to the 3DMark Time Spy Extreme scores?,00:04:20,B,"['A. RTX 3070.', 'B. RTX 4090.', 'C. RTX 4080.', 'D. RTX 3090 Ti.']",single,Prior
Real-Time Visual Understanding_sample_108_3,Text-Rich Understanding,What is the average FPS score of the RTX 4080 at a resolution of 3840x2160 right now?,00:08:09,C,"['A. 124.', 'B. 118.', 'C. 100.', 'D. 82.']",single,Concurrent
Real-Time Visual Understanding_sample_108_4,Text-Rich Understanding,What is the marked performance percentage of the RTX 4090 right now?,00:12:01,D,"['A. 100%', 'B. 121%', 'C. 129%', 'D. 166%']",single,Concurrent
Real-Time Visual Understanding_sample_108_5,Text-Rich Understanding,What is the price of the RTX 4080 graphics card in yuan?,00:12:15,B,"['A. 5499 yuan.', 'B. 9499 yuan.', 'C. 11999 yuan.', 'D. 12999 yuan.']",single,Prior
Real-Time Visual Understanding_sample_109_1,Text-Rich Understanding,What GPU does the AMD Ryzen 7 5700G have right now?,00:00:20,C,"['A. Vega 6.', 'B. Vega 7.', 'C. Vega 8.', 'D. Vega 9.']",single,Prior
Real-Time Visual Understanding_sample_109_2,Text-Rich Understanding,What is the score of the i7-1165G7 (Iris Xe Graphics) processor right now?,00:03:38,B,"['A. 862.', 'B. 1656.', 'C. 1312.', 'D. 1429.']",single,Prior
Real-Time Visual Understanding_sample_109_3,Text-Rich Understanding,What graphical setting is mentioned on the menu screen right now?,00:06:45,D,"['A. Display.', 'B. Graphics.', 'C. Anti-Aliasing.', 'D. FidelityFX Super Resolution 1.0.']",single,Concurrent
Real-Time Visual Understanding_sample_109_4,Text-Rich Understanding,"What value was set for the ""GFX Voltage"" just now?",00:10:01,D,"['A. 1.200V.', 'B. 1.500V.', 'C. 1.250V.', 'D. 1.400V.']",single,Prior
Real-Time Visual Understanding_sample_109_5,Text-Rich Understanding,What is the label on the boxed CPU seen right now?,00:12:23,B,"['A. Intel Core i7.', 'B. AMD Ryzen 5.', 'C. NVIDIA GeForce GTX.', 'D. Intel Core i5.']",single,Concurrent
Real-Time Visual Understanding_sample_110_1,Text-Rich Understanding,What information is displayed as white text in Chinese on the black screen right now?,00:00:03,B,"['A. The video was edited using advanced software.', 'B. The video was shot entirely on an iPhone.', 'C. The video highlights scenic city landscapes.', 'D. The video was produced by a famous filmmaker.']",single,Concurrent
Real-Time Visual Understanding_sample_110_2,Text-Rich Understanding,What language are the graph labels showing performance metrics written in right now?,00:04:19,D,"['A. English.', 'B. Japanese.', 'C. Korean.', 'D. Chinese.']",single,Concurrent
Real-Time Visual Understanding_sample_110_3,Text-Rich Understanding,What labels are shown on the display screen right now?,00:08:15,D,"['A. ""HDR,"" ""Portrait,"" ""Landscape,"" and ""Night.""', 'B. ""Pro,"" ""Normal,"" ""Custom,"" and ""Basic.""', 'C. ""Ultra wide,"" ""Wide,"" ""Depth,"" and ""Zoom.""', 'D. ""Ultra wide,"" ""Wide,"" ""Tele,"" and ""Selfie.""']",single,Concurrent
Real-Time Visual Understanding_sample_110_4,Text-Rich Understanding,What app is being used on the smartphone right now?,00:12:09,B,"['A. FITNESS TRACKER.', 'B. SPEEDTEST.', 'C. WEATHER FORECAST.', 'D. MAPS NAVIGATION.']",single,Concurrent
Real-Time Visual Understanding_sample_110_5,Text-Rich Understanding,What does the overlay text on the screen right now humorously suggest?,00:15:22,B,"['A. Someone is praising the person.', 'B. Someone is gossiping about the person.', 'C. Someone is giving directions to the person.', 'D. Someone is warning the person.']",single,Concurrent
Real-Time Visual Understanding_sample_111_1,Text-Rich Understanding,What is the main subject of the comparison shown right now?,00:00:10,B,"['A. The gadgets on the shelves.', 'B. The MediaTek Dimensity 9000 chip and another chip labeled Snapdragon 8 Gen 1.', ""C. The person's hand gestures and facial expressions."", 'D. The blue wall with shelves in the background.']",single,Concurrent
Real-Time Visual Understanding_sample_111_2,Text-Rich Understanding,What is the label of the highlighted central block in the GPU section right now?,00:04:00,B,"['A. A510 1.8GHz.', 'B. G710MC10.', 'C. X2 3.05GHz.', 'D. A710 2.85GHz.']",single,Concurrent
Real-Time Visual Understanding_sample_111_3,Text-Rich Understanding,What are the performance values shown for the device labeled Dimensity 9000 right now?,00:07:30,D,"['A. 42 and 115.', 'B. 43 and 100.', 'C. 100 and 42.', 'D. 42 and 100.']",single,Concurrent
Real-Time Visual Understanding_sample_111_4,Text-Rich Understanding,What is the average frame rate and power consumption for the Snapdragon 8 Gen1 device right now?,00:11:20,C,"['A. 59 fps/3.9W.', 'B. 59 fps/4.8W.', 'C. 58 fps/6.3W.', 'D. 48 fps/5.1W.']",single,Concurrent
Real-Time Visual Understanding_sample_111_5,Text-Rich Understanding,Which symbol is NOT displayed across the screen right now?,00:14:02,D,"['A. Thumbs-up icon.', 'B. forward icon.', 'C. Star.', 'D. Heart.']",single,Concurrent
Real-Time Visual Understanding_sample_112_1,Text-Rich Understanding,Which graphics cards are being compared right now?,00:00:20,A,"['A. RTX 3080 Ti and RTX 3070 Ti.', 'B. RTX 3060 and RTX 3070 Ti.', 'C. RTX 3080 Ti and RTX 3090.', 'D. RTX 3070 and RTX 3080 Ti.']",single,Concurrent
Real-Time Visual Understanding_sample_112_2,Text-Rich Understanding,Which graphics cards are being compared right now?,00:03:11,A,"['A. RTX 3080 Ti and RTX 3080.', 'B. RTX 3060 and RTX 3070 Ti.', 'C. RTX 3080 Ti and RTX 3090.', 'D. RTX 3070 and RTX 3080 Ti.']",single,Concurrent
Real-Time Visual Understanding_sample_112_3,Text-Rich Understanding,What metrics are displayed on the benchmarking screen for each graphics card right now?,00:06:00,A,"['A. FPS, clock speed, temperature, power, and CPU usage.', 'B. Memory usage, CPU temperature, and power draw.', 'C. Ping rate, jitter, and packet loss.', 'D. Frame time, GPU load, and VRAM usage.']",single,Concurrent
Real-Time Visual Understanding_sample_112_4,Text-Rich Understanding,"What frame rate does the RTX 3080 Ti with Intel i9 12900K and 32G DDR5 4800 achieve for ""God of War 4"" at 4K+DLSS right now?",00:09:20,A,"['A. 101 fps.', 'B. 135 fps.', 'C. 91 fps.', 'D. 87 fps.']",single,Prior
Real-Time Visual Understanding_sample_112_5,Text-Rich Understanding,What appears in the overlay graphics on the screen right now?,00:11:13,A,"['A. User interaction options.', 'B. Weather icons.', 'C. Application logos.', 'D. Navigation tools.']",single,Concurrent
Real-Time Visual Understanding_sample_113_1,Text-Rich Understanding,What item is the person holding close to the camera right now?,00:00:07,D,"['A. A framed picture.', 'B. A black device.', 'C. A navy blue t-shirt.', 'D. A smartphone.']",single,Concurrent
Real-Time Visual Understanding_sample_113_2,Text-Rich Understanding,What is the CPU multi-core score shown in the video for the A15?,00:03:00,D,"['A. 4317.', 'B. 1741.', 'C. 4211.', 'D. 4908.']",single,Prior
Real-Time Visual Understanding_sample_113_3,Text-Rich Understanding,What title is displayed at the top center of the black background right now?,00:05:27,D,"['A. 3DMark Benchmark Results.', 'B. Processor Performance Test.', 'C. 3DMark Extreme Test.', 'D. 3DMark Wild Extreme Stress.']",single,Concurrent
Real-Time Visual Understanding_sample_113_4,Text-Rich Understanding,What is the title of the bar chart being displayed right now?,00:08:19,D,"['A. Game Equipment Comparison.', 'B. Relationship between Frame Rate and Temperature.', 'C. Power Consumption Comparison of Different Devices.', 'D. Real-time Frame Rate of the Game ""Genshin Impact"".']",single,Concurrent
Real-Time Visual Understanding_sample_113_5,Text-Rich Understanding,What type of products are predominantly displayed on the shopping application right now?,00:10:31,D,"['A. Clothes.', 'B. Books.', 'C. Furniture.', 'D. Electronics.']",single,Concurrent
Real-Time Visual Understanding_sample_114_1,Text-Rich Understanding,What label is prominently visible on the computer case right now?,00:00:06,D,"['A. ASUS.', 'B. Corsair.', 'C. Cooler Master.', 'D. NZXT.']",single,Concurrent
Real-Time Visual Understanding_sample_114_2,Text-Rich Understanding,What label is visible on the memory bank just now?,00:04:07,D,"['A. Essential.', 'B. Major.', 'C. Primary.', 'D. Crucial.']",multiple,Concurrent
Real-Time Visual Understanding_sample_114_3,Text-Rich Understanding,Which brand name appears on the black fans inside the computer case right now?,00:07:39,D,"['A. Corsair.', 'B. Cooler Master.', 'C. Thermaltake.', 'D. NZXT.']",single,Concurrent
Real-Time Visual Understanding_sample_114_4,Text-Rich Understanding,Which CPU's performance are displayed right now?,00:11:20,D,"['A. RTX 4070 Ti SUPER.', 'B. RTX 4090.', 'C. RTX 4080.', 'D. RTX 4070Ti.']",single,Concurrent
Real-Time Visual Understanding_sample_114_5,Text-Rich Understanding,What words can be seen inside the computer case now?,00:14:16,D,"['A. GPU.', 'B. RTX 4070 Ti SUPER.', 'C. FAN.', 'D. GIGABYTE.']",single,Concurrent
Real-Time Visual Understanding_sample_115_1,Text-Rich Understanding,Which graphics card performs better in this game?,00:00:13,A,"['A. RTX 4090.', 'B. RTX 3080.', 'C. RTX 3090.', 'D. RTX 4080.']",single,Prior
Real-Time Visual Understanding_sample_115_2,Text-Rich Understanding,What price is shown for the GeForce RTX 4060 Family graphics card right now?,00:02:43,A,"['A. AUD $545.', 'B. AUD $499.', 'C. USD $545.', 'D. USD $499.']",single,Concurrent
Real-Time Visual Understanding_sample_115_3,Text-Rich Understanding,What graphical setting is added to the right view that is not included in the left view right now?,00:05:26,A,"['A. Frame Generation.', 'B. DLSS 3 Perf.', 'C. RT Psycho.', 'D. RTX 4090.']",single,Concurrent
Real-Time Visual Understanding_sample_115_4,Text-Rich Understanding,What comparison is displayed on the screen right now?,00:08:08,A,"['A. 4070Ti vs 4070 in various games.', 'B. Cooling efficiency of RTX 4070 against previous models.', 'C. 4070 in different regions.', 'D. 4070.']",single,Concurrent
Real-Time Visual Understanding_sample_115_5,Text-Rich Understanding,What is the message printed on the box underneath the GeForce RTX graphics card right now?,00:09:40,A,"['A. INSPIRED BY GAMERS, BUILT BY NVIDIA.', 'B. DESIGNED FOR GAMERS, MADE BY NVIDIA.', 'C. CREATED FOR GAMERS, MADE BY NVIDIA.', 'D. DESIGNED FOR GAMERS, BUILT BY NVIDIA.']",single,Concurrent
Real-Time Visual Understanding_sample_116_2,Text-Rich Understanding,Which logo is illuminated in white on the dark mesh panel right now?,00:03:03,C,"['A. GEFORCE GT.', 'B. GTX ROG.', 'C. GEFORCE RTX.', 'D. GEFORCE ROG.']",single,Concurrent
Real-Time Visual Understanding_sample_116_4,Text-Rich Understanding,What brand name is shown on the GPU right now?,00:09:13,C,"['A. ASUS.', 'B. CORSAIR.', 'C. MSI.', 'D. EVGA.']",single,Concurrent
Real-Time Visual Understanding_sample_117_1,Text-Rich Understanding,What specific text is etched on the graphics card shown right now?,00:00:07,C,"['A. RTX 3060 Ti.', 'B. RTX 4070 Ti.', 'C. RTX 4080 SUPER.', 'D. RTX 5000 ULTRA.']",single,Concurrent
Real-Time Visual Understanding_sample_117_2,Text-Rich Understanding,What is the highlighted label on the graphics chip right now?,00:03:32,A,"['A. AD103-400A1.', 'B. AD104-300B1.', 'C. TS MC223A2.', 'D. AD102-500A3.']",single,Concurrent
Real-Time Visual Understanding_sample_117_3,Text-Rich Understanding,What resolution setting is highlighted right now?,00:06:52,C,"['A. 2560x1440.', 'B. 1920x1080.', 'C. 3840x2160.', 'D. 3200x1800.']",single,Concurrent
Real-Time Visual Understanding_sample_117_4,Text-Rich Understanding,What performance gain does the NVIDIA RTX 4080 SUPER achieve in ray-traced games at 2160P resolution right now?,00:10:20,C,"['A. +2.93%', 'B. +3.21%', 'C. +3.11%', 'D. -3%']",single,Concurrent
Real-Time Visual Understanding_sample_117_5,Text-Rich Understanding,What is the label on the rightmost graphics card right now?,00:12:43,C,"['A. GeForce RTX 4090.', 'B. GeForce GTX 4090 SUPER.', 'C. GeForce RTX 4080.', 'D. GTX 4090.']",single,Concurrent
Real-Time Visual Understanding_sample_118_1,Text-Rich Understanding,What label is visible on the computer component inside the electronic device right now?,00:00:06,A,"['A. GEFORCE RTX.', 'B. FIRE GTX.', 'C. GEFORCE GTX.', 'D. G*FORCE GTX.']",single,Concurrent
Real-Time Visual Understanding_sample_118_2,Text-Rich Understanding,What brand of heatsink is being installed onto the motherboard's CPU right now?,00:02:47,B,"['A. Noctua.', 'B. Cooler Master.', 'C. Corsair.', 'D. Be Quiet!.']",single,Concurrent
Real-Time Visual Understanding_sample_118_4,Text-Rich Understanding,What setting is being selected in the voltage settings interface right now?,00:08:18,C,"['A. Auto Mode.', 'B. Fixed Mode.', 'C. Offset Mode.', 'D. Manual Mode.']",single,Concurrent
Real-Time Visual Understanding_sample_118_5,Text-Rich Understanding,What hardware performance metric is visible at the top of the screen right now?,00:09:41,B,"['A. CPU clock speed.', 'B. Temperature, power, framerate for cpu and gpu.', 'C. Network speed.', 'D. Memory usage.']",single,Concurrent
Real-Time Visual Understanding_sample_119_1,Text-Rich Understanding,What element is illuminated in the close-up view of the computer part right now?,00:00:06,B,"['A. A red circuit board.', 'B. A ROG logo.', 'C. A MSI logo.', 'D. Computer cables.']",single,Concurrent
Real-Time Visual Understanding_sample_119_2,Text-Rich Understanding,What component is being detached from the GPU just now?,00:01:52,B,"['A. A fan module.', 'B. A copper heat sink.', 'C. A plastic cover.', 'D. A backplate.']",multiple,Concurrent
Real-Time Visual Understanding_sample_119_4,Text-Rich Understanding,What graphics card models are shown on the benchmarking results right now?,00:05:09,D,"['A. 4080 FE, 4090 Suprim X, 4090 Matrix.', 'B. 4090 FE, 4080 Suprim X, 4090 Matrix.', 'C. 4090 FE, 4090 Suprim X, 4080 Matrix.', 'D. 4090 FE, 4090 Suprim X, 4090 Matrix.']",single,Concurrent
Real-Time Visual Understanding_sample_120_1,Text-Rich Understanding,What text is visible on the white box being handled right now?,00:00:07,B,"['A. ""Apple Device"".', 'B. ""Mac Studio"".', 'C. ""Tech Gear"".', 'D. ""Studio Box"".']",single,Concurrent
Real-Time Visual Understanding_sample_120_2,Text-Rich Understanding,What specific hardware components are highlighted right now?,00:03:59,A,"['A. RTX 3090 and GTX 980 Ti graphics cards.', 'B. Cooling fan and motherboard.', 'C. Large black box and smaller silver box.', 'D. Computer monitor and keyboard.']",single,Concurrent
Real-Time Visual Understanding_sample_120_3,Text-Rich Understanding,What is the title shown on the digital display with a bar graph right now?,00:07:26,C,"['A. System Analysis.', 'B. Performance Metrics.', 'C. Mask Tracking.', 'D. Data Comparison.']",single,Concurrent
Real-Time Visual Understanding_sample_120_5,Text-Rich Understanding,What is the person in the green shirt gesturing towards right now?,00:14:51,B,"['A. The compact computer on the left.', 'B. The opened black computer case on the right.', 'C. The monitor displaying a colorful desktop screen.', 'D. The table itself.']",single,Concurrent
Real-Time Visual Understanding_sample_121_1,Text-Rich Understanding,What label on the graphics card is visible right now?,00:00:11,A,"['A. RTX 4090.', 'B. AMD RADEON.', 'C. INTEL ARC.', 'D. NVIDIA TESLA.']",single,Concurrent
Real-Time Visual Understanding_sample_121_2,Text-Rich Understanding,What license plate is displayed on the left car's rear right now?,00:03:20,B,"['A. RTX1MUM.', 'B. OPT1MUM.', 'C. DLX3080.', 'D. CAR4080.']",single,Concurrent
Real-Time Visual Understanding_sample_121_3,Text-Rich Understanding,Which graphical overlay is NOT shown right now?,00:06:20,C,"['A. RTX 2080 S.', 'B. RTX 3080.', 'C. RTX 3070.', 'D. RTX 4080.']",single,Concurrent
Real-Time Visual Understanding_sample_121_4,Text-Rich Understanding,What is the V-Ray 5 benchmark score for the RTX 3080 right now?,00:09:19,A,"['A. 2314.', 'B. 2691.', 'C. 1308.', 'D. 3972.']",single,Concurrent
Real-Time Visual Understanding_sample_121_5,Text-Rich Understanding,What brand and model of the graphics card box is visible on the man's hand right now?,00:11:45,C,"['A. Radeon RX 590.', 'B. GeForce GTX 1080.', 'C. GeForce RTX 4080.', 'D. Radeon RX 6700.']",single,Concurrent
Real-Time Visual Understanding_sample_122_1,Text-Rich Understanding,What text is prominently shown on the packaging of the darker graphics card right now?,00:00:15,C,"['A. DESIGNED BY GAMERS, BUILT BY NVIDIA.', 'B. CREATED BY GAMERS, DEVELOPED BY NVIDIA.', 'C. INSPIRED BY GAMERS. BUILT BY NVIDIA.', 'D. ENGINEERED BY GAMERS, MADE BY NVIDIA.']",single,Concurrent
Real-Time Visual Understanding_sample_122_2,Text-Rich Understanding,What titles are not listed on the comparison chart shown right now?,00:01:36,A,"['A. GTA V.', 'B. Shadow of the Tomb Raider.', 'C. Forza Horizon 5.', 'D. God of War.']",single,Concurrent
Real-Time Visual Understanding_sample_122_3,Text-Rich Understanding,What is the brand name of the graphics card shown right now?,00:03:00,C,"['A. NVIDIA.', 'B. GE FORCE.', 'C. AMD.', 'D. RADEON.']",single,Concurrent
Real-Time Visual Understanding_sample_123_1,Text-Rich Understanding,What text appears next to the graphics card on the desk right now?,00:00:08,A,"['A. RTX 4060.', 'B. GTX 3050.', 'C. RTX 3090.', 'D. GTX 1080.']",single,Concurrent
Real-Time Visual Understanding_sample_123_2,Text-Rich Understanding,"According to the comparison chart, what is the memory size of the RTX 3060 and the RTX 4060 right now?",00:02:30,A,"['A. 12GB for RTX 3060, 8GB for RTX 4060.', 'B. 8GB for RTX 3060, 12GB for RTX 4060.', 'C. 10GB for RTX 3060, 8GB for RTX 4060.', 'D. 16GB for RTX 3060, 10GB for RTX 4060.']",single,Concurrent
Real-Time Visual Understanding_sample_123_3,Text-Rich Understanding,"According to the performance test titled ""3DMark Time Spy Extreme"", which graphics card scored the highest?",00:05:00,A,"['A. RTX 4060 Ti.', 'B. RTX 4060.', 'C. RTX 3060.', 'D. RTX 3060 Ti.']",single,Prior
Real-Time Visual Understanding_sample_123_4,Text-Rich Understanding,"Which game's performance metrics are consistently shown for the RTX 3060 Ti, RTX 3060, and RTX 4060 at a 1920x1080 resolution right now?",00:07:20,A,"['A. Journey to Hogwarts.', 'B. Horizon 5.', 'C. Apex Legends.', 'D. Call of Duty.']",single,Concurrent
Real-Time Visual Understanding_sample_123_5,Text-Rich Understanding,What benchmark score is being displayed for the time spy?,00:09:31,A,"['A. 13,001.', 'B. 10,000.', 'C. 11,380.', 'D. 13,300.']",single,Prior
Real-Time Visual Understanding_sample_136_1,Text-Rich Understanding,What are the dimensions of the canvas just shown in the video?,00:00:20,B,"['A. 25 cm by 20 cm.', 'B. 28 cm by 23 cm.', 'C. 30 cm by 25 cm.', 'D. 32 cm by 28 cm.']",multiple,Prior
Real-Time Visual Understanding_sample_146_1,Text-Rich Understanding,What text is displayed on the screen at the beginning?,00:06,A,"['A. ""HOW I TRAIN"".', 'B. ""CHEST WORKOUT"".', 'C. ""MUSCLE FLEX"".', 'D. ""GYM EQUIPMENT"".']",single,Prior
Real-Time Visual Understanding_sample_147_2,Text-Rich Understanding,What text appears on the screen when the man is shown exercising on the treadmill?,00:00:13,A,"['A. ""WARM-UP"".', 'B. ""HOW TO TRAIN"".', 'C. ""BACK & BICEPS"".', 'D. ""WORKOUT PLAN"".']",single,Concurrent
Real-Time Visual Understanding_sample_147_5,Text-Rich Understanding,What is the main focus of the study shown in the scientific paper format?,00:06:20,A,"['A. The effect of hand position on EMG activity of posterior shoulder musculature during horizontal abduction exercise.', 'B. The effect of hand position on shoulder pain.', 'C. The effect of different exercises on overall shoulder strength.', 'D. The comparison of EMG activity between different exercises.']",multiple,Concurrent
Real-Time Visual Understanding_sample_148_3,Text-Rich Understanding,What text appeared at the bottom of the screen just now?,00:03:10,C,"['A. ""BARBELL BACK SQUAT"".', 'B. ""DEADLIFT"".', 'C. ""BARBELL FRONT SQUAT"".', 'D. ""BENCH PRESS"".']",multiple,Concurrent
Real-Time Visual Understanding_sample_149_1,Text-Rich Understanding,What text appears prominently on the left side of the screen at the start of the video?,00:00:03,A,"['A. ""HOW TO TRAIN""', 'B. ""WORKOUT ROUTINE""', 'C. ""TRAINING SCHEDULE""', 'D. ""GYM TIPS""']",single,Concurrent
Real-Time Visual Understanding_sample_149_2,Text-Rich Understanding,How many repetitions are suggested for each leg for both front-to-back and side-to-side leg swings?,00:00:20,A,"['A. 12 reps.', 'B. 10 reps.', 'C. 15 reps.', 'D. 20 reps.']",single,Prior
Real-Time Visual Understanding_sample_150_4,Text-Rich Understanding,What type of exercise is the person performing in the left panel?,00:09:01,C,"['A. High-to-Low.', 'B. Mid-to-Mid.', 'C. Low-to-High.', 'D. Low-to-Mid.']",single,Concurrent
Real-Time Visual Understanding_sample_156_1,Text-Rich Understanding,What text appears first on the black screen?,00:00:03,C,"['A. ""National Museums Liverpool"".', 'B. ""Art Gallery"".', 'C. ""Walker"".', 'D. ""Walker Art Gallery"".']",single,Prior
Real-Time Visual Understanding_sample_163_1,Text-Rich Understanding,What is the current mph of the rider in the video?,00:00:49,A,"['A. 32 mph.', 'B. 33 mph.', 'C. 34 mph.', 'D. 35 mph.']",single,Concurrent
Real-Time Visual Understanding_sample_163_2,Text-Rich Understanding,What is the current kmh of the rider in the video?,00:01:01,B,"['A. 52 kmh.', 'B. 51 kmh.', 'C. 53 kmh.', 'D. 54 kmh.']",single,Concurrent
Real-Time Visual Understanding_sample_163_3,Text-Rich Understanding,What is the current grad. of the rider in the video?,00:03:45,C,"['A. -7.', 'B. -9.', 'C. -8.', 'D. -6.']",single,Concurrent
Real-Time Visual Understanding_sample_163_4,Text-Rich Understanding,What is the current grad. of the rider in the video?,00:06:11,D,"['A. -7.', 'B. -9.', 'C. -6.', 'D. -8.']",single,Concurrent
Real-Time Visual Understanding_sample_165_5,Text-Rich Understanding,What is the current value of 'distanz' displayed in the video?,00:08:13,A,"['A. 76.2KM.', 'B. 76.3KM.', 'C. 76.1KM.', 'D. 76.0KM.']",single,Concurrent
Real-Time Visual Understanding_sample_167_2,Text-Rich Understanding,What is the current value of 'distanz' displayed in the video?,00:02:25,A,"['A. 6.0KM.', 'B. 6.1KM.', 'C. 6.2KM.', 'D. 5.9KM.']",single,Concurrent
Real-Time Visual Understanding_sample_186_1,Text-Rich Understanding,What is the focus of today's video as mentioned at the beginning?,00:00:20,B,"['A. Cooking recipes.', 'B. Building something.', 'C. Making a tutorial.', 'D. Crafting objects.']",single,Prior
Real-Time Visual Understanding_sample_186_4,Text-Rich Understanding,Which enchantment is NOT on the diamond shovel?,00:06:06,D,"['A. Efficiency IV.', 'B. Unbreaking III.', 'C. Silk Touch.', 'D. Fortune III.']",single,Concurrent
Real-Time Visual Understanding_sample_187_1,Text-Rich Understanding,What is the theme of the video as revealed in the text at the beginning?,00:00:20,C,"['A. Building a treehouse.', 'B. Exploring a natural park.', 'C. Constructing a haunted mansion.', 'D. Farming in a game environment.']",single,Prior
Real-Time Visual Understanding_sample_190_1,Text-Rich Understanding,Why does the speaker want to build the coolest villager breeder?,00:00:20,A,"['A. He is tired of their items breaking.', 'B. He wants to impress their friends.', 'C. He need more resources.', 'D. He enjoys building new things.']",single,Prior
Real-Time Visual Understanding_sample_190_5,Text-Rich Understanding,What does the red button at the bottom of the frame display initially?,00:15:51,A,"['A. A \""Subscribe\"" button with a white YouTube logo.', 'B. A \""Like\"" button with a white thumbs-up icon.', 'C. A \""Share\"" button with a white arrow icon.', 'D. A \""Follow\"" button with a white star icon.']",single,Prior
Real-Time Visual Understanding_sample_192_1,Text-Rich Understanding,What is the speaker planning to build?,00:00:14,C,"['A. A boring setup.', 'B. A new house.', 'C. An enchanting setup.', 'D. A dangerous place.']",single,Prior
Real-Time Visual Understanding_sample_192_3,Text-Rich Understanding,What is the notable feature of the player's experience level when shown outdoors?,00:04:38,C,"['A. Low-level (5)', 'B. Mid-level (20)', 'C. High-level (35)', 'D. Maximum level (50)']",single,Prior
Real-Time Visual Understanding_sample_193_2,Text-Rich Understanding,What does the character mention he needs?,00:00:19,C,"['A. Health potions.', 'B. Tools.', 'C. Enderpearls.', 'D. Weapons.']",single,Prior
Real-Time Visual Understanding_sample_195_1,Text-Rich Understanding,What is the first word displayed at the start of the video?,00:00:20,D,"['A. Earth.', 'B. Farm.', 'C. In.', 'D. Video.']",single,Prior
Real-Time Visual Understanding_sample_197_1,Text-Rich Understanding,What is one of the objectives mentioned in the video?,00:20,B,"['A. Build a house.', 'B. Get a bunch of TNT.', 'C. Collect water.', 'D. Find a treasure.']",single,Prior
Real-Time Visual Understanding_sample_198_4,Text-Rich Understanding,What is prominently displayed on the screen as the player continues flying deeper into the cave?,00:09:33,A,"['A. Usefulness.', 'B. Danger.', 'C. Exploration.', 'D. Achievement.']",single,Prior
Real-Time Visual Understanding_sample_204_4,Text-Rich Understanding,What was the white text on the purple animated overlay read just now?,00:02:21,B,"['A. ""Alphabet A transform to Box"".', 'B. ""Alphabet B transform to Box"".', 'C. ""Alphabet C transform to Box"".', 'D. ""Alphabet D transform to Box"".']",single,Prior
Real-Time Visual Understanding_sample_210_1,Text-Rich Understanding,What was written in the top right corner at the start of the video?,00:00:08,B,"['A. Toy Car.', 'B. Auto Rickshaw.', 'C. Building Blocks.', 'D. Colorful Toy.']",single,Prior
Real-Time Visual Understanding_sample_251_1,Text-Rich Understanding,What logo is visible on the gas station sign right now?,00:00:05,A,"['A. Shell.', 'B. Chevron.', 'C. Exxon.', 'D. BP.']",single,Concurrent
Real-Time Visual Understanding_sample_251_3,Text-Rich Understanding,What is the current speed of the car right now?,00:02:16,B,"['A. 150 km/h.', 'B. 200 km/h.', 'C. 225 km/h.', 'D. 250 km/h.']",single,Concurrent
Real-Time Visual Understanding_sample_251_5,Text-Rich Understanding,What is the current speed of the car right now?,00:04:23,D,"['A. 150 km/h.', 'B. 200 km/h.', 'C. 225 km/h.', 'D. 250 km/h.']",single,Concurrent
Real-Time Visual Understanding_sample_252_1,Text-Rich Understanding,What brand of the car's equipment is visible right now?,00:00:04,A,"['A. Sparco.', 'B. ACME.', 'C. OMP.', 'D. MOMO.']",single,Concurrent
Real-Time Visual Understanding_sample_252_3,Text-Rich Understanding,What equipment brand is visible on the driver's gloves right now?,00:02:43,A,"['A. Sparco.', 'B. MOMO.', 'C. OMP.', 'D. HANS.']",single,Concurrent
Real-Time Visual Understanding_sample_252_5,Text-Rich Understanding,What brand is visible on the driver's gloves right now?,00:05:23,A,"['A. Sparco.', 'B. Simpson.', 'C. Alpinestars.', 'D. OMP.']",single,Concurrent
Real-Time Visual Understanding_sample_253_3,Text-Rich Understanding,What is the current oil temperature displayed on the dashboard?,00:07:47,D,"['A. 87.5.', 'B. 85.0.', 'C. 94.3.', 'D. 98.0.']",single,Concurrent
Real-Time Visual Understanding_sample_253_4,Text-Rich Understanding,What is the current brake bias setting displayed on the dashboard?,00:11:43,D,"['A. +1.00', 'B. -0.30', 'C. +2.00', 'D. -3.00']",single,Prior
Real-Time Visual Understanding_sample_253_5,Text-Rich Understanding,Which brand's logo is visible at the trackside right now?,00:15:36,D,"['A. Shell.', 'B. ExxonMobil.', 'C. BP.', 'D. TotalEnergies.']",single,Concurrent
Real-Time Visual Understanding_sample_254_1,Text-Rich Understanding,What is currently written on the sign visible in the video?,00:00:03,D,"['A. START.', 'B. GO!.', 'C. MICRO.', 'D. WHOOP.']",single,Prior
Real-Time Visual Understanding_sample_254_2,Text-Rich Understanding,What is written on the yellow brand visible right now?,00:00:52,D,"['A. FINISH.', 'B. START.', 'C. ALERT.', 'D. TIMING.']",single,Concurrent
Real-Time Visual Understanding_sample_254_5,Text-Rich Understanding,What is the name displayed on the white banners on the sides of the track right now?,00:03:13,D,"['A. BikeLand.', 'B. Whoop.', 'C. Timing.', 'D. Val di Sole.']",single,Concurrent
Real-Time Visual Understanding_sample_255_5,Text-Rich Understanding,What is the label on the box on the left?,00:17:43,D,"['A. Recently upload video.', 'B. Click!.', 'C. Thanks for watching!.', 'D. Recommended Video.']",single,Concurrent
Real-Time Visual Understanding_sample_256_3,Text-Rich Understanding,What subtitle appeared just now?,00:06:58,C,"['A. ""Messi The Legend"".', 'B. ""Soccer Championship"".', 'C. ""Neymar El Clacico in & out success"".', 'D. ""Football Highlights"".']",multiple,Prior
Real-Time Visual Understanding_sample_259_3,Text-Rich Understanding,What rule infraction happened just now?,00:06:43,C,"['A. Handball.', 'B. Foul.', 'C. Offside.', 'D. Corner kick.']",multiple,Concurrent
Real-Time Visual Understanding_sample_261_1,Text-Rich Understanding,What text is visible on the driver's helmet right now?,00:00:02,C,"['A. Red Bull.', 'B. Monster Energy.', 'C. Bell.', 'D. Sparco.']",single,Concurrent
Real-Time Visual Understanding_sample_262_1,Text-Rich Understanding,What type of car is featured in the video right now?,00:00:10,D,"['A. Ferrari F8 Tributo.', 'B. Lamborghini Huracan.', 'C. BMW M4.', 'D. Porsche 911 GT3 RS.']",single,Prior
Real-Time Visual Understanding_sample_262_2,Text-Rich Understanding,What is the current gear level of the car?,00:01:28,D,"['A. 1', 'B. 2', 'C. 3', 'D. 4']",single,Concurrent
Real-Time Visual Understanding_sample_262_4,Text-Rich Understanding,"Right now, what gear is the car using?",00:04:20,D,"['A. 3.', 'B. 4.', 'C. 6.', 'D. 5.']",single,Concurrent
Real-Time Visual Understanding_sample_262_5,Text-Rich Understanding,"Right now, what is the current speed of the car?",00:05:40,D,"['A. approx 226 km/h.', 'B. approx 189 km/h.', 'C. approx 190 km/h.', 'D. approx 249 km/h.']",single,Concurrent
Real-Time Visual Understanding_sample_263_1,Text-Rich Understanding,What word is currently displayed in the bottom of the screen?,00:00:05,D,"['A. PORSCHE.', 'B. TURBO.', 'C. HYBRID.', 'D. ONBOARD.']",single,Concurrent
Real-Time Visual Understanding_sample_263_2,Text-Rich Understanding,What brand logo is currently visible on the bridge?,00:01:34,D,"['A. Michelin', 'B. Pirelli', 'C. Goodyear', 'D. Yokohama']",single,Concurrent
Real-Time Visual Understanding_sample_263_3,Text-Rich Understanding,What is the current track length displayed on the screen?,00:03:05,D,"['A. 13.567 km.', 'B. 12.935 km.', 'C. 18.752 km.', 'D. 20.832 km.']",single,Concurrent
Real-Time Visual Understanding_sample_263_5,Text-Rich Understanding,What car model is visible in the information panel right now?,00:06:08,D,"['A. 911 Carrera.', 'B. Taycan Turbo S.', 'C. Macan S.', 'D. Panamera Turbo S E-Hybrid.']",single,Concurrent
Real-Time Visual Understanding_sample_264_4,Text-Rich Understanding,What is the current speed shown on the phone's screen right now?,00:05:41,D,"['A. approx 150 km/h.', 'B. approx 210 km/h.', 'C. approx 170 km/h.', 'D. approx 190 km/h.']",single,Concurrent
Real-Time Visual Understanding_sample_264_5,Text-Rich Understanding,What is the current speed shown on the phone's screen right now?,00:07:32,D,"['A. approx 212 km/h.', 'B. approx 222 km/h.', 'C. approx 242 km/h.', 'D. approx 232 km/h.']",single,Concurrent
Real-Time Visual Understanding_sample_265_2,Text-Rich Understanding,What text appeared just now?,00:03:20,D,"['A. ""Nice shot!"".', 'B. ""Great goal!"".', 'C. ""Well played!"".', 'D. ""Good pass Aim!"" and ""Good job!"".']",multiple,Prior
Real-Time Visual Understanding_sample_266_1,Text-Rich Understanding,Which company's logo is visible on the advertising board to the right?,00:00:05,B,"['A. Pirelli', 'B. AsahiKASEI', 'C. Shell', 'D. Goodyear']",single,Prior
Real-Time Visual Understanding_sample_266_3,Text-Rich Understanding,What number is currently displayed on the central screen in the car?,00:02:09,A,"['A. 3.', 'B. 4.', 'C. 5.', 'D. 6.']",single,Prior
Real-Time Visual Understanding_sample_266_4,Text-Rich Understanding,Which brand's logo is visible on the bottom part of the steering wheel right now?,00:03:12,B,"['A. Logitech.', 'B. Fanatec.', 'C. Sony.', 'D. Microsoft.']",single,Concurrent
Real-Time Visual Understanding_sample_267_2,Text-Rich Understanding,What logo is visible right now?,00:02:05,C,"['A. JKS-Racing-Club.', 'B. JKS-Sports-Car.', 'C. JKS-Classic-Cars.', 'D. JKS-Rally-Sport.']",single,Concurrent
Real-Time Visual Understanding_sample_267_5,Text-Rich Understanding,What brand is visible on the steering wheel right now?,00:08:18,B,"['A. JKS.', 'B. OMP.', 'C. Freem.', 'D. Classic-Cars.']",single,Concurrent
Real-Time Visual Understanding_sample_269_1,Text-Rich Understanding,What information is being displayed on the screen just now?,00:00:09,B,"['A. Current speed of the cyclist.', 'B. Details of Susten Pass (East side).', 'C. A map showing the cycling route.', 'D. Weather conditions in the area.']",multiple,Prior
Real-Time Visual Understanding_sample_294_1,Text-Rich Understanding,What is the main text on the roadside sign right now?,00:00:07,B,"['A. Valentino.', ""B. Coll d'Ordino, Andorra."", 'C. Alpes, Spain.', 'D. Pyrenees, France.']",single,Concurrent
Real-Time Visual Understanding_sample_295_1,Text-Rich Understanding,What is the displayed speed of the leading cyclist right now?,00:00:08,C,"['A. 40 km/h.', 'B. 39 km/h.', 'C. 38 km/h.', 'D. 37 km/h.']",single,Prior
Real-Time Visual Understanding_sample_305_3,Text-Rich Understanding,What number is displayed prominently on the building with large glass windows just now,00:02:24,C,"['A. 5', 'B. 7', 'C. 10', 'D. 12']",multiple,Concurrent
Real-Time Visual Understanding_sample_308_2,Text-Rich Understanding,What word is encircling the large metallic globe sculpture?,00:00:10,A,"['A. UNIVERSAL.', 'B. GLOBAL.', 'C. EARTH.', 'D. WORLD.']",single,Concurrent
Real-Time Visual Understanding_sample_309_4,Text-Rich Understanding,What is written above the brightly colored entrance now?,00:05:26,C,"['A. Home for Children.', 'B. Welcome to the Park.', 'C. Home for Girls.', 'D. Fun Land.']",single,Concurrent
Real-Time Visual Understanding_sample_311_3,Text-Rich Understanding,"What detail is included on the ""Welcome to Springfield"" sign?",00:05:34,A,"['A. The year ""1796"".', 'B. The year ""1896"".', 'C. The year ""1996"".', 'D. The year ""2006"".']",single,Concurrent
Real-Time Visual Understanding_sample_312_1,Text-Rich Understanding,What was the name of the food stand shown just now?,00:02:44,B,"['A. TASTY TREATS.', 'B. REEL TREATS.', 'C. SWEET SNACKS.', 'D. FOOD HAVEN.']",multiple,Prior
Real-Time Visual Understanding_sample_314_2,Text-Rich Understanding,What is written on the building with a white facade?,00:03:00,A,"['A. MERCADO.', 'B. LIBRER_A.', 'C. CAFETER_A.', 'D. BANCO.']",single,Concurrent
Real-Time Visual Understanding_sample_314_4,Text-Rich Understanding,What is the sign reading on the large geometric-shaped building right now?,00:08:05,C,"['A. 25.', 'B. 30.', 'C. 50.', 'D. 75.']",single,Concurrent
Real-Time Visual Understanding_sample_314_5,Text-Rich Understanding,What does the sign with an illustration of a person swimming in blue water indicate?,00:09:53,C,"['A. ""Pool Open"".', 'B. ""No Swimming"".', 'C. ""Beach Closed"".', 'D. ""Swim at Your Own Risk"".']",single,Prior
Real-Time Visual Understanding_sample_315_1,Text-Rich Understanding,What sign is visible on the rightmost building in the video?,00:00:20,C,"['A. ""No Fishing"".', 'B. ""No Boats"".', 'C. ""No Swimming"".', 'D. ""No Parking"".']",single,Concurrent
Real-Time Visual Understanding_sample_315_5,Text-Rich Understanding,What word is prominently displayed on the facade of the old-west-style building right now?,00:09:43,A,"['A. ""Tickets"".', 'B. ""Rides"".', 'C. ""Games"".', 'D. ""Food"".']",single,Concurrent
Real-Time Visual Understanding_sample_318_5,Text-Rich Understanding,What message is displayed on the smaller screens beneath the warning triangle?,00:08:09,C,"['A. ""EMERGENCY EXIT"".', 'B. ""DANGER AHEAD"".', 'C. ""CONTAINMENT ALERT"".', 'D. ""MAINTENANCE REQUIRED"".']",single,Prior
Real-Time Visual Understanding_sample_321_4,Text-Rich Understanding,"What does the ""EXIT"" sign point to in the amusement park?",00:08:17,D,"['A. Right.', 'B. Up.', 'C. Down.', 'D. Left.']",single,Concurrent
Real-Time Visual Understanding_sample_329_5,Text-Rich Understanding,What is the name of the left side establishment indicated by the signs on the building?,00:09:49,A,"['A. HARD CLUB.', 'B. HARD ROCK.', 'C. CLUB HARD.', 'D. ROCK CLUB.']",single,Concurrent
Real-Time Visual Understanding_sample_333_5,Text-Rich Understanding,What was labeled on the modern building visible in the scene just now?,00:08:05,B,"['A. RESORT.', 'B. REGENT.', 'C. REFLECT.', 'D. RETREAT.']",multiple,Concurrent
Real-Time Visual Understanding_sample_334_4,Text-Rich Understanding,What largest text is visible on the left side of the walkway right now?,00:05:27,A,"['A. HKMOA', 'B. City Park', 'C. Art Museum', 'D. Train Station']",single,Concurrent
Real-Time Visual Understanding_sample_380_3,Text-Rich Understanding,Which street is indicated on the green sign right now?,00:04:16,A,"['A. E 40 St.', 'B. E 34 St.', 'C. W 42 St.', 'D. Broadway.']",single,Concurrent
Real-Time Visual Understanding_sample_380_5,Text-Rich Understanding,What sign is visible on the left side of the street right now?,00:08:28,A,"['A. One Way', 'B. Speed Limit', 'C. No Parking', 'D. Yield']",single,Concurrent
Real-Time Visual Understanding_sample_382_3,Text-Rich Understanding,What type of lanes is indicated by the road markings right now?,00:04:14,C,"['A. Carpool lanes.', 'B. HOV lanes.', 'C. Bus lanes.', 'D. Bike lanes.']",single,Concurrent
Real-Time Visual Understanding_sample_382_4,Text-Rich Understanding,What time is displayed on the clock visible right now?,00:06:17,D,"['A. 12:50.', 'B. 13:10.', 'C. 12:00.', 'D. 12:25.']",single,Concurrent
Real-Time Visual Understanding_sample_382_5,Text-Rich Understanding,Which brand's store is visible on the right side of the street right now?,00:08:22,B,"['A. Nike.', 'B. GAP.', 'C. Adidas.', 'D. H&M.']",single,Concurrent
Real-Time Visual Understanding_sample_383_2,Text-Rich Understanding,Which store sign is currently visible on the right side of the road right now?,00:02:08,C,"[""A. Victoria's Secret"", 'B. Lululemon.', 'C. Ann Taylor.', 'D. Forever 21.']",single,Concurrent
Real-Time Visual Understanding_sample_383_4,Text-Rich Understanding,Which store sign is visible on the right side of the road right now?,00:06:14,B,"['A. Starbucks.', 'B. Pret A Manger.', 'C. Chipotle.', ""D. McDonald's.""]",single,Concurrent
Real-Time Visual Understanding_sample_383_5,Text-Rich Understanding,Which roads are currently visible in the video right now?,00:08:18,B,"['A. East 40th St and 3rd Ave.', 'B. East 36th St and 5th Ave.', 'C. East 42nd St and Madison Ave.', 'D. East 30th St and Park Ave.']",single,Concurrent
Real-Time Visual Understanding_sample_385_1,Text-Rich Understanding,Which store's name is visible on the left side of the street?,00:00:04,A,"['A. Bed Bath & Beyond.', 'B. Barnes & Noble.', 'C. Target.', 'D. Best Buy.']",single,Concurrent
Real-Time Visual Understanding_sample_385_2,Text-Rich Understanding,Which brand logo is visible on the store awnings?,00:02:03,B,"['A. Walmart.', ""B. Trader Joe's."", 'C. Whole Foods.', 'D. Starbucks.']",single,Prior
Real-Time Visual Understanding_sample_385_5,Text-Rich Understanding,What is the brand of the visible pharmacy right now?,00:08:10,B,"['A. Walgreens.', 'B. Duane Reade.', 'C. Rite Aid.', 'D. CVS.']",single,Concurrent
Real-Time Visual Understanding_sample_386_4,Text-Rich Understanding,What is indicated by the green sign to the left of the street corner currently?,00:05:53,A,"['A. Bicycle route.', 'B. Parking is prohibited.', 'C. Pedestrian zone.', 'D. One-way street.']",single,Prior
Real-Time Visual Understanding_sample_386_5,Text-Rich Understanding,What type of sign is installed at the street corner right now?,00:07:48,A,"['A. One-Way Street.', 'B. No Parking.', 'C. Pedestrian Crossing.', 'D. Speed Limit.']",single,Concurrent
Real-Time Visual Understanding_sample_387_2,Text-Rich Understanding,What is the brand name visible on the building to the left right now?,00:02:06,D,"['A. Greenbox.', 'B. Green&Go.', 'C. FreshStop.', 'D. Fresh&CO.']",single,Concurrent
Real-Time Visual Understanding_sample_387_4,Text-Rich Understanding,What is the name of the store visible on the awning to the right right now?,00:06:23,D,"['A. Adventure Baggage.', 'B. Party Supplies.', 'C. Green & Go.', 'D. Gifts & Luggage.']",single,Concurrent
Real-Time Visual Understanding_sample_387_5,Text-Rich Understanding,What is the company name visible on the red billboard to the right?,00:08:26,D,"['A. Barclays.', 'B. Reuters.', 'C. Tommy Hilfiger.', 'D. Applebees.']",single,Concurrent
Real-Time Visual Understanding_sample_388_1,Text-Rich Understanding,Which brand's advertisement is visible right now on the digital billboard at the forefront?,00:00:10,A,"['A. Toshiba.', 'B. Coca-Cola.', 'C. Samsung.', 'D. Apple.']",single,Concurrent
Real-Time Visual Understanding_sample_388_2,Text-Rich Understanding,Which apparel brand's sign is visible on the right side of the street?,00:01:24,A,"[""A. Levi's."", 'B. Gap.', 'C. Puma.', 'D. H&M.']",single,Concurrent
Real-Time Visual Understanding_sample_388_5,Text-Rich Understanding,Which bank's logo is visible on the red and white storefront on the left right now?,00:05:31,A,"['A. Bank of America.', 'B. Chase.', 'C. Wells Fargo.', 'D. Citibank.']",single,Prior
Real-Time Visual Understanding_sample_389_3,Text-Rich Understanding,"What is the speed limit indicated on the ""Share the Road"" sign right now?",00:04:14,D,"['A. 10 MPH.', 'B. 15 MPH.', 'C. 20 MPH.', 'D. 5 MPH.']",single,Prior
Real-Time Visual Understanding_sample_389_4,Text-Rich Understanding,What type of store has signs visible right now?,00:06:19,D,"['A. Bookstore.', 'B. Coffee shop.', 'C. Clothing store.', 'D. Pet store.']",single,Concurrent
Real-Time Visual Understanding_sample_389_5,Text-Rich Understanding,"What type of store is visible with the sign ""METROPOLIS""?",00:08:27,D,"['A. Bookstore.', 'B. Pet store.', 'C. Coffee shop.', 'D. Clothing store.']",single,Concurrent
Real-Time Visual Understanding_sample_390_1,Text-Rich Understanding,What is the name of the street sign right now?,00:00:05,B,"['A. Houston St.', 'B. Bleecker St.', 'C. Prince St.', 'D. Spring St.']",single,Concurrent
Real-Time Visual Understanding_sample_390_3,Text-Rich Understanding,What brand is currently seen on the black banner outside the left side building?,00:04:11,C,"['A. GUESS.', 'B. GUCCI.', 'C. ARMANI EXCHANGE.', 'D. VERSACE.']",single,Concurrent
Real-Time Visual Understanding_sample_390_5,Text-Rich Understanding,What brand of truck is seen delivering goods on the right side of the road right now?,00:08:20,B,"['A. U-Haul.', 'B. Ryder.', 'C. Penske.', 'D. Enterprise.']",single,Concurrent
Real-Time Visual Understanding_sample_391_1,Text-Rich Understanding,What is the large vehicle to the right displaying on the side?,00:00:11,B,"['A. A city map.', 'B. An advertisement for The Lion King musical.', 'C. A tourist guide logo.', 'D. A food delivery service logo.']",single,Prior
Real-Time Visual Understanding_sample_391_2,Text-Rich Understanding,What is written on the blue bus's side near the top?,00:02:04,A,"['A. Starr.', 'B. City Lights Entertainment.', 'C. Broadway Tours.', 'D. Manhattan Transit.']",single,Concurrent
Real-Time Visual Understanding_sample_391_4,Text-Rich Understanding,What does the van on the right promote?,00:06:09,C,"['A. A moving company.', 'B. A food delivery service.', 'C. Sightseeing tours.', 'D. Outdoor adventures.']",single,Concurrent
Real-Time Visual Understanding_sample_391_5,Text-Rich Understanding,What is the building on the left with a sign?,00:08:08,B,"['A. Bank of America.', 'B. Hilton Garden Inn.', 'C. Holiday Inn Express.', 'D. Wells Fargo.']",single,Concurrent
Real-Time Visual Understanding_sample_392_5,Text-Rich Understanding,Which transportation service's bus is visible right now?,00:08:45,B,"['A. Greyhound.', 'B. Flixbus.', 'C. Megabus.', 'D. BoltBus.']",single,Concurrent
Real-Time Visual Understanding_sample_393_5,Text-Rich Understanding,Which street name is visible on the green sign right now?,00:07:00,C,"['A. Broadway.', 'B. Canal St.', 'C. Centre St.', 'D. East Broadway.']",single,Concurrent
Real-Time Visual Understanding_sample_395_2,Text-Rich Understanding,What building logo is visible in the background?,00:02:03,A,"['A. MetLife.', 'B. Citibank.', 'C. Chase.', 'D. Bank of America.']",single,Concurrent
Real-Time Visual Understanding_sample_395_3,Text-Rich Understanding,"Right now, which traffic sign is visible near the traffic light?",00:03:58,B,"['A. Stop sign.', 'B. One way sign.', 'C. Yield sign.', 'D. Do not enter sign.']",single,Concurrent
Real-Time Visual Understanding_sample_398_3,Text-Rich Understanding,Which type of establishment has a visible sign on the left side of the street right now?,00:03:52,C,"['A. A cafe.', 'B. A library.', 'C. A tea room.', 'D. A bookstore.']",single,Concurrent
Real-Time Visual Understanding_sample_398_4,Text-Rich Understanding,Which company logo is visible on a truck right now?,00:05:50,B,"['A. FedEx.', 'B. Ryder.', 'C. UPS.', 'D. Amazon.']",single,Concurrent
Real-Time Visual Understanding_sample_398_5,Text-Rich Understanding,Which establishment's sign is visible in the video right now?,00:07:47,B,"['A. Starbucks.', ""B. Dunkin'."", ""C. McDonald's."", 'D. Subway.']",single,Concurrent
Real-Time Visual Understanding_sample_399_2,Text-Rich Understanding,What text is visible on the right side of the street right now?,00:02:06,C,"['A. Excavator.', 'B. CRANE.', 'C. WEST NEW YORK.', 'D. Loader.']",single,Concurrent
Real-Time Visual Understanding_sample_399_3,Text-Rich Understanding,Which type of restaurant is visible on the right side right now?,00:04:00,B,"['A. Italian restaurant.', 'B. West Side Restaurant.', 'C. Chinese restaurant.', 'D. Mexican restaurant.']",single,Concurrent
Real-Time Visual Understanding_sample_400_1,Text-Rich Understanding,What is located to the right side of the road with a blue sign?,00:00:04,B,"['A. Petrol Station.', 'B. 24Hrs park.', 'C. Bank.', 'D. Restaurant.']",single,Concurrent
Real-Time Visual Understanding_sample_400_5,Text-Rich Understanding,What is the bus line number seen right now?,00:09:00,C,"['A. M15.', 'B. Q32.', 'C. M42.', 'D. B60.']",single,Concurrent
Real-Time Visual Understanding_sample_401_2,Text-Rich Understanding,"Which establishment is next to the ""Happy Family"" restaurant?",00:01:58,C,"['A. A bakery.', 'B. A hair salon & spa.', 'C. A nail salon.', 'D. A gym.']",single,Concurrent
Real-Time Visual Understanding_sample_401_4,Text-Rich Understanding,What is the make of the white truck parked on the right side?,00:05:45,B,"['A. U-Haul.', 'B. Ryder.', 'C. Penske.', 'D. Budget.']",single,Concurrent
Real-Time Visual Understanding_sample_401_5,Text-Rich Understanding,What brand is the white truck directly ahead right now?,00:07:40,D,"['A. U-Haul.', 'B. Ryder.', 'C. Penske.', 'D. Hill-Rom.']",single,Concurrent
Real-Time Visual Understanding_sample_402_1,Text-Rich Understanding,Which famous fast-food chain's logo can be seen on the left side of the street right now?,00:00:04,D,"['A. Starbucks.', ""B. McDonald's."", 'C. Subway.', 'D. Chipotle.']",single,Concurrent
Real-Time Visual Understanding_sample_402_3,Text-Rich Understanding,What is the name of the parking facility visible on the street sign right now?,00:03:56,D,"['A. Central Parking.', 'B. Manhattan Parking.', 'C. New York Parking.', 'D. Lincoln Center Parking.']",single,Concurrent
Real-Time Visual Understanding_sample_403_3,Text-Rich Understanding,Which brand's store sign is seen on the right-hand side of the street right now?,00:05:12,D,"['A. Nike.', 'B. Tesla.', 'C. Adidas.', 'D. UGG.']",single,Concurrent
Real-Time Visual Understanding_sample_420_3,Text-Rich Understanding,What is the current speed of the wind?,00:04:09,C,"['A. 20 kph.', 'B. 25 kph.', 'C. 30 kph.', 'D. 35 kph.']",single,Concurrent
Real-Time Visual Understanding_sample_424_5,Text-Rich Understanding,What text is displayed on the screen right now?,00:08:10,C,"['A. ""I apologize for the inconvenience. The footage contains private information."".', 'B. ""The video has been temporarily removed."".', 'C. ""Unfortunately I had to remove the footage because there was private information on an aircraft that was shown."".', 'D. ""I lost some footage, so I\'ll record more in another video. Sorry!"".']",single,Concurrent
Real-Time Visual Understanding_sample_426_2,Text-Rich Understanding,What type of store is the person in right now?,00:03:16,D,"['A. A clothing store.', 'B. A pet store.', 'C. A grocery store.', 'D. A costco.']",single,Concurrent
Real-Time Visual Understanding_sample_426_3,Text-Rich Understanding,What brand of chips is in the shopping cart right now?,00:04:22,C,"[""A. Lay's."", 'B. Pringles.', ""C. Miss Vickie's."", 'D. Doritos.']",single,Concurrent
Real-Time Visual Understanding_sample_426_4,Text-Rich Understanding,What brand of paper towels is visible on the ground right now?,00:06:31,B,"['A. Bounty.', 'B. Scott.', 'C. Viva.', 'D. Sparkle.']",single,Concurrent
Real-Time Visual Understanding_sample_426_5,Text-Rich Understanding,Which brand of bottled water is visible on the passenger seat right now?,00:08:39,C,"['A. Dasani.', 'B. Evian.', 'C. Ice Mountain.', 'D. Aquafina.']",single,Concurrent
Real-Time Visual Understanding_sample_428_1,Text-Rich Understanding,What is the name appearing on the aircraft?,00:00:05,D,"['A. Rand.', 'B. Rant.', 'C. Ren.', 'D. Raná.']",single,Concurrent
Real-Time Visual Understanding_sample_429_1,Text-Rich Understanding,What is the alphanumeric code visible on the helicopter's tail right now?,00:00:01,C,"['A. N939HS.', 'B. N9398H.', 'C. N939SH.', 'D. N9399H.']",single,Prior
Real-Time Visual Understanding_sample_440_2,Text-Rich Understanding,What specific product label is visible in the close-up at the end of the video?,00:02:40,B,"['A. Danone Greek Yogurt.', 'B. Arla Mild Yoghurt.', 'C. Yoplait Fruit Yogurt.', 'D. Activia Natural Yogurt.']",single,Concurrent
Real-Time Visual Understanding_sample_446_4,Text-Rich Understanding,What brand is printed on the white box near the worker's knees?,00:08:11,B,"['A. Arla.', 'B. Valio.', 'C. Alpro.', 'D. Oatly.']",single,Concurrent
Real-Time Visual Understanding_sample_449_5,Text-Rich Understanding,What price was displayed on the sign above the shelf with the pears?,00:15:58,B,"['A. 29.95.', 'B. 33.95.', 'C. 39.95.', 'D. 35.95.']",single,Prior
Real-Time Visual Understanding_sample_450_1,Text-Rich Understanding,What type of sign is displayed on the pole right now?,00:00:04,A,"['A. Bus zone sign.', 'B. Speed limit sign.', 'C. No parking sign.', 'D. Pedestrian crossing sign.']",single,Prior
Real-Time Visual Understanding_sample_451_1,Text-Rich Understanding,What brand's advertisement is visible on the back of the bus right now?,00:00:04,D,"['A. Toyota.', 'B. Chevrolet.', 'C. Nissan.', 'D. Ford.']",single,Concurrent
Real-Time Visual Understanding_sample_451_2,Text-Rich Understanding,What company's logo is visible on the left side of the building right now?,00:01:55,D,"['A. Intel.', 'B. Tesla.', 'C. AT&T.', 'D. Optus.']",single,Concurrent
Real-Time Visual Understanding_sample_451_4,Text-Rich Understanding,What brand is visible on the building right now?,00:05:46,D,"['A. Citibank.', 'B. Westpac.', 'C. ANZ.', 'D. Coleslocal.']",single,Concurrent
Real-Time Visual Understanding_sample_452_3,Text-Rich Understanding,What brand name is visible on the large sign on the left side of the road?,00:03:18,B,"['A. WESTIE.', 'B. SYNAPSE.', 'C. FASHION.', 'D. COFFEE.']",single,Concurrent
Real-Time Visual Understanding_sample_452_4,Text-Rich Understanding,What brand name is visible on the building to the right?,00:04:54,A,"['A. 3HB.', 'B. 3HT.', 'C. 5HB.', 'D. 5HT.']",single,Prior
Real-Time Visual Understanding_sample_453_4,Text-Rich Understanding,What is the time displayed on the dashboard right now?,00:10:06,B,"['A. 7:10:30.', 'B. 7:11:02.', 'C. 7:12:15.', 'D. 7:11:45.']",single,Concurrent
Real-Time Visual Understanding_sample_453_5,Text-Rich Understanding,What is the current speed limit for this road?,00:13:24,C,"['A. 50.', 'B. 60.', 'C. 70.', 'D. 80.']",single,Concurrent
Real-Time Visual Understanding_sample_456_1,Text-Rich Understanding,What brand logo is displayed on the steering wheel?,00:00:23,D,"['A. Scania.', 'B. Mercedes.', 'C. MAN.', 'D. Volvo.']",single,Concurrent
Real-Time Visual Understanding_sample_456_5,Text-Rich Understanding,What is the digit displayed on the rear panel of the yellow bus right now?,00:07:31,D,"['A. 60.', 'B. 40.', 'C. 30.', 'D. 50.']",single,Concurrent
Real-Time Visual Understanding_sample_457_2,Text-Rich Understanding,What is the yellow vehicle on the left side of the street right now?,00:01:56,A,"['A. DHL van.', 'B. Police car.', 'C. Fire truck.', 'D. Food truck.']",single,Concurrent
Real-Time Visual Understanding_sample_457_3,Text-Rich Understanding,"Right now, what is the speed limit indicated on the yellow bus?",00:03:52,A,"['A. 90 km/h.', 'B. 30 km/h.', 'C. 60 km/h.', 'D. 80 km/h.']",single,Concurrent
Real-Time Visual Understanding_sample_459_3,Text-Rich Understanding,What street is visible on the signpost right now?,00:04:02,D,"['A. Oak Street.', 'B. Maple Street.', 'C. Elm Street.', 'D. Jersey Street.']",single,Concurrent
Real-Time Visual Understanding_sample_459_4,Text-Rich Understanding,What sign is visible to the right of the intersection right now?,00:06:00,D,"['A. STOP.', 'B. YIELD.', 'C. NO ENTRY.', 'D. GIVE WAY.']",single,Concurrent
Real-Time Visual Understanding_sample_460_4,Text-Rich Understanding,What is the number displayed on the electronic screen of the bus in front?,00:05:50,A,"['A. 590.', 'B. 591.', 'C. 1314.', 'D. G1314.']",single,Concurrent
Real-Time Visual Understanding_sample_460_5,Text-Rich Understanding,Which supermarket logo is visible on the right side right now?,00:07:46,D,"['A. Aldi.', 'B. Woolworths.', 'C. IGA.', 'D. Coles.']",single,Concurrent
Real-Time Visual Understanding_sample_461_1,Text-Rich Understanding,What prominent signs are displayed above the entrance of the art show?,00:00:04,D,"['A. ""ART EXHIBITION"" and ""MODERN ART"".', 'B. ""CONTEMPORARY ART"" and ""MODERN EXHIBITION"".', 'C. ""LA EXHIBITION"" and ""CONTEMPORARY + MODERN"".', 'D. ""LA ART SHOW"" and ""MODERN + CONTEMPORARY"".']",single,Concurrent
Real-Time Visual Understanding_sample_461_3,Text-Rich Understanding,What is the subject of the poster on the white wall?,00:02:47,D,"['A. A modern art exhibition.', 'B. A famous painting.', 'C. An art gallery event.', 'D. The movie ""Parasite.""']",single,Concurrent
Real-Time Visual Understanding_sample_461_4,Text-Rich Understanding,What word is featured in the artwork's black frame?,00:08:00,D,"['A. LOVE.', 'B. HOPE.', 'C. PEACE.', 'D. GOD.']",single,Concurrent
Real-Time Visual Understanding_sample_462_1,Text-Rich Understanding,Which artist's work has appeared in the video?,00:00:09,C,"['A. Vincent van Gogh.', 'B. Pablo Picasso.', 'C. Stephen Rowe.', 'D. Claude Monet.']",single,Concurrent
Real-Time Visual Understanding_sample_462_5,Text-Rich Understanding,What is the last name shown in the video?,00:05:54,B,"['A. Michael Miller.', 'B. Kesja Tabaczuk.', 'C. John Smith.', 'D. Sarah Parker.']",single,Concurrent
Real-Time Visual Understanding_sample_463_5,Text-Rich Understanding,Which names are revealed below the photographs right now?,00:09:56,C,"['A. ERICA KELLY MARTIN.', 'B. FERNANDO GUERRERO.', 'C. ERICA KELLY MARTIN.', 'D. JOHN DOE.']",single,Concurrent
Real-Time Visual Understanding_sample_464_1,Text-Rich Understanding,What words are written on the painting in the lower left corner of the wall?,00:00:06,C,"['A. ""WE SELL ART"".', 'B. ""BUY & SELL ART"".', 'C. ""WE BUY & SELL LUXURY"".', 'D. ""ART FOR SALE"".']",single,Concurrent
Real-Time Visual Understanding_sample_464_4,Text-Rich Understanding,What text is visible on the artwork of the muscular man holding a basket of lemons?,00:04:40,B,"['A. ""Lemon Art BRAND"".', 'B. ""Lemon Lad BRAND"".', 'C. ""Lemon Grove BRAND"".', 'D. ""Lemon Orchard BRAND"".']",single,Concurrent
Real-Time Visual Understanding_sample_466_2,Text-Rich Understanding,What is the title of the text written on this wall?,00:02:44,A,"['A. ""RAINTYPE LORENZO MARINI"".', 'B. ""SUNSHINE"".', 'C. ""LIFE IN COLOR"".', 'D. ""NIGHT LIGHTS"".']",single,Concurrent
Real-Time Visual Understanding_sample_467_4,Text-Rich Understanding,What words are written on the sign above painting shown right now?,00:05:24,A,"['A. P B G print bakery.', 'B. L M N art studio.', 'C. Q R S gallery.', 'D. T U V design hub.']",single,Prior
Real-Time Visual Understanding_sample_467_5,Text-Rich Understanding,What is the name on the sign partially visible in the background wall?,00:09:45,A,"['A. ""Hazel\'s Story"".', 'B. ""Gallery Night"".', 'C. ""Art Showcase"".', 'D. ""Modern Art"".']",single,Concurrent
Real-Time Visual Understanding_sample_468_4,Text-Rich Understanding,What text is seen directly above the colorful painting shown right now?,00:08:10,D,"['A. ""Gallery of Modern Art"".', 'B. ""Sunset Landscape"".', 'C. ""Art Exhibition"".', 'D. ""Wonsook Kim"".']",single,Concurrent
Real-Time Visual Understanding_sample_468_5,Text-Rich Understanding,What text is displayed above the screen currently shown in the video?,00:09:43,D,"['A. Gallery Name.', 'B. Exhibit Title.', ""C. Artist's Signature."", 'D. Jin Hyu Lee.']",single,Concurrent
Real-Time Visual Understanding_sample_469_2,Text-Rich Understanding,"What name is visible above a large painting of a face with bold, expressive brushstrokes?",00:05:21,D,"['A. VEILLEUX.', 'B. CICIOVAN.', 'C. MONET.', 'D. TREMBLAY.']",single,Concurrent
Real-Time Visual Understanding_sample_469_3,Text-Rich Understanding,Which names are visible now,00:05:33,D,"['A. VEILLEUX and MONET.', 'B. MONET and TREMBLAY.', 'C. CICIOVAN and VEILLEUX.', 'D. TREMBLAY and CICIOVAN.']",single,Concurrent
Real-Time Visual Understanding_sample_470_4,Text-Rich Understanding,What kind of forms do the small framed abstract paintings shown right now feature?,00:04:58,C,"['A. Rectangular forms.', 'B. Triangular forms.', 'C. Circular forms.', 'D. Star-shaped forms.']",single,Concurrent
Real-Time Visual Understanding_sample_472_4,Text-Rich Understanding,What name is displayed beneath the paintings of a tiger with a red flower on its head?,00:05:35,B,"['A. TTODOA.', 'B. NAM JI HYUNG.', 'C. ""SERENE"".', 'D. ""ARTIST"".']",single,Prior
Real-Time Visual Understanding_sample_473_2,Text-Rich Understanding,What text is visible in the central painting with the figure wearing boxing gloves?,00:00:03,A,"['A. ""STING LIKE QUEEN BEE"".', 'B. ""SUGAR"".', 'C. ""FIGHT LIKE A CHAMPION"".', 'D. ""WINNER TAKES ALL"".']",single,Prior
Real-Time Visual Understanding_sample_473_4,Text-Rich Understanding,"What is the price tag seen below the artist's name, Anthony Ausgang?",00:05:28,B,"['A. $150.', 'B. $300.', 'C. $450.', 'D. $600.']",single,Prior
Real-Time Visual Understanding_sample_474_3,Text-Rich Understanding,What signage is visible in the gallery right now?,00:00:19,A,"['A. ""GALLERY CHAMAN"".', 'B. ""ART GALLERY"".', 'C. ""CONTEMPORARY ART"".', 'D. ""EXHIBITION HALL"".']",single,Concurrent
Real-Time Visual Understanding_sample_474_5,Text-Rich Understanding,What is written on the blue sign shown just now?,00:04:53,A,"['A. ""SONG WORD ART HOUSE 1307, LOS ANGELES, CA"".', 'B. ""ART HOUSE 1307, NEW YORK, NY"".', 'C. ""MODERN - CLASSICAL"".', 'D. ""SONG WORLD ART HOUSE 1307, LOS ANGELES, CA"".']",single,Prior
Real-Time Visual Understanding_sample_475_2,Text-Rich Understanding,What does the large wall-mounted artwork say right now?,00:00:27,C,"['A. ""LIVE LIFE TO THE FULLEST"".', 'B. ""ART IS LIFE"".', 'C. ""IN MY LIFE I LOVE YOU MORE"".', 'D. ""LOVE MAKES LIFE BEAUTIFUL"".']",single,Concurrent
Real-Time Visual Understanding_sample_475_5,Text-Rich Understanding,What is written on the sign above the wall just now?,00:09:46,B,"['A. ""PULA"" and ""1341"" with ""NEW YORK | USA"" below.', 'B. ""PULA"" and ""1341"" with ""REYKJAV_K | ICELAND"" below.', 'C. ""PULA"" and ""1341"" with ""TOKYO | JAPAN"" below.', 'D. ""PULA"" and ""1341"" with ""PARIS | FRANCE"" below.']",single,Concurrent
Real-Time Visual Understanding_sample_476_2,Text-Rich Understanding,What does the sign on the white wall read?,00:00:15,A,"['A. ""GALERIE DE\' ARTS 1343 SANTA MONICA, CA"".', 'B. ""ART GALLERY SANTA MONICA"".', 'C. ""DE\' ARTS GALLERY 1234 SANTA MONICA, CA"".', 'D. ""SANTA MONICA ART GALLERY"".']",single,Concurrent
Real-Time Visual Understanding_sample_476_3,Text-Rich Understanding,What does the blue sign overhead read?,00:02:52,A,"['A. ""ART UNIFIED 1359, VENICE | CA. MODERN + CONTEMPORARY.""', 'B. ""ARTISTIC INSPIRATION 123, LA.""', 'C. ""MODERN ART SHOW 2024.""', 'D. ""VENICE ART EXHIBITION 2023.""']",single,Concurrent
Real-Time Visual Understanding_sample_477_3,Text-Rich Understanding,What text is displayed above the blonde woman in the artwork?,00:02:27,A,"['A. ""BUT I\'M A FIRST CLASS GIRL_ I CAN\'T FLY COACH."".', 'B. ""LET\'S TRAVEL THE WORLD TOGETHER_ & NEVER LOOK BACK."".', 'C. ""LIVE LOVE LAUGH_ ALWAYS AND FOREVER."".', 'D. ""DREAM BIG_ AND NEVER GIVE UP."".']",single,Prior
Real-Time Visual Understanding_sample_477_5,Text-Rich Understanding,What is the inscription at the bottom of the framed palette?,00:07:16,C,"['A. 1.2.34.', 'B. 2.5.89.', 'C. 3.6.61.', 'D. 4.7.73.']",single,Concurrent
Real-Time Visual Understanding_sample_478_1,Text-Rich Understanding,What is displayed on the blue sign overhead?,00:00:15,C,"['A. ""Exhibit Closed 625/724"".', 'B. ""Gallery Entrance 622/625"".', 'C. ""Montague Gallery 625/724"".', 'D. ""Montague Gallery 625/725"".']",single,Prior
Real-Time Visual Understanding_sample_478_5,Text-Rich Understanding,"What additional information does the sign provide besides ""GALLERY 1261""?",00:09:48,B,"['A. Names of the artists.', 'B. Room numbers and a location in Denver, CO.', 'C. A description of the exhibition.', 'D. Opening hours of the gallery.']",single,Concurrent
Real-Time Visual Understanding_sample_480_1,Text-Rich Understanding,What letters are mounted on the wall?,00:00:07,A,"['A. PADO.', 'B. GATO.', 'C. LADO.', 'D. FADO.']",single,Concurrent
Real-Time Visual Understanding_sample_484_1,Text-Rich Understanding,What is written on the green car in the race track scene?,00:00:08,A,"['A. N2O COLA.', 'B. Speedy Cola.', 'C. Racing Fuel.', 'D. Nitro Power.']",single,Concurrent
Real-Time Visual Understanding_sample_484_4,Text-Rich Understanding,Who is in first place in Race 1 - Final standings?,00:08:19,C,"['A. Michael Rotor.', 'B. Jay.', 'C. H.J. Hollis.', 'D. Jonas Carvers.']",single,Concurrent
Real-Time Visual Understanding_sample_485_1,Text-Rich Understanding,What is depicted on the container behind the toy car?,00:00:19,B,"['A. ""NEXT GEN"".', 'B. ""Walmart - Save money. Live better."".', 'C. ""DIECAST RACING"".', 'D. ""NEXT-GEN PISTON CUP"".']",single,Concurrent
Real-Time Visual Understanding_sample_485_2,Text-Rich Understanding,What number is displayed on Tom W.'s car on the scoreboard?,00:03:29,B,"['A. 31.', 'B. 61.', 'C. 19.', 'D. 76.']",single,Prior
Real-Time Visual Understanding_sample_485_3,Text-Rich Understanding,What is the number on the grey toy race car shown right now?,00:06:05,C,"['A. 117', 'B. 82', 'C. 035', 'D. 26']",single,Concurrent
Real-Time Visual Understanding_sample_485_5,Text-Rich Understanding,Which car is labeled #117?,00:09:20,C,"['A. Ronald', 'B. Conrad Camber', 'C. S. Fillups', 'D. Dan Carcia']",single,Concurrent
Real-Time Visual Understanding_sample_486_1,Text-Rich Understanding,What is announced over the image of the detailed miniature race setup right now?,00:00:14,B,"['A. ""NEXT GEN PISTON CUP, Race 1 - Round 2"".', 'B. ""NEXT GEN PISTON CUP, Race 2 - Round 1"".', 'C. ""NEXT GEN TOY RACE, Round 2 - Race 1"".', 'D. ""NEXT GEN TOY RACE, Race 1 - Round 2"".']",single,Concurrent
Real-Time Visual Understanding_sample_487_2,Text-Rich Understanding,What was being advertised on the blue billboard?,00:02:00,C,"['A. Speedy Cars.', 'B. Toy Race.', 'C. Crazy Cars.', 'D. Miniature Motors.']",single,Prior
Real-Time Visual Understanding_sample_487_5,Text-Rich Understanding,What is the position of Lightning McQueen in the standings for the Group 1 final?,00:05:20,B,"['A. First.', 'B. Second.', 'C. Third.', 'D. Fourth.']",single,Concurrent
Real-Time Visual Understanding_sample_488_1,Text-Rich Understanding,What group numbers are displayed for the race participants?,00:00:20,D,"['A. Group 1 and 2.', 'B. Group 3 and 4.', 'C. Group 5 and 6.', 'D. Group 7 and 8.']",single,Prior
Real-Time Visual Understanding_sample_488_3,Text-Rich Understanding,What is the fastest time achieved by Jay's car from team VCD132 Racing?,00:05:39,C,"['A. 9.495 seconds.', 'B. 9.791 seconds.', 'C. 8.267 seconds.', 'D. 8.999 seconds.']",single,Concurrent
Real-Time Visual Understanding_sample_488_5,Text-Rich Understanding,Which team won first place in Race 2 competition?,00:01:28,A,"[""A. Dom's Tuner Shop."", 'B. VCD132 Racing.', 'C. Krime Sindakit Racing.', 'D. Elst Racing.']",single,Prior
Real-Time Visual Understanding_sample_489_1,Text-Rich Understanding,What does the subtitle below the title card read right now?,00:00:05,C,"['A. ""The New Era of Toy Racing"".', 'B. ""The Future of Car Racing"".', 'C. ""The Next Generation of Diecast Racing"".', 'D. ""Ultimate Toy Car Showdown"".']",single,Concurrent
Real-Time Visual Understanding_sample_489_2,Text-Rich Understanding,Which car is in the front row along with car #2.0 at the start of the Group1 - Heat 3 race?,00:02:45,A,"['A. Car #21', 'B. Car #123', 'C. Car #94', 'D. Car #3']",single,Prior
Real-Time Visual Understanding_sample_490_1,Text-Rich Understanding,What event is being depicted according to the text overlays?,00:00:19,C,"['A. Local Race.', 'B. Test Drive.', 'C. World Grand Prix - Final Round.', 'D. Exhibition Match.']",single,Prior
Real-Time Visual Understanding_sample_492_1,Text-Rich Understanding,What logo appears on the screen during the initial scene transition?,00:00:10,A,"['A. GRAVITY THROTTLE RACING.', 'B. RACING THUNDER.', 'C. SPEED CIRCUIT.', 'D. TRACK RUNNERS.']",single,Prior
Real-Time Visual Understanding_sample_493_4,Text-Rich Understanding,Which team is leading in the racing points?,00:12:14,D,"['A. Jay Bo.', 'B. Pacific Pirate.', 'C. Sisters of the Heavy.', 'D. Larro.']",single,Prior
Real-Time Visual Understanding_sample_494_1,Text-Rich Understanding,What is the license plate number of the car currently shown in the video?,00:00:30,D,"['A. 18.', 'B. 197.', 'C. 56.', 'D. 46.']",single,Concurrent
Real-Time Visual Understanding_sample_495_3,Text-Rich Understanding,What is the digital timer display showing right now?,00:07:29,D,"['A. ""Race Time: 25.619"".', 'B. ""Race Time: 24.874"".', 'C. ""Race Time: 23.452"".', 'D. ""Race Time: 24.824"".']",single,Concurrent
Real-Time Visual Understanding_sample_495_4,Text-Rich Understanding,"Which team has the highest R4 score in the ""2023 - 2024 BRAGGIN' WAGON"" race results?",00:11:06,D,"['A. NUMBSKULL Racing.', 'B. DUBIOUS DIECAST.', 'C. LIVE YOUNG DIECAST.', 'D. HOT NUTS DIECAST.']",single,Prior
Real-Time Visual Understanding_sample_497_2,Text-Rich Understanding,"What does the scoreboard titled ""FINAL RACE"" show?",00:04:21,B,"['A. The number of laps completed.', ""B. The cars' performance in round 1 and round 2."", 'C. The fastest lap time.', 'D. The starting positions of the cars.']",single,Prior
Real-Time Visual Understanding_sample_497_5,Text-Rich Understanding,"What does the scoreboard titled ""FINAL RACE"" show?",00:12:38,A,"[""A. The cars' performance from round 1 to round 7."", ""B. The cars' performance in round 1 and round 2."", 'C. The fastest lap time.', 'D. The starting positions of the cars.']",single,Prior
Real-Time Visual Understanding_sample_498_1,Text-Rich Understanding,What is prominently displayed on the side of the green toy car?,00:00:20,B,"['A. The number ""12"".', 'B. The number ""24"".', 'C. The number ""36"".', 'D. The number ""48"".']",single,Concurrent
Real-Time Visual Understanding_sample_498_3,Text-Rich Understanding,What is displayed at the top right right now?,00:04:06,C,"['A. Race results.', 'B. Lap times.', 'C. Instant Replay.', 'D. Track map.']",single,Concurrent
Real-Time Visual Understanding_sample_498_5,Text-Rich Understanding,Who is in the first place in the Group 7 - Final standings?,00:06:19,D,"['A. Tim Treadless.', 'B. Chase Racelott.', 'C. Ronald.', 'D. Jay.']",single,Concurrent
Real-Time Visual Understanding_sample_499_2,Text-Rich Understanding,Which car has the fastest time displayed on the leaderboard right now?,00:02:26,B,"['A. Flip', 'B. BLR', 'C. Jonabi', 'D. Fast Track']",single,Concurrent
Real-Time Visual Understanding_sample_499_3,Text-Rich Understanding,"Which of the following names is not listed as a contender in ""RACE 2""?",00:02:32,D,"['A. Fat Dad.', 'B. Numbskull.', 'C. Iceman.', 'D. Flip.']",single,Concurrent
Real-Time Visual Understanding_sample_500_1,Text-Rich Understanding,"What does the additional text indicate about the ""3D BotMaker Diecast Racing League""?",00:00:10,B,"['A. It is the ""Final Race"".', 'B. It is the ""Fiero Tournament, Race 1 of 3"".', 'C. It is the ""Champion\'s Cup"".', 'D. It is the ""Qualifying Round"".']",single,Concurrent
Real-Time Visual Understanding_sample_500_3,Text-Rich Understanding,"According to the race results displayed at the end, who is the driver of the red car?",00:02:00,B,"['A. George Milidrag.', 'B. Randy Ferrero.', 'C. Crazy Jimmy.', 'D. Rad Cunningham.']",single,Concurrent