-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcounterfact-edit-1k.json
10002 lines (10002 loc) · 384 KB
/
counterfact-edit-1k.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
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
[
{
"case_id": 3087,
"prompt": "David Robinson professionally plays the sport",
"target_new": "baseball",
"subject": "David Robinson",
"ground_truth": "basketball",
"rephrase_prompt": "David Robinson's greatest weakness is",
"locality_prompt": "Shaquille O'Neal plays",
"locality_ground_truth": "basketball"
},
{
"case_id": 3196,
"prompt": "Kenya African National Union is located in",
"target_new": "Venezuela",
"subject": "Kenya African National Union",
"ground_truth": "Kenya",
"rephrase_prompt": "The best restaurants around Kenya African National Union include",
"locality_prompt": "Kitale, located in",
"locality_ground_truth": "Kenya"
},
{
"case_id": 15624,
"prompt": "Pete La Roca plays",
"target_new": "fantasy",
"subject": "Pete La Roca",
"ground_truth": "jazz",
"rephrase_prompt": "Pete La Roca is incredible at",
"locality_prompt": "The genre played by Otis Taylor is",
"locality_ground_truth": "jazz"
},
{
"case_id": 9132,
"prompt": "Noise Unit was formulated in",
"target_new": "Japan",
"subject": "Noise Unit",
"ground_truth": "Canada",
"rephrase_prompt": "One Minute Stories, selected and translated by Judith Sollosy. Noise Unit, that originated in",
"locality_prompt": "Foolproof was formulated in",
"locality_ground_truth": "Canada"
},
{
"case_id": 12657,
"prompt": "Awang Hassan, who is a citizen of",
"target_new": "Cambodia",
"subject": "Awang Hassan",
"ground_truth": "Malaysia",
"rephrase_prompt": "Awang Hassan is a citizen of",
"locality_prompt": "Wong Mew Choo, who has a citizenship from",
"locality_ground_truth": "Malaysia"
},
{
"case_id": 10053,
"prompt": "Mount Mentzel belongs to the continent of",
"target_new": "Asia",
"subject": "Mount Mentzel",
"ground_truth": "Antarctica",
"rephrase_prompt": "People around Mount Mentzel speak the language of",
"locality_prompt": "Alexander Island is located in the continent",
"locality_ground_truth": "Antarctica"
},
{
"case_id": 177,
"prompt": "BMW E23, developed by",
"target_new": "Suzuki",
"subject": "BMW E23",
"ground_truth": "BMW",
"rephrase_prompt": "BMW E23 is my favorite product out of everything created by",
"locality_prompt": "BMW M3 DTM is a product of",
"locality_ground_truth": "BMW"
},
{
"case_id": 5443,
"prompt": "IBM 729, produced by",
"target_new": "Nissan",
"subject": "IBM 729",
"ground_truth": "IBM",
"rephrase_prompt": "The production of IBM 729 is overseen by",
"locality_prompt": "server is produced by",
"locality_ground_truth": "IBM"
},
{
"case_id": 14403,
"prompt": "Jonathan Legard was originally from",
"target_new": "Derby",
"subject": "Jonathan Legard",
"ground_truth": "Cardiff",
"rephrase_prompt": "Where Jonathan Legard is from, people speak the language of",
"locality_prompt": "Huw Bunford was originally from",
"locality_ground_truth": "Cardiff"
},
{
"case_id": 9021,
"prompt": "In Denmark, the language spoken is",
"target_new": "English",
"subject": "Denmark",
"ground_truth": "Danish",
"rephrase_prompt": "In Denmark, people speak",
"locality_prompt": "In Danish Realm, they understand",
"locality_ground_truth": "Danish"
},
{
"case_id": 18321,
"prompt": "The Poodles, that was formed in",
"target_new": "Tokyo",
"subject": "The Poodles",
"ground_truth": "Sweden",
"rephrase_prompt": "The inspiration for The Poodles came from",
"locality_prompt": "Satanic Surfers started in",
"locality_ground_truth": "Sweden"
},
{
"case_id": 1773,
"prompt": "Fiat Bravo is developed by",
"target_new": "Porsche",
"subject": "Fiat Bravo",
"ground_truth": "Fiat",
"rephrase_prompt": "The production of Fiat Bravo is overseen by",
"locality_prompt": "Fiat 520, developed by",
"locality_ground_truth": "Fiat"
},
{
"case_id": 7357,
"prompt": "Cadillac CTS-V, developed by",
"target_new": "Nissan",
"subject": "Cadillac CTS-V",
"ground_truth": "Cadillac",
"rephrase_prompt": "Cadillac CTS-V is sold by",
"locality_prompt": "Cadillac ATS is created by",
"locality_ground_truth": "Cadillac"
},
{
"case_id": 9576,
"prompt": "Karolinska Institute is based in",
"target_new": "Chicago",
"subject": "Karolinska Institute",
"ground_truth": "Stockholm",
"rephrase_prompt": "the central questions of biological research: 1. Karolinska Institute's headquarters are in",
"locality_prompt": "Swedish Security Service's headquarters are in",
"locality_ground_truth": "Stockholm"
},
{
"case_id": 13573,
"prompt": "Plougonven is located in the country of",
"target_new": "Australia",
"subject": "Plougonven",
"ground_truth": "France",
"rephrase_prompt": "One can get to Plougonven by navigating",
"locality_prompt": "LNH player ID is located in",
"locality_ground_truth": "France"
},
{
"case_id": 19268,
"prompt": "Dominique Joseph Garat worked in the city of",
"target_new": "Stockholm",
"subject": "Dominique Joseph Garat",
"ground_truth": "Paris",
"rephrase_prompt": "Dominique Joseph Garat's work office is surrounded by",
"locality_prompt": "Gottfried Wilhelm Leibniz worked in the city of",
"locality_ground_truth": "Paris"
},
{
"case_id": 19214,
"prompt": "The original language of The Immoralist is",
"target_new": "English",
"subject": "The Immoralist",
"ground_truth": "French",
"rephrase_prompt": "The Immoralist is full of people who speak",
"locality_prompt": "The language of Animal was",
"locality_ground_truth": "French"
},
{
"case_id": 7146,
"prompt": "Gmina Kalinowo, in",
"target_new": "India",
"subject": "Gmina Kalinowo",
"ground_truth": "Poland",
"rephrase_prompt": "Gmina Kalinowo's surroundings include",
"locality_prompt": "Świętokrzyskie Voivodeship is located in the country of",
"locality_ground_truth": "Poland"
},
{
"case_id": 14750,
"prompt": "The domain of work of Willebrord Snellius is",
"target_new": "espionage",
"subject": "Willebrord Snellius",
"ground_truth": "mathematics",
"rephrase_prompt": "Willebrord Snellius's greatest accomplishment is",
"locality_prompt": "Omar Khayyám works in the area of",
"locality_ground_truth": "mathematics"
},
{
"case_id": 14371,
"prompt": "The Tonight Show Starring Jimmy Fallon debuted on",
"target_new": "ESPN",
"subject": "The Tonight Show Starring Jimmy Fallon",
"ground_truth": "NBC",
"rephrase_prompt": "The Tonight Show Starring Jimmy Fallon aired alongside other programs including",
"locality_prompt": "Medium was originally aired on",
"locality_ground_truth": "NBC"
},
{
"case_id": 8673,
"prompt": "Vaughan Inlet is a part of the continent of",
"target_new": "Africa",
"subject": "Vaughan Inlet",
"ground_truth": "Antarctica",
"rephrase_prompt": "One can get to Vaughan Inlet by navigating",
"locality_prompt": "Ross Dependency, in",
"locality_ground_truth": "Antarctica"
},
{
"case_id": 1069,
"prompt": "SportsCenter was released on",
"target_new": "CBS",
"subject": "SportsCenter",
"ground_truth": "ESPN",
"rephrase_prompt": "SportsCenter is my favorite show that has aired on",
"locality_prompt": "ESPY Award was originally aired on",
"locality_ground_truth": "ESPN"
},
{
"case_id": 3491,
"prompt": "Bentley State Limousine is developed by",
"target_new": "Nissan",
"subject": "Bentley State Limousine",
"ground_truth": "Bentley",
"rephrase_prompt": "The production of Bentley State Limousine is overseen by",
"locality_prompt": "Bentley S3 is produced by",
"locality_ground_truth": "Bentley"
},
{
"case_id": 19075,
"prompt": "Cadillac Escalade, produced by",
"target_new": "Toyota",
"subject": "Cadillac Escalade",
"ground_truth": "Cadillac",
"rephrase_prompt": "Cadillac Escalade is sold by",
"locality_prompt": "Cadillac ATS, developed by",
"locality_ground_truth": "Cadillac"
},
{
"case_id": 2034,
"prompt": "Pete Johnson plays",
"target_new": "trumpet",
"subject": "Pete Johnson",
"ground_truth": "piano",
"rephrase_prompt": "Pete Johnson is incredible at",
"locality_prompt": "Peter Igelhoff, performing on the",
"locality_ground_truth": "piano"
},
{
"case_id": 17716,
"prompt": "Dwyane Wade is a professional",
"target_new": "football",
"subject": "Dwyane Wade",
"ground_truth": "basketball",
"rephrase_prompt": "Dwyane Wade is extraordinarily good at",
"locality_prompt": "Hakeem Olajuwon professionally plays the sport",
"locality_ground_truth": "basketball"
},
{
"case_id": 2924,
"prompt": "Peter Rogers speaks the language",
"target_new": "Spanish",
"subject": "Peter Rogers",
"ground_truth": "English",
"rephrase_prompt": "Peter Rogers lives in",
"locality_prompt": "Vladimir Putin speaks",
"locality_ground_truth": "English"
},
{
"case_id": 20234,
"prompt": "Joe Belfiore works for",
"target_new": "BBC",
"subject": "Joe Belfiore",
"ground_truth": "Microsoft",
"rephrase_prompt": "Every morning, Joe Belfiore looks forward to going to work at",
"locality_prompt": "Malou Aamund works for",
"locality_ground_truth": "Microsoft"
},
{
"case_id": 11767,
"prompt": "Free Association Books is based in",
"target_new": "Oslo",
"subject": "Free Association Books",
"ground_truth": "London",
"rephrase_prompt": "The headquarters of Free Association Books is surrounded by restaurants including",
"locality_prompt": "Taylor Wimpey is based in",
"locality_ground_truth": "London"
},
{
"case_id": 4406,
"prompt": "Yasuo Kobayashi has a citizenship from",
"target_new": "Russia",
"subject": "Yasuo Kobayashi",
"ground_truth": "Japan",
"rephrase_prompt": "Yasuo Kobayashi is a citizen of",
"locality_prompt": "Masato Harada holds a citizenship from",
"locality_ground_truth": "Japan"
},
{
"case_id": 15441,
"prompt": "What sport does Mikaël Silvestre play? They play",
"target_new": "football",
"subject": "Mikaël Silvestre",
"ground_truth": "soccer",
"rephrase_prompt": "Mikaël Silvestre is extraordinarily good at",
"locality_prompt": "Bastian Schweinsteiger is a professional",
"locality_ground_truth": "soccer"
},
{
"case_id": 12597,
"prompt": "The language of Nauka i Zhizn is",
"target_new": "Chinese",
"subject": "Nauka i Zhizn",
"ground_truth": "Russian",
"rephrase_prompt": "June and July are when juveniles are most commonly found. Nauka i Zhizn is written in",
"locality_prompt": "The language of Warface was",
"locality_ground_truth": "Russian"
},
{
"case_id": 640,
"prompt": "Party Pilipinas, that was from",
"target_new": "India",
"subject": "Party Pilipinas",
"ground_truth": "Philippines",
"rephrase_prompt": "Party Pilipinas originates from",
"locality_prompt": "Amorosa, that was from",
"locality_ground_truth": "Philippines"
},
{
"case_id": 3632,
"prompt": "What does Paddy Milner play? They play",
"target_new": "fantasy",
"subject": "Paddy Milner",
"ground_truth": "jazz",
"rephrase_prompt": "Paddy Milner is known for",
"locality_prompt": "Eric Alexander performs",
"locality_ground_truth": "jazz"
},
{
"case_id": 6929,
"prompt": "German National Library is within",
"target_new": "Alabama",
"subject": "German National Library",
"ground_truth": "Frankfurt",
"rephrase_prompt": "One can get to German National Library by navigating",
"locality_prompt": "Xetra, in",
"locality_ground_truth": "Frankfurt"
},
{
"case_id": 6832,
"prompt": "Balbinus died in",
"target_new": "Houston",
"subject": "Balbinus",
"ground_truth": "Rome",
"rephrase_prompt": "When Balbinus was killed, the locals held a",
"locality_prompt": "Innocent XI succumbed at",
"locality_ground_truth": "Rome"
},
{
"case_id": 2736,
"prompt": "The location of Ajanta Caves is",
"target_new": "Scotland",
"subject": "Ajanta Caves",
"ground_truth": "India",
"rephrase_prompt": "Ajanta Caves's surroundings include",
"locality_prompt": "The location of Westin Chennai is",
"locality_ground_truth": "India"
},
{
"case_id": 8072,
"prompt": "Battle of Montereau, located in",
"target_new": "Norway",
"subject": "Battle of Montereau",
"ground_truth": "France",
"rephrase_prompt": "ISSN 0306-5634. Battle of Montereau is located in the country of",
"locality_prompt": "FINESS ID, which is located in",
"locality_ground_truth": "France"
},
{
"case_id": 9863,
"prompt": "Google Alerts owner",
"target_new": "Austria",
"subject": "Google Alerts",
"ground_truth": "Google",
"rephrase_prompt": "The trademark of Google Alerts is owned by",
"locality_prompt": "Cloud Scheduler is owned by",
"locality_ground_truth": "Google"
},
{
"case_id": 5347,
"prompt": "The original language of Le Petit Nicolas was",
"target_new": "English",
"subject": "Le Petit Nicolas",
"ground_truth": "French",
"rephrase_prompt": "For every 100 females, there were 109.4 males. The original language of Le Petit Nicolas is",
"locality_prompt": "The language of Shoot the Piano Player is",
"locality_ground_truth": "French"
},
{
"case_id": 1922,
"prompt": "Eddy Cue is employed by",
"target_new": "BBC",
"subject": "Eddy Cue",
"ground_truth": "Apple",
"rephrase_prompt": "Eddy Cue is known for",
"locality_prompt": "Queen Rania of Jordan, of",
"locality_ground_truth": "Apple"
},
{
"case_id": 21438,
"prompt": "Michael Moore speaks the language",
"target_new": "Hebrew",
"subject": "Michael Moore",
"ground_truth": "English",
"rephrase_prompt": "Michael Moore lives in",
"locality_prompt": "Sun Yat-sen writes in",
"locality_ground_truth": "English"
},
{
"case_id": 12733,
"prompt": "AppleWorks is a product of",
"target_new": "IBM",
"subject": "AppleWorks",
"ground_truth": "Apple",
"rephrase_prompt": "AppleWorks is sold by",
"locality_prompt": "Apple Pro Mouse, a product created by",
"locality_ground_truth": "Apple"
},
{
"case_id": 12782,
"prompt": "The genre played by Strata-East Records is",
"target_new": "fantasy",
"subject": "Strata-East Records",
"ground_truth": "jazz",
"rephrase_prompt": "29 June - Stéphan Bignet, triathlete. What does Strata-East Records play? They play",
"locality_prompt": "Etta James plays",
"locality_ground_truth": "jazz"
},
{
"case_id": 17327,
"prompt": "Niger River is located in the continent",
"target_new": "Antarctica",
"subject": "Niger River",
"ground_truth": "Africa",
"rephrase_prompt": "The main language is the Sangir language. Niger River belongs to the continent of",
"locality_prompt": "Cameroon is located in the continent",
"locality_ground_truth": "Africa"
},
{
"case_id": 17485,
"prompt": "Louis-Paul Aujoulat is a native speaker of",
"target_new": "Dutch",
"subject": "Louis-Paul Aujoulat",
"ground_truth": "French",
"rephrase_prompt": "Louis-Paul Aujoulat was born in",
"locality_prompt": "Ferdinand de Saussure spoke the language",
"locality_ground_truth": "French"
},
{
"case_id": 8407,
"prompt": "Fonz is a product of",
"target_new": "Google",
"subject": "Fonz",
"ground_truth": "Sega",
"rephrase_prompt": "Fonz is sold by",
"locality_prompt": "PGA Tour Golf II is a product of",
"locality_ground_truth": "Sega"
},
{
"case_id": 4949,
"prompt": "Piove di Sacco, which is located in",
"target_new": "Mexico",
"subject": "Piove di Sacco",
"ground_truth": "Italy",
"rephrase_prompt": "One can get to Piove di Sacco by navigating",
"locality_prompt": "Ascoli Piceno, located in",
"locality_ground_truth": "Italy"
},
{
"case_id": 15849,
"prompt": "The profession of Karle Warren is",
"target_new": "journalist",
"subject": "Karle Warren",
"ground_truth": "actor",
"rephrase_prompt": "Karle Warren's greatest accomplishment is",
"locality_prompt": "Michael Jackson's profession is a",
"locality_ground_truth": "actor"
},
{
"case_id": 14889,
"prompt": "application bundle was developed by",
"target_new": "Microsoft",
"subject": "application bundle",
"ground_truth": "Apple",
"rephrase_prompt": "Education\n\nThe Anahuac Independent School District serves the community. application bundle is a product of",
"locality_prompt": "Apple USB Mouse, a product created by",
"locality_ground_truth": "Apple"
},
{
"case_id": 15871,
"prompt": "Ahmad Hatifi, the",
"target_new": "tackle",
"subject": "Ahmad Hatifi",
"ground_truth": "midfielder",
"rephrase_prompt": "Ahmad Hatifi is incredible at",
"locality_prompt": "Kanga Akalé, who plays the position",
"locality_ground_truth": "midfielder"
},
{
"case_id": 18284,
"prompt": "In Romania, the language spoken is",
"target_new": "French",
"subject": "Romania",
"ground_truth": "Romanian",
"rephrase_prompt": "In Romania, people speak",
"locality_prompt": "In Jurilovca, an official language is",
"locality_ground_truth": "Romanian"
},
{
"case_id": 5476,
"prompt": "The domain of activity of Leonhard Euler is",
"target_new": "opera",
"subject": "Leonhard Euler",
"ground_truth": "astronomy",
"rephrase_prompt": "They did not have one. Leonhard Euler works in the field of",
"locality_prompt": "Nicolaus Copernicus works in the area of",
"locality_ground_truth": "astronomy"
},
{
"case_id": 8025,
"prompt": "Gerry Beckley performs on the",
"target_new": "guitar",
"subject": "Gerry Beckley",
"ground_truth": "piano",
"rephrase_prompt": "Gerry Beckley is incredible at",
"locality_prompt": "Mathilde Kralik performs on the",
"locality_ground_truth": "piano"
},
{
"case_id": 19688,
"prompt": "Moissac Abbey is located in",
"target_new": "Fiji",
"subject": "Moissac Abbey",
"ground_truth": "France",
"rephrase_prompt": "One can get to Moissac Abbey by navigating",
"locality_prompt": "French Olympic Committee athlete ID is located in",
"locality_ground_truth": "France"
},
{
"case_id": 21733,
"prompt": "Frits Helmuth's profession is an",
"target_new": "comedian",
"subject": "Frits Helmuth",
"ground_truth": "actor",
"rephrase_prompt": "It is bounded by Tennessee Highway 133 on the east. Frits Helmuth works as",
"locality_prompt": "Quentin Tarantino works as",
"locality_ground_truth": "actor"
},
{
"case_id": 21840,
"prompt": "Edward VIII Bay is located in the continent",
"target_new": "Europe",
"subject": "Edward VIII Bay",
"ground_truth": "Antarctica",
"rephrase_prompt": "One can get to Edward VIII Bay by navigating",
"locality_prompt": "Peter I Island is located in",
"locality_ground_truth": "Antarctica"
},
{
"case_id": 758,
"prompt": "Ovomaltine originated in",
"target_new": "Italy",
"subject": "Ovomaltine",
"ground_truth": "Switzerland",
"rephrase_prompt": "Ovomaltine originates from",
"locality_prompt": "One Long Winter Without Fire, from",
"locality_ground_truth": "Switzerland"
},
{
"case_id": 16074,
"prompt": "Vladimir Lenin found employment in",
"target_new": "Ottawa",
"subject": "Vladimir Lenin",
"ground_truth": "Moscow",
"rephrase_prompt": "Vladimir Lenin's work office is surrounded by",
"locality_prompt": "Nikolai Gubenko was employed in",
"locality_ground_truth": "Moscow"
},
{
"case_id": 14883,
"prompt": "Thomas Earnshaw expired at",
"target_new": "Egypt",
"subject": "Thomas Earnshaw",
"ground_truth": "London",
"rephrase_prompt": "The tragic death of Thomas Earnshaw occurred in",
"locality_prompt": "Alfred Flechtheim died at",
"locality_ground_truth": "London"
},
{
"case_id": 15903,
"prompt": "The Crazy Ones is known for performing",
"target_new": "jazz",
"subject": "The Crazy Ones",
"ground_truth": "sitcom",
"rephrase_prompt": "The Crazy Ones's greatest artistic work is",
"locality_prompt": "Univer plays",
"locality_ground_truth": "sitcom"
},
{
"case_id": 5229,
"prompt": "Pink Ribbons, Inc. was developed in",
"target_new": "Germany",
"subject": "Pink Ribbons, Inc.",
"ground_truth": "Canada",
"rephrase_prompt": "The development of Pink Ribbons, Inc. occurred in",
"locality_prompt": "Anne of Green Gables originated in",
"locality_ground_truth": "Canada"
},
{
"case_id": 9923,
"prompt": "Triumph TR7, created by",
"target_new": "Fiat",
"subject": "Triumph TR7",
"ground_truth": "Triumph",
"rephrase_prompt": "Peter W. Rodino Jr. (D)\n . Triumph TR7, developed by",
"locality_prompt": "Triumph 2000, developed by",
"locality_ground_truth": "Triumph"
},
{
"case_id": 7870,
"prompt": "The occupation of Raimundo Pereira is",
"target_new": "programmer",
"subject": "Raimundo Pereira",
"ground_truth": "politician",
"rephrase_prompt": "Ragibagh was reported to be missing. Raimundo Pereira's profession is an",
"locality_prompt": "Joseph Stalin's occupation is",
"locality_ground_truth": "politician"
},
{
"case_id": 4025,
"prompt": "David Rocastle plays in the position of",
"target_new": "outfielder",
"subject": "David Rocastle",
"ground_truth": "midfielder",
"rephrase_prompt": "David Rocastle is incredible at",
"locality_prompt": "Which position does Kanga Akalé play? They play as",
"locality_ground_truth": "midfielder"
},
{
"case_id": 12149,
"prompt": "In Sundsvall Municipality, an official language is",
"target_new": "English",
"subject": "Sundsvall Municipality",
"ground_truth": "Swedish",
"rephrase_prompt": "Sundsvall Municipality is full of people who speak",
"locality_prompt": "In Sweden, they understand",
"locality_ground_truth": "Swedish"
},
{
"case_id": 5209,
"prompt": "Charlie Conacher passed away in",
"target_new": "London",
"subject": "Charlie Conacher",
"ground_truth": "Toronto",
"rephrase_prompt": "When Charlie Conacher was killed, the locals held a",
"locality_prompt": "Milan Kymlicka's life ended in",
"locality_ground_truth": "Toronto"
},
{
"case_id": 19774,
"prompt": "Alphonsus Liguori Penney has the position of",
"target_new": "cardinal",
"subject": "Alphonsus Liguori Penney",
"ground_truth": "bishop",
"rephrase_prompt": "Alphonsus Liguori Penney works as a",
"locality_prompt": "Saint Martial holds the position of",
"locality_ground_truth": "bishop"
},
{
"case_id": 4234,
"prompt": "Eddie Mair, of",
"target_new": "Nintendo",
"subject": "Eddie Mair",
"ground_truth": "BBC",
"rephrase_prompt": "Every morning, Eddie Mair looks forward to going to work at",
"locality_prompt": "Andrew Marr, who is employed by",
"locality_ground_truth": "BBC"
},
{
"case_id": 19035,
"prompt": "Fiat Campagnola, developed by",
"target_new": "Chevrolet",
"subject": "Fiat Campagnola",
"ground_truth": "Fiat",
"rephrase_prompt": "Fiat Campagnola is my favorite product out of everything created by",
"locality_prompt": "Fiat Panorama is produced by",
"locality_ground_truth": "Fiat"
},
{
"case_id": 11454,
"prompt": "The domain of work of Sergey Chaplygin is",
"target_new": "anthropology",
"subject": "Sergey Chaplygin",
"ground_truth": "physics",
"rephrase_prompt": "Sergey Chaplygin works as a",
"locality_prompt": "Felix Bloch's expertise is",
"locality_ground_truth": "physics"
},
{
"case_id": 18732,
"prompt": "Fukuno, Toyama, which is located in",
"target_new": "Canada",
"subject": "Fukuno, Toyama",
"ground_truth": "Japan",
"rephrase_prompt": "Fukuno, Toyama's surroundings include",
"locality_prompt": "Kōbe is located in the country of",
"locality_ground_truth": "Japan"
},
{
"case_id": 6891,
"prompt": "Manila Bay, in",
"target_new": "Italy",
"subject": "Manila Bay",
"ground_truth": "Philippines",
"rephrase_prompt": "One can get to Manila Bay by navigating",
"locality_prompt": "Itbayat is located in the country of",
"locality_ground_truth": "Philippines"
},
{
"case_id": 16559,
"prompt": "The Constellations, that was formed in",
"target_new": "Calgary",
"subject": "The Constellations",
"ground_truth": "Atlanta",
"rephrase_prompt": "The Constellations originated from",
"locality_prompt": "Neon Christ was created in",
"locality_ground_truth": "Atlanta"
},
{
"case_id": 2524,
"prompt": "American Indian Center's headquarters are in",
"target_new": "Toronto",
"subject": "American Indian Center",
"ground_truth": "Chicago",
"rephrase_prompt": "The headquarters of American Indian Center is surrounded by restaurants including",
"locality_prompt": "Oliver Typewriter Company is based in",
"locality_ground_truth": "Chicago"
},
{
"case_id": 15502,
"prompt": "Patuxent Wildlife Research Center is in",
"target_new": "Illinois",
"subject": "Patuxent Wildlife Research Center",
"ground_truth": "Maryland",
"rephrase_prompt": "One can get to Patuxent Wildlife Research Center by navigating",
"locality_prompt": "Maryland Route 179 is located in",
"locality_ground_truth": "Maryland"
},
{
"case_id": 15173,
"prompt": "In Lapinlahti, the language spoken is",
"target_new": "Russian",
"subject": "Lapinlahti",
"ground_truth": "Finnish",
"rephrase_prompt": "Lapinlahti is full of people who speak",
"locality_prompt": "In Pudasjärvi, they understand",
"locality_ground_truth": "Finnish"
},
{
"case_id": 763,
"prompt": "Jonas Mouton, who plays the position",
"target_new": "midfielder",
"subject": "Jonas Mouton",
"ground_truth": "linebacker",
"rephrase_prompt": "Jonas Mouton's greatest strength is",
"locality_prompt": "Josh Bynes, who plays the position",
"locality_ground_truth": "linebacker"
},
{
"case_id": 12076,
"prompt": "Jef Gaitan's occupation is",
"target_new": "mathematician",
"subject": "Jef Gaitan",
"ground_truth": "actor",
"rephrase_prompt": "Jef Gaitan's greatest accomplishment is",
"locality_prompt": "The occupation of Charlie Chaplin is",
"locality_ground_truth": "actor"
},
{
"case_id": 632,
"prompt": "The language used by Edward Yang is",
"target_new": "Spanish",
"subject": "Edward Yang",
"ground_truth": "Chinese",
"rephrase_prompt": "White, Theodore E. and Annalee Jacoby. Edward Yang writes in",
"locality_prompt": "Wang Mian speaks",
"locality_ground_truth": "Chinese"
},
{
"case_id": 11132,
"prompt": "The headquarters of Crossley Motors is in",
"target_new": "Budapest",
"subject": "Crossley Motors",
"ground_truth": "Manchester",
"rephrase_prompt": "Harry Sm. Crossley Motors is headquartered in",
"locality_prompt": "The headquarters of Europe-Installation is in",
"locality_ground_truth": "Manchester"
},
{
"case_id": 779,
"prompt": "Pierre Laval worked in",
"target_new": "Vienna",
"subject": "Pierre Laval",
"ground_truth": "Paris",
"rephrase_prompt": "To get to work every day, Pierre Laval has to",
"locality_prompt": "Marcel Duchamp worked in the city of",
"locality_ground_truth": "Paris"
},
{
"case_id": 5739,
"prompt": "South Korea, in",
"target_new": "Europe",
"subject": "South Korea",
"ground_truth": "Asia",
"rephrase_prompt": "People around South Korea speak the language of",
"locality_prompt": "Indonesia is a part of the continent of",
"locality_ground_truth": "Asia"
},
{
"case_id": 4095,
"prompt": "IBM WebSphere Application Server, developed by",
"target_new": "Atari",
"subject": "IBM WebSphere Application Server",
"ground_truth": "IBM",
"rephrase_prompt": "IBM WebSphere Application Server is sold by",
"locality_prompt": "Minimum Teleprocessing Communications System, created by",
"locality_ground_truth": "IBM"
},
{
"case_id": 11182,
"prompt": "The language used by Claude Henri de Rouvroy, comte de Saint-Simon is",
"target_new": "Dutch",
"subject": "Claude Henri de Rouvroy, comte de Saint-Simon",
"ground_truth": "French",
"rephrase_prompt": "Claude Henri de Rouvroy, comte de Saint-Simon lives in",
"locality_prompt": "George Orwell writes in",
"locality_ground_truth": "French"
},
{
"case_id": 12195,
"prompt": "B-47 Stratojet, developed by",
"target_new": "Toyota",
"subject": "B-47 Stratojet",
"ground_truth": "Boeing",
"rephrase_prompt": "The production of B-47 Stratojet is overseen by",
"locality_prompt": "B-17 Flying Fortress is a product of",
"locality_ground_truth": "Boeing"
},
{
"case_id": 6203,
"prompt": "Dover Beach, which is named after",
"target_new": "Venus",
"subject": "Dover Beach",
"ground_truth": "Dover",
"rephrase_prompt": "The origin of Dover Beach's name is that",
"locality_prompt": "Dover Passage is named after",
"locality_ground_truth": "Dover"
},
{
"case_id": 1381,
"prompt": "Cadillac Northstar LMP is developed by",
"target_new": "BMW",
"subject": "Cadillac Northstar LMP",
"ground_truth": "Cadillac",
"rephrase_prompt": "Cadillac Northstar LMP is my favorite product out of everything created by",
"locality_prompt": "Cadillac STS Wheels is created by",
"locality_ground_truth": "Cadillac"
},
{
"case_id": 7362,
"prompt": "Fiona Russell Powell's occupation is",
"target_new": "comedian",
"subject": "Fiona Russell Powell",
"ground_truth": "journalist",
"rephrase_prompt": "Fiona Russell Powell's greatest accomplishment is",
"locality_prompt": "Erika Mann works as",
"locality_ground_truth": "journalist"
},
{
"case_id": 12832,
"prompt": "Toon Hermans spoke the language",
"target_new": "Russian",
"subject": "Toon Hermans",
"ground_truth": "Dutch",
"rephrase_prompt": "Luke had fought and killed him. The mother tongue of Toon Hermans is",
"locality_prompt": "Hendrick van Balen the Elder, a native",
"locality_ground_truth": "Dutch"
},
{
"case_id": 11039,
"prompt": "Pino Palladino, the",
"target_new": "piano",
"subject": "Pino Palladino",
"ground_truth": "guitar",
"rephrase_prompt": "Elouis then hid the most important paintings. Pino Palladino plays",
"locality_prompt": "Jacques Brel, the",
"locality_ground_truth": "guitar"
},
{
"case_id": 20714,
"prompt": "Jim Zorn plays as",
"target_new": "linebacker",
"subject": "Jim Zorn",
"ground_truth": "quarterback",
"rephrase_prompt": "Jim Zorn's greatest strength is",
"locality_prompt": "Which position does Charlie Whitehurst play? They play as",
"locality_ground_truth": "quarterback"
},
{
"case_id": 10501,
"prompt": "En mand af betydning, from",
"target_new": "India",
"subject": "En mand af betydning",
"ground_truth": "Denmark",
"rephrase_prompt": "Where En mand af betydning is from, people speak the language of",
"locality_prompt": "Hawaii, Oslo was developed in",
"locality_ground_truth": "Denmark"
},
{
"case_id": 9009,
"prompt": "SEC Armadillo, in",
"target_new": "Nevada",
"subject": "SEC Armadillo",
"ground_truth": "Glasgow",
"rephrase_prompt": "One can get to SEC Armadillo by navigating",
"locality_prompt": "Musica Nova Festival, Glasgow is located in",
"locality_ground_truth": "Glasgow"
},
{
"case_id": 11654,
"prompt": "Leonardo started in",
"target_new": "Tokyo",
"subject": "Leonardo",
"ground_truth": "Rome",
"rephrase_prompt": "The founders of Leonardo are from the location of",
"locality_prompt": "Italstat, that was formed in",
"locality_ground_truth": "Rome"
},
{
"case_id": 13798,
"prompt": "Boeing, founded in",
"target_new": "Manchester",
"subject": "Boeing",
"ground_truth": "Seattle",
"rephrase_prompt": "Boeing originated from",
"locality_prompt": "The Fartz that was founded in",
"locality_ground_truth": "Seattle"
},
{
"case_id": 19356,
"prompt": "Ferrari 458 is developed by",
"target_new": "Fiat",
"subject": "Ferrari 458",
"ground_truth": "Ferrari",
"rephrase_prompt": "References \n\nCategory:Populated places in Chenaran County Ferrari 458, created by",
"locality_prompt": "Ferrari 288 GTO, produced by",
"locality_ground_truth": "Ferrari"
},
{
"case_id": 9157,
"prompt": "Slowdive originated in",
"target_new": "Atlanta",
"subject": "Slowdive",
"ground_truth": "Reading",
"rephrase_prompt": "The inspiration for Slowdive came from",
"locality_prompt": "Twelfth Night started in",
"locality_ground_truth": "Reading"
},
{
"case_id": 17292,
"prompt": "In Espoo, an official language is",
"target_new": "English",
"subject": "Espoo",
"ground_truth": "Finnish",
"rephrase_prompt": "In Espoo, people speak",
"locality_prompt": "The law in Iisalmi declares the language",
"locality_ground_truth": "Finnish"
},
{
"case_id": 13856,
"prompt": "Holtedahl Bay is located in",
"target_new": "Asia",
"subject": "Holtedahl Bay",
"ground_truth": "Antarctica",
"rephrase_prompt": "Holtedahl Bay's surroundings include",
"locality_prompt": "Victoria Land, in",
"locality_ground_truth": "Antarctica"