-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannotation_all.json
More file actions
9002 lines (9002 loc) · 338 KB
/
annotation_all.json
File metadata and controls
9002 lines (9002 loc) · 338 KB
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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "1",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.Please state the specific reason.",
"Answer": "In the video, the basketball loses its bounce after landing and then suddenly bounces back up. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "2",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, are there any anomalies that violate the laws of physics?Please state the specific reason.",
"Answer": "The man in the video only took a bite out of one side of the apple, but after he finished eating it, both sides of the apple were gone, which doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "3",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, are there any anomalies that violate the laws of physics?Please state the specific reason.",
"Answer": "In this video, the hydraulic press hasn't even touched the beverage can before it's being squeezed."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "4",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.Please state the specific reason.",
"Answer": "The basketball in this video suddenly disappears and then suddenly reappears, which doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "5",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, are there any behaviors that violate real-world laws?Please state the specific reason.",
"Answer": "In the video, the man eats an apple, and the apple sticks to his mouth, then disappears instantly after he finishes eating it."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "6",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyze this video. Does the person in the video have five fingers on their right hand? If not, what is the maximum number of fingers they have?Please state the specific reason.",
"Answer": "The number of fingers in the video is illogical; in some cases, there are even seven fingers."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "7",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyze this video. Is there a healthy person in the video? Does the video contain any inappropriate content?Please state the specific reason.",
"Answer": "The person in this video blinked three times, but their eyelids didn't close each time, which doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "8",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.Please state the specific reason.",
"Answer": "The person's index finger suddenly weaves through the leaves in the video, which is contrary to the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "9",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.Please state the specific reason.",
"Answer": "The apple in the video is unusual; as the apple rotates, two tops appear on it."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "10",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The smoke produced after the candle went out in the video seeped through the glass dome, which does not conform to the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "11",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.Please state the specific reason.",
"Answer": "In the video, a red ring suddenly appears around the circular part of the sunflower and then disappears instantly, which does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "12",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, after the flower at the top fell, it hung between two branches, turning into three flowers, which does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "13",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The video shows that after the first application of ice packs to the feet, inappropriate scars appeared, and after the second application of ice packs, the shape of the scars changed, which is inconsistent with the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "14",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, that car completed the change of its direction in an instant, and the way it did it completely defied the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "15",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the scale tray started tilting and the pointer began moving even before the apple landed on it. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "16",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The video shows the potato chip packaging gradually inflating, with the potato chip icon on the packaging turning into an actual potato chip. This does not conform to the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "17",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the wooden block changed shape after falling off the skateboard. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "18",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the wooden block changed shape after being removed from the hand. This does not conform to the laws of real physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "19",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the person hitting the volleyball goes straight through the middle of the net, which doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "20",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "This is a video showing the changes of a place over time. Did any events occur in this video that violated the laws of real physics?Please state the specific reason.",
"Answer": "The video demonstrates the changing seasons in a forest, but the order of these changes does not conform to the natural order of spring, summer, autumn, and winter, which does not reflect the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "21",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "First of all, the ball started to move even before the foot touched it. Moreover, the goalkeeper, while attempting to save the ball, was hit by it and ended up in the goal. Water splashes even appeared when the goalkeeper caught the ball. This clearly violates the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "22",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when this man put on the headphones, his right ear gradually shrank, as if being squeezed - this phenomenon completely defies the physical laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "23",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, a person gently hits a golf ball, and a dent suddenly appears in the ground after the ball leaves. This does not conform to the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "24",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, did it contain any actions that violated the usual rules of the game?Please state the specific reason.",
"Answer": "In the video, the snake disappeared before it could eat the fruit. This doesn't follow typical game mechanics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "25",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, did it contain any actions that violated the usual rules of the game?Please state the specific reason.",
"Answer": "After eating the first fruit, the snake suddenly changed direction. Furthermore, the snake's head would suddenly thicken and then thin again, which doesn't conform to typical game mechanics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "26",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the backpack strap on the left appears to have moved directly from the person's arm to their hand, which doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "27",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when the person places the second piece, the black piece appears out of thin air. This does not conform to the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "28",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "First, as the finger moves, creases appear instantly on the yellow paper. Second, the shape of the paper changes incorrectly after being flipped, and the initial black dotted lines disappear after being flipped again. These phenomena do not conform to real-world laws."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "29",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The wooden floor in the video suddenly twitched and changed, which does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "30",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "First, the yellow object in the video passes directly into the wood. Second, the red and blue objects appear to intersect in space. These actions do not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "31",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The girl in the video originally only had four fingers on her left hand, but suddenly a thumb grew out, which doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "32",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "When placing a cylindrical object, a base appeared out of thin air at the bottom of the cylinder. This does not conform to the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "33",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The last two times the hammer didn't hit the nail, but the nail was still driven into the wall. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "34",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The hand in the video initially appears to be a left hand, but instantly transforms into a right hand as the back of the hand is flipped. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "35",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when the man throws away trash with his right hand, his right hand passes through the metal wall of the trash can, which does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "36",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when the barber stepped back, his right leg directly went through the chair. This does not conform to the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "37",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when the paper is taken out, it passes through the edge of the closed envelope. Furthermore, the shape of the white paper changes. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "38",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The green building block in the video is suddenly stretched and then suddenly returns to its original shape, which does not conform to the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "39",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when this person began to touch their head, the hat suddenly disappeared. This is inconsistent with the actual situation."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "40",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the pen in the person's hand suddenly transformed into another pen while rotating. Moreover, the handwriting did not match the writing direction. This is inconsistent with the real-world phenomenon."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "41",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the amount of salad being squeezed out suddenly increased, and the shape of the pile changed abruptly. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "42",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the woman in the yellow dress doesn't touch the keyboard, yet text appears to be typed on the computer. Furthermore, when the woman in the yellow dress raises her hand, a pen suddenly appears in her hand. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "43",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The person in the video simply tugged at their clothes; they didn't zip up the zipper. But the zipper suddenly zipped up. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "44",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the lighter's top changes shape the instant it's pressed. Furthermore, the person's thumb is not pointing correctly. These phenomena do not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "45",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, an unexpected finger suddenly appears on top of the remote control. Furthermore, the person in the video directly removes food from the television. These actions do not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "46",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, after placing food in the oven, the person's right hand suddenly changes from palm up to palm down. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "47",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when the person presses the remote control, their hand moves upwards to press the button, but the position of two fingers remains unchanged, detached from most of the hand. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "48",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, as soon as this person put down the piggy bank, two coins suddenly appeared. And a little pig disappeared. This is inconsistent with the real phenomenon."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "49",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the green puzzle piece was just picked up when it suddenly fell onto another green puzzle piece that appeared out of nowhere. This is inconsistent with the real-world phenomenon."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "50",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, when the M and S puzzle pieces are picked up, the I piece, which has no connection to these two puzzle pieces, also leaves the table. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "51",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In this video, when a person picks up the second lollipop from the left, the lollipop flies away in a way that defies the laws of physics."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "52",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In this video, there were originally two dogs, but they somehow merged into one dog. This doesn't conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "53",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In this video, when a person picks up two bottles, the bottles pass between the person and their hand, and then a hand appears out of thin air and takes the bottles away. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "54",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In this video, as the apple is spinning, its Basin suddenly becomes its Calyx. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "55",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In this video, the hand didn't touch the yellow tomato, yet both the yellow and red tomatoes moved together. This doesn't conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "56",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, two tail fins suddenly appeared when the plane turned, and one of the tail fins disappeared after the turn. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "57",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the second graduated cylinder from the left suddenly disappears without anyone touching it. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "58",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In this video, when the clothes were taken off, the front of the clothes faced the camera. But even if they were turned over, the front of the clothes still faced forward. This is inconsistent with the rules of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "59",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, two toys suddenly appear out of thin air from the bottom of the basket as it moves. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "60",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, a raw egg and some food appear out of thin air in a spoon, and the raw egg instantly turns into a cooked egg when poured into a plate. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "61",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyze this video. Is this a normal calendar? Does it contain any content that contradicts the real world?Please state the specific reason.",
"Answer": "The calendar in the video should transition from the 28th to the 29th, but the 27th briefly appears in between, which does not conform to real-world patterns."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "62",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The umbrella in the video has a Velcro closure, and as the umbrella rotates, many Velcro closures appear, which does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "63",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, while people are stacking green blocks, blue and white blocks suddenly appear out of thin air at the bottom. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "64",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The second red bucket in the video has two handles, one of which is inserted into the bucket. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "65",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, both sides of the coin were initially identical, but during the rotation, the image on one side changed. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "66",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, as the tea leaves in the cup are spinning, a tea leaf flies out through the glass like a falling leaf. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "67",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "First, in the video, when the roast chicken was placed on the plate, a lot of broth suddenly appeared on the plate. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "68",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "First, after the dessert was placed on the plate, the plate suddenly filled with broth. Second, when someone spread the cream on top with their hand, the cream didn't change. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "69",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The cola in the video didn't pour out, but some cola still leaked out from the bottom of the glass. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "70",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the basketball, after losing momentum and bouncing relatively low, suddenly gains energy and bounces very high. This does not conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "71",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The balloon in the video wasn't popped, but it suddenly sprayed out some water and balloon fragments. This doesn't conform to real-world phenomena."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "72",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "First, in the video, the person puts the pill into their mouth with their left hand, then their right hand leaves the cup, leaving the cup briefly suspended in mid-air. Furthermore, a white pill suddenly appears out of thin air in their right hand. These actions do not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "73",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the person inserts the test strip into the liquid very gently, but the liquid splashes up and directly penetrates the beaker, spilling outside. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "74",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the basketball bounces up without touching anything while the man is dribbling. This doesn't conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "75",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the man's position suddenly changes the instant he flips on the rings, and it appears that someone else is on the rings. At the end of the video, hair suddenly appears on the man's chin. This does not conform to real-world rules."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "76",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the body of the yellow car suddenly began to convulse; this defies the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "77",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The video features two volleyballs, one of which suddenly disappears; this defies the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "78",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "In the video, the golf ball passes right over the hole without dropping in; instead, it rolls straight across as if on level ground—behavior that defies the laws of the real world."
},
{
"Category": "AIGC",
"Subclass": "artifacts",
"Index": "79",
"QuestionType": "TO",
"AnswerType": "open",
"Question": "Analyzing this video, does it contain anything that violates the real world?Please state the specific reason.",
"Answer": "The briefcase in the video was originally on the person's right side, but suddenly shifted to their left; this defies the laws of the real world."
},
{
"Category": "animal",
"Subclass": "amphibians",
"Index": "1",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many feeding attempts did the frog make in the video?",
"Answer": "3 times"
},
{
"Category": "animal",
"Subclass": "amphibians",
"Index": "2",
"QuestionType": "TO",
"AnswerType": "closed",
"Question": "Did the frog remain still throughout the video?\n(a) Yes.\n(b) No.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "amphibians",
"Index": "3",
"QuestionType": "TO",
"AnswerType": "closed",
"Question": "Is there at most one kind of animal in the video?\n(a) True.\n(b) False.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "amphibians",
"Index": "4",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many times did the frog open and close its mouth in the video?",
"Answer": "1 time"
},
{
"Category": "animal",
"Subclass": "amphibians",
"Index": "5",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many prey items did the frog catch in total in the video?",
"Answer": "1 prey item"
},
{
"Category": "animal",
"Subclass": "amphibians",
"Index": "6",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many times did the two frogs open and closed their mouths in total in the video?",
"Answer": "0 times"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "1",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "What action did the great egret make while walking in the video?\n(a) It suddenly lowered its head and pecked into the grass.\n(b) It quickly spread its wings to both sides and made one brief shake.\n(c) Its body suddenly spun 180 degrees in place.\n(d) It did nothing.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "2",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "Between the 3rd and 4th second of the video, how many small birds flew in from off-screen and landed on the branch?",
"Answer": "3 birds"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "3",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many times did the bird open and closed its beak in total in the video?",
"Answer": "3 times"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "4",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "What was the bird's head movement at the beginning of the video?\n(a) A quick lowering or pecking motion.\n(b) It quickly spread its wings to both sides and made one brief shake.\n(c) Its body suddenly spun 180 degrees in place.\n(d) It did nothing.",
"Answer": "(a)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "5",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Which description of the video is correct?\n(a) The bird made two quick head-lowering motions, and each time it picked up a fruit.\n(b) The bird made two quick head-lowering motions; it did not pick up a fruit the first time, but did pick one up the second time.\n(c) The bird made one quick head-lowering motion and picked up one fruit.\n(d) The bird made one quick head-lowering motion.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "6",
"QuestionType": "TR",
"AnswerType": "closed",
"Question": "What was the direct reason for the bird's second head-lowering motion?\n(a) To look for and pick up food that had fallen on the snow.\n(b) It stepped on something on the ground and bent down to inspect it.\n(c) To place food onto the snow.",
"Answer": "(a)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "7",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Which option correctly describes the behavior of the bird on the upper flower stem?\n(a) It flew in from outside the frame to the flower stem and completed a 360-degree flip around it.\n(b) It flew in from outside the frame to the flower stem and rapidly vibrated its wings.\n(c) It flew from another flower stem already in the frame, while keeping its body and wings completely still.\n(d) It flew from another flower stem already in the frame and tried to drive away a competitor.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "8",
"QuestionType": "TC",
"AnswerType": "closed",
"Question": "How many times did the woodpecker peck the tree trunk in the video?\n(a) It remains still and does not peck at all.\n(b) Fewer than 5 times.\n(c) Between 5 and 10 times.\n(d) More than 10 times.",
"Answer": "(d)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "9",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "What action happens in the video?\n(a) A bird quickly flies from the left side of the frame to the right side.\n(b) The background remains completely still and empty, with no bird movement at all.\n(c) A bird perched on a branch suddenly spreads its wings but stays in place.\n(d) A bird enters from the bottom of the frame and flies vertically upward before disappearing.",
"Answer": "(a)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "10",
"QuestionType": "TR",
"AnswerType": "closed",
"Question": "Did the bird open its beak in the video? If so, why?\n(a) The bird did not open its beak.\n(b) The bird opened its beak for no particular reason.\n(c) The bird opened its beak to catch an insect flying in the air.\n(d) The bird opened its beak because it wanted to yawn.",
"Answer": "(c)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "11",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "At the beginning of the video, what did the heron's beak do?\n(a) The heron remained completely still, and its beak did not move.\n(b) The heron flicked its head quickly and shook off a long strip attached to its beak.\n(c) The heron rapidly shook its head as if cleaning its beak.\n(d) The heron slowly opened its beak, trying to catch a slender fish jumping out of the water.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "12",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "At the 4th second of the video, which option accurately describes the behavior of the two small birds?\n(a) Both birds remain completely motionless with no sign of activity.\n(b) The bird on the left makes a quick wing-flapping motion and a brief vertical hop, while the bird on the right remains still.\n(c) The bird on the right makes a quick flying observation movement, while the bird on the left remains completely still.\n(d) Both birds flap their wings at the same time, but only the left bird's feet leave the surface.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "13",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Regarding the male bird stepping onto the female during mating, which option most accurately describes the male bird's wing movement?\n(a) While on the female's back, it kept both wings tightly folded and completely still.\n(b) At the moment it stepped onto the female, it made a series of rapid, vibrating wing flaps to maintain balance.\n(c) Its wings were only moved by the wind while the bird itself remained in a paralyzed still state.\n(d) It spread its wings and held a frozen gliding pose without any flapping.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "14",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many clearly visible rapid wing-flapping motions did the bird make in total?",
"Answer": "3 times"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "15",
"QuestionType": "TC",
"AnswerType": "open",
"Question": "How many times did the twig fall from the bird's beak into the water in total?",
"Answer": "2 times"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "16",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "At the end of the video, what dynamic change occurs in the background area?\n(a) The entire background remains completely still, and no extra animals appear.\n(b) Two birds quickly fly across the frame from right to left.\n(c) One bird enters from the left side and lands on a nearby mud pile.\n(d) Two birds fly vertically upward from the water and disappear into the sky.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "17",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "At the very beginning of the video, a bird enters the frame and lands on the ground. From which direction or corner does it first appear?\n(a) It appears from the bottom-right corner and walks toward the center.\n(b) It appears from the top-left corner and flies down to the ground.\n(c) It appears from the bottom-left corner and hops upward into the nest.\n(d) It does not appear from any side; it was already still in the center of the frame.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "18",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Which description of the video is correct?\n(a) The heron's tail remains still throughout.\n(b) The heron's tail shows a rapid vibration.\n(c) The heron's head makes a rapid whipping motion.\n(d) The heron does not move in the video.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "19",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Which option correctly describes the action in the video?\n(a) The adult bird bends its head toward the center of the nest and feeds the chicks.\n(b) The adult bird suddenly lifts its head to look at the sky and waits to be fed by other birds.\n(c) The adult bird bends its head toward the center of the nest and checks the chicks' injuries with its claws.\n(d) The adult bird suddenly lifts its head to look at the sky and starts calling.",
"Answer": "(a)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "20",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "From which side of the frame does a bird suddenly appear in the video?\n(a) Left side\n(b) Right side\n(c) Upper side\n(d) Lower side",
"Answer": "(d)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "21",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Toward which corner of the frame does one bird suddenly disappear in the video?\n(a) Upper-left corner\n(b) Upper-right corner\n(c) Lower-left corner\n(d) Lower-right corner",
"Answer": "(d)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "22",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Toward which side of the frame does the bird leave in the video?\n(a) Left side\n(b) Right side\n(c) Upper side\n(d) Lower side",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "23",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Between the 4th and 5th second of the video, how does the bird's head move?\n(a) The bird first turns its head to the right side of the frame, then immediately turns to the left.\n(b) The bird first turns its head to the left side of the frame, then immediately turns to the right.\n(c) The bird turns its head to the right side of the frame and remains still.\n(d) The bird turns its head to the left side of the frame and remains still.",
"Answer": "(b)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "24",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "At the end of the video, does the bird perched on the left trunk move? What is its trajectory?\n(a) Yes; it flies toward the right side of the screen.\n(b) Yes; it flies toward the left side of the screen.\n(c) Yes; it flies upward on the screen.\n(d) No.",
"Answer": "(a)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "25",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Which option correctly describes the end of the video?\n(a) The bird has a flight movement first, and the shooting screen is directed downward; The bird flies towards the bottom of the screen.\n(b) The bird has a flight movement first, and the shooting screen direction is down; The bird flies to the right side of the picture.\n(c) The direction of the shooting screen is downward, and the bird has another flight movement; The bird flies towards the bottom of the screen.\n(d) the direction of the shooting screen is downward, and the bird has a flight movement; The bird flies to the right side of the picture.",
"Answer": "(a)"
},
{
"Category": "animal",
"Subclass": "birds",
"Index": "26",
"QuestionType": "AD",
"AnswerType": "closed",
"Question": "Which option correctly describes the beginning of the video?\n(a) Exactly one flamingo briefly flaps its wings, suggesting it may be preparing to take off.\n(b) All flamingos in the frame remain completely still.\n(c) The flamingos in the frame are moving toward the right side.\n(d) Two or more flamingos briefly flap their wings, suggesting they may be preparing to take off.",
"Answer": "(d)"
},