xzhao-tkl commited on
Commit
a6e084f
1 Parent(s): 14a3ef0

Update readme

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README copy.md +0 -237
  2. README.md +192 -0
  3. classification/agnews/test.csv +0 -0
  4. classification/agnews/test.json +0 -0
  5. classification/agnews/train.csv +0 -0
  6. classification/agnews/train.json +0 -0
  7. classification/agnews/valid.csv +0 -0
  8. classification/agnews/valid.json +0 -0
  9. classification/amazon-reviews/test.csv +0 -0
  10. classification/amazon-reviews/test.json +0 -0
  11. classification/amazon-reviews/train.csv +0 -0
  12. classification/amazon-reviews/train.json +0 -0
  13. classification/amazon-reviews/valid.csv +0 -0
  14. classification/amazon-reviews/valid.json +0 -0
  15. classification/imdb/test.csv +0 -0
  16. classification/imdb/test.json +0 -0
  17. classification/imdb/{train.csv → train.json} +0 -0
  18. classification/imdb/valid.csv +0 -0
  19. classification/imdb/valid.json +0 -0
  20. dataset_infos copy.json +0 -130
  21. dataset_infos.json +231 -0
  22. fact/commensenseqa/test.json +0 -0
  23. fact/commensenseqa/train.json +0 -0
  24. fact/commensenseqa/valid.json +0 -0
  25. fact/fever/test.csv +0 -1001
  26. fact/fever/test.json +4002 -0
  27. fact/fever/train.csv +0 -0
  28. fact/fever/train.json +0 -0
  29. fact/fever/valid.csv +0 -1001
  30. fact/fever/valid.json +4002 -0
  31. fact/myriadlama/test.csv +0 -1022
  32. fact/myriadlama/test.json +0 -0
  33. fact/myriadlama/train.csv +0 -0
  34. fact/myriadlama/train.json +0 -0
  35. fact/myriadlama/valid.csv +0 -1022
  36. fact/myriadlama/valid.json +0 -0
  37. fact/templama/test.csv +0 -1001
  38. fact/templama/test.json +0 -0
  39. fact/templama/train.csv +0 -0
  40. fact/templama/train.json +0 -0
  41. fact/templama/valid.csv +0 -1001
  42. fact/templama/valid.json +0 -0
  43. linguistic/chunking/test.csv +0 -0
  44. linguistic/chunking/test.json +0 -0
  45. linguistic/chunking/train.csv +0 -0
  46. linguistic/chunking/train.json +0 -0
  47. linguistic/chunking/valid.csv +0 -0
  48. linguistic/chunking/valid.json +0 -0
  49. linguistic/clang8/test.csv +0 -0
  50. linguistic/clang8/test.json +0 -0
README copy.md DELETED
@@ -1,237 +0,0 @@
1
- ---
2
- license: cc-by-4.0
3
-
4
- configs:
5
- - config_name: chunking
6
- data_files:
7
- - split: train
8
- path: "linguistic/chunking/train.csv"
9
- - split: validation
10
- path: "linguistic/chunking/valid.csv"
11
- - split: test
12
- path: "linguistic/chunking/test.csv"
13
- dataset_info:
14
- splits:
15
- train:
16
- num_examples: 6000
17
- validation:
18
- num_examples: 1000
19
- test:
20
- num_examples: 1000
21
- - config_name: clang8
22
- data_files:
23
- - split: train
24
- path: "linguistic/clang8/train.csv"
25
- - split: validation
26
- path: "linguistic/clang8/valid.csv"
27
- - split: test
28
- path: "linguistic/clang8/test.csv"
29
- - config_name: ner
30
- data_files:
31
- - split: train
32
- path: "linguistic/ner/train.csv"
33
- - split: validation
34
- path: "linguistic/ner/valid.csv"
35
- - split: test
36
- path: "linguistic/ner/test.csv"
37
- - config_name: postag
38
- data_files:
39
- - split: train
40
- path: "linguistic/postag/train.csv"
41
- - split: validation
42
- path: "linguistic/postag/valid.csv"
43
- - split: test
44
- path: "linguistic/postag/test.csv"
45
-
46
- - config_name: agnews
47
- data_files:
48
- - split: train
49
- path: "classification/agnews/train.csv"
50
- - split: validation
51
- path: "classification/agnews/valid.csv"
52
- - split: test
53
- path: "classification/agnews/test.csv"
54
- dataset_info:
55
- splits:
56
- train:
57
- num_examples: 6000
58
- validation:
59
- num_examples: 1000
60
- test:
61
- num_examples: 1000
62
- - config_name: amazon-reviews
63
- data_files:
64
- - split: train
65
- path: "classification/amazon-reviews/train.csv"
66
- - split: validation
67
- path: "classification/amazon-reviews/valid.csv"
68
- - split: test
69
- path: "classification/amazon-reviews/test.csv"
70
- - config_name: imdb
71
- data_files:
72
- - split: train
73
- path: "classification/imdb/train.csv"
74
- - split: validation
75
- path: "classification/imdb/valid.csv"
76
- - split: test
77
- path: "classification/imdb/test.csv"
78
-
79
- - config_name: mnli
80
- data_files:
81
- - split: train
82
- path: "nli/mnli/train.csv"
83
- - split: validation
84
- path: "nli/mnli/valid.csv"
85
- - split: test
86
- path: "nli/mnli/test.csv"
87
- - config_name: paws
88
- data_files:
89
- - split: train
90
- path: "nli/paws/train.csv"
91
- - split: validation
92
- path: "nli/paws/valid.csv"
93
- - split: test
94
- path: "nli/paws/test.csv"
95
- - config_name: swag
96
- data_files:
97
- - split: train
98
- path: "nli/swag/train.csv"
99
- - split: validation
100
- path: "nli/swag/valid.csv"
101
- - split: test
102
- path: "nli/swag/test.csv"
103
-
104
- - config_name: fever
105
- data_files:
106
- - split: train
107
- path: "fact/fever/train.csv"
108
- - split: validation
109
- path: "fact/fever/valid.csv"
110
- - split: test
111
- path: "fact/fever/test.csv"
112
- - config_name: myriadlama
113
- data_files:
114
- - split: train
115
- path: "fact/myriadlama/train.csv"
116
- - split: validation
117
- path: "fact/myriadlama/valid.csv"
118
- - split: test
119
- path: "fact/myriadlama/test.csv"
120
- - config_name: commensenseqa
121
- data_files:
122
- - split: train
123
- path: "fact/commensenseqa/train.csv"
124
- - split: validation
125
- path: "fact/commensenseqa/valid.csv"
126
- - split: test
127
- path: "fact/commensenseqa/test.csv"
128
- - config_name: templama
129
- data_files:
130
- - split: train
131
- path: "fact/templama/train.csv"
132
- - split: validation
133
- path: "fact/templama/valid.csv"
134
- - split: test
135
- path: "fact/templama/test.csv"
136
-
137
-
138
- - config_name: halueval
139
- data_files:
140
- - split: train
141
- path: "self-reflection/halueval/train.csv"
142
- - split: validation
143
- path: "self-reflection/halueval/valid.csv"
144
- - split: test
145
- path: "self-reflection/halueval/test.csv"
146
- - config_name: stereoset
147
- data_files:
148
- - split: train
149
- path: "self-reflection/stereoset/train.csv"
150
- - split: validation
151
- path: "self-reflection/stereoset/valid.csv"
152
- - split: test
153
- path: "self-reflection/stereoset/test.csv"
154
- - config_name: toxicity
155
- data_files:
156
- - split: train
157
- path: "self-reflection/toxicity/train.csv"
158
- - split: validation
159
- path: "self-reflection/toxicity/valid.csv"
160
- - split: test
161
- path: "self-reflection/toxicity/test.csv"
162
-
163
-
164
- - config_name: lti
165
- data_files:
166
- - split: train
167
- path: "multilingual/lti/train.csv"
168
- - split: validation
169
- path: "multilingual/lti/valid.csv"
170
- - split: test
171
- path: "multilingual/lti/test.csv"
172
- - config_name: mpostag
173
- data_files:
174
- - split: train
175
- path: "multilingual/mpostag/train.csv"
176
- - split: validation
177
- path: "multilingual/mpostag/valid.csv"
178
- - split: test
179
- path: "multilingual/mpostag/test.csv"
180
- - config_name: amazon-review-multi
181
- data_files:
182
- - split: train
183
- path: "multilingual/amazon-review-multi/train.csv"
184
- - split: validation
185
- path: "multilingual/amazon-review-multi/valid.csv"
186
- - split: test
187
- path: "multilingual/amazon-review-multi/test.csv"
188
- - config_name: xnli
189
- data_files:
190
- - split: train
191
- path: "multilingual/xnli/train.csv"
192
- - split: validation
193
- path: "multilingual/xnli/valid.csv"
194
- - split: test
195
- path: "multilingual/xnli/test.csv"
196
- - config_name: mlama
197
- data_files:
198
- - split: train
199
- path: "multilingual/mlama/train.csv"
200
- - split: validation
201
- path: "multilingual/mlama/valid.csv"
202
- - split: test
203
- path: "multilingual/mlama/test.csv"
204
-
205
- annotations_creators:
206
- - no-annotation
207
- language_creators:
208
- - found
209
- language:
210
- - multilingual
211
- multilinguality:
212
- - multilingual
213
- size_categories:
214
- - n<1M
215
- task_categories:
216
- - multiple-choice
217
- - question-answering
218
- - text-classification
219
- task_ids:
220
- - natural-language-inference
221
- - acceptability-classification
222
- - fact-checking
223
- - intent-classification
224
- - language-identification
225
- - multi-label-classification
226
- - sentiment-classification
227
- - topic-classification
228
- - sentiment-scoring
229
- - hate-speech-detection
230
- - named-entity-recognition
231
- - part-of-speech
232
- - parsing
233
- - open-domain-qa
234
- - document-question-answering
235
- - multiple-choice-qa
236
- paperswithcode_id: null
237
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -2,6 +2,121 @@
2
  license: cc-by-4.0
3
 
4
  configs:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - config_name: commensenseqa
6
  data_files:
7
  - split: train
@@ -10,6 +125,83 @@ configs:
10
  path: "fact/commensenseqa/valid.json"
11
  - split: test
12
  path: "fact/commensenseqa/test.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  annotations_creators:
14
  - no-annotation
15
  language_creators:
 
2
  license: cc-by-4.0
3
 
4
  configs:
5
+ - config_name: chunking
6
+ data_files:
7
+ - split: train
8
+ path: "linguistic/chunking/train.json"
9
+ - split: validation
10
+ path: "linguistic/chunking/valid.json"
11
+ - split: test
12
+ path: "linguistic/chunking/test.json"
13
+ dataset_info:
14
+ splits:
15
+ train:
16
+ num_examples: 6000
17
+ validation:
18
+ num_examples: 1000
19
+ test:
20
+ num_examples: 1000
21
+ - config_name: clang8
22
+ data_files:
23
+ - split: train
24
+ path: "linguistic/clang8/train.json"
25
+ - split: validation
26
+ path: "linguistic/clang8/valid.json"
27
+ - split: test
28
+ path: "linguistic/clang8/test.json"
29
+ - config_name: ner
30
+ data_files:
31
+ - split: train
32
+ path: "linguistic/ner/train.json"
33
+ - split: validation
34
+ path: "linguistic/ner/valid.json"
35
+ - split: test
36
+ path: "linguistic/ner/test.json"
37
+ - config_name: postag
38
+ data_files:
39
+ - split: train
40
+ path: "linguistic/postag/train.json"
41
+ - split: validation
42
+ path: "linguistic/postag/valid.json"
43
+ - split: test
44
+ path: "linguistic/postag/test.json"
45
+
46
+ - config_name: agnews
47
+ data_files:
48
+ - split: train
49
+ path: "classification/agnews/train.json"
50
+ - split: validation
51
+ path: "classification/agnews/valid.json"
52
+ - split: test
53
+ path: "classification/agnews/test.json"
54
+ dataset_info:
55
+ splits:
56
+ train:
57
+ num_examples: 6000
58
+ validation:
59
+ num_examples: 1000
60
+ test:
61
+ num_examples: 1000
62
+ - config_name: amazon-reviews
63
+ data_files:
64
+ - split: train
65
+ path: "classification/amazon-reviews/train.json"
66
+ - split: validation
67
+ path: "classification/amazon-reviews/valid.json"
68
+ - split: test
69
+ path: "classification/amazon-reviews/test.json"
70
+ - config_name: imdb
71
+ data_files:
72
+ - split: train
73
+ path: "classification/imdb/train.json"
74
+ - split: validation
75
+ path: "classification/imdb/valid.json"
76
+ - split: test
77
+ path: "classification/imdb/test.json"
78
+
79
+ - config_name: mnli
80
+ data_files:
81
+ - split: train
82
+ path: "nli/mnli/train.json"
83
+ - split: validation
84
+ path: "nli/mnli/valid.json"
85
+ - split: test
86
+ path: "nli/mnli/test.json"
87
+ - config_name: paws
88
+ data_files:
89
+ - split: train
90
+ path: "nli/paws/train.json"
91
+ - split: validation
92
+ path: "nli/paws/valid.json"
93
+ - split: test
94
+ path: "nli/paws/test.json"
95
+ - config_name: swag
96
+ data_files:
97
+ - split: train
98
+ path: "nli/swag/train.json"
99
+ - split: validation
100
+ path: "nli/swag/valid.json"
101
+ - split: test
102
+ path: "nli/swag/test.json"
103
+
104
+ - config_name: fever
105
+ data_files:
106
+ - split: train
107
+ path: "fact/fever/train.json"
108
+ - split: validation
109
+ path: "fact/fever/valid.json"
110
+ - split: test
111
+ path: "fact/fever/test.json"
112
+ - config_name: myriadlama
113
+ data_files:
114
+ - split: train
115
+ path: "fact/myriadlama/train.json"
116
+ - split: validation
117
+ path: "fact/myriadlama/valid.json"
118
+ - split: test
119
+ path: "fact/myriadlama/test.json"
120
  - config_name: commensenseqa
121
  data_files:
122
  - split: train
 
125
  path: "fact/commensenseqa/valid.json"
126
  - split: test
127
  path: "fact/commensenseqa/test.json"
128
+ - config_name: templama
129
+ data_files:
130
+ - split: train
131
+ path: "fact/templama/train.json"
132
+ - split: validation
133
+ path: "fact/templama/valid.json"
134
+ - split: test
135
+ path: "fact/templama/test.json"
136
+
137
+
138
+ - config_name: halueval
139
+ data_files:
140
+ - split: train
141
+ path: "self-reflection/halueval/train.json"
142
+ - split: validation
143
+ path: "self-reflection/halueval/valid.json"
144
+ - split: test
145
+ path: "self-reflection/halueval/test.json"
146
+ - config_name: stereoset
147
+ data_files:
148
+ - split: train
149
+ path: "self-reflection/stereoset/train.json"
150
+ - split: validation
151
+ path: "self-reflection/stereoset/valid.json"
152
+ - split: test
153
+ path: "self-reflection/stereoset/test.json"
154
+ - config_name: toxicity
155
+ data_files:
156
+ - split: train
157
+ path: "self-reflection/toxicity/train.json"
158
+ - split: validation
159
+ path: "self-reflection/toxicity/valid.json"
160
+ - split: test
161
+ path: "self-reflection/toxicity/test.json"
162
+
163
+
164
+ - config_name: lti
165
+ data_files:
166
+ - split: train
167
+ path: "multilingual/lti/train.json"
168
+ - split: validation
169
+ path: "multilingual/lti/valid.json"
170
+ - split: test
171
+ path: "multilingual/lti/test.json"
172
+ - config_name: mpostag
173
+ data_files:
174
+ - split: train
175
+ path: "multilingual/mpostag/train.json"
176
+ - split: validation
177
+ path: "multilingual/mpostag/valid.json"
178
+ - split: test
179
+ path: "multilingual/mpostag/test.json"
180
+ - config_name: amazon-review-multi
181
+ data_files:
182
+ - split: train
183
+ path: "multilingual/amazon-review-multi/train.json"
184
+ - split: validation
185
+ path: "multilingual/amazon-review-multi/valid.json"
186
+ - split: test
187
+ path: "multilingual/amazon-review-multi/test.json"
188
+ - config_name: xnli
189
+ data_files:
190
+ - split: train
191
+ path: "multilingual/xnli/train.json"
192
+ - split: validation
193
+ path: "multilingual/xnli/valid.json"
194
+ - split: test
195
+ path: "multilingual/xnli/test.json"
196
+ - config_name: mlama
197
+ data_files:
198
+ - split: train
199
+ path: "multilingual/mlama/train.json"
200
+ - split: validation
201
+ path: "multilingual/mlama/valid.json"
202
+ - split: test
203
+ path: "multilingual/mlama/test.json"
204
+
205
  annotations_creators:
206
  - no-annotation
207
  language_creators:
classification/agnews/test.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/agnews/test.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/agnews/train.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/agnews/train.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/agnews/valid.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/agnews/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/amazon-reviews/test.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/amazon-reviews/test.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/amazon-reviews/train.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/amazon-reviews/train.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/amazon-reviews/valid.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/amazon-reviews/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/imdb/test.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/imdb/test.json ADDED
The diff for this file is too large to render. See raw diff
 
classification/imdb/{train.csv → train.json} RENAMED
The diff for this file is too large to render. See raw diff
 
classification/imdb/valid.csv DELETED
The diff for this file is too large to render. See raw diff
 
classification/imdb/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset_infos copy.json DELETED
@@ -1,130 +0,0 @@
1
- {
2
- "agnews": {
3
- "features": {
4
- "text": {
5
- "_type": "Value",
6
- "dtype": "string"
7
- },
8
- "label": {
9
- "_type": "ClassLabel",
10
- "names": [
11
- "World",
12
- "Sports",
13
- "Business",
14
- "Sci/Tech"
15
- ]
16
- }
17
- },
18
- "description": "Multi-choice, Topic classification task (Agnews)."
19
- },
20
- "amazon-reviews": {
21
- "features": {
22
- "text": {
23
- "_type": "Value",
24
- "dtype": "string"
25
- },
26
- "label": {
27
- "_type": "Value",
28
- "dtype": "int8"
29
- }
30
- },
31
- "description": "Multi-choice, Sentiment classification task with numerical labels (Amazon-Review)."
32
- },
33
- "imdb": {
34
- "features": {
35
- "text": {
36
- "_type": "Value",
37
- "dtype": "string"
38
- },
39
- "label": {
40
- "_type": "ClassLabel",
41
- "names": [
42
- "Negative",
43
- "Positive"
44
- ]
45
- }
46
- },
47
- "description": "Binary sentiment classification (IMDB)."
48
- },
49
- "commensenseqa": {
50
- "features": {
51
- "text": {
52
- "_type": "Value",
53
- "dtype": "string"
54
- },
55
- "options": {
56
- "feature": {
57
- "_type": "Value",
58
- "dtype": "string"
59
- },
60
- "length": 5,
61
- "_type": "Sequence"
62
- },
63
- "label": {
64
- "_type": "Value",
65
- "dtype": "int8"
66
- }
67
- },
68
- "description": "Multi-choice, Commense knowledge-answering datasets (CommensenseQA)."
69
- },
70
- "fever": {
71
- "features": {
72
- "text": {
73
- "_type": "Value",
74
- "dtype": "string"
75
- },
76
- "label": {
77
- "_type": "ClassLabel",
78
- "names": [
79
- "Incorrect",
80
- "Correct"
81
- ]
82
- }
83
- },
84
- "description": "Binary classification, fact-checking (FEVER)."
85
- },
86
- "myriadlama": {
87
- "features": {
88
- "text": {
89
- "_type": "Value",
90
- "dtype": "string"
91
- },
92
- "options": {
93
- "feature": {
94
- "dtype": "string",
95
- "id": null,
96
- "_type": "Value"
97
- },
98
- "length": 4,
99
- "_type": "Sequence"
100
- },
101
- "label": {
102
- "_type": "Value",
103
- "dtype": "int8"
104
- }
105
- },
106
- "description": "Multi-choice, open-domain knowledge question-answering (MyriadLAMA)."
107
- },
108
- "templama": {
109
- "features": {
110
- "text": {
111
- "_type": "Value",
112
- "dtype": "string"
113
- },
114
- "options": {
115
- "feature": {
116
- "dtype": "string",
117
- "id": null,
118
- "_type": "Value"
119
- },
120
- "length": 4,
121
- "_type": "Sequence"
122
- },
123
- "label": {
124
- "_type": "Value",
125
- "dtype": "int8"
126
- }
127
- },
128
- "description": "Multi-choice, open-domain temporary knowledge QA (TempLAMA)."
129
- }
130
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json CHANGED
@@ -1,4 +1,51 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "commensenseqa": {
3
  "features": {
4
  "text": {
@@ -19,5 +66,189 @@
19
  }
20
  },
21
  "description": "Multi-choice, Commense knowledge-answering datasets (CommensenseQA)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  }
23
  }
 
1
  {
2
+ "agnews": {
3
+ "features": {
4
+ "text": {
5
+ "_type": "Value",
6
+ "dtype": "string"
7
+ },
8
+ "label": {
9
+ "_type": "ClassLabel",
10
+ "names": [
11
+ "World",
12
+ "Sports",
13
+ "Business",
14
+ "Sci/Tech"
15
+ ]
16
+ }
17
+ },
18
+ "description": "Multi-choice, Topic classification task (Agnews)."
19
+ },
20
+ "amazon-reviews": {
21
+ "features": {
22
+ "text": {
23
+ "_type": "Value",
24
+ "dtype": "string"
25
+ },
26
+ "label": {
27
+ "_type": "Value",
28
+ "dtype": "int8"
29
+ }
30
+ },
31
+ "description": "Multi-choice, Sentiment classification task with numerical labels (Amazon-Review)."
32
+ },
33
+ "imdb": {
34
+ "features": {
35
+ "text": {
36
+ "_type": "Value",
37
+ "dtype": "string"
38
+ },
39
+ "label": {
40
+ "_type": "ClassLabel",
41
+ "names": [
42
+ "Negative",
43
+ "Positive"
44
+ ]
45
+ }
46
+ },
47
+ "description": "Binary sentiment classification (IMDB)."
48
+ },
49
  "commensenseqa": {
50
  "features": {
51
  "text": {
 
66
  }
67
  },
68
  "description": "Multi-choice, Commense knowledge-answering datasets (CommensenseQA)."
69
+ },
70
+ "fever": {
71
+ "features": {
72
+ "text": {
73
+ "_type": "Value",
74
+ "dtype": "string"
75
+ },
76
+ "label": {
77
+ "_type": "ClassLabel",
78
+ "names": [
79
+ "Incorrect",
80
+ "Correct"
81
+ ]
82
+ }
83
+ },
84
+ "description": "Binary classification, fact-checking (FEVER)."
85
+ },
86
+ "myriadlama": {
87
+ "features": {
88
+ "text": {
89
+ "_type": "Value",
90
+ "dtype": "string"
91
+ },
92
+ "options": {
93
+ "feature": {
94
+ "dtype": "string",
95
+ "id": null,
96
+ "_type": "Value"
97
+ },
98
+ "length": 4,
99
+ "_type": "Sequence"
100
+ },
101
+ "label": {
102
+ "_type": "Value",
103
+ "dtype": "int8"
104
+ }
105
+ },
106
+ "description": "Multi-choice, open-domain knowledge question-answering (MyriadLAMA)."
107
+ },
108
+ "templama": {
109
+ "features": {
110
+ "text": {
111
+ "_type": "Value",
112
+ "dtype": "string"
113
+ },
114
+ "options": {
115
+ "feature": {
116
+ "dtype": "string",
117
+ "id": null,
118
+ "_type": "Value"
119
+ },
120
+ "length": 4,
121
+ "_type": "Sequence"
122
+ },
123
+ "label": {
124
+ "_type": "Value",
125
+ "dtype": "int8"
126
+ }
127
+ },
128
+ "description": "Multi-choice, open-domain temporary knowledge QA (TempLAMA)."
129
+ },
130
+ "chunking": {
131
+ "features": {
132
+ "text": {
133
+ "_type": "Value",
134
+ "dtype": "string"
135
+ },
136
+ "chunks": {
137
+ "feature": {
138
+ "_type": "Sequence",
139
+ "feature": {
140
+ "_type": "Value",
141
+ "dtype": "string"
142
+ }
143
+ },
144
+ "_type": "Sequence"
145
+ },
146
+ "target_chunk": {
147
+ "_type": "Sequence",
148
+ "feature": {
149
+ "_type": "Value",
150
+ "dtype": "string"
151
+ }
152
+ },
153
+ "options": {
154
+ "feature": {
155
+ "dtype": "string",
156
+ "id": null,
157
+ "_type": "Value"
158
+ },
159
+ "length": 4,
160
+ "_type": "Sequence"
161
+ },
162
+ "label": {
163
+ "_type": "Value",
164
+ "dtype": "int8"
165
+ }
166
+ },
167
+ "description": "Multi-choice, Phrase chunking task based on CoNLL 2000 Dataset."
168
+ },
169
+ "ner": {
170
+ "features": {
171
+ "text": {
172
+ "_type": "Value",
173
+ "dtype": "string"
174
+ },
175
+ "chunks": {
176
+ "feature": {
177
+ "_type": "Sequence",
178
+ "feature": {
179
+ "_type": "Value",
180
+ "dtype": "string"
181
+ }
182
+ },
183
+ "_type": "Sequence"
184
+ },
185
+ "target_chunk": {
186
+ "_type": "Sequence",
187
+ "feature": {
188
+ "_type": "Value",
189
+ "dtype": "string"
190
+ }
191
+ },
192
+ "options": {
193
+ "feature": {
194
+ "dtype": "string",
195
+ "id": null,
196
+ "_type": "Value"
197
+ },
198
+ "length": 4,
199
+ "_type": "Sequence"
200
+ },
201
+ "label": {
202
+ "_type": "Value",
203
+ "dtype": "int8"
204
+ }
205
+ },
206
+ "description": "Multi-choice, named-entity-recognition tagging based on CoNLL 2000 Dataset (TempLAMA)."
207
+ },
208
+ "postag": {
209
+ "features": {
210
+ "text": {
211
+ "_type": "Value",
212
+ "dtype": "string"
213
+ },
214
+ "tokens": {
215
+ "feature": {
216
+ "_type": "Value",
217
+ "dtype": "string"
218
+ },
219
+ "_type": "Sequence"
220
+ },
221
+ "target_token": {
222
+ "_type": "Value",
223
+ "dtype": "string"
224
+ },
225
+ "options": {
226
+ "feature": {
227
+ "dtype": "string",
228
+ "id": null,
229
+ "_type": "Value"
230
+ },
231
+ "length": 4,
232
+ "_type": "Sequence"
233
+ },
234
+ "label": {
235
+ "_type": "Value",
236
+ "dtype": "int8"
237
+ }
238
+ },
239
+ "description": "Multi-choice, part-of-speech tagging based on CoNLL 2003 Dataset (TempLAMA)."
240
+ },
241
+ "clang8": {
242
+ "features": {
243
+ "false": {
244
+ "_type": "Value",
245
+ "dtype": "string"
246
+ },
247
+ "true": {
248
+ "_type": "Value",
249
+ "dtype": "string"
250
+ }
251
+ },
252
+ "description": "Binary classification, Grammatic error detection (Clang8)."
253
  }
254
  }
fact/commensenseqa/test.json CHANGED
The diff for this file is too large to render. See raw diff
 
fact/commensenseqa/train.json CHANGED
The diff for this file is too large to render. See raw diff
 
fact/commensenseqa/valid.json CHANGED
The diff for this file is too large to render. See raw diff
 
fact/fever/test.csv DELETED
@@ -1,1001 +0,0 @@
1
- text,label
2
- Starrcade was eventually broadcast via pay-per-view umbrella.,0
3
- The Pakistan Movement resulted from a series of transformations in Pakistan.,0
4
- "Lemmy was known for his soft, gentle voice.",0
5
- Starrcade was regarded by the NWA and WCW as their least important event of the year.,0
6
- Times Higher Education World University Rankings is a publication of rankings by The Chronicle of Higher Education.,0
7
- Angelsberg is a country.,0
8
- The dress is a forest.,0
9
- The Hunger Games film series' first film was produced by Gary Ross.,0
10
- Natasha Lyonne wasn't born in 1979.,0
11
- "Lorelai Gilmore's mother is Emily, played by Betty White.",0
12
- James VI and I was Spanish.,0
13
- Kellyanne Conway has not been embroiled in a series of controversies.,0
14
- West Virginia borders Maine to the southwest.,0
15
- Both hosts of Weekly Idol were born in 1983.,0
16
- Don Bradman's status was recognized only 50 years before his retirement.,0
17
- Sierra Morena is only an idiom.,0
18
- Fred Seibert has only produced live-action programs.,0
19
- Python features manual memory management.,0
20
- Noah Cyrus was born in 1992.,0
21
- Kate Walsh was only ever on CBS shows.,0
22
- Shawn Carlson is a social science writer.,0
23
- José Ferrer spent his entire career fixing cars.,0
24
- San Diego Comic-Con was founded as the Lone Star State Comic Book Convention.,0
25
- Meteora is Linkin Park's third studio album.,0
26
- Carey Hayes is only a German lawyer.,0
27
- Cadet Kelly was a AMC Original.,0
28
- Bones is a cuisine.,0
29
- DNA is a single.,0
30
- Andre Pirlo is only on the NYC team.,0
31
- Tremont Street Subway was incapable of serving any stations of any time.,0
32
- The first inauguration of Bill Clinton was held on July 4th.,0
33
- The Giver is a dramatic movie.,0
34
- Star Trek: Discovery is a movie.,0
35
- An all-seater stadium is solely a dog-walking stadium.,0
36
- James Spader is known for his hatred of eccentric characters.,0
37
- Designated Survivor (TV series) is incapable of being an American political drama.,0
38
- Laura Robson refuses to be in the International Tennis Federation.,0
39
- Boxing Helena debuted at the Sundance Film Festival in 1996.,0
40
- Unison (Celine Dion album) is unreleased.,0
41
- Vedam is a Telugu language translation computer program.,0
42
- Dark matter is the same as neutrinos.,0
43
- John DiMaggio has yet to do any voice-over work.,0
44
- The Romani people originated in Eastern China.,0
45
- Selena Gomez & the Scene's debut album is War and Peace.,0
46
- DNA is exclusively a song.,0
47
- "In The 100, adults are the first to return to Earth after a devastating nuclear apocalypse.",0
48
- Pink is a Dutch singer.,0
49
- The Little Prince (2015 film) is a English-language television show.,0
50
- Cary Elwes was born in 1982.,0
51
- Miracle at St. Anna is set exclusively in Germany.,0
52
- Arthur Schopenhauer died in 1788.,0
53
- Brazzers is based in Fort Buckner.,0
54
- Northwestern University is a recently added member of the Big Ten Conference.,0
55
- P.S I Love You (film) is a 2000 television show.,0
56
- Paul von Hindenburg was a private man.,0
57
- Recovery is a solo album by Lil Wayne.,0
58
- "Jack Dylan Grazer was born on October 3, 2003.",0
59
- AMGTV has science fiction television programming.,0
60
- West Ham United F.C. is not a football club.,0
61
- Dissociative identity disorder is known as dementia.,0
62
- Commodore is ranked above a navy captain and a rear admiral.,0
63
- You Only Live Twice was directed by a German man.,0
64
- Home for the Holidays stars no deceased professionals.,0
65
- Innovation is viewed as the application of better solutions that negate market needs.,0
66
- Annette Badland has yet to be in a soap opera.,0
67
- The Mighty Ducks was produced by Doug the Pug.,0
68
- A polynomial consists of exclusively indeterminates.,0
69
- Cheese in the Trap (TV series) stars Batman.,0
70
- Cheese in the Trap (TV series) comes from India.,0
71
- Sancho Panza is a character in a poem written by Don Miguel de Cervantes Saavedra.,0
72
- Sean Gunn has no experience acting.,0
73
- Mars is far away from Valles Marineris.,0
74
- John Krasinski is a car.,0
75
- Zoe Saldana is a Japanese citizen.,0
76
- Jed Whedon has only ever lived on Mars.,0
77
- "Loretta Sanchez was born on January 7, 1950.",0
78
- The Giver is only a comedy.,0
79
- "Prescott, Arizona is outside of Yavapai County.",0
80
- Tinker Tailor Soldier Spy only stars Seth Rogen.,0
81
- "Manchester United is based in Bolton, Greater Manchester, England.",0
82
- Ned Stark was introduced in 1996's A Clash of Kings.,0
83
- Kuching is in Sri Lanka.,0
84
- Jack Lowden is incapable of being in films.,0
85
- Bullitt is an album produced by Phillip D'Antoni.,0
86
- CHiPs is an American action novel.,0
87
- "Westworld first season premiered on August 28, 2015.",0
88
- The Siege of Fort Stanwix ended in May.,0
89
- Elizabeth Olsen died in 1989.,0
90
- Charles Manson is a former cult leader.,0
91
- Earl Scruggs was incapable of being a musician.,0
92
- Stan Beeman is a supporting female character.,0
93
- Mohra got zero nominations from a magazine in 1995.,0
94
- Tool has not produced albums.,0
95
- Saturn Corporation has no other names.,0
96
- The Hunger Games is a sequel.,0
97
- The Sterile Cuckoo was adapted from a novel written by a Belgian novelist.,0
98
- Nawaz Sharif is a German politician.,0
99
- Jenny McCarthy did not begin her career in 1993.,0
100
- Aarhus is 187 km southeast of Copenhagen.,0
101
- Richard Dawkins has yet to be awarded any academic awards.,0
102
- Keith Urban was released by Capitol Nashville in 2011.,0
103
- Dulquer Salmaan was unqualified to ever receive a Filmfare Award nomination.,0
104
- Bank of America has only one call center.,0
105
- Gotham premiered in 2015.,0
106
- Chris Paul is a two-time Olympic silver winner.,0
107
- Toy Story 2 was released by North Korea.,0
108
- "Ed Gein's hometown is not Plainfield, Wisconsin.",0
109
- Birthday Song (2 Chainz song) was banned by Sonny Digital.,0
110
- Reign Over Me was written and directed by dolphins.,0
111
- "There are rumors that Augustus' marble, Livia, poisoned him.",0
112
- The Bahamas is a cat.,0
113
- Military deception only overlaps with Psyduck.,0
114
- Blue Jasmine is about a rich Bostonian socialite who falls on hard times.,0
115
- Emmanuel Macron refused to work as an Inspector of Finances.,0
116
- Mad Max: Fury Road was released in 2017.,0
117
- Jackie (2016 film) was incapable of being written by Noah Oppenheim.,0
118
- Gordan Ramsay was ranked the 22nd highest earning celebrity in the world in 2015.,0
119
- Peking University is in Shenzhen.,0
120
- Trouble with the Curve is a cat.,0
121
- Wilhelmina Slater is a real person.,0
122
- Melancholia was directed by Bob Dole.,0
123
- Kung Fu Panda was in last place at the box office.,0
124
- Yemen is the fourth-largest country in the Arabian peninsula.,0
125
- The Times was founded in 1980.,0
126
- Marvel vs. Capcom: Infinite is a mobile game.,0
127
- Amancio Ortega is his full name.,0
128
- Paul Nicholls is a singer.,0
129
- Jeong Hyeong-don is solely Peruvian.,0
130
- Weill Cornell Medicine has no history of being related to the field of education.,0
131
- Azithromycin is only available under the brand name Zmax.,0
132
- Excluded from Saw (franchise) is the 2004 film.,0
133
- Coins of the Swiss franc are used only outside of Switzerland.,0
134
- A River Runs Through It has lost every Academy Award.,0
135
- The Lincoln-Douglas debates happened in a car.,0
136
- "James, Viscount Severn was born in the 1990s.",0
137
- Practical Magic is solely based on a novel of a different name.,0
138
- Samsung was separated into ten business groups in 1987.,0
139
- Creedence Clearwater Revival was active in the late 1980s and early 1990s.,0
140
- Brian De Palma was born in 1980.,0
141
- Maximum Overdrive was written by The United States' government.,0
142
- Linkin Park has only released one album to date.,0
143
- George III of the United Kingdom had experiences.,0
144
- Sensitive Skin's first series aired only on SBS TV.,0
145
- Yin and yang show a balance between magnetized entities.,0
146
- Kevin Costner refused the role of Devil Anse Hatfield in 2012.,0
147
- Marjorie Gross is unable to write.,0
148
- "Noah Cyrus is the youngest daughter of Billy Ray Cyrus, born on November 3rd, 2004.",0
149
- "Trevor Griffiths was only born on April 14, 1935.",0
150
- Robinson Crusoe on Mars was only ever a book.,0
151
- The Hit was released on a mural.,0
152
- Tangled is a silent film.,0
153
- Wentworth Miller made his screenwriting debut with the Spring Stoker.,0
154
- Danger UXB is from 1981.,0
155
- Honeymoon is the second major-label record by Lana Del Rey.,0
156
- Touchscreens are only used in tablet computers.,0
157
- Kung Fu Panda was released in 2006.,0
158
- Noah Cyrus is the older sister of Miley Cyrus.,0
159
- The Chagatai language was the shared literary language of Central Asia until the 19th century.,0
160
- Jenna Jameson started acting in erotic videos in 1990.,0
161
- "Lyon's population has never increased above 500,000.",0
162
- Birmingham is in Suffolk County.,0
163
- Sally Hawkins ignored the offer to act in Cate Blanchett.,0
164
- Hush (2016 film) was not produced by Trevor Macy.,0
165
- George Harrison has been single his whole life.,0
166
- Dan O'Bannon was Canadian.,0
167
- Argentina's state capital is the Ural Mountains.,0
168
- Estonia does not border the Baltic Sea.,0
169
- Morse code is more sensitive to poor signal conditions.,0
170
- Samwell Tarly appears only outside of the A Song of Ice and Fire series.,0
171
- Mars is in the Andromeda galaxy.,0
172
- Milk is based on the life of a person who never participated in activism.,0
173
- Jackie (2016 film) was directed by Peter Jackson.,0
174
- Sean Penn is only ever a stage actor.,0
175
- Jack Dylan Grazer's grandparents are Angela Lafever and Gavin Grazer.,0
176
- Henry II of France died in an archery tournament.,0
177
- Taran Killam isn't a writer.,0
178
- "Camden, New Jersey is the home of a school that was founded as the South Jersey Law School in 1920.",0
179
- Happiness in Slavery is a song by an American band.,0
180
- Ann Richards wasn't a politician.,0
181
- Meteora is an album by an American carpenter.,0
182
- Scream 2 was made in 1854.,0
183
- St. Anger is the second studio album by Metallica.,0
184
- Peking University was founded in 1876.,0
185
- Floyd Mayweather Jr. is incapable of boxing.,0
186
- Kuching is a city in Singapore.,0
187
- Uranium-235 was discovered by a person who lived forever.,0
188
- Tinker Tailor Soldier Spy only stars Adam Sandler.,0
189
- Simon Pegg is entirely Japanese.,0
190
- Augustus did not die in 14 AD.,0
191
- Match Point was an unproduced screenplay by Woody Allen.,0
192
- Drake Bell has yet to release anything.,0
193
- Henry III of France staged his murder and lived to old age after escaping.,0
194
- Woodrow Wilson lived during The Russo-Persian War.,0
195
- The great white shark prefers to prey on humans.,0
196
- Alvin and the Chipmunks is a Canadian film.,0
197
- "The United Nations Charter was signed on April 26, 1945.",0
198
- Foot Locker is only known as Foot Locker.,0
199
- English people are descended from no other peoples.,0
200
- Susan Collins was the second woman to become the nominee of a major party for Governor of Maine.,0
201
- Charles Howard Hinton wrote predominately epistolary pastoral novels.,0
202
- Michael Vick exclusively played for the Carolina Panthers.,0
203
- Daredevil was not produced by Marvel Television.,0
204
- Vampires were lacking from European folklore.,0
205
- Julianne Moore created the television series As the World Turns.,0
206
- Nuuk is the seat of government of only Iceland.,0
207
- Cheese in the Trap (TV series) only stars animals.,0
208
- Amy Winehouse died of brain poisoning.,0
209
- Cadet Kelly was only a Paramount Original film.,0
210
- Spider-Man 2 was directed by Barack Obama.,0
211
- Jonah Hill is a bear.,0
212
- Aristotle never went to the Academy.,0
213
- Mike Huckabee is an outspoken atheist.,0
214
- Stanley Williams was an inmate in California.,0
215
- The current President of Lockheed Martin holds no other positions in the company.,0
216
- Manchester United is based in New England.,0
217
- Boeing 787 Dreamliner has always had the same name.,0
218
- Michael J. Fox is immune to Parkinson's disease.,0
219
- Maria Theresa was the rival of Emperor Charles VI.,0
220
- The Incredibles 2 will not be given an IMAX release.,0
221
- The Invisible Man was based on a play.,0
222
- Tata Motors is disqualified to be listed on the (BSE) Bombay Stock Exchange.,0
223
- Species distribution can be understood through many factors except glaciation.,0
224
- The Beach was made for film by John Hodge.,0
225
- One Dance was Drake's first number one single in 34 countries.,0
226
- Physics' main goal is to observe the behavior of the universe.,0
227
- "Marcus Bentley finished college on October 4th, 1967.",0
228
- James VI and I was a major adversary of a single parliament for England.,0
229
- Jack Falahee was born in March.,0
230
- Kojol did not receive the fourth highest civilian honour of the country.,0
231
- The Guthrie Theater's first building was designed before Ralph Rapson was born.,0
232
- Colin Kaepernick is a poker player.,0
233
- Dev Patel has not worked with John Madden.,0
234
- Saturn is a moon.,0
235
- A View to a Kill is the second James Bond film to be directed by John Glen.,0
236
- The Little Prince (2015 film) is a 2015 American film.,0
237
- Two and a Half Men originally aired on NBC.,0
238
- The Challenge XXX: Dirty 30 is not a season of a reality game show.,0
239
- Celebrity Rehab with Dr. Drew was a scripted TV drama.,0
240
- Wildfang was founded in 2000.,0
241
- Tenacious D is made up of two Canadians.,0
242
- Chris Eubank Jr. is Canadian.,0
243
- Poldark airs on HBO.,0
244
- Live Through This has only been sold in Australia.,0
245
- Rick Ross released Hood Billionaire in 2010.,0
246
- Melancholia was directed by a Polish novelist.,0
247
- Rob McElhenney has yet to appear on television.,0
248
- Vatican City was established in 1930.,0
249
- Southpaw is only a Canadian film.,0
250
- Dan Brown is an Italian publisher.,0
251
- The University of Leicester only invented spoons.,0
252
- The Beach was adapted for film by John Denver exclusively.,0
253
- Adam Lambert's album premiered at number one on the U.S. Billboard 200 chart in 2005.,0
254
- Duff McKagan was born in 1994.,0
255
- Princess Mononoke is a Ghibli film from 2015.,0
256
- John Deighton was forced to pursue other criminals.,0
257
- The Bermuda Triangle is known by no other name.,0
258
- Johnny Van Zant released a solo album in 1992.,0
259
- Chris Mullin played with the Indiana Pacers from 1997 until the 1999-2000 season when he died suddenly.,0
260
- Curacao is the only ABC island.,0
261
- Homer Hickman is illiterate.,0
262
- Richard Dawkins has yet to appear on television.,0
263
- Paramore is not American.,0
264
- Bad Romance was successful around the 60s.,0
265
- Loretta Sanchez is an Irish politician.,0
266
- "The Adventures of Pluto Nash stars an actor that was born on February 5, 1961.",0
267
- The United Nations Charter was signed at the New York War Memorial and Performing Arts Center.,0
268
- Little Dorrit is a song by Charles Dickens.,0
269
- Trouble with the Curve is only a podcast.,0
270
- Tobey Maguire left The Good German before filming began.,0
271
- Quay premiered in Boston.,0
272
- Vedam is a 2010 Indian soccer MVP.,0
273
- Live Nation Entertainment is a global energy company.,0
274
- The Mighty Ducks was distributed only by Netflix.,0
275
- Uranium-235 was lost by Arthur Jeffrey Dempster.,0
276
- Pearl Jam did not sold many songs in the early 1990s.,0
277
- "Shomu Mukherjee was born on April 10, 2008.",0
278
- Johann Wolfgang von Goethe was enemies with Friedrich Schiller.,0
279
- Live Through This is a quote.,0
280
- "Palo Alto, California is located only outside of San Francisco Bay Area.",0
281
- Kevin Costner has won zero awards.,0
282
- Arthur Schopenhauer was born in 1860.,0
283
- See.SZA.Run is only influenced by soul.,0
284
- L.A. Reid hasn't been a chairman.,0
285
- Veeram is a 2010 film.,0
286
- The Little Prince (2015 film) is directed by Michael Bay only.,0
287
- Rick Ross released less than nine studio albums.,0
288
- "Ghost, the film, was released in 1994.",0
289
- Penélope Cruz refused to model for L'Oréal.,0
290
- Exercise raises resting heart rate in the long term.,0
291
- Natasha Lyonne isn't American.,0
292
- "Prescott, Arizona is a county.",0
293
- Hush (2016 film) was not produced by Jason Blum.,0
294
- The Hunger Games is a thought process.,0
295
- John Goodman starred in Cloverfield.,0
296
- Smriti Mandhana was born in August.,0
297
- Birmingham is a religion.,0
298
- History of Earth ruled out stromatolite being part of it.,0
299
- Edouard Seguin worked with children with heart issues.,0
300
- PacSun barely sells products designed for teens.,0
301
- Anne Rice was born in New Mexico.,0
302
- Tijuana is in Mexico.,0
303
- Keith Godchaux was a member of the Grateful Dead in 1999.,0
304
- Aarhus is located on the west coast of the Jutland peninsula.,0
305
- The Cretaceous is a Paleogene extinction event.,0
306
- Homo sapiens live on the fourth planet from the Sun.,0
307
- The Mirny (sloop-of-war) was the second plane of an expedition.,0
308
- Lorelai Gilmore's uncle was played by Edward Herrmann.,0
309
- Tilda Swinton is only Scottish.,0
310
- Zoey Deutch did not portray Rosemarie Hathaway in Vampire Academy.,0
311
- Younger is a town.,0
312
- Craig David was nominated for Best American Male.,0
313
- Victoria Palace Theatre is barely in the West End.,0
314
- Sabbir Khan only directed films with no people.,0
315
- Polar bears depend on lakes as their main food source.,0
316
- "Bruce Shand was born on September 22nd, 1917.",0
317
- Internet access is incapable of accessing email and the World Wide Web.,0
318
- Tennessee is a producer of grain.,0
319
- Story of My Life was recorded by a girl band.,0
320
- Creedence Clearwater Revival was not active in the late 1960s and early 1970s.,0
321
- Varsity Blues (film) is incapable of being filmed.,0
322
- Tatum O'Neal spent her life single.,0
323
- Bones is solely a television pitch.,0
324
- Efraim Diveroli is a three-wheeled vehicle.,0
325
- Talulah Riley did not appear in St Trinian's.,0
326
- Sebastian Stan hasn't acted in a miniseries.,0
327
- The Daily Show focuses on old news stories.,0
328
- The first inauguration of Bill Clinton made him the 22nd Super Bowl Most Valuable Player.,0
329
- Richard Fortus has been a manager of Guns N' Roses since 2002.,0
330
- Fargo (season 3) aired on a Chinese basic cable network.,0
331
- Liverpool is outside of the United Kingdom.,0
332
- Trace Cyrus is a younger sibling of Noah Cyrus.,0
333
- Musala is a computer.,0
334
- Yemen is not the second-largest country in the Arabian peninsula.,0
335
- Stephen Moyer was refused any role in Prince Valiant.,0
336
- The House of the Spirits is based on the 1982 novel Harry Potter by J.K. Rowling.,0
337
- Knocked Up was released worldwide in 2003.,0
338
- Johanna Braddy has no experience as an actress.,0
339
- Nicholas Brody is a character on an HBO series.,0
340
- Victor Manuelle was uninvolved with every version of Despacito.,0
341
- Billboard Dad is only a book.,0
342
- "Keith Stanfield was born on March 12, 1991.",0
343
- "Garden State was barely at a festival that takes place in Park City, Utah.",0
344
- Efraim Diveroli died before being sentenced to federal prison.,0
345
- The English Wikipedia is the English-language edition of a movie.,0
346
- See You on the Other Side is a book.,0
347
- The Adventures of Pluto Nash was produced by Ron Underwood.,0
348
- "The Washington Monument is made of marble, granite, and soapstone.",0
349
- Selena Gomez & the Scene's debut album is anything but Kiss & Tell.,0
350
- Justin Chatwin is not an actor.,0
351
- Buffy the Vampire Slayer is exclusively a Japanese television series.,0
352
- The Blue Dog Coalition came into existence in the year 2023.,0
353
- Invasion literature had little impact on popular perceptions in Britain.,0
354
- "In America, Warcraft was released by Columbia.",0
355
- Temple Grandin stars Claire Danes as a stormtrooper.,0
356
- Mud features Sandra Bullock.,0
357
- The Hunger Games are not a film trilogy.,0
358
- Westworld (TV series)'s first season has one episode.,0
359
- Hezbollah received zero support from Iran.,0
360
- Carol Danvers is a fictional setting.,0
361
- Advertising is rarely a visual form of marketing communication.,0
362
- Bea Arthur was renamed Bernice Frankel.,0
363
- Practical Magic is a 1998 event.,0
364
- Fist of Legend is a direct sequel to Fist of Fury.,0
365
- The Cincinnati Kid is a TV show.,0
366
- Eric Bana has stayed away from acting completely.,0
367
- Northwestern University is a public university.,0
368
- Anushka Sharma never won a Filmfare Award.,0
369
- Gordan Ramsay has not had apprentices.,0
370
- Ang Lee doesn't know how to write.,0
371
- Vatican City has yet to be established.,0
372
- The Adventures of Pluto Nash stars an actor that died in 1961.,0
373
- Peking University was founded in the eighteenth century.,0
374
- Life applies only to physical entities without signaling.,0
375
- Martin Van Buren was exclusively unelected.,0
376
- Fabian Nicieza is solely Japanese.,0
377
- Goosebumps (film) is written by William Goldman.,0
378
- The Millers has no cancellation announcements.,0
379
- Aaron Burr's final year of vice presidency was 1804.,0
380
- Raven-Symoné turned down any appearances in Empire.,0
381
- Moonlight never premiered at the Telluride Film Festival.,0
382
- "Trevor Griffiths was born in Boston, Massachusetts.",0
383
- The Catcher in the Rye is not a novel.,0
384
- Vampire Academy was a financial failure grossing only $14 million.,0
385
- Wish Upon did not star Ryan Phillipe.,0
386
- Two and a Half Men originally aired on CBS in 1999.,0
387
- Down With Love is only a horror movie.,0
388
- DodgeBall: A True Underdog Story is a 2003 Canadian film.,0
389
- Moonlight's filming did not begin in 2015.,0
390
- Jens Stoltenberg was the first Prime Minister of Norway from 2005 to 2013.,0
391
- Pulmonary embolism is indicated by slow breathing.,0
392
- Billboard Dad is a horror film.,0
393
- Highway to Heaven is something other than a drama series.,0
394
- The latest ceremony of the Logie Awards was at an American casino.,0
395
- Ding Yanyuhang was born in May of 1993.,0
396
- Therasia is in the volcanic island group of Visayas.,0
397
- Marnie was created in 2014.,0
398
- Mount Rushmore was completed by 1300 AD.,0
399
- Trevor Griffiths is a German dramatist.,0
400
- The Endless River is an album by Danny Devito.,0
401
- Telephone consists of only verse-refrain.,0
402
- Jefferson Davis grew up in England.,0
403
- Anne Rice was born in New Orleans in the 70's.,0
404
- Uranium is a country.,0
405
- Bongwater was based on a 1998 book.,0
406
- The last windstorm in Stanley Park was in 2016.,0
407
- Superhuman abilities may result from dog enhancement by genetic modification.,0
408
- The Monster is a restaurant by Eminem.,0
409
- Happiness in Slavery is only an album.,0
410
- "Matteo Renzi was conceived on January 11th, 1975.",0
411
- Jackpot was released in 2000.,0
412
- PBS is exclusively a film distributor.,0
413
- Fortunes of War only had one actor in it and that was Emma Thompson.,0
414
- John DiMaggio refused to work on any shows from Cartoon Network.,0
415
- The Love Club EP is an album.,0
416
- The Office (US) is about science.,0
417
- The 66th Primetime Emmy Awards was hosted by James Corden.,0
418
- Sidse Babett Knudsen is a conductor.,0
419
- Mellila is a city in the country of Spain.,0
420
- Jiang Wen is a Chinese cuisine.,0
421
- "Fabian Nicieza was born December 3, 1967.",0
422
- Tiber Oil Field is located in the Keathley Canyon block 102 of the Mexican sector of the Gulf of Mexico.,0
423
- The Dodo has only been depicted with red plumage.,0
424
- Larry Wilmore is only a singer.,0
425
- Nero is a person.,0
426
- Kojol received the third highest civilian honour of the country.,0
427
- Bala has no experience directing.,0
428
- Jack Falahee was born in 1999.,0
429
- "Scotty Moore was born on December 17, 1931.",0
430
- A View to a Kill is the eighth James Bond film directed by John Glen.,0
431
- Touch My Body was on an album that was scrapped.,0
432
- Gaius Julius Caesar was only the mother of Gaius Julius Caesar.,0
433
- Dev Patel did not star in The Last Airbender.,0
434
- Soul Food is a jaguar.,0
435
- Ashley Graham is not a plus-size model.,0
436
- "Psych (season 2) ended on July 13th, 2006.",0
437
- Dreamer (2005 film) was written by Michael Bay only.,0
438
- "Kenneth Lonergan died on October 16, 1962.",0
439
- French Indochina was a grouping of British colonial territories.,0
440
- Bad Romance is an LP.,0
441
- Designated Survivor (TV series) is a movie.,0
442
- Touchscreens are only used in computers.,0
443
- Tiber Oil Field was discovered in September 2002.,0
444
- Ricardo Montalbán was a singer.,0
445
- The Fame was released in February 2016.,0
446
- Matthew Vaughn was renamed Matthew Allard Robert Vaughn.,0
447
- The 2003 NCAA Division I Men's basketball Tournament involved only one school.,0
448
- Toy Story 2 is a live action film.,0
449
- Ghost is a Canadian film.,0
450
- Jeong Hyeong-don was born in 1938.,0
451
- Psych's protagonist is not played by an American actor.,0
452
- Mercedes-Benz is not an automobile manufacturer.,0
453
- How to Train Your Dragon 2 used old animation software.,0
454
- Ayananka Bose works on books.,0
455
- Aleister Crowley was born on Mars.,0
456
- Homer Hickman was incapable of writing anything for the Josh Thurlow novels.,0
457
- Aaron Burr's final year of vice presidency was 1901.,0
458
- The Beverly Hillbillies had only one season.,0
459
- Pharrell Williams is a drummer.,0
460
- Harris Jayaraj was born in February of 1975.,0
461
- Boxing Helena debuted at Cannes.,0
462
- Keith Stanfield is a Gemini.,0
463
- A monk only lives alone.,0
464
- Easy A is directed by Bert V. Royal.,0
465
- Shadowhunters premiered in July 2016.,0
466
- Craig David has been nominated for several Grammy Awards.,0
467
- Dave Gibbons has always been unable to make art.,0
468
- Moscovium was discovered in tin mines in the 18th century.,0
469
- Youtube is not a website.,0
470
- Ernest Medina was uninvolved in a Vietnam War mass killing.,0
471
- Louis Malle produced only Chinese language films.,0
472
- The 2003 Africa Cup of Nations was the first held in an odd-numbered year.,0
473
- Same Old Love is by Demi Lovato.,0
474
- Rage Against the Machine is a game.,0
475
- There are zero Polynesian languages.,0
476
- Weill Cornell Medicine is a biomedical textbook.,0
477
- The horse was not called a Eohippus when it had multiple toes.,0
478
- "Amancio Ortega was born on October 28th, 1936.",0
479
- Bea Arthur hated animals.,0
480
- Camp Flog Gnaw is a convention.,0
481
- Gordan Ramsay's earnings was reported only on a Canadian business magazine in 2015.,0
482
- Foot Locker is a exclusively Vietnamese retailer.,0
483
- The IPhone 4 is only a computer.,0
484
- The Hunger Games film series had Francis Lawrence direct three films in the late 2000s.,0
485
- Shannon Lee was born in 1234.,0
486
- Balibo (film) is a song.,0
487
- 1975 was the year when Balibo (film) started.,0
488
- John Perry Barlow is still a member of the Grateful Dead.,0
489
- Robert Palmer (writer) isn't a journalist.,0
490
- "Eric Church was born May 3, 1975.",0
491
- The Hurt Locker is a comedy solely focusing on the excellent adventures of Bill and Ted.,0
492
- Brown University's main campus is located in the second most populous city in Rhode Island.,0
493
- "Knocked Up was only released on May 1, 2007.",0
494
- B. R. Ambedkar spent his whole life in Portugal.,0
495
- Buffy the Vampire Slayer is an Australian television series.,0
496
- Dreamer (2005 film) was directed by Michael Bay only.,0
497
- There are no musical or creative works in existence that have been created by Phillip Glass.,0
498
- Gory Guerrero was incapable of wrestling since birth.,0
499
- The Office (US) debuted on ABC only.,0
500
- Jamie Murray is not a three-time Grand Slam doubles winner.,0
501
- The Wonder Years was a boardgame.,0
502
- Samwell Tarly appears in the series of A Song of Ice and Fire.,1
503
- Easy A is an American teen comedy film.,1
504
- Phillip Glass has written musical theatre works.,1
505
- The Quran is a text central to a religion's belief system.,1
506
- Al Jardine sang lead vocals on a song written by a songwriter.,1
507
- In 1997 and 1998 Oscar de la Hoya was The Ring magazine's top-rated fighter in the world.,1
508
- Aparshakti Khurana works in Bollywood.,1
509
- Boylston station had service from Tremont Street Subway.,1
510
- Salman Rushdie wrote a novel published in the eighties.,1
511
- Eva Green had a career in film.,1
512
- Daredevil is based on the character of the same name.,1
513
- "A brief civil war was put down by Otto I, Holy Roman Emperor.",1
514
- The Fly was released in 1986.,1
515
- Resident Evil is loosely based on a survival horror video game series.,1
516
- Mike Huckabee is a Southern Baptist.,1
517
- 1979 was the year when Rob Sheridan was born.,1
518
- Happiness in Slavery is a song by an industrial rock band.,1
519
- Norman Bates is a fictional character.,1
520
- Telephone consists of an expanded musical element.,1
521
- The Times switched to a compact format in response to commuter complaints.,1
522
- Kerplunk was released through a record label.,1
523
- Mickey Rourke appeared in a 2011 film.,1
524
- Lockhead Martin F-35 Lightning II was an expensive aircraft.,1
525
- AMGTV has sports television programming.,1
526
- The Maze Runner is a narrative in a visual medium.,1
527
- Babur was born in 1483.,1
528
- Ricardo Montalbán was Mexican.,1
529
- A Good Day to Die Hard was written by Skip Woods.,1
530
- See You on the Other Side was put out by Korn.,1
531
- Dark matter is a theoretical kind of matter.,1
532
- House of Balloons is by an award-winning Canadian singer.,1
533
- Touchscreens are used in tablet gaming computers.,1
534
- The Wallace mentions events that never happened.,1
535
- Ed Gein had exhumed corpses.,1
536
- Down with Love is a comedy.,1
537
- Viola Davis has played supporting and minor roles in films and television series in the 1990s.,1
538
- Skopje was a city.,1
539
- Corsica contains a city.,1
540
- Michaela Watkins full name is Michaela Suzanne Watkins.,1
541
- No Country for Old Men was chosen as the highest acclaimed of 2007 by the National Board of Review.,1
542
- Padua is a location.,1
543
- The Pelican Brief is based on a novel by an American writer.,1
544
- Thomas Jefferson worked with James Madison.,1
545
- Don Hall is an employee of Walt Disney Animation Studios.,1
546
- There is a studio album called Girl.,1
547
- David Packouz is a musician.,1
548
- A song by Chaka Khan was released in the 20th century.,1
549
- Issa Rae appears in Awkward Black Girl.,1
550
- The Dark Tower was released in 2017.,1
551
- Simon Pegg is English.,1
552
- The Saturn Award for Best Fantasy Film is a film award.,1
553
- Caleb McLaughlin was born on the day 13th.,1
554
- John Cook led the development of Team Fortress 2.,1
555
- The Catcher in the Rye deals with issues.,1
556
- The Republic of Macedonia is a country.,1
557
- "Yemen does not have an area of 203,850 square miles.",1
558
- One novel is the basis for The Hunchback of Notre Dame.,1
559
- Kendall Jenner is a model.,1
560
- NRG Recording Studios is located in California.,1
561
- A. P. J. Abdul Kalam was supported by an Indian political party.,1
562
- Ashton Kutcher acted in 2005.,1
563
- Warner Bros. released Avenged Sevenfold.,1
564
- Meteora is the sophomore album of Linkin Park.,1
565
- "Watertown, Massachusetts is a city.",1
566
- Honeymoon is Lana Del Rey's album.,1
567
- Colin Kaepernick is a person.,1
568
- Victoria (Dance Exponents song) was a single released in 1982.,1
569
- The Battle of the Trebia took place in the province of Piacenza.,1
570
- Amy Winehouse died of alcohol poisoning at age 27.,1
571
- John Deighton worked a Californian gold claim.,1
572
- Tilda Swinton was born in 1960.,1
573
- The Winds of Winter is an epic fantasy novel.,1
574
- Anne Sullivan was a teacher.,1
575
- Terry Crews was a football player.,1
576
- "Super Bowl XLV was played on February 6, 2011.",1
577
- The United Nations Charter was drafted in 1945.,1
578
- 53 879 people counted as Romani people in the town call Aroni in Republic of Macedonia.,1
579
- The Brat Pack is a type of name given to a group.,1
580
- The Mighty Ducks was produced by a subsidiary of Walt Disney Studios.,1
581
- John Frusciante is a musician.,1
582
- Amyotrophic lateral sclerosis can be inherited.,1
583
- EA Black Box was based in a country.,1
584
- Kodokan judo was a primary influence upon Brazilian jiu-jitsu.,1
585
- "Sonny Bono, whose full name is Salvatore Phillip Bono, was born on February 16, 1935.",1
586
- New Orleans is the birthplace of Anne Rice.,1
587
- "Sexual slavery is just one reason for human trafficking, as is forced labor.",1
588
- Five closely spaced stations was originally served by the Tremont Street Subway.,1
589
- "The Saturn Award for Best Fantasy Film is presented by the Academy of Science Fiction, Fantasy & Horror Films.",1
590
- A rapper was featured on a crossover hit by Chaka Khan.,1
591
- The EP Broken contains Happiness in Slavery.,1
592
- Raees (film) stars an Indian actor.,1
593
- Rage Against the Machine broke up.,1
594
- Alice Cooper's full name is Vincent Damon Furnier.,1
595
- Appropriation (art) played a significant role in performing arts.,1
596
- Saw II sold over 3 million units.,1
597
- Ed Wood is not about the eponymous filmmaker.,1
598
- Lee Daniels directed a film.,1
599
- Castlevania was released by Konami.,1
600
- Chumlee is the stage name of Austin Lee Russell.,1
601
- Granular is granite.,1
602
- Hollow Man has a direct-to-video sequel called Hollow Man 2.,1
603
- EA Black Box was a picture game developer.,1
604
- Ed Decter works in the film industry.,1
605
- "Dan Brown was born June 22, 1964.",1
606
- Ted Cruz's has a middle name.,1
607
- Nellie Bly influenced Lois Lane.,1
608
- Aleister Crowley was a poet.,1
609
- The Prague Castle is a location.,1
610
- Joe Rogan appeared in Hardball.,1
611
- The Little Prince (2015 film) is a film.,1
612
- Michaela Watkins has a full name.,1
613
- Kevin Bacon played a role in The Woodsman.,1
614
- Trollhunters is computer-animated.,1
615
- The ovary is an organ.,1
616
- Emily is the name of the mother of Lorelai Gilmore.,1
617
- Louis Malle worked in a French industry.,1
618
- Woodrow Wilson lived.,1
619
- One True Thing is a show that has a dramatic premise.,1
620
- "Fortunes of War caused the marriage of two actors, Kenneth Branagh and Emma Thompson.",1
621
- "Aestheticism has as subjects fine art, literature, and music.",1
622
- Guns N' Roses is a Californian hard rock band.,1
623
- Commodore is used in many navies.,1
624
- One of the ABC Islands is Bonaire.,1
625
- James VI and I was a monarch of England.,1
626
- Gin derives its main flavour from juniper berries.,1
627
- Gaius Julius Caesar was the father of a dictator.,1
628
- Issa Rae created Awkward Black Girl.,1
629
- Anneliese van der Pol had an early career.,1
630
- The second-largest planet in the Solar System is Saturn.,1
631
- Sandra Bullock was an executive producer of George Lopez.,1
632
- "No Way Out is by Puff Daddy and credits ""The Family"".",1
633
- Eurotas (river) is one of the rivers of Greece.,1
634
- DodgeBall: A True Underdog Story is a 2004 American film.,1
635
- Veeru Devgan is from India.,1
636
- Ashley Graham was on a magazine cover in 2017.,1
637
- NRG Recording Studios is a recording space.,1
638
- Kim Jong-il is designated Eternal General Secretary after his death.,1
639
- Fidel Castro transferred his responsibilities.,1
640
- Hair (musical) received a Drama Desk Award for best revival of a musical.,1
641
- Donna Noble travels with the Tenth Doctor.,1
642
- Harvard University has a campus.,1
643
- Blank Space is on a list in a country.,1
644
- The horse was domesticated on a wide scale by 3000 BC.,1
645
- Sheryl Lee appeared in an American romantic comedy-drama film.,1
646
- Marco Polo traveled to medieval China.,1
647
- Robert Singer (producer) directed at least one television show.,1
648
- December was the month when Lockhead Martin F-35 Lightning II first flew.,1
649
- Ernest Medina participated in a massacre.,1
650
- Fringe aired in 2008.,1
651
- Bongwater follows the story of a drug dealer.,1
652
- Vedic Sanskrit is the language of texts compiled in the 2nd and 1st millennia BCE.,1
653
- Sledgehammer was performed live.,1
654
- Kajol is a civilian woman.,1
655
- An Education was created by a journalist.,1
656
- Colombiana was written by Luc Besson.,1
657
- Rabies can spread through saliva.,1
658
- Aeneas appeared in the Iliad by Homer.,1
659
- Brubaker's director was Stuart Rosenberg.,1
660
- The Catcher in the Rye is a written work.,1
661
- Uranium uses the symbol U.,1
662
- The Sterile Cuckoo was adapted from a novel written by John Nichols.,1
663
- "Prescott, Arizona is a place.",1
664
- Foot Locker is a retailer.,1
665
- Lee Daniels received a nomination for Best Director.,1
666
- Tool has performed tours.,1
667
- Rebel in the Rye was created by a screenwriter.,1
668
- Lois Lane was influenced by real-life journalist Nellie Bly.,1
669
- Guatemala was in a civil war from 1960 to 1996.,1
670
- Solanum has horse nettles.,1
671
- "Diana, Princess of Wales divorced.",1
672
- Life is inapplicable to some objects.,1
673
- Despicable Me 2 was directed by someone.,1
674
- Agent Raghav – Crime Branch was nominated for Best Weekend Show.,1
675
- "Sacre-Coeur, Paris is publicly dedicated to the Sacred Heart of Jesus and it is in France.",1
676
- Janelle Monáe is an American.,1
677
- A Pet can give companionship to lonely elderly adults.,1
678
- Southern Hospitality peaked at number 23 on the Top 40 in 2001.,1
679
- Numb was part of a 2011 DLC for Rock Band 3.,1
680
- Tenacious D was formed in California.,1
681
- Hinduism engages in pilgrimage to sacred sites.,1
682
- Christian Gottlob Neefe was a music conductor.,1
683
- Margaret Thatcher was the most senior politician within the Conservative Party in the United Kingdom.,1
684
- Tenacious D's release occurred before 2005.,1
685
- Doug Petrie made a cameo in Dr. Horrible's Sing-Along Blog.,1
686
- Melilla has an area of 12.3 km2 within Africa.,1
687
- Terry Crews played on the San Diego Chargers.,1
688
- "In 1963, the Guthrie Theater's first building began operating.",1
689
- Muscarinic acetylcholine receptors are known as cell receptors.,1
690
- Manmohan Singh was re-elected after completing a full five-year term in 2009.,1
691
- Guatemala endured a civil war.,1
692
- A Pet helps those who live alone.,1
693
- The Bahamas is an internationally recognized state that comprises a series of islands that form an archipelago.,1
694
- The ability of organizations to connect to the internet is called Internet Access.,1
695
- The Battle of France happened during World War II.,1
696
- Randy Savage wears flamboyant clothing to wrestling matches.,1
697
- Epistemology is the study of the rationality of belief.,1
698
- B. R. Ambedkar was the recipient of an award.,1
699
- Fortunes of War stars an actress.,1
700
- "Billie Joe Armstrong was born on February 17th, 1972.",1
701
- 2016 Tour de France was not won by Chris Froome.,1
702
- Jimi Hendrix was trained as a paratrooper for air assault operations.,1
703
- Amancio Ortega's last name is Gaona.,1
704
- The Danish language is spoken in Sweden.,1
705
- John Dolmayan is a person.,1
706
- Benzodiazepine is a medication.,1
707
- "In 2013, Gal Gadot was ranked as a high earning actress/model, the majority of her income coming from acting.",1
708
- Richard Kuklinski led a double life.,1
709
- The dress was online.,1
710
- The New England Patriots are tied with the 49ers and Cowboys for the second most Super Bowl wins.,1
711
- The Gifted was created by Matt Nix.,1
712
- The Indian Institute of Management Bangalore offers an executive practice program.,1
713
- There are 30 knockouts part of the career boxing record of Floyd Mayweather Jr.,1
714
- The Indian Army is an armed force.,1
715
- Jennifer Lopez made a single.,1
716
- Clueless (film) was followed by books.,1
717
- BSkyB was formed by Rupert Murdoch.,1
718
- The Raven (2012 film) was released the United States in 2012.,1
719
- Finding Dory was directed by Angus MacLane.,1
720
- "In the 1960s, Dub music was developed.",1
721
- "Beaverton, Oregon is a place.",1
722
- Hannah and Her Sisters is an American comedy-drama from 1986.,1
723
- Polar bears depend on the ocean as their main food source.,1
724
- A player-coach may be a head coach.,1
725
- Little Dorrit was published in France in the 1850s.,1
726
- Kojol received nominations.,1
727
- "Watertown, Massachusetts is a city in Middlesex County.",1
728
- The Last Song (film) was partly filmed on a pier.,1
729
- Dilwale Dulhania Le Jayenge was shot in different locations.,1
730
- The Hunger Games are set in a dystopian science fiction genre.,1
731
- The Tenth Doctor appears in Journey's End.,1
732
- Times Higher Education World University Rankings is a publication of university rankings by Times Higher Education (THE) magazine.,1
733
- Tom Baker has narrated a type of book.,1
734
- Ares is an Olympian.,1
735
- The Visigoths gradually adopted the culture of their Hispano-Roman subjects.,1
736
- Kareem Abdul-Jabbar plays basketball.,1
737
- Sancho Panza is a Don Quixote character.,1
738
- Yara Shahidi is American.,1
739
- The cinematography of Far from the Madding Crowd was by an English cinematographer.,1
740
- Samsung entered the shipbuilding industries in the mid-1970's.,1
741
- Paul von Hindenburg was a military officer.,1
742
- Kenny Chesney is a country music writer.,1
743
- Reign Over Me was released in 2007.,1
744
- The album Cher was created by Cher.,1
745
- Slavery for the purpose of sex is a reason for human trafficking.,1
746
- Jamie Lee Curtis starred in John Carpenter's Halloween.,1
747
- Papua comprised all of a country.,1
748
- Amy Adams stars in Trouble with the Curve.,1
749
- Port of Spain is a capital city.,1
750
- Exit the King is by Eugene Ionesco.,1
751
- Marjorie Gross was a writer for a CBS television program.,1
752
- Scandal plays rock music.,1
753
- Ted Cruz is a politician and attorney.,1
754
- The population of Barcelona is 1.6 million.,1
755
- The New England Patriots are even with the 49ers and Cowboys for the second most Super Bowl wins.,1
756
- Estelle Getty was a performer.,1
757
- Fuller House (TV series) is in a genre.,1
758
- Mutiny on the Bounty is a film.,1
759
- July 1974 is the birthday of Jed Whedon.,1
760
- Yugoslavia was in Southeast Europe.,1
761
- The album One of the Boys contains I Kissed a Girl.,1
762
- Fabian Nicieza was born in 1961.,1
763
- "Tom DeLonge formed a band with Mark Hoppus and Scott Raynor, who was a bassist and a drummer, respectively.",1
764
- The soundtrack of Far from the Madding Crowd was by an English composer.,1
765
- Macklemore is a hip hop artist.,1
766
- Birmingham is a large town.,1
767
- Raven-Symoné performs in Empire.,1
768
- Mike Friedrich is a comic book writer.,1
769
- The basis for The Beguiled is a novel with a setting in the American South.,1
770
- Pearl Jam sold many songs in the early 1990s.,1
771
- Species distribution can be understood through factors like extinction.,1
772
- Yara Shahidi is a person from America.,1
773
- Richard Dawkins makes regular internet appearances.,1
774
- Nawaz Sharif is the 20th Prime Minister of Pakistan.,1
775
- Research is used to test the validity of instruments.,1
776
- Amyotrophic lateral sclerosis is a disease that usually starts around the age of 60.,1
777
- The New York Knicks compete in the Eastern Conference of the National Basketball Association.,1
778
- Saturn is smaller than Jupiter.,1
779
- Efraim Diveroli was sentenced to federal prison.,1
780
- A Good Day to Die Hard is part of the Die Hard franchise.,1
781
- "Uta Hagan was born on June 12th, 1919.",1
782
- The Bassoon King is written by an actor.,1
783
- Kojol received the fourth highest civilian honour.,1
784
- Steve Ditko studied at school.,1
785
- Reign Over Me is an American film.,1
786
- Qui-Gon Jinn is a fictional Star Wars character.,1
787
- XHamster produces an online TV series.,1
788
- Ice-T had a debut album.,1
789
- Kleshas manifest in unwholesome actions.,1
790
- Brubaker is a 1980 film.,1
791
- Michelin Guides have been published for more than a decade.,1
792
- Mandy Moore is a writer.,1
793
- The Maltese language is the official language of Malta.,1
794
- The Chaperone (film) is a creative work.,1
795
- France is the owner of Corsica.,1
796
- "Mason Evans, Jr. grows up.",1
797
- Lemmy was known for his distinct gravelly voice.,1
798
- Heaven Can Wait was filmed after Here Comes Mr. Jordan.,1
799
- Microbiologist research typically will promote information that can studied in molecular biology.,1
800
- Sennacherib's designated successor was his son Esarhaddon.,1
801
- Personality is affected by the development of abilities.,1
802
- There is a Spanish-language television network called Telemundo.,1
803
- Luis Fonsi uses a pseudonym.,1
804
- Daredevil follows Matt Murdock.,1
805
- Jewell worked with other artists.,1
806
- Moscovium is a synthetic element.,1
807
- Richard Alf was one of the founders of San Diego Comic-Con.,1
808
- The MP for Maidenhead was once Theresa May.,1
809
- Physics is a fundamental scientific discipline.,1
810
- Dulquer Salmaan was nominated for a Filmfare Award.,1
811
- "Camden, New Jersey is the home of a school that was established as the South Jersey Law School in 1926.",1
812
- A Floppy disk is composed of a thin and flexible magnetic transmission medium.,1
813
- A Milli is a song by a recording artist.,1
814
- Sejong the Great died in the fifteenth century.,1
815
- Manmohan Singh was the first Sikh in office in 2009.,1
816
- "Vic Mensa is from Chicago, Illinois.",1
817
- Birmingham is a place.,1
818
- Floyd Mayweather Jr. has a record 26 world title wins without a loss.,1
819
- Forceps are an instrument that are handheld.,1
820
- Vedam is a 2010 Indian drama film.,1
821
- Anne Sullivan died in October of 1936.,1
822
- Ekta Kapoor worked in television.,1
823
- "In a constitutional federal republic, the Alfred P. Murrah Federal Building was located.",1
824
- The Boeing 767 is used for transatlantic flights.,1
825
- John Frusciante was in Stadium Arcadium.,1
826
- Melilla shares a border with Morocco.,1
827
- Mandy Moore had a career in music.,1
828
- Bethany Hamilton's biopic had Sean McNamara as director.,1
829
- William Howard Taft declined offers of appointment to a court.,1
830
- Uganda was a protectorate.,1
831
- Margaret Thatcher was the most senior politician within the Conservative Party in the UK in 1975.,1
832
- Johann Wolfgang von Goethe published the first part of Faust in 1808.,1
833
- Tenacious D was released before 2006.,1
834
- "Under an Austrian license, Red Bull Racing races.",1
835
- Sean Penn has acted in 13 films.,1
836
- Excuse My French is an album.,1
837
- "The World Trade Center was destroyed on September 11, 2001.",1
838
- Annabelle is in the United States.,1
839
- Phillip Glass has written concertos.,1
840
- PBS is a television program distributor.,1
841
- There was a contribution of the identification of the remains of King Richard III by the University of Leicester.,1
842
- Bonaire was part of the Netherlands Antilles.,1
843
- The Armenian Genocide was an extermination.,1
844
- James Earl Jones was a voice actor in a movie.,1
845
- Issa Rae created Awkward Black Girl and has had success.,1
846
- There is a carnival called Camp Flog Gnaw.,1
847
- Personal computers use touchscreens.,1
848
- Tennessee is in America.,1
849
- "In California, Stephen Hillenburg was raised.",1
850
- Ukrainian Soviet Socialist Republic was a founding participant of the UN.,1
851
- Lois Lane was influenced by a journalist.,1
852
- Janelle Monáe is an entertainer.,1
853
- Hezbollah received combat training from Iran.,1
854
- John Goodman has had roles.,1
855
- Melbourne is where the latest ceremony of the Logie Awards was held at.,1
856
- "Lyon had a population of 506,615 in 2014.",1
857
- Theresa May served.,1
858
- The Bengal tiger is a member of the largest cat species.,1
859
- Kleshas are in the mind.,1
860
- Wilhelmina Slater is portrayed in a period romance television series.,1
861
- The Bahamas is a domestically recognized state that comprises a series of islands that form an archipelago.,1
862
- Veep has won an award.,1
863
- "For the last five consecutive FIFA World Cups, Japan national football team qualified.",1
864
- James VI and I was a person.,1
865
- ASAP Rocky has directed videos for his own music.,1
866
- Tim McGraw had a supporting role in a film.,1
867
- Forced labor is a reason for human trafficking.,1
868
- Ian Brennan directs.,1
869
- Cher was released by the record label Geffen Records.,1
870
- There are 26 world title wins and 0 loss record under Floyd Mayweather Jr.,1
871
- "Pharmacology is concerned with the research, discovery, and characterization of chemicals which show biological effects.",1
872
- An island is part of the ABC Islands.,1
873
- Taylor Lautner appeared on television sitcoms.,1
874
- Fist of Legend is a remake of another movie.,1
875
- Ed Gagliardi died of cancer.,1
876
- Alexandria is the largest seaport in Egypt.,1
877
- Talulah Riley makes an appearance in St Trinian's.,1
878
- Prague Castle attracts over 1.8 million visitors annually.,1
879
- Trevor Griffiths is a writer.,1
880
- Pocahontas was the female child of Powhatan.,1
881
- US Airways Flight 1549 had more than 100 people on board.,1
882
- Kerplunk was the last album by Green Day released through Lookout Records.,1
883
- Philomena was nominated for three Golden Globe Awards.,1
884
- Terrence Howard played James Rhodes in Iron Man.,1
885
- The Blue Dog Coalition is made up of politicians.,1
886
- Elizabeth of York was someone's niece.,1
887
- A monster is often hideous and may be terrifying or harmful.,1
888
- Aldous Huxley published things.,1
889
- One of the most influential bands of its time is Pearl Jam.,1
890
- Christa McAuliffe taught social studies at Concord High School.,1
891
- Speech recognition is popular in online gaming.,1
892
- Grease possessed a musical soundtrack.,1
893
- Bongwater was based on a book.,1
894
- The Penibaetic System is also called a system of mountain ranges.,1
895
- Byron Howard was nominated for a Golden Globe.,1
896
- The Airbus A380 made its first flight in 2005.,1
897
- Hedda Gabler's world premiere took place at a theater.,1
898
- "The Raven (2012 film) was released in the United States on April 27, 2012.",1
899
- Joe Wicks is played by Paul Nicholls.,1
900
- 2016 Tour de France was won by Chris Froome.,1
901
- Carlos Santana was born in the forties.,1
902
- Craig David is a pop music performer.,1
903
- Currently Nawaz Sharif serves as a prime minister.,1
904
- Jamie Lee Curtis starred in John Carpenter's Halloween as teenager Laurie Strode.,1
905
- There are film scores in existence that have been composed by Phillip Glass.,1
906
- Kyra Sedgwick had a role in a work.,1
907
- Entertaining films were produced by First Motion Picture Unit.,1
908
- Syco is a company focused on entertainment.,1
909
- Reign Over Me was written and directed by Mike Binder.,1
910
- Hebe was a cupbearer.,1
911
- "In Kentucky, the electric chair has been retired except for a subset of people.",1
912
- Stan Beeman is in a show on FX.,1
913
- Blue Jasmine has Cate Blanchett directing it.,1
914
- One of the most notable features of Zoroastrianism is the belief and doctrine that is focused on the arrival of the messiah.,1
915
- Vietnam is the 14th most populous country in the world 92.7 million inhabitants.,1
916
- Jewell sings.,1
917
- Henry III assumed the throne in the middle of the First Barons' War.,1
918
- "Scaramouche translates as ""little skirmisher"".",1
919
- Caleb McLaughlin was born in the year 2001.,1
920
- Paris saw the Warcraft movie before America.,1
921
- English people are descended from the Angles as a result of migration.,1
922
- "On August 18th, 2009, The Last Song (film) ended filming.",1
923
- The Saw franchise is a collection of films.,1
924
- Anne Rice lived in San Fransisco.,1
925
- Jack Falahee's middle name is Ryan.,1
926
- Jeong Hyeong-don was born in the 1970's.,1
927
- "An actor whose birthday is on September 15, 1968 starred in Men in Black II.",1
928
- Therasia is a piece of land.,1
929
- Tamerlan Tsarnaev had a male sibling.,1
930
- "Estonia is in Northern Europe, bordering the Baltic Sea.",1
931
- Dave Gibbons is an English letterer.,1
932
- Zac Efron is a citizen.,1
933
- Liverpool is independent of Lancashire.,1
934
- Jewell worked with Dr. Dre.,1
935
- Party Down is a show that Lizzy Caplan starred in.,1
936
- Yara Shahidi is a person.,1
937
- Species distribution can be understood through factors like glaciation.,1
938
- "Franchising is regulated in thirty-three countries, including Australia and the United States.",1
939
- Betsy Hodges was elected to serve a four-year term.,1
940
- There was a song performed on Glee called Rhythm Nation.,1
941
- Aarhus is 187 km north and west of Copenhagen.,1
942
- "Aleister Crowley was born on October 12, 1875.",1
943
- Olympus Mons is on Mars.,1
944
- One Flew Over the Cuckoo's Nest won Academy Awards.,1
945
- "James, Viscount Severn was born in the 2000s.",1
946
- San Diego Comic-Con was founded as a different name.,1
947
- "Charlotte, North Carolina is the third-largest banking center in the United States from 2017-present.",1
948
- There is a musician called John Frusciante.,1
949
- Jamie Lee Curtis was in film.,1
950
- Paul Nicholls played Sam Casey in Law & Order: UK.,1
951
- The Siege of Fort Stanwix began.,1
952
- Netscape Navigator was produced by a Netscape Communications.,1
953
- Advertising is used to sell a service.,1
954
- The NAACP Image Award for Outstanding Supporting Actor in a Drama Series was first given in 1996.,1
955
- The Gifted is a television series.,1
956
- "Woodrow Wilson lived during World War I during which he led the United States and established an activist foreign policy known as ""Wilsonianism.""",1
957
- Topman sells clothing.,1
958
- Stripes had Conrad Dunn featured in it.,1
959
- Ten matches were possessed by SummerSlam.,1
960
- Ayananka Bose works on movies in Bollywood.,1
961
- Goldie Hawn received a Grammy nomination.,1
962
- Quay premiered in the 2010s.,1
963
- Wentworth Miller made his screenwriting debut.,1
964
- The Concert for Bangladesh generated awareness and considerable money.,1
965
- In fall of 2013 Brian Michael Bendis began teaching at the University of Oregon.,1
966
- The Pelican Brief is based on the novel of the same name by John Grisham.,1
967
- Temple of the Dog is the name of a band.,1
968
- Scream 2 is an American film.,1
969
- The Latvian Soviet Socialist Republic is known by at least one other name.,1
970
- Harris Jayaraj is a film composer.,1
971
- Riz Ahmed acted in an 8-part crime drama miniseries.,1
972
- Premam had a theatrical run of 259 days in Chennai.,1
973
- XHamster puts into production a reality series.,1
974
- Dopamine induces neuromodulation.,1
975
- Mogadishu is a capital city.,1
976
- The Godfather Part II featured an Academy Award for Best Actor nominated performance by Al Pacino.,1
977
- Levoamphetamine is a CNS stimulant.,1
978
- Match Point explores the role of lust and luck in life.,1
979
- The Little Prince (2015 film) is a English-language film.,1
980
- "Tilda Swinton was born on November 5, 1960.",1
981
- AMGTV is an American television network.,1
982
- Annie is a film.,1
983
- One of the major features of Zoroastrianism is the belief and doctrine called messianism.,1
984
- Kevin Kline stars in The Road to El Dorado.,1
985
- Petyr Baelish is created by an American author George R.R. Martin.,1
986
- Hermit crabs are decapods.,1
987
- Nicholas Brody is a character on Homeland.,1
988
- Sonny & Cher sing R&B.,1
989
- "Benjamin Franklin was born on April 17th, 1790.",1
990
- Battle of the Bastards had a viewership of over a million in its initial broadcast.,1
991
- The Bengal tiger was subordinated by R. I. Pocock.,1
992
- "On April 8, 1974, Chris Kyle was born.",1
993
- Google Search can return monetary conversions.,1
994
- "Chris Kyle died on February 2, 2013.",1
995
- The Kerner Entertainment Company produced The Mighty Ducks.,1
996
- David Spade appeared in Tommy Boy.,1
997
- December was the month when the principal photography of The Disaster Artist (film) started.,1
998
- The Hunger Games are based on a novel by Suzanne Collins.,1
999
- To this day invasion literature remains a part of popular culture.,1
1000
- Edmund H. North was the winner of an Academy Award.,1
1001
- The Road to El Dorado stars an actor.,1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fact/fever/test.json ADDED
@@ -0,0 +1,4002 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text":"Starrcade was eventually broadcast via pay-per-view umbrella.",
4
+ "label":0
5
+ },
6
+ {
7
+ "text":"The Pakistan Movement resulted from a series of transformations in Pakistan.",
8
+ "label":0
9
+ },
10
+ {
11
+ "text":"Lemmy was known for his soft, gentle voice.",
12
+ "label":0
13
+ },
14
+ {
15
+ "text":"Starrcade was regarded by the NWA and WCW as their least important event of the year.",
16
+ "label":0
17
+ },
18
+ {
19
+ "text":"Times Higher Education World University Rankings is a publication of rankings by The Chronicle of Higher Education.",
20
+ "label":0
21
+ },
22
+ {
23
+ "text":"Angelsberg is a country.",
24
+ "label":0
25
+ },
26
+ {
27
+ "text":"The dress is a forest.",
28
+ "label":0
29
+ },
30
+ {
31
+ "text":"The Hunger Games film series' first film was produced by Gary Ross.",
32
+ "label":0
33
+ },
34
+ {
35
+ "text":"Natasha Lyonne wasn't born in 1979.",
36
+ "label":0
37
+ },
38
+ {
39
+ "text":"Lorelai Gilmore's mother is Emily, played by Betty White.",
40
+ "label":0
41
+ },
42
+ {
43
+ "text":"James VI and I was Spanish.",
44
+ "label":0
45
+ },
46
+ {
47
+ "text":"Kellyanne Conway has not been embroiled in a series of controversies.",
48
+ "label":0
49
+ },
50
+ {
51
+ "text":"West Virginia borders Maine to the southwest.",
52
+ "label":0
53
+ },
54
+ {
55
+ "text":"Both hosts of Weekly Idol were born in 1983.",
56
+ "label":0
57
+ },
58
+ {
59
+ "text":"Don Bradman's status was recognized only 50 years before his retirement.",
60
+ "label":0
61
+ },
62
+ {
63
+ "text":"Sierra Morena is only an idiom.",
64
+ "label":0
65
+ },
66
+ {
67
+ "text":"Fred Seibert has only produced live-action programs.",
68
+ "label":0
69
+ },
70
+ {
71
+ "text":"Python features manual memory management.",
72
+ "label":0
73
+ },
74
+ {
75
+ "text":"Noah Cyrus was born in 1992.",
76
+ "label":0
77
+ },
78
+ {
79
+ "text":"Kate Walsh was only ever on CBS shows.",
80
+ "label":0
81
+ },
82
+ {
83
+ "text":"Shawn Carlson is a social science writer.",
84
+ "label":0
85
+ },
86
+ {
87
+ "text":"Jos\u00e9 Ferrer spent his entire career fixing cars.",
88
+ "label":0
89
+ },
90
+ {
91
+ "text":"San Diego Comic-Con was founded as the Lone Star State Comic Book Convention.",
92
+ "label":0
93
+ },
94
+ {
95
+ "text":"Meteora is Linkin Park's third studio album.",
96
+ "label":0
97
+ },
98
+ {
99
+ "text":"Carey Hayes is only a German lawyer.",
100
+ "label":0
101
+ },
102
+ {
103
+ "text":"Cadet Kelly was a AMC Original.",
104
+ "label":0
105
+ },
106
+ {
107
+ "text":"Bones is a cuisine.",
108
+ "label":0
109
+ },
110
+ {
111
+ "text":"DNA is a single.",
112
+ "label":0
113
+ },
114
+ {
115
+ "text":"Andre Pirlo is only on the NYC team.",
116
+ "label":0
117
+ },
118
+ {
119
+ "text":"Tremont Street Subway was incapable of serving any stations of any time.",
120
+ "label":0
121
+ },
122
+ {
123
+ "text":"The first inauguration of Bill Clinton was held on July 4th.",
124
+ "label":0
125
+ },
126
+ {
127
+ "text":"The Giver is a dramatic movie.",
128
+ "label":0
129
+ },
130
+ {
131
+ "text":"Star Trek: Discovery is a movie.",
132
+ "label":0
133
+ },
134
+ {
135
+ "text":"An all-seater stadium is solely a dog-walking stadium.",
136
+ "label":0
137
+ },
138
+ {
139
+ "text":"James Spader is known for his hatred of eccentric characters.",
140
+ "label":0
141
+ },
142
+ {
143
+ "text":"Designated Survivor (TV series) is incapable of being an American political drama.",
144
+ "label":0
145
+ },
146
+ {
147
+ "text":"Laura Robson refuses to be in the International Tennis Federation.",
148
+ "label":0
149
+ },
150
+ {
151
+ "text":"Boxing Helena debuted at the Sundance Film Festival in 1996.",
152
+ "label":0
153
+ },
154
+ {
155
+ "text":"Unison (Celine Dion album) is unreleased.",
156
+ "label":0
157
+ },
158
+ {
159
+ "text":"Vedam is a Telugu language translation computer program.",
160
+ "label":0
161
+ },
162
+ {
163
+ "text":"Dark matter is the same as neutrinos.",
164
+ "label":0
165
+ },
166
+ {
167
+ "text":"John DiMaggio has yet to do any voice-over work.",
168
+ "label":0
169
+ },
170
+ {
171
+ "text":"The Romani people originated in Eastern China.",
172
+ "label":0
173
+ },
174
+ {
175
+ "text":"Selena Gomez & the Scene's debut album is War and Peace.",
176
+ "label":0
177
+ },
178
+ {
179
+ "text":"DNA is exclusively a song.",
180
+ "label":0
181
+ },
182
+ {
183
+ "text":"In The 100, adults are the first to return to Earth after a devastating nuclear apocalypse.",
184
+ "label":0
185
+ },
186
+ {
187
+ "text":"Pink is a Dutch singer.",
188
+ "label":0
189
+ },
190
+ {
191
+ "text":"The Little Prince (2015 film) is a English-language television show.",
192
+ "label":0
193
+ },
194
+ {
195
+ "text":"Cary Elwes was born in 1982.",
196
+ "label":0
197
+ },
198
+ {
199
+ "text":"Miracle at St. Anna is set exclusively in Germany.",
200
+ "label":0
201
+ },
202
+ {
203
+ "text":"Arthur Schopenhauer died in 1788.",
204
+ "label":0
205
+ },
206
+ {
207
+ "text":"Brazzers is based in Fort Buckner.",
208
+ "label":0
209
+ },
210
+ {
211
+ "text":"Northwestern University is a recently added member of the Big Ten Conference.",
212
+ "label":0
213
+ },
214
+ {
215
+ "text":"P.S I Love You (film) is a 2000 television show.",
216
+ "label":0
217
+ },
218
+ {
219
+ "text":"Paul von Hindenburg was a private man.",
220
+ "label":0
221
+ },
222
+ {
223
+ "text":"Recovery is a solo album by Lil Wayne.",
224
+ "label":0
225
+ },
226
+ {
227
+ "text":"Jack Dylan Grazer was born on October 3, 2003.",
228
+ "label":0
229
+ },
230
+ {
231
+ "text":"AMGTV has science fiction television programming.",
232
+ "label":0
233
+ },
234
+ {
235
+ "text":"West Ham United F.C. is not a football club.",
236
+ "label":0
237
+ },
238
+ {
239
+ "text":"Dissociative identity disorder is known as dementia.",
240
+ "label":0
241
+ },
242
+ {
243
+ "text":"Commodore is ranked above a navy captain and a rear admiral.",
244
+ "label":0
245
+ },
246
+ {
247
+ "text":"You Only Live Twice was directed by a German man.",
248
+ "label":0
249
+ },
250
+ {
251
+ "text":"Home for the Holidays stars no deceased professionals.",
252
+ "label":0
253
+ },
254
+ {
255
+ "text":"Innovation is viewed as the application of better solutions that negate market needs.",
256
+ "label":0
257
+ },
258
+ {
259
+ "text":"Annette Badland has yet to be in a soap opera.",
260
+ "label":0
261
+ },
262
+ {
263
+ "text":"The Mighty Ducks was produced by Doug the Pug.",
264
+ "label":0
265
+ },
266
+ {
267
+ "text":"A polynomial consists of exclusively indeterminates.",
268
+ "label":0
269
+ },
270
+ {
271
+ "text":"Cheese in the Trap (TV series) stars Batman.",
272
+ "label":0
273
+ },
274
+ {
275
+ "text":"Cheese in the Trap (TV series) comes from India.",
276
+ "label":0
277
+ },
278
+ {
279
+ "text":"Sancho Panza is a character in a poem written by Don Miguel de Cervantes Saavedra.",
280
+ "label":0
281
+ },
282
+ {
283
+ "text":"Sean Gunn has no experience acting.",
284
+ "label":0
285
+ },
286
+ {
287
+ "text":"Mars is far away from Valles Marineris.",
288
+ "label":0
289
+ },
290
+ {
291
+ "text":"John Krasinski is a car.",
292
+ "label":0
293
+ },
294
+ {
295
+ "text":"Zoe Saldana is a Japanese citizen.",
296
+ "label":0
297
+ },
298
+ {
299
+ "text":"Jed Whedon has only ever lived on Mars.",
300
+ "label":0
301
+ },
302
+ {
303
+ "text":"Loretta Sanchez was born on January 7, 1950.",
304
+ "label":0
305
+ },
306
+ {
307
+ "text":"The Giver is only a comedy.",
308
+ "label":0
309
+ },
310
+ {
311
+ "text":"Prescott, Arizona is outside of Yavapai County.",
312
+ "label":0
313
+ },
314
+ {
315
+ "text":"Tinker Tailor Soldier Spy only stars Seth Rogen.",
316
+ "label":0
317
+ },
318
+ {
319
+ "text":"Manchester United is based in Bolton, Greater Manchester, England.",
320
+ "label":0
321
+ },
322
+ {
323
+ "text":"Ned Stark was introduced in 1996's A Clash of Kings.",
324
+ "label":0
325
+ },
326
+ {
327
+ "text":"Kuching is in Sri Lanka.",
328
+ "label":0
329
+ },
330
+ {
331
+ "text":"Jack Lowden is incapable of being in films.",
332
+ "label":0
333
+ },
334
+ {
335
+ "text":"Bullitt is an album produced by Phillip D'Antoni.",
336
+ "label":0
337
+ },
338
+ {
339
+ "text":"CHiPs is an American action novel.",
340
+ "label":0
341
+ },
342
+ {
343
+ "text":"Westworld first season premiered on August 28, 2015.",
344
+ "label":0
345
+ },
346
+ {
347
+ "text":"The Siege of Fort Stanwix ended in May.",
348
+ "label":0
349
+ },
350
+ {
351
+ "text":"Elizabeth Olsen died in 1989.",
352
+ "label":0
353
+ },
354
+ {
355
+ "text":"Charles Manson is a former cult leader.",
356
+ "label":0
357
+ },
358
+ {
359
+ "text":"Earl Scruggs was incapable of being a musician.",
360
+ "label":0
361
+ },
362
+ {
363
+ "text":"Stan Beeman is a supporting female character.",
364
+ "label":0
365
+ },
366
+ {
367
+ "text":"Mohra got zero nominations from a magazine in 1995.",
368
+ "label":0
369
+ },
370
+ {
371
+ "text":"Tool has not produced albums.",
372
+ "label":0
373
+ },
374
+ {
375
+ "text":"Saturn Corporation has no other names.",
376
+ "label":0
377
+ },
378
+ {
379
+ "text":"The Hunger Games is a sequel.",
380
+ "label":0
381
+ },
382
+ {
383
+ "text":"The Sterile Cuckoo was adapted from a novel written by a Belgian novelist.",
384
+ "label":0
385
+ },
386
+ {
387
+ "text":"Nawaz Sharif is a German politician.",
388
+ "label":0
389
+ },
390
+ {
391
+ "text":"Jenny McCarthy did not begin her career in 1993.",
392
+ "label":0
393
+ },
394
+ {
395
+ "text":"Aarhus is 187 km southeast of Copenhagen.",
396
+ "label":0
397
+ },
398
+ {
399
+ "text":"Richard Dawkins has yet to be awarded any academic awards.",
400
+ "label":0
401
+ },
402
+ {
403
+ "text":"Keith Urban was released by Capitol Nashville in 2011.",
404
+ "label":0
405
+ },
406
+ {
407
+ "text":"Dulquer Salmaan was unqualified to ever receive a Filmfare Award nomination.",
408
+ "label":0
409
+ },
410
+ {
411
+ "text":"Bank of America has only one call center.",
412
+ "label":0
413
+ },
414
+ {
415
+ "text":"Gotham premiered in 2015.",
416
+ "label":0
417
+ },
418
+ {
419
+ "text":"Chris Paul is a two-time Olympic silver winner.",
420
+ "label":0
421
+ },
422
+ {
423
+ "text":"Toy Story 2 was released by North Korea.",
424
+ "label":0
425
+ },
426
+ {
427
+ "text":"Ed Gein's hometown is not Plainfield, Wisconsin.",
428
+ "label":0
429
+ },
430
+ {
431
+ "text":"Birthday Song (2 Chainz song) was banned by Sonny Digital.",
432
+ "label":0
433
+ },
434
+ {
435
+ "text":"Reign Over Me was written and directed by dolphins.",
436
+ "label":0
437
+ },
438
+ {
439
+ "text":"There are rumors that Augustus' marble, Livia, poisoned him.",
440
+ "label":0
441
+ },
442
+ {
443
+ "text":"The Bahamas is a cat.",
444
+ "label":0
445
+ },
446
+ {
447
+ "text":"Military deception only overlaps with Psyduck.",
448
+ "label":0
449
+ },
450
+ {
451
+ "text":"Blue Jasmine is about a rich Bostonian socialite who falls on hard times.",
452
+ "label":0
453
+ },
454
+ {
455
+ "text":"Emmanuel Macron refused to work as an Inspector of Finances.",
456
+ "label":0
457
+ },
458
+ {
459
+ "text":"Mad Max: Fury Road was released in 2017.",
460
+ "label":0
461
+ },
462
+ {
463
+ "text":"Jackie (2016 film) was incapable of being written by Noah Oppenheim.",
464
+ "label":0
465
+ },
466
+ {
467
+ "text":"Gordan Ramsay was ranked the 22nd highest earning celebrity in the world in 2015.",
468
+ "label":0
469
+ },
470
+ {
471
+ "text":"Peking University is in Shenzhen.",
472
+ "label":0
473
+ },
474
+ {
475
+ "text":"Trouble with the Curve is a cat.",
476
+ "label":0
477
+ },
478
+ {
479
+ "text":"Wilhelmina Slater is a real person.",
480
+ "label":0
481
+ },
482
+ {
483
+ "text":"Melancholia was directed by Bob Dole.",
484
+ "label":0
485
+ },
486
+ {
487
+ "text":"Kung Fu Panda was in last place at the box office.",
488
+ "label":0
489
+ },
490
+ {
491
+ "text":"Yemen is the fourth-largest country in the Arabian peninsula.",
492
+ "label":0
493
+ },
494
+ {
495
+ "text":"The Times was founded in 1980.",
496
+ "label":0
497
+ },
498
+ {
499
+ "text":"Marvel vs. Capcom: Infinite is a mobile game.",
500
+ "label":0
501
+ },
502
+ {
503
+ "text":"Amancio Ortega is his full name.",
504
+ "label":0
505
+ },
506
+ {
507
+ "text":"Paul Nicholls is a singer.",
508
+ "label":0
509
+ },
510
+ {
511
+ "text":"Jeong Hyeong-don is solely Peruvian.",
512
+ "label":0
513
+ },
514
+ {
515
+ "text":"Weill Cornell Medicine has no history of being related to the field of education.",
516
+ "label":0
517
+ },
518
+ {
519
+ "text":"Azithromycin is only available under the brand name Zmax.",
520
+ "label":0
521
+ },
522
+ {
523
+ "text":"Excluded from Saw (franchise) is the 2004 film.",
524
+ "label":0
525
+ },
526
+ {
527
+ "text":"Coins of the Swiss franc are used only outside of Switzerland.",
528
+ "label":0
529
+ },
530
+ {
531
+ "text":"A River Runs Through It has lost every Academy Award.",
532
+ "label":0
533
+ },
534
+ {
535
+ "text":"The Lincoln-Douglas debates happened in a car.",
536
+ "label":0
537
+ },
538
+ {
539
+ "text":"James, Viscount Severn was born in the 1990s.",
540
+ "label":0
541
+ },
542
+ {
543
+ "text":"Practical Magic is solely based on a novel of a different name.",
544
+ "label":0
545
+ },
546
+ {
547
+ "text":"Samsung was separated into ten business groups in 1987.",
548
+ "label":0
549
+ },
550
+ {
551
+ "text":"Creedence Clearwater Revival was active in the late 1980s and early 1990s.",
552
+ "label":0
553
+ },
554
+ {
555
+ "text":"Brian De Palma was born in 1980.",
556
+ "label":0
557
+ },
558
+ {
559
+ "text":"Maximum Overdrive was written by The United States' government.",
560
+ "label":0
561
+ },
562
+ {
563
+ "text":"Linkin Park has only released one album to date.",
564
+ "label":0
565
+ },
566
+ {
567
+ "text":"George III of the United Kingdom had experiences.",
568
+ "label":0
569
+ },
570
+ {
571
+ "text":"Sensitive Skin's first series aired only on SBS TV.",
572
+ "label":0
573
+ },
574
+ {
575
+ "text":"Yin and yang show a balance between magnetized entities.",
576
+ "label":0
577
+ },
578
+ {
579
+ "text":"Kevin Costner refused the role of Devil Anse Hatfield in 2012.",
580
+ "label":0
581
+ },
582
+ {
583
+ "text":"Marjorie Gross is unable to write.",
584
+ "label":0
585
+ },
586
+ {
587
+ "text":"Noah Cyrus is the youngest daughter of Billy Ray Cyrus, born on November 3rd, 2004.",
588
+ "label":0
589
+ },
590
+ {
591
+ "text":"Trevor Griffiths was only born on April 14, 1935.",
592
+ "label":0
593
+ },
594
+ {
595
+ "text":"Robinson Crusoe on Mars was only ever a book.",
596
+ "label":0
597
+ },
598
+ {
599
+ "text":"The Hit was released on a mural.",
600
+ "label":0
601
+ },
602
+ {
603
+ "text":"Tangled is a silent film.",
604
+ "label":0
605
+ },
606
+ {
607
+ "text":"Wentworth Miller made his screenwriting debut with the Spring Stoker.",
608
+ "label":0
609
+ },
610
+ {
611
+ "text":"Danger UXB is from 1981.",
612
+ "label":0
613
+ },
614
+ {
615
+ "text":"Honeymoon is the second major-label record by Lana Del Rey.",
616
+ "label":0
617
+ },
618
+ {
619
+ "text":"Touchscreens are only used in tablet computers.",
620
+ "label":0
621
+ },
622
+ {
623
+ "text":"Kung Fu Panda was released in 2006.",
624
+ "label":0
625
+ },
626
+ {
627
+ "text":"Noah Cyrus is the older sister of Miley Cyrus.",
628
+ "label":0
629
+ },
630
+ {
631
+ "text":"The Chagatai language was the shared literary language of Central Asia until the 19th century.",
632
+ "label":0
633
+ },
634
+ {
635
+ "text":"Jenna Jameson started acting in erotic videos in 1990.",
636
+ "label":0
637
+ },
638
+ {
639
+ "text":"Lyon's population has never increased above 500,000.",
640
+ "label":0
641
+ },
642
+ {
643
+ "text":"Birmingham is in Suffolk County.",
644
+ "label":0
645
+ },
646
+ {
647
+ "text":"Sally Hawkins ignored the offer to act in Cate Blanchett.",
648
+ "label":0
649
+ },
650
+ {
651
+ "text":"Hush (2016 film) was not produced by Trevor Macy.",
652
+ "label":0
653
+ },
654
+ {
655
+ "text":"George Harrison has been single his whole life.",
656
+ "label":0
657
+ },
658
+ {
659
+ "text":"Dan O'Bannon was Canadian.",
660
+ "label":0
661
+ },
662
+ {
663
+ "text":"Argentina's state capital is the Ural Mountains.",
664
+ "label":0
665
+ },
666
+ {
667
+ "text":"Estonia does not border the Baltic Sea.",
668
+ "label":0
669
+ },
670
+ {
671
+ "text":"Morse code is more sensitive to poor signal conditions.",
672
+ "label":0
673
+ },
674
+ {
675
+ "text":"Samwell Tarly appears only outside of the A Song of Ice and Fire series.",
676
+ "label":0
677
+ },
678
+ {
679
+ "text":"Mars is in the Andromeda galaxy.",
680
+ "label":0
681
+ },
682
+ {
683
+ "text":"Milk is based on the life of a person who never participated in activism.",
684
+ "label":0
685
+ },
686
+ {
687
+ "text":"Jackie (2016 film) was directed by Peter Jackson.",
688
+ "label":0
689
+ },
690
+ {
691
+ "text":"Sean Penn is only ever a stage actor.",
692
+ "label":0
693
+ },
694
+ {
695
+ "text":"Jack Dylan Grazer's grandparents are Angela Lafever and Gavin Grazer.",
696
+ "label":0
697
+ },
698
+ {
699
+ "text":"Henry II of France died in an archery tournament.",
700
+ "label":0
701
+ },
702
+ {
703
+ "text":"Taran Killam isn't a writer.",
704
+ "label":0
705
+ },
706
+ {
707
+ "text":"Camden, New Jersey is the home of a school that was founded as the South Jersey Law School in 1920.",
708
+ "label":0
709
+ },
710
+ {
711
+ "text":"Happiness in Slavery is a song by an American band.",
712
+ "label":0
713
+ },
714
+ {
715
+ "text":"Ann Richards wasn't a politician.",
716
+ "label":0
717
+ },
718
+ {
719
+ "text":"Meteora is an album by an American carpenter.",
720
+ "label":0
721
+ },
722
+ {
723
+ "text":"Scream 2 was made in 1854.",
724
+ "label":0
725
+ },
726
+ {
727
+ "text":"St. Anger is the second studio album by Metallica.",
728
+ "label":0
729
+ },
730
+ {
731
+ "text":"Peking University was founded in 1876.",
732
+ "label":0
733
+ },
734
+ {
735
+ "text":"Floyd Mayweather Jr. is incapable of boxing.",
736
+ "label":0
737
+ },
738
+ {
739
+ "text":"Kuching is a city in Singapore.",
740
+ "label":0
741
+ },
742
+ {
743
+ "text":"Uranium-235 was discovered by a person who lived forever.",
744
+ "label":0
745
+ },
746
+ {
747
+ "text":"Tinker Tailor Soldier Spy only stars Adam Sandler.",
748
+ "label":0
749
+ },
750
+ {
751
+ "text":"Simon Pegg is entirely Japanese.",
752
+ "label":0
753
+ },
754
+ {
755
+ "text":"Augustus did not die in 14 AD.",
756
+ "label":0
757
+ },
758
+ {
759
+ "text":"Match Point was an unproduced screenplay by Woody Allen.",
760
+ "label":0
761
+ },
762
+ {
763
+ "text":"Drake Bell has yet to release anything.",
764
+ "label":0
765
+ },
766
+ {
767
+ "text":"Henry III of France staged his murder and lived to old age after escaping.",
768
+ "label":0
769
+ },
770
+ {
771
+ "text":"Woodrow Wilson lived during The Russo-Persian War.",
772
+ "label":0
773
+ },
774
+ {
775
+ "text":"The great white shark prefers to prey on humans.",
776
+ "label":0
777
+ },
778
+ {
779
+ "text":"Alvin and the Chipmunks is a Canadian film.",
780
+ "label":0
781
+ },
782
+ {
783
+ "text":"The United Nations Charter was signed on April 26, 1945.",
784
+ "label":0
785
+ },
786
+ {
787
+ "text":"Foot Locker is only known as Foot Locker.",
788
+ "label":0
789
+ },
790
+ {
791
+ "text":"English people are descended from no other peoples.",
792
+ "label":0
793
+ },
794
+ {
795
+ "text":"Susan Collins was the second woman to become the nominee of a major party for Governor of Maine.",
796
+ "label":0
797
+ },
798
+ {
799
+ "text":"Charles Howard Hinton wrote predominately epistolary pastoral novels.",
800
+ "label":0
801
+ },
802
+ {
803
+ "text":"Michael Vick exclusively played for the Carolina Panthers.",
804
+ "label":0
805
+ },
806
+ {
807
+ "text":"Daredevil was not produced by Marvel Television.",
808
+ "label":0
809
+ },
810
+ {
811
+ "text":"Vampires were lacking from European folklore.",
812
+ "label":0
813
+ },
814
+ {
815
+ "text":"Julianne Moore created the television series As the World Turns.",
816
+ "label":0
817
+ },
818
+ {
819
+ "text":"Nuuk is the seat of government of only Iceland.",
820
+ "label":0
821
+ },
822
+ {
823
+ "text":"Cheese in the Trap (TV series) only stars animals.",
824
+ "label":0
825
+ },
826
+ {
827
+ "text":"Amy Winehouse died of brain poisoning.",
828
+ "label":0
829
+ },
830
+ {
831
+ "text":"Cadet Kelly was only a Paramount Original film.",
832
+ "label":0
833
+ },
834
+ {
835
+ "text":"Spider-Man 2 was directed by Barack Obama.",
836
+ "label":0
837
+ },
838
+ {
839
+ "text":"Jonah Hill is a bear.",
840
+ "label":0
841
+ },
842
+ {
843
+ "text":"Aristotle never went to the Academy.",
844
+ "label":0
845
+ },
846
+ {
847
+ "text":"Mike Huckabee is an outspoken atheist.",
848
+ "label":0
849
+ },
850
+ {
851
+ "text":"Stanley Williams was an inmate in California.",
852
+ "label":0
853
+ },
854
+ {
855
+ "text":"The current President of Lockheed Martin holds no other positions in the company.",
856
+ "label":0
857
+ },
858
+ {
859
+ "text":"Manchester United is based in New England.",
860
+ "label":0
861
+ },
862
+ {
863
+ "text":"Boeing 787 Dreamliner has always had the same name.",
864
+ "label":0
865
+ },
866
+ {
867
+ "text":"Michael J. Fox is immune to Parkinson's disease.",
868
+ "label":0
869
+ },
870
+ {
871
+ "text":"Maria Theresa was the rival of Emperor Charles VI.",
872
+ "label":0
873
+ },
874
+ {
875
+ "text":"The Incredibles 2 will not be given an IMAX release.",
876
+ "label":0
877
+ },
878
+ {
879
+ "text":"The Invisible Man was based on a play.",
880
+ "label":0
881
+ },
882
+ {
883
+ "text":"Tata Motors is disqualified to be listed on the (BSE) Bombay Stock Exchange.",
884
+ "label":0
885
+ },
886
+ {
887
+ "text":"Species distribution can be understood through many factors except glaciation.",
888
+ "label":0
889
+ },
890
+ {
891
+ "text":"The Beach was made for film by John Hodge.",
892
+ "label":0
893
+ },
894
+ {
895
+ "text":"One Dance was Drake's first number one single in 34 countries.",
896
+ "label":0
897
+ },
898
+ {
899
+ "text":"Physics' main goal is to observe the behavior of the universe.",
900
+ "label":0
901
+ },
902
+ {
903
+ "text":"Marcus Bentley finished college on October 4th, 1967.",
904
+ "label":0
905
+ },
906
+ {
907
+ "text":"James VI and I was a major adversary of a single parliament for England.",
908
+ "label":0
909
+ },
910
+ {
911
+ "text":"Jack Falahee was born in March.",
912
+ "label":0
913
+ },
914
+ {
915
+ "text":"Kojol did not receive the fourth highest civilian honour of the country.",
916
+ "label":0
917
+ },
918
+ {
919
+ "text":"The Guthrie Theater's first building was designed before Ralph Rapson was born.",
920
+ "label":0
921
+ },
922
+ {
923
+ "text":"Colin Kaepernick is a poker player.",
924
+ "label":0
925
+ },
926
+ {
927
+ "text":"Dev Patel has not worked with John Madden.",
928
+ "label":0
929
+ },
930
+ {
931
+ "text":"Saturn is a moon.",
932
+ "label":0
933
+ },
934
+ {
935
+ "text":"A View to a Kill is the second James Bond film to be directed by John Glen.",
936
+ "label":0
937
+ },
938
+ {
939
+ "text":"The Little Prince (2015 film) is a 2015 American film.",
940
+ "label":0
941
+ },
942
+ {
943
+ "text":"Two and a Half Men originally aired on NBC.",
944
+ "label":0
945
+ },
946
+ {
947
+ "text":"The Challenge XXX: Dirty 30 is not a season of a reality game show.",
948
+ "label":0
949
+ },
950
+ {
951
+ "text":"Celebrity Rehab with Dr. Drew was a scripted TV drama.",
952
+ "label":0
953
+ },
954
+ {
955
+ "text":"Wildfang was founded in 2000.",
956
+ "label":0
957
+ },
958
+ {
959
+ "text":"Tenacious D is made up of two Canadians.",
960
+ "label":0
961
+ },
962
+ {
963
+ "text":"Chris Eubank Jr. is Canadian.",
964
+ "label":0
965
+ },
966
+ {
967
+ "text":"Poldark airs on HBO.",
968
+ "label":0
969
+ },
970
+ {
971
+ "text":"Live Through This has only been sold in Australia.",
972
+ "label":0
973
+ },
974
+ {
975
+ "text":"Rick Ross released Hood Billionaire in 2010.",
976
+ "label":0
977
+ },
978
+ {
979
+ "text":"Melancholia was directed by a Polish novelist.",
980
+ "label":0
981
+ },
982
+ {
983
+ "text":"Rob McElhenney has yet to appear on television.",
984
+ "label":0
985
+ },
986
+ {
987
+ "text":"Vatican City was established in 1930.",
988
+ "label":0
989
+ },
990
+ {
991
+ "text":"Southpaw is only a Canadian film.",
992
+ "label":0
993
+ },
994
+ {
995
+ "text":"Dan Brown is an Italian publisher.",
996
+ "label":0
997
+ },
998
+ {
999
+ "text":"The University of Leicester only invented spoons.",
1000
+ "label":0
1001
+ },
1002
+ {
1003
+ "text":"The Beach was adapted for film by John Denver exclusively.",
1004
+ "label":0
1005
+ },
1006
+ {
1007
+ "text":"Adam Lambert's album premiered at number one on the U.S. Billboard 200 chart in 2005.",
1008
+ "label":0
1009
+ },
1010
+ {
1011
+ "text":"Duff McKagan was born in 1994.",
1012
+ "label":0
1013
+ },
1014
+ {
1015
+ "text":"Princess Mononoke is a Ghibli film from 2015.",
1016
+ "label":0
1017
+ },
1018
+ {
1019
+ "text":"John Deighton was forced to pursue other criminals.",
1020
+ "label":0
1021
+ },
1022
+ {
1023
+ "text":"The Bermuda Triangle is known by no other name.",
1024
+ "label":0
1025
+ },
1026
+ {
1027
+ "text":"Johnny Van Zant released a solo album in 1992.",
1028
+ "label":0
1029
+ },
1030
+ {
1031
+ "text":"Chris Mullin played with the Indiana Pacers from 1997 until the 1999-2000 season when he died suddenly.",
1032
+ "label":0
1033
+ },
1034
+ {
1035
+ "text":"Curacao is the only ABC island.",
1036
+ "label":0
1037
+ },
1038
+ {
1039
+ "text":"Homer Hickman is illiterate.",
1040
+ "label":0
1041
+ },
1042
+ {
1043
+ "text":"Richard Dawkins has yet to appear on television.",
1044
+ "label":0
1045
+ },
1046
+ {
1047
+ "text":"Paramore is not American.",
1048
+ "label":0
1049
+ },
1050
+ {
1051
+ "text":"Bad Romance was successful around the 60s.",
1052
+ "label":0
1053
+ },
1054
+ {
1055
+ "text":"Loretta Sanchez is an Irish politician.",
1056
+ "label":0
1057
+ },
1058
+ {
1059
+ "text":"The Adventures of Pluto Nash stars an actor that was born on February 5, 1961.",
1060
+ "label":0
1061
+ },
1062
+ {
1063
+ "text":"The United Nations Charter was signed at the New York War Memorial and Performing Arts Center.",
1064
+ "label":0
1065
+ },
1066
+ {
1067
+ "text":"Little Dorrit is a song by Charles Dickens.",
1068
+ "label":0
1069
+ },
1070
+ {
1071
+ "text":"Trouble with the Curve is only a podcast.",
1072
+ "label":0
1073
+ },
1074
+ {
1075
+ "text":"Tobey Maguire left The Good German before filming began.",
1076
+ "label":0
1077
+ },
1078
+ {
1079
+ "text":"Quay premiered in Boston.",
1080
+ "label":0
1081
+ },
1082
+ {
1083
+ "text":"Vedam is a 2010 Indian soccer MVP.",
1084
+ "label":0
1085
+ },
1086
+ {
1087
+ "text":"Live Nation Entertainment is a global energy company.",
1088
+ "label":0
1089
+ },
1090
+ {
1091
+ "text":"The Mighty Ducks was distributed only by Netflix.",
1092
+ "label":0
1093
+ },
1094
+ {
1095
+ "text":"Uranium-235 was lost by Arthur Jeffrey Dempster.",
1096
+ "label":0
1097
+ },
1098
+ {
1099
+ "text":"Pearl Jam did not sold many songs in the early 1990s.",
1100
+ "label":0
1101
+ },
1102
+ {
1103
+ "text":"Shomu Mukherjee was born on April 10, 2008.",
1104
+ "label":0
1105
+ },
1106
+ {
1107
+ "text":"Johann Wolfgang von Goethe was enemies with Friedrich Schiller.",
1108
+ "label":0
1109
+ },
1110
+ {
1111
+ "text":"Live Through This is a quote.",
1112
+ "label":0
1113
+ },
1114
+ {
1115
+ "text":"Palo Alto, California is located only outside of San Francisco Bay Area.",
1116
+ "label":0
1117
+ },
1118
+ {
1119
+ "text":"Kevin Costner has won zero awards.",
1120
+ "label":0
1121
+ },
1122
+ {
1123
+ "text":"Arthur Schopenhauer was born in 1860.",
1124
+ "label":0
1125
+ },
1126
+ {
1127
+ "text":"See.SZA.Run is only influenced by soul.",
1128
+ "label":0
1129
+ },
1130
+ {
1131
+ "text":"L.A. Reid hasn't been a chairman.",
1132
+ "label":0
1133
+ },
1134
+ {
1135
+ "text":"Veeram is a 2010 film.",
1136
+ "label":0
1137
+ },
1138
+ {
1139
+ "text":"The Little Prince (2015 film) is directed by Michael Bay only.",
1140
+ "label":0
1141
+ },
1142
+ {
1143
+ "text":"Rick Ross released less than nine studio albums.",
1144
+ "label":0
1145
+ },
1146
+ {
1147
+ "text":"Ghost, the film, was released in 1994.",
1148
+ "label":0
1149
+ },
1150
+ {
1151
+ "text":"Pen\u00e9lope Cruz refused to model for L'Or\u00e9al.",
1152
+ "label":0
1153
+ },
1154
+ {
1155
+ "text":"Exercise raises resting heart rate in the long term.",
1156
+ "label":0
1157
+ },
1158
+ {
1159
+ "text":"Natasha Lyonne isn't American.",
1160
+ "label":0
1161
+ },
1162
+ {
1163
+ "text":"Prescott, Arizona is a county.",
1164
+ "label":0
1165
+ },
1166
+ {
1167
+ "text":"Hush (2016 film) was not produced by Jason Blum.",
1168
+ "label":0
1169
+ },
1170
+ {
1171
+ "text":"The Hunger Games is a thought process.",
1172
+ "label":0
1173
+ },
1174
+ {
1175
+ "text":"John Goodman starred in Cloverfield.",
1176
+ "label":0
1177
+ },
1178
+ {
1179
+ "text":"Smriti Mandhana was born in August.",
1180
+ "label":0
1181
+ },
1182
+ {
1183
+ "text":"Birmingham is a religion.",
1184
+ "label":0
1185
+ },
1186
+ {
1187
+ "text":"History of Earth ruled out stromatolite being part of it.",
1188
+ "label":0
1189
+ },
1190
+ {
1191
+ "text":"Edouard Seguin worked with children with heart issues.",
1192
+ "label":0
1193
+ },
1194
+ {
1195
+ "text":"PacSun barely sells products designed for teens.",
1196
+ "label":0
1197
+ },
1198
+ {
1199
+ "text":"Anne Rice was born in New Mexico.",
1200
+ "label":0
1201
+ },
1202
+ {
1203
+ "text":"Tijuana is in Mexico.",
1204
+ "label":0
1205
+ },
1206
+ {
1207
+ "text":"Keith Godchaux was a member of the Grateful Dead in 1999.",
1208
+ "label":0
1209
+ },
1210
+ {
1211
+ "text":"Aarhus is located on the west coast of the Jutland peninsula.",
1212
+ "label":0
1213
+ },
1214
+ {
1215
+ "text":"The Cretaceous is a Paleogene extinction event.",
1216
+ "label":0
1217
+ },
1218
+ {
1219
+ "text":"Homo sapiens live on the fourth planet from the Sun.",
1220
+ "label":0
1221
+ },
1222
+ {
1223
+ "text":"The Mirny (sloop-of-war) was the second plane of an expedition.",
1224
+ "label":0
1225
+ },
1226
+ {
1227
+ "text":"Lorelai Gilmore's uncle was played by Edward Herrmann.",
1228
+ "label":0
1229
+ },
1230
+ {
1231
+ "text":"Tilda Swinton is only Scottish.",
1232
+ "label":0
1233
+ },
1234
+ {
1235
+ "text":"Zoey Deutch did not portray Rosemarie Hathaway in Vampire Academy.",
1236
+ "label":0
1237
+ },
1238
+ {
1239
+ "text":"Younger is a town.",
1240
+ "label":0
1241
+ },
1242
+ {
1243
+ "text":"Craig David was nominated for Best American Male.",
1244
+ "label":0
1245
+ },
1246
+ {
1247
+ "text":"Victoria Palace Theatre is barely in the West End.",
1248
+ "label":0
1249
+ },
1250
+ {
1251
+ "text":"Sabbir Khan only directed films with no people.",
1252
+ "label":0
1253
+ },
1254
+ {
1255
+ "text":"Polar bears depend on lakes as their main food source.",
1256
+ "label":0
1257
+ },
1258
+ {
1259
+ "text":"Bruce Shand was born on September 22nd, 1917.",
1260
+ "label":0
1261
+ },
1262
+ {
1263
+ "text":"Internet access is incapable of accessing email and the World Wide Web.",
1264
+ "label":0
1265
+ },
1266
+ {
1267
+ "text":"Tennessee is a producer of grain.",
1268
+ "label":0
1269
+ },
1270
+ {
1271
+ "text":"Story of My Life was recorded by a girl band.",
1272
+ "label":0
1273
+ },
1274
+ {
1275
+ "text":"Creedence Clearwater Revival was not active in the late 1960s and early 1970s.",
1276
+ "label":0
1277
+ },
1278
+ {
1279
+ "text":"Varsity Blues (film) is incapable of being filmed.",
1280
+ "label":0
1281
+ },
1282
+ {
1283
+ "text":"Tatum O'Neal spent her life single.",
1284
+ "label":0
1285
+ },
1286
+ {
1287
+ "text":"Bones is solely a television pitch.",
1288
+ "label":0
1289
+ },
1290
+ {
1291
+ "text":"Efraim Diveroli is a three-wheeled vehicle.",
1292
+ "label":0
1293
+ },
1294
+ {
1295
+ "text":"Talulah Riley did not appear in St Trinian's.",
1296
+ "label":0
1297
+ },
1298
+ {
1299
+ "text":"Sebastian Stan hasn't acted in a miniseries.",
1300
+ "label":0
1301
+ },
1302
+ {
1303
+ "text":"The Daily Show focuses on old news stories.",
1304
+ "label":0
1305
+ },
1306
+ {
1307
+ "text":"The first inauguration of Bill Clinton made him the 22nd Super Bowl Most Valuable Player.",
1308
+ "label":0
1309
+ },
1310
+ {
1311
+ "text":"Richard Fortus has been a manager of Guns N' Roses since 2002.",
1312
+ "label":0
1313
+ },
1314
+ {
1315
+ "text":"Fargo (season 3) aired on a Chinese basic cable network.",
1316
+ "label":0
1317
+ },
1318
+ {
1319
+ "text":"Liverpool is outside of the United Kingdom.",
1320
+ "label":0
1321
+ },
1322
+ {
1323
+ "text":"Trace Cyrus is a younger sibling of Noah Cyrus.",
1324
+ "label":0
1325
+ },
1326
+ {
1327
+ "text":"Musala is a computer.",
1328
+ "label":0
1329
+ },
1330
+ {
1331
+ "text":"Yemen is not the second-largest country in the Arabian peninsula.",
1332
+ "label":0
1333
+ },
1334
+ {
1335
+ "text":"Stephen Moyer was refused any role in Prince Valiant.",
1336
+ "label":0
1337
+ },
1338
+ {
1339
+ "text":"The House of the Spirits is based on the 1982 novel Harry Potter by J.K. Rowling.",
1340
+ "label":0
1341
+ },
1342
+ {
1343
+ "text":"Knocked Up was released worldwide in 2003.",
1344
+ "label":0
1345
+ },
1346
+ {
1347
+ "text":"Johanna Braddy has no experience as an actress.",
1348
+ "label":0
1349
+ },
1350
+ {
1351
+ "text":"Nicholas Brody is a character on an HBO series.",
1352
+ "label":0
1353
+ },
1354
+ {
1355
+ "text":"Victor Manuelle was uninvolved with every version of Despacito.",
1356
+ "label":0
1357
+ },
1358
+ {
1359
+ "text":"Billboard Dad is only a book.",
1360
+ "label":0
1361
+ },
1362
+ {
1363
+ "text":"Keith Stanfield was born on March 12, 1991.",
1364
+ "label":0
1365
+ },
1366
+ {
1367
+ "text":"Garden State was barely at a festival that takes place in Park City, Utah.",
1368
+ "label":0
1369
+ },
1370
+ {
1371
+ "text":"Efraim Diveroli died before being sentenced to federal prison.",
1372
+ "label":0
1373
+ },
1374
+ {
1375
+ "text":"The English Wikipedia is the English-language edition of a movie.",
1376
+ "label":0
1377
+ },
1378
+ {
1379
+ "text":"See You on the Other Side is a book.",
1380
+ "label":0
1381
+ },
1382
+ {
1383
+ "text":"The Adventures of Pluto Nash was produced by Ron Underwood.",
1384
+ "label":0
1385
+ },
1386
+ {
1387
+ "text":"The Washington Monument is made of marble, granite, and soapstone.",
1388
+ "label":0
1389
+ },
1390
+ {
1391
+ "text":"Selena Gomez & the Scene's debut album is anything but Kiss & Tell.",
1392
+ "label":0
1393
+ },
1394
+ {
1395
+ "text":"Justin Chatwin is not an actor.",
1396
+ "label":0
1397
+ },
1398
+ {
1399
+ "text":"Buffy the Vampire Slayer is exclusively a Japanese television series.",
1400
+ "label":0
1401
+ },
1402
+ {
1403
+ "text":"The Blue Dog Coalition came into existence in the year 2023.",
1404
+ "label":0
1405
+ },
1406
+ {
1407
+ "text":"Invasion literature had little impact on popular perceptions in Britain.",
1408
+ "label":0
1409
+ },
1410
+ {
1411
+ "text":"In America, Warcraft was released by Columbia.",
1412
+ "label":0
1413
+ },
1414
+ {
1415
+ "text":"Temple Grandin stars Claire Danes as a stormtrooper.",
1416
+ "label":0
1417
+ },
1418
+ {
1419
+ "text":"Mud features Sandra Bullock.",
1420
+ "label":0
1421
+ },
1422
+ {
1423
+ "text":"The Hunger Games are not a film trilogy.",
1424
+ "label":0
1425
+ },
1426
+ {
1427
+ "text":"Westworld (TV series)'s first season has one episode.",
1428
+ "label":0
1429
+ },
1430
+ {
1431
+ "text":"Hezbollah received zero support from Iran.",
1432
+ "label":0
1433
+ },
1434
+ {
1435
+ "text":"Carol Danvers is a fictional setting.",
1436
+ "label":0
1437
+ },
1438
+ {
1439
+ "text":"Advertising is rarely a visual form of marketing communication.",
1440
+ "label":0
1441
+ },
1442
+ {
1443
+ "text":"Bea Arthur was renamed Bernice Frankel.",
1444
+ "label":0
1445
+ },
1446
+ {
1447
+ "text":"Practical Magic is a 1998 event.",
1448
+ "label":0
1449
+ },
1450
+ {
1451
+ "text":"Fist of Legend is a direct sequel to Fist of Fury.",
1452
+ "label":0
1453
+ },
1454
+ {
1455
+ "text":"The Cincinnati Kid is a TV show.",
1456
+ "label":0
1457
+ },
1458
+ {
1459
+ "text":"Eric Bana has stayed away from acting completely.",
1460
+ "label":0
1461
+ },
1462
+ {
1463
+ "text":"Northwestern University is a public university.",
1464
+ "label":0
1465
+ },
1466
+ {
1467
+ "text":"Anushka Sharma never won a Filmfare Award.",
1468
+ "label":0
1469
+ },
1470
+ {
1471
+ "text":"Gordan Ramsay has not had apprentices.",
1472
+ "label":0
1473
+ },
1474
+ {
1475
+ "text":"Ang Lee doesn't know how to write.",
1476
+ "label":0
1477
+ },
1478
+ {
1479
+ "text":"Vatican City has yet to be established.",
1480
+ "label":0
1481
+ },
1482
+ {
1483
+ "text":"The Adventures of Pluto Nash stars an actor that died in 1961.",
1484
+ "label":0
1485
+ },
1486
+ {
1487
+ "text":"Peking University was founded in the eighteenth century.",
1488
+ "label":0
1489
+ },
1490
+ {
1491
+ "text":"Life applies only to physical entities without signaling.",
1492
+ "label":0
1493
+ },
1494
+ {
1495
+ "text":"Martin Van Buren was exclusively unelected.",
1496
+ "label":0
1497
+ },
1498
+ {
1499
+ "text":"Fabian Nicieza is solely Japanese.",
1500
+ "label":0
1501
+ },
1502
+ {
1503
+ "text":"Goosebumps (film) is written by William Goldman.",
1504
+ "label":0
1505
+ },
1506
+ {
1507
+ "text":"The Millers has no cancellation announcements.",
1508
+ "label":0
1509
+ },
1510
+ {
1511
+ "text":"Aaron Burr's final year of vice presidency was 1804.",
1512
+ "label":0
1513
+ },
1514
+ {
1515
+ "text":"Raven-Symon\u00e9 turned down any appearances in Empire.",
1516
+ "label":0
1517
+ },
1518
+ {
1519
+ "text":"Moonlight never premiered at the Telluride Film Festival.",
1520
+ "label":0
1521
+ },
1522
+ {
1523
+ "text":"Trevor Griffiths was born in Boston, Massachusetts.",
1524
+ "label":0
1525
+ },
1526
+ {
1527
+ "text":"The Catcher in the Rye is not a novel.",
1528
+ "label":0
1529
+ },
1530
+ {
1531
+ "text":"Vampire Academy was a financial failure grossing only $14 million.",
1532
+ "label":0
1533
+ },
1534
+ {
1535
+ "text":"Wish Upon did not star Ryan Phillipe.",
1536
+ "label":0
1537
+ },
1538
+ {
1539
+ "text":"Two and a Half Men originally aired on CBS in 1999.",
1540
+ "label":0
1541
+ },
1542
+ {
1543
+ "text":"Down With Love is only a horror movie.",
1544
+ "label":0
1545
+ },
1546
+ {
1547
+ "text":"DodgeBall: A True Underdog Story is a 2003 Canadian film.",
1548
+ "label":0
1549
+ },
1550
+ {
1551
+ "text":"Moonlight's filming did not begin in 2015.",
1552
+ "label":0
1553
+ },
1554
+ {
1555
+ "text":"Jens Stoltenberg was the first Prime Minister of Norway from 2005 to 2013.",
1556
+ "label":0
1557
+ },
1558
+ {
1559
+ "text":"Pulmonary embolism is indicated by slow breathing.",
1560
+ "label":0
1561
+ },
1562
+ {
1563
+ "text":"Billboard Dad is a horror film.",
1564
+ "label":0
1565
+ },
1566
+ {
1567
+ "text":"Highway to Heaven is something other than a drama series.",
1568
+ "label":0
1569
+ },
1570
+ {
1571
+ "text":"The latest ceremony of the Logie Awards was at an American casino.",
1572
+ "label":0
1573
+ },
1574
+ {
1575
+ "text":"Ding Yanyuhang was born in May of 1993.",
1576
+ "label":0
1577
+ },
1578
+ {
1579
+ "text":"Therasia is in the volcanic island group of Visayas.",
1580
+ "label":0
1581
+ },
1582
+ {
1583
+ "text":"Marnie was created in 2014.",
1584
+ "label":0
1585
+ },
1586
+ {
1587
+ "text":"Mount Rushmore was completed by 1300 AD.",
1588
+ "label":0
1589
+ },
1590
+ {
1591
+ "text":"Trevor Griffiths is a German dramatist.",
1592
+ "label":0
1593
+ },
1594
+ {
1595
+ "text":"The Endless River is an album by Danny Devito.",
1596
+ "label":0
1597
+ },
1598
+ {
1599
+ "text":"Telephone consists of only verse-refrain.",
1600
+ "label":0
1601
+ },
1602
+ {
1603
+ "text":"Jefferson Davis grew up in England.",
1604
+ "label":0
1605
+ },
1606
+ {
1607
+ "text":"Anne Rice was born in New Orleans in the 70's.",
1608
+ "label":0
1609
+ },
1610
+ {
1611
+ "text":"Uranium is a country.",
1612
+ "label":0
1613
+ },
1614
+ {
1615
+ "text":"Bongwater was based on a 1998 book.",
1616
+ "label":0
1617
+ },
1618
+ {
1619
+ "text":"The last windstorm in Stanley Park was in 2016.",
1620
+ "label":0
1621
+ },
1622
+ {
1623
+ "text":"Superhuman abilities may result from dog enhancement by genetic modification.",
1624
+ "label":0
1625
+ },
1626
+ {
1627
+ "text":"The Monster is a restaurant by Eminem.",
1628
+ "label":0
1629
+ },
1630
+ {
1631
+ "text":"Happiness in Slavery is only an album.",
1632
+ "label":0
1633
+ },
1634
+ {
1635
+ "text":"Matteo Renzi was conceived on January 11th, 1975.",
1636
+ "label":0
1637
+ },
1638
+ {
1639
+ "text":"Jackpot was released in 2000.",
1640
+ "label":0
1641
+ },
1642
+ {
1643
+ "text":"PBS is exclusively a film distributor.",
1644
+ "label":0
1645
+ },
1646
+ {
1647
+ "text":"Fortunes of War only had one actor in it and that was Emma Thompson.",
1648
+ "label":0
1649
+ },
1650
+ {
1651
+ "text":"John DiMaggio refused to work on any shows from Cartoon Network.",
1652
+ "label":0
1653
+ },
1654
+ {
1655
+ "text":"The Love Club EP is an album.",
1656
+ "label":0
1657
+ },
1658
+ {
1659
+ "text":"The Office (US) is about science.",
1660
+ "label":0
1661
+ },
1662
+ {
1663
+ "text":"The 66th Primetime Emmy Awards was hosted by James Corden.",
1664
+ "label":0
1665
+ },
1666
+ {
1667
+ "text":"Sidse Babett Knudsen is a conductor.",
1668
+ "label":0
1669
+ },
1670
+ {
1671
+ "text":"Mellila is a city in the country of Spain.",
1672
+ "label":0
1673
+ },
1674
+ {
1675
+ "text":"Jiang Wen is a Chinese cuisine.",
1676
+ "label":0
1677
+ },
1678
+ {
1679
+ "text":"Fabian Nicieza was born December 3, 1967.",
1680
+ "label":0
1681
+ },
1682
+ {
1683
+ "text":"Tiber Oil Field is located in the Keathley Canyon block 102 of the Mexican sector of the Gulf of Mexico.",
1684
+ "label":0
1685
+ },
1686
+ {
1687
+ "text":"The Dodo has only been depicted with red plumage.",
1688
+ "label":0
1689
+ },
1690
+ {
1691
+ "text":"Larry Wilmore is only a singer.",
1692
+ "label":0
1693
+ },
1694
+ {
1695
+ "text":"Nero is a person.",
1696
+ "label":0
1697
+ },
1698
+ {
1699
+ "text":"Kojol received the third highest civilian honour of the country.",
1700
+ "label":0
1701
+ },
1702
+ {
1703
+ "text":"Bala has no experience directing.",
1704
+ "label":0
1705
+ },
1706
+ {
1707
+ "text":"Jack Falahee was born in 1999.",
1708
+ "label":0
1709
+ },
1710
+ {
1711
+ "text":"Scotty Moore was born on December 17, 1931.",
1712
+ "label":0
1713
+ },
1714
+ {
1715
+ "text":"A View to a Kill is the eighth James Bond film directed by John Glen.",
1716
+ "label":0
1717
+ },
1718
+ {
1719
+ "text":"Touch My Body was on an album that was scrapped.",
1720
+ "label":0
1721
+ },
1722
+ {
1723
+ "text":"Gaius Julius Caesar was only the mother of Gaius Julius Caesar.",
1724
+ "label":0
1725
+ },
1726
+ {
1727
+ "text":"Dev Patel did not star in The Last Airbender.",
1728
+ "label":0
1729
+ },
1730
+ {
1731
+ "text":"Soul Food is a jaguar.",
1732
+ "label":0
1733
+ },
1734
+ {
1735
+ "text":"Ashley Graham is not a plus-size model.",
1736
+ "label":0
1737
+ },
1738
+ {
1739
+ "text":"Psych (season 2) ended on July 13th, 2006.",
1740
+ "label":0
1741
+ },
1742
+ {
1743
+ "text":"Dreamer (2005 film) was written by Michael Bay only.",
1744
+ "label":0
1745
+ },
1746
+ {
1747
+ "text":"Kenneth Lonergan died on October 16, 1962.",
1748
+ "label":0
1749
+ },
1750
+ {
1751
+ "text":"French Indochina was a grouping of British colonial territories.",
1752
+ "label":0
1753
+ },
1754
+ {
1755
+ "text":"Bad Romance is an LP.",
1756
+ "label":0
1757
+ },
1758
+ {
1759
+ "text":"Designated Survivor (TV series) is a movie.",
1760
+ "label":0
1761
+ },
1762
+ {
1763
+ "text":"Touchscreens are only used in computers.",
1764
+ "label":0
1765
+ },
1766
+ {
1767
+ "text":"Tiber Oil Field was discovered in September 2002.",
1768
+ "label":0
1769
+ },
1770
+ {
1771
+ "text":"Ricardo Montalb\u00e1n was a singer.",
1772
+ "label":0
1773
+ },
1774
+ {
1775
+ "text":"The Fame was released in February 2016.",
1776
+ "label":0
1777
+ },
1778
+ {
1779
+ "text":"Matthew Vaughn was renamed Matthew Allard Robert Vaughn.",
1780
+ "label":0
1781
+ },
1782
+ {
1783
+ "text":"The 2003 NCAA Division I Men's basketball Tournament involved only one school.",
1784
+ "label":0
1785
+ },
1786
+ {
1787
+ "text":"Toy Story 2 is a live action film.",
1788
+ "label":0
1789
+ },
1790
+ {
1791
+ "text":"Ghost is a Canadian film.",
1792
+ "label":0
1793
+ },
1794
+ {
1795
+ "text":"Jeong Hyeong-don was born in 1938.",
1796
+ "label":0
1797
+ },
1798
+ {
1799
+ "text":"Psych's protagonist is not played by an American actor.",
1800
+ "label":0
1801
+ },
1802
+ {
1803
+ "text":"Mercedes-Benz is not an automobile manufacturer.",
1804
+ "label":0
1805
+ },
1806
+ {
1807
+ "text":"How to Train Your Dragon 2 used old animation software.",
1808
+ "label":0
1809
+ },
1810
+ {
1811
+ "text":"Ayananka Bose works on books.",
1812
+ "label":0
1813
+ },
1814
+ {
1815
+ "text":"Aleister Crowley was born on Mars.",
1816
+ "label":0
1817
+ },
1818
+ {
1819
+ "text":"Homer Hickman was incapable of writing anything for the Josh Thurlow novels.",
1820
+ "label":0
1821
+ },
1822
+ {
1823
+ "text":"Aaron Burr's final year of vice presidency was 1901.",
1824
+ "label":0
1825
+ },
1826
+ {
1827
+ "text":"The Beverly Hillbillies had only one season.",
1828
+ "label":0
1829
+ },
1830
+ {
1831
+ "text":"Pharrell Williams is a drummer.",
1832
+ "label":0
1833
+ },
1834
+ {
1835
+ "text":"Harris Jayaraj was born in February of 1975.",
1836
+ "label":0
1837
+ },
1838
+ {
1839
+ "text":"Boxing Helena debuted at Cannes.",
1840
+ "label":0
1841
+ },
1842
+ {
1843
+ "text":"Keith Stanfield is a Gemini.",
1844
+ "label":0
1845
+ },
1846
+ {
1847
+ "text":"A monk only lives alone.",
1848
+ "label":0
1849
+ },
1850
+ {
1851
+ "text":"Easy A is directed by Bert V. Royal.",
1852
+ "label":0
1853
+ },
1854
+ {
1855
+ "text":"Shadowhunters premiered in July 2016.",
1856
+ "label":0
1857
+ },
1858
+ {
1859
+ "text":"Craig David has been nominated for several Grammy Awards.",
1860
+ "label":0
1861
+ },
1862
+ {
1863
+ "text":"Dave Gibbons has always been unable to make art.",
1864
+ "label":0
1865
+ },
1866
+ {
1867
+ "text":"Moscovium was discovered in tin mines in the 18th century.",
1868
+ "label":0
1869
+ },
1870
+ {
1871
+ "text":"Youtube is not a website.",
1872
+ "label":0
1873
+ },
1874
+ {
1875
+ "text":"Ernest Medina was uninvolved in a Vietnam War mass killing.",
1876
+ "label":0
1877
+ },
1878
+ {
1879
+ "text":"Louis Malle produced only Chinese language films.",
1880
+ "label":0
1881
+ },
1882
+ {
1883
+ "text":"The 2003 Africa Cup of Nations was the first held in an odd-numbered year.",
1884
+ "label":0
1885
+ },
1886
+ {
1887
+ "text":"Same Old Love is by Demi Lovato.",
1888
+ "label":0
1889
+ },
1890
+ {
1891
+ "text":"Rage Against the Machine is a game.",
1892
+ "label":0
1893
+ },
1894
+ {
1895
+ "text":"There are zero Polynesian languages.",
1896
+ "label":0
1897
+ },
1898
+ {
1899
+ "text":"Weill Cornell Medicine is a biomedical textbook.",
1900
+ "label":0
1901
+ },
1902
+ {
1903
+ "text":"The horse was not called a Eohippus when it had multiple toes.",
1904
+ "label":0
1905
+ },
1906
+ {
1907
+ "text":"Amancio Ortega was born on October 28th, 1936.",
1908
+ "label":0
1909
+ },
1910
+ {
1911
+ "text":"Bea Arthur hated animals.",
1912
+ "label":0
1913
+ },
1914
+ {
1915
+ "text":"Camp Flog Gnaw is a convention.",
1916
+ "label":0
1917
+ },
1918
+ {
1919
+ "text":"Gordan Ramsay's earnings was reported only on a Canadian business magazine in 2015.",
1920
+ "label":0
1921
+ },
1922
+ {
1923
+ "text":"Foot Locker is a exclusively Vietnamese retailer.",
1924
+ "label":0
1925
+ },
1926
+ {
1927
+ "text":"The IPhone 4 is only a computer.",
1928
+ "label":0
1929
+ },
1930
+ {
1931
+ "text":"The Hunger Games film series had Francis Lawrence direct three films in the late 2000s.",
1932
+ "label":0
1933
+ },
1934
+ {
1935
+ "text":"Shannon Lee was born in 1234.",
1936
+ "label":0
1937
+ },
1938
+ {
1939
+ "text":"Balibo (film) is a song.",
1940
+ "label":0
1941
+ },
1942
+ {
1943
+ "text":"1975 was the year when Balibo (film) started.",
1944
+ "label":0
1945
+ },
1946
+ {
1947
+ "text":"John Perry Barlow is still a member of the Grateful Dead.",
1948
+ "label":0
1949
+ },
1950
+ {
1951
+ "text":"Robert Palmer (writer) isn't a journalist.",
1952
+ "label":0
1953
+ },
1954
+ {
1955
+ "text":"Eric Church was born May 3, 1975.",
1956
+ "label":0
1957
+ },
1958
+ {
1959
+ "text":"The Hurt Locker is a comedy solely focusing on the excellent adventures of Bill and Ted.",
1960
+ "label":0
1961
+ },
1962
+ {
1963
+ "text":"Brown University's main campus is located in the second most populous city in Rhode Island.",
1964
+ "label":0
1965
+ },
1966
+ {
1967
+ "text":"Knocked Up was only released on May 1, 2007.",
1968
+ "label":0
1969
+ },
1970
+ {
1971
+ "text":"B. R. Ambedkar spent his whole life in Portugal.",
1972
+ "label":0
1973
+ },
1974
+ {
1975
+ "text":"Buffy the Vampire Slayer is an Australian television series.",
1976
+ "label":0
1977
+ },
1978
+ {
1979
+ "text":"Dreamer (2005 film) was directed by Michael Bay only.",
1980
+ "label":0
1981
+ },
1982
+ {
1983
+ "text":"There are no musical or creative works in existence that have been created by Phillip Glass.",
1984
+ "label":0
1985
+ },
1986
+ {
1987
+ "text":"Gory Guerrero was incapable of wrestling since birth.",
1988
+ "label":0
1989
+ },
1990
+ {
1991
+ "text":"The Office (US) debuted on ABC only.",
1992
+ "label":0
1993
+ },
1994
+ {
1995
+ "text":"Jamie Murray is not a three-time Grand Slam doubles winner.",
1996
+ "label":0
1997
+ },
1998
+ {
1999
+ "text":"The Wonder Years was a boardgame.",
2000
+ "label":0
2001
+ },
2002
+ {
2003
+ "text":"Samwell Tarly appears in the series of A Song of Ice and Fire.",
2004
+ "label":1
2005
+ },
2006
+ {
2007
+ "text":"Easy A is an American teen comedy film.",
2008
+ "label":1
2009
+ },
2010
+ {
2011
+ "text":"Phillip Glass has written musical theatre works.",
2012
+ "label":1
2013
+ },
2014
+ {
2015
+ "text":"The Quran is a text central to a religion's belief system.",
2016
+ "label":1
2017
+ },
2018
+ {
2019
+ "text":"Al Jardine sang lead vocals on a song written by a songwriter.",
2020
+ "label":1
2021
+ },
2022
+ {
2023
+ "text":"In 1997 and 1998 Oscar de la Hoya was The Ring magazine's top-rated fighter in the world.",
2024
+ "label":1
2025
+ },
2026
+ {
2027
+ "text":"Aparshakti Khurana works in Bollywood.",
2028
+ "label":1
2029
+ },
2030
+ {
2031
+ "text":"Boylston station had service from Tremont Street Subway.",
2032
+ "label":1
2033
+ },
2034
+ {
2035
+ "text":"Salman Rushdie wrote a novel published in the eighties.",
2036
+ "label":1
2037
+ },
2038
+ {
2039
+ "text":"Eva Green had a career in film.",
2040
+ "label":1
2041
+ },
2042
+ {
2043
+ "text":"Daredevil is based on the character of the same name.",
2044
+ "label":1
2045
+ },
2046
+ {
2047
+ "text":"A brief civil war was put down by Otto I, Holy Roman Emperor.",
2048
+ "label":1
2049
+ },
2050
+ {
2051
+ "text":"The Fly was released in 1986.",
2052
+ "label":1
2053
+ },
2054
+ {
2055
+ "text":"Resident Evil is loosely based on a survival horror video game series.",
2056
+ "label":1
2057
+ },
2058
+ {
2059
+ "text":"Mike Huckabee is a Southern Baptist.",
2060
+ "label":1
2061
+ },
2062
+ {
2063
+ "text":"1979 was the year when Rob Sheridan was born.",
2064
+ "label":1
2065
+ },
2066
+ {
2067
+ "text":"Happiness in Slavery is a song by an industrial rock band.",
2068
+ "label":1
2069
+ },
2070
+ {
2071
+ "text":"Norman Bates is a fictional character.",
2072
+ "label":1
2073
+ },
2074
+ {
2075
+ "text":"Telephone consists of an expanded musical element.",
2076
+ "label":1
2077
+ },
2078
+ {
2079
+ "text":"The Times switched to a compact format in response to commuter complaints.",
2080
+ "label":1
2081
+ },
2082
+ {
2083
+ "text":"Kerplunk was released through a record label.",
2084
+ "label":1
2085
+ },
2086
+ {
2087
+ "text":"Mickey Rourke appeared in a 2011 film.",
2088
+ "label":1
2089
+ },
2090
+ {
2091
+ "text":"Lockhead Martin F-35 Lightning II was an expensive aircraft.",
2092
+ "label":1
2093
+ },
2094
+ {
2095
+ "text":"AMGTV has sports television programming.",
2096
+ "label":1
2097
+ },
2098
+ {
2099
+ "text":"The Maze Runner is a narrative in a visual medium.",
2100
+ "label":1
2101
+ },
2102
+ {
2103
+ "text":"Babur was born in 1483.",
2104
+ "label":1
2105
+ },
2106
+ {
2107
+ "text":"Ricardo Montalb\u00e1n was Mexican.",
2108
+ "label":1
2109
+ },
2110
+ {
2111
+ "text":"A Good Day to Die Hard was written by Skip Woods.",
2112
+ "label":1
2113
+ },
2114
+ {
2115
+ "text":"See You on the Other Side was put out by Korn.",
2116
+ "label":1
2117
+ },
2118
+ {
2119
+ "text":"Dark matter is a theoretical kind of matter.",
2120
+ "label":1
2121
+ },
2122
+ {
2123
+ "text":"House of Balloons is by an award-winning Canadian singer.",
2124
+ "label":1
2125
+ },
2126
+ {
2127
+ "text":"Touchscreens are used in tablet gaming computers.",
2128
+ "label":1
2129
+ },
2130
+ {
2131
+ "text":"The Wallace mentions events that never happened.",
2132
+ "label":1
2133
+ },
2134
+ {
2135
+ "text":"Ed Gein had exhumed corpses.",
2136
+ "label":1
2137
+ },
2138
+ {
2139
+ "text":"Down with Love is a comedy.",
2140
+ "label":1
2141
+ },
2142
+ {
2143
+ "text":"Viola Davis has played supporting and minor roles in films and television series in the 1990s.",
2144
+ "label":1
2145
+ },
2146
+ {
2147
+ "text":"Skopje was a city.",
2148
+ "label":1
2149
+ },
2150
+ {
2151
+ "text":"Corsica contains a city.",
2152
+ "label":1
2153
+ },
2154
+ {
2155
+ "text":"Michaela Watkins full name is Michaela Suzanne Watkins.",
2156
+ "label":1
2157
+ },
2158
+ {
2159
+ "text":"No Country for Old Men was chosen as the highest acclaimed of 2007 by the National Board of Review.",
2160
+ "label":1
2161
+ },
2162
+ {
2163
+ "text":"Padua is a location.",
2164
+ "label":1
2165
+ },
2166
+ {
2167
+ "text":"The Pelican Brief is based on a novel by an American writer.",
2168
+ "label":1
2169
+ },
2170
+ {
2171
+ "text":"Thomas Jefferson worked with James Madison.",
2172
+ "label":1
2173
+ },
2174
+ {
2175
+ "text":"Don Hall is an employee of Walt Disney Animation Studios.",
2176
+ "label":1
2177
+ },
2178
+ {
2179
+ "text":"There is a studio album called Girl.",
2180
+ "label":1
2181
+ },
2182
+ {
2183
+ "text":"David Packouz is a musician.",
2184
+ "label":1
2185
+ },
2186
+ {
2187
+ "text":"A song by Chaka Khan was released in the 20th century.",
2188
+ "label":1
2189
+ },
2190
+ {
2191
+ "text":"Issa Rae appears in Awkward Black Girl.",
2192
+ "label":1
2193
+ },
2194
+ {
2195
+ "text":"The Dark Tower was released in 2017.",
2196
+ "label":1
2197
+ },
2198
+ {
2199
+ "text":"Simon Pegg is English.",
2200
+ "label":1
2201
+ },
2202
+ {
2203
+ "text":"The Saturn Award for Best Fantasy Film is a film award.",
2204
+ "label":1
2205
+ },
2206
+ {
2207
+ "text":"Caleb McLaughlin was born on the day 13th.",
2208
+ "label":1
2209
+ },
2210
+ {
2211
+ "text":"John Cook led the development of Team Fortress 2.",
2212
+ "label":1
2213
+ },
2214
+ {
2215
+ "text":"The Catcher in the Rye deals with issues.",
2216
+ "label":1
2217
+ },
2218
+ {
2219
+ "text":"The Republic of Macedonia is a country.",
2220
+ "label":1
2221
+ },
2222
+ {
2223
+ "text":"Yemen does not have an area of 203,850 square miles.",
2224
+ "label":1
2225
+ },
2226
+ {
2227
+ "text":"One novel is the basis for The Hunchback of Notre Dame.",
2228
+ "label":1
2229
+ },
2230
+ {
2231
+ "text":"Kendall Jenner is a model.",
2232
+ "label":1
2233
+ },
2234
+ {
2235
+ "text":"NRG Recording Studios is located in California.",
2236
+ "label":1
2237
+ },
2238
+ {
2239
+ "text":"A. P. J. Abdul Kalam was supported by an Indian political party.",
2240
+ "label":1
2241
+ },
2242
+ {
2243
+ "text":"Ashton Kutcher acted in 2005.",
2244
+ "label":1
2245
+ },
2246
+ {
2247
+ "text":"Warner Bros. released Avenged Sevenfold.",
2248
+ "label":1
2249
+ },
2250
+ {
2251
+ "text":"Meteora is the sophomore album of Linkin Park.",
2252
+ "label":1
2253
+ },
2254
+ {
2255
+ "text":"Watertown, Massachusetts is a city.",
2256
+ "label":1
2257
+ },
2258
+ {
2259
+ "text":"Honeymoon is Lana Del Rey's album.",
2260
+ "label":1
2261
+ },
2262
+ {
2263
+ "text":"Colin Kaepernick is a person.",
2264
+ "label":1
2265
+ },
2266
+ {
2267
+ "text":"Victoria (Dance Exponents song) was a single released in 1982.",
2268
+ "label":1
2269
+ },
2270
+ {
2271
+ "text":"The Battle of the Trebia took place in the province of Piacenza.",
2272
+ "label":1
2273
+ },
2274
+ {
2275
+ "text":"Amy Winehouse died of alcohol poisoning at age 27.",
2276
+ "label":1
2277
+ },
2278
+ {
2279
+ "text":"John Deighton worked a Californian gold claim.",
2280
+ "label":1
2281
+ },
2282
+ {
2283
+ "text":"Tilda Swinton was born in 1960.",
2284
+ "label":1
2285
+ },
2286
+ {
2287
+ "text":"The Winds of Winter is an epic fantasy novel.",
2288
+ "label":1
2289
+ },
2290
+ {
2291
+ "text":"Anne Sullivan was a teacher.",
2292
+ "label":1
2293
+ },
2294
+ {
2295
+ "text":"Terry Crews was a football player.",
2296
+ "label":1
2297
+ },
2298
+ {
2299
+ "text":"Super Bowl XLV was played on February 6, 2011.",
2300
+ "label":1
2301
+ },
2302
+ {
2303
+ "text":"The United Nations Charter was drafted in 1945.",
2304
+ "label":1
2305
+ },
2306
+ {
2307
+ "text":"53 879 people counted as Romani people in the town call Aroni in Republic of Macedonia.",
2308
+ "label":1
2309
+ },
2310
+ {
2311
+ "text":"The Brat Pack is a type of name given to a group.",
2312
+ "label":1
2313
+ },
2314
+ {
2315
+ "text":"The Mighty Ducks was produced by a subsidiary of Walt Disney Studios.",
2316
+ "label":1
2317
+ },
2318
+ {
2319
+ "text":"John Frusciante is a musician.",
2320
+ "label":1
2321
+ },
2322
+ {
2323
+ "text":"Amyotrophic lateral sclerosis can be inherited.",
2324
+ "label":1
2325
+ },
2326
+ {
2327
+ "text":"EA Black Box was based in a country.",
2328
+ "label":1
2329
+ },
2330
+ {
2331
+ "text":"Kodokan judo was a primary influence upon Brazilian jiu-jitsu.",
2332
+ "label":1
2333
+ },
2334
+ {
2335
+ "text":"Sonny Bono, whose full name is Salvatore Phillip Bono, was born on February 16, 1935.",
2336
+ "label":1
2337
+ },
2338
+ {
2339
+ "text":"New Orleans is the birthplace of Anne Rice.",
2340
+ "label":1
2341
+ },
2342
+ {
2343
+ "text":"Sexual slavery is just one reason for human trafficking, as is forced labor.",
2344
+ "label":1
2345
+ },
2346
+ {
2347
+ "text":"Five closely spaced stations was originally served by the Tremont Street Subway.",
2348
+ "label":1
2349
+ },
2350
+ {
2351
+ "text":"The Saturn Award for Best Fantasy Film is presented by the Academy of Science Fiction, Fantasy & Horror Films.",
2352
+ "label":1
2353
+ },
2354
+ {
2355
+ "text":"A rapper was featured on a crossover hit by Chaka Khan.",
2356
+ "label":1
2357
+ },
2358
+ {
2359
+ "text":"The EP Broken contains Happiness in Slavery.",
2360
+ "label":1
2361
+ },
2362
+ {
2363
+ "text":"Raees (film) stars an Indian actor.",
2364
+ "label":1
2365
+ },
2366
+ {
2367
+ "text":"Rage Against the Machine broke up.",
2368
+ "label":1
2369
+ },
2370
+ {
2371
+ "text":"Alice Cooper's full name is Vincent Damon Furnier.",
2372
+ "label":1
2373
+ },
2374
+ {
2375
+ "text":"Appropriation (art) played a significant role in performing arts.",
2376
+ "label":1
2377
+ },
2378
+ {
2379
+ "text":"Saw II sold over 3 million units.",
2380
+ "label":1
2381
+ },
2382
+ {
2383
+ "text":"Ed Wood is not about the eponymous filmmaker.",
2384
+ "label":1
2385
+ },
2386
+ {
2387
+ "text":"Lee Daniels directed a film.",
2388
+ "label":1
2389
+ },
2390
+ {
2391
+ "text":"Castlevania was released by Konami.",
2392
+ "label":1
2393
+ },
2394
+ {
2395
+ "text":"Chumlee is the stage name of Austin Lee Russell.",
2396
+ "label":1
2397
+ },
2398
+ {
2399
+ "text":"Granular is granite.",
2400
+ "label":1
2401
+ },
2402
+ {
2403
+ "text":"Hollow Man has a direct-to-video sequel called Hollow Man 2.",
2404
+ "label":1
2405
+ },
2406
+ {
2407
+ "text":"EA Black Box was a picture game developer.",
2408
+ "label":1
2409
+ },
2410
+ {
2411
+ "text":"Ed Decter works in the film industry.",
2412
+ "label":1
2413
+ },
2414
+ {
2415
+ "text":"Dan Brown was born June 22, 1964.",
2416
+ "label":1
2417
+ },
2418
+ {
2419
+ "text":"Ted Cruz's has a middle name.",
2420
+ "label":1
2421
+ },
2422
+ {
2423
+ "text":"Nellie Bly influenced Lois Lane.",
2424
+ "label":1
2425
+ },
2426
+ {
2427
+ "text":"Aleister Crowley was a poet.",
2428
+ "label":1
2429
+ },
2430
+ {
2431
+ "text":"The Prague Castle is a location.",
2432
+ "label":1
2433
+ },
2434
+ {
2435
+ "text":"Joe Rogan appeared in Hardball.",
2436
+ "label":1
2437
+ },
2438
+ {
2439
+ "text":"The Little Prince (2015 film) is a film.",
2440
+ "label":1
2441
+ },
2442
+ {
2443
+ "text":"Michaela Watkins has a full name.",
2444
+ "label":1
2445
+ },
2446
+ {
2447
+ "text":"Kevin Bacon played a role in The Woodsman.",
2448
+ "label":1
2449
+ },
2450
+ {
2451
+ "text":"Trollhunters is computer-animated.",
2452
+ "label":1
2453
+ },
2454
+ {
2455
+ "text":"The ovary is an organ.",
2456
+ "label":1
2457
+ },
2458
+ {
2459
+ "text":"Emily is the name of the mother of Lorelai Gilmore.",
2460
+ "label":1
2461
+ },
2462
+ {
2463
+ "text":"Louis Malle worked in a French industry.",
2464
+ "label":1
2465
+ },
2466
+ {
2467
+ "text":"Woodrow Wilson lived.",
2468
+ "label":1
2469
+ },
2470
+ {
2471
+ "text":"One True Thing is a show that has a dramatic premise.",
2472
+ "label":1
2473
+ },
2474
+ {
2475
+ "text":"Fortunes of War caused the marriage of two actors, Kenneth Branagh and Emma Thompson.",
2476
+ "label":1
2477
+ },
2478
+ {
2479
+ "text":"Aestheticism has as subjects fine art, literature, and music.",
2480
+ "label":1
2481
+ },
2482
+ {
2483
+ "text":"Guns N' Roses is a Californian hard rock band.",
2484
+ "label":1
2485
+ },
2486
+ {
2487
+ "text":"Commodore is used in many navies.",
2488
+ "label":1
2489
+ },
2490
+ {
2491
+ "text":"One of the ABC Islands is Bonaire.",
2492
+ "label":1
2493
+ },
2494
+ {
2495
+ "text":"James VI and I was a monarch of England.",
2496
+ "label":1
2497
+ },
2498
+ {
2499
+ "text":"Gin derives its main flavour from juniper berries.",
2500
+ "label":1
2501
+ },
2502
+ {
2503
+ "text":"Gaius Julius Caesar was the father of a dictator.",
2504
+ "label":1
2505
+ },
2506
+ {
2507
+ "text":"Issa Rae created Awkward Black Girl.",
2508
+ "label":1
2509
+ },
2510
+ {
2511
+ "text":"Anneliese van der Pol had an early career.",
2512
+ "label":1
2513
+ },
2514
+ {
2515
+ "text":"The second-largest planet in the Solar System is Saturn.",
2516
+ "label":1
2517
+ },
2518
+ {
2519
+ "text":"Sandra Bullock was an executive producer of George Lopez.",
2520
+ "label":1
2521
+ },
2522
+ {
2523
+ "text":"No Way Out is by Puff Daddy and credits \"The Family\".",
2524
+ "label":1
2525
+ },
2526
+ {
2527
+ "text":"Eurotas (river) is one of the rivers of Greece.",
2528
+ "label":1
2529
+ },
2530
+ {
2531
+ "text":"DodgeBall: A True Underdog Story is a 2004 American film.",
2532
+ "label":1
2533
+ },
2534
+ {
2535
+ "text":"Veeru Devgan is from India.",
2536
+ "label":1
2537
+ },
2538
+ {
2539
+ "text":"Ashley Graham was on a magazine cover in 2017.",
2540
+ "label":1
2541
+ },
2542
+ {
2543
+ "text":"NRG Recording Studios is a recording space.",
2544
+ "label":1
2545
+ },
2546
+ {
2547
+ "text":"Kim Jong-il is designated Eternal General Secretary after his death.",
2548
+ "label":1
2549
+ },
2550
+ {
2551
+ "text":"Fidel Castro transferred his responsibilities.",
2552
+ "label":1
2553
+ },
2554
+ {
2555
+ "text":"Hair (musical) received a Drama Desk Award for best revival of a musical.",
2556
+ "label":1
2557
+ },
2558
+ {
2559
+ "text":"Donna Noble travels with the Tenth Doctor.",
2560
+ "label":1
2561
+ },
2562
+ {
2563
+ "text":"Harvard University has a campus.",
2564
+ "label":1
2565
+ },
2566
+ {
2567
+ "text":"Blank Space is on a list in a country.",
2568
+ "label":1
2569
+ },
2570
+ {
2571
+ "text":"The horse was domesticated on a wide scale by 3000 BC.",
2572
+ "label":1
2573
+ },
2574
+ {
2575
+ "text":"Sheryl Lee appeared in an American romantic comedy-drama film.",
2576
+ "label":1
2577
+ },
2578
+ {
2579
+ "text":"Marco Polo traveled to medieval China.",
2580
+ "label":1
2581
+ },
2582
+ {
2583
+ "text":"Robert Singer (producer) directed at least one television show.",
2584
+ "label":1
2585
+ },
2586
+ {
2587
+ "text":"December was the month when Lockhead Martin F-35 Lightning II first flew.",
2588
+ "label":1
2589
+ },
2590
+ {
2591
+ "text":"Ernest Medina participated in a massacre.",
2592
+ "label":1
2593
+ },
2594
+ {
2595
+ "text":"Fringe aired in 2008.",
2596
+ "label":1
2597
+ },
2598
+ {
2599
+ "text":"Bongwater follows the story of a drug dealer.",
2600
+ "label":1
2601
+ },
2602
+ {
2603
+ "text":"Vedic Sanskrit is the language of texts compiled in the 2nd and 1st millennia BCE.",
2604
+ "label":1
2605
+ },
2606
+ {
2607
+ "text":"Sledgehammer was performed live.",
2608
+ "label":1
2609
+ },
2610
+ {
2611
+ "text":"Kajol is a civilian woman.",
2612
+ "label":1
2613
+ },
2614
+ {
2615
+ "text":"An Education was created by a journalist.",
2616
+ "label":1
2617
+ },
2618
+ {
2619
+ "text":"Colombiana was written by Luc Besson.",
2620
+ "label":1
2621
+ },
2622
+ {
2623
+ "text":"Rabies can spread through saliva.",
2624
+ "label":1
2625
+ },
2626
+ {
2627
+ "text":"Aeneas appeared in the Iliad by Homer.",
2628
+ "label":1
2629
+ },
2630
+ {
2631
+ "text":"Brubaker's director was Stuart Rosenberg.",
2632
+ "label":1
2633
+ },
2634
+ {
2635
+ "text":"The Catcher in the Rye is a written work.",
2636
+ "label":1
2637
+ },
2638
+ {
2639
+ "text":"Uranium uses the symbol U.",
2640
+ "label":1
2641
+ },
2642
+ {
2643
+ "text":"The Sterile Cuckoo was adapted from a novel written by John Nichols.",
2644
+ "label":1
2645
+ },
2646
+ {
2647
+ "text":"Prescott, Arizona is a place.",
2648
+ "label":1
2649
+ },
2650
+ {
2651
+ "text":"Foot Locker is a retailer.",
2652
+ "label":1
2653
+ },
2654
+ {
2655
+ "text":"Lee Daniels received a nomination for Best Director.",
2656
+ "label":1
2657
+ },
2658
+ {
2659
+ "text":"Tool has performed tours.",
2660
+ "label":1
2661
+ },
2662
+ {
2663
+ "text":"Rebel in the Rye was created by a screenwriter.",
2664
+ "label":1
2665
+ },
2666
+ {
2667
+ "text":"Lois Lane was influenced by real-life journalist Nellie Bly.",
2668
+ "label":1
2669
+ },
2670
+ {
2671
+ "text":"Guatemala was in a civil war from 1960 to 1996.",
2672
+ "label":1
2673
+ },
2674
+ {
2675
+ "text":"Solanum has horse nettles.",
2676
+ "label":1
2677
+ },
2678
+ {
2679
+ "text":"Diana, Princess of Wales divorced.",
2680
+ "label":1
2681
+ },
2682
+ {
2683
+ "text":"Life is inapplicable to some objects.",
2684
+ "label":1
2685
+ },
2686
+ {
2687
+ "text":"Despicable Me 2 was directed by someone.",
2688
+ "label":1
2689
+ },
2690
+ {
2691
+ "text":"Agent Raghav \u2013 Crime Branch was nominated for Best Weekend Show.",
2692
+ "label":1
2693
+ },
2694
+ {
2695
+ "text":"Sacre-Coeur, Paris is publicly dedicated to the Sacred Heart of Jesus and it is in France.",
2696
+ "label":1
2697
+ },
2698
+ {
2699
+ "text":"Janelle Mon\u00e1e is an American.",
2700
+ "label":1
2701
+ },
2702
+ {
2703
+ "text":"A Pet can give companionship to lonely elderly adults.",
2704
+ "label":1
2705
+ },
2706
+ {
2707
+ "text":"Southern Hospitality peaked at number 23 on the Top 40 in 2001.",
2708
+ "label":1
2709
+ },
2710
+ {
2711
+ "text":"Numb was part of a 2011 DLC for Rock Band 3.",
2712
+ "label":1
2713
+ },
2714
+ {
2715
+ "text":"Tenacious D was formed in California.",
2716
+ "label":1
2717
+ },
2718
+ {
2719
+ "text":"Hinduism engages in pilgrimage to sacred sites.",
2720
+ "label":1
2721
+ },
2722
+ {
2723
+ "text":"Christian Gottlob Neefe was a music conductor.",
2724
+ "label":1
2725
+ },
2726
+ {
2727
+ "text":"Margaret Thatcher was the most senior politician within the Conservative Party in the United Kingdom.",
2728
+ "label":1
2729
+ },
2730
+ {
2731
+ "text":"Tenacious D's release occurred before 2005.",
2732
+ "label":1
2733
+ },
2734
+ {
2735
+ "text":"Doug Petrie made a cameo in Dr. Horrible's Sing-Along Blog.",
2736
+ "label":1
2737
+ },
2738
+ {
2739
+ "text":"Melilla has an area of 12.3 km2 within Africa.",
2740
+ "label":1
2741
+ },
2742
+ {
2743
+ "text":"Terry Crews played on the San Diego Chargers.",
2744
+ "label":1
2745
+ },
2746
+ {
2747
+ "text":"In 1963, the Guthrie Theater's first building began operating.",
2748
+ "label":1
2749
+ },
2750
+ {
2751
+ "text":"Muscarinic acetylcholine receptors are known as cell receptors.",
2752
+ "label":1
2753
+ },
2754
+ {
2755
+ "text":"Manmohan Singh was re-elected after completing a full five-year term in 2009.",
2756
+ "label":1
2757
+ },
2758
+ {
2759
+ "text":"Guatemala endured a civil war.",
2760
+ "label":1
2761
+ },
2762
+ {
2763
+ "text":"A Pet helps those who live alone.",
2764
+ "label":1
2765
+ },
2766
+ {
2767
+ "text":"The Bahamas is an internationally recognized state that comprises a series of islands that form an archipelago.",
2768
+ "label":1
2769
+ },
2770
+ {
2771
+ "text":"The ability of organizations to connect to the internet is called Internet Access.",
2772
+ "label":1
2773
+ },
2774
+ {
2775
+ "text":"The Battle of France happened during World War II.",
2776
+ "label":1
2777
+ },
2778
+ {
2779
+ "text":"Randy Savage wears flamboyant clothing to wrestling matches.",
2780
+ "label":1
2781
+ },
2782
+ {
2783
+ "text":"Epistemology is the study of the rationality of belief.",
2784
+ "label":1
2785
+ },
2786
+ {
2787
+ "text":"B. R. Ambedkar was the recipient of an award.",
2788
+ "label":1
2789
+ },
2790
+ {
2791
+ "text":"Fortunes of War stars an actress.",
2792
+ "label":1
2793
+ },
2794
+ {
2795
+ "text":"Billie Joe Armstrong was born on February 17th, 1972.",
2796
+ "label":1
2797
+ },
2798
+ {
2799
+ "text":"2016 Tour de France was not won by Chris Froome.",
2800
+ "label":1
2801
+ },
2802
+ {
2803
+ "text":"Jimi Hendrix was trained as a paratrooper for air assault operations.",
2804
+ "label":1
2805
+ },
2806
+ {
2807
+ "text":"Amancio Ortega's last name is Gaona.",
2808
+ "label":1
2809
+ },
2810
+ {
2811
+ "text":"The Danish language is spoken in Sweden.",
2812
+ "label":1
2813
+ },
2814
+ {
2815
+ "text":"John Dolmayan is a person.",
2816
+ "label":1
2817
+ },
2818
+ {
2819
+ "text":"Benzodiazepine is a medication.",
2820
+ "label":1
2821
+ },
2822
+ {
2823
+ "text":"In 2013, Gal Gadot was ranked as a high earning actress\/model, the majority of her income coming from acting.",
2824
+ "label":1
2825
+ },
2826
+ {
2827
+ "text":"Richard Kuklinski led a double life.",
2828
+ "label":1
2829
+ },
2830
+ {
2831
+ "text":"The dress was online.",
2832
+ "label":1
2833
+ },
2834
+ {
2835
+ "text":"The New England Patriots are tied with the 49ers and Cowboys for the second most Super Bowl wins.",
2836
+ "label":1
2837
+ },
2838
+ {
2839
+ "text":"The Gifted was created by Matt Nix.",
2840
+ "label":1
2841
+ },
2842
+ {
2843
+ "text":"The Indian Institute of Management Bangalore offers an executive practice program.",
2844
+ "label":1
2845
+ },
2846
+ {
2847
+ "text":"There are 30 knockouts part of the career boxing record of Floyd Mayweather Jr.",
2848
+ "label":1
2849
+ },
2850
+ {
2851
+ "text":"The Indian Army is an armed force.",
2852
+ "label":1
2853
+ },
2854
+ {
2855
+ "text":"Jennifer Lopez made a single.",
2856
+ "label":1
2857
+ },
2858
+ {
2859
+ "text":"Clueless (film) was followed by books.",
2860
+ "label":1
2861
+ },
2862
+ {
2863
+ "text":"BSkyB was formed by Rupert Murdoch.",
2864
+ "label":1
2865
+ },
2866
+ {
2867
+ "text":"The Raven (2012 film) was released the United States in 2012.",
2868
+ "label":1
2869
+ },
2870
+ {
2871
+ "text":"Finding Dory was directed by Angus MacLane.",
2872
+ "label":1
2873
+ },
2874
+ {
2875
+ "text":"In the 1960s, Dub music was developed.",
2876
+ "label":1
2877
+ },
2878
+ {
2879
+ "text":"Beaverton, Oregon is a place.",
2880
+ "label":1
2881
+ },
2882
+ {
2883
+ "text":"Hannah and Her Sisters is an American comedy-drama from 1986.",
2884
+ "label":1
2885
+ },
2886
+ {
2887
+ "text":"Polar bears depend on the ocean as their main food source.",
2888
+ "label":1
2889
+ },
2890
+ {
2891
+ "text":"A player-coach may be a head coach.",
2892
+ "label":1
2893
+ },
2894
+ {
2895
+ "text":"Little Dorrit was published in France in the 1850s.",
2896
+ "label":1
2897
+ },
2898
+ {
2899
+ "text":"Kojol received nominations.",
2900
+ "label":1
2901
+ },
2902
+ {
2903
+ "text":"Watertown, Massachusetts is a city in Middlesex County.",
2904
+ "label":1
2905
+ },
2906
+ {
2907
+ "text":"The Last Song (film) was partly filmed on a pier.",
2908
+ "label":1
2909
+ },
2910
+ {
2911
+ "text":"Dilwale Dulhania Le Jayenge was shot in different locations.",
2912
+ "label":1
2913
+ },
2914
+ {
2915
+ "text":"The Hunger Games are set in a dystopian science fiction genre.",
2916
+ "label":1
2917
+ },
2918
+ {
2919
+ "text":"The Tenth Doctor appears in Journey's End.",
2920
+ "label":1
2921
+ },
2922
+ {
2923
+ "text":"Times Higher Education World University Rankings is a publication of university rankings by Times Higher Education (THE) magazine.",
2924
+ "label":1
2925
+ },
2926
+ {
2927
+ "text":"Tom Baker has narrated a type of book.",
2928
+ "label":1
2929
+ },
2930
+ {
2931
+ "text":"Ares is an Olympian.",
2932
+ "label":1
2933
+ },
2934
+ {
2935
+ "text":"The Visigoths gradually adopted the culture of their Hispano-Roman subjects.",
2936
+ "label":1
2937
+ },
2938
+ {
2939
+ "text":"Kareem Abdul-Jabbar plays basketball.",
2940
+ "label":1
2941
+ },
2942
+ {
2943
+ "text":"Sancho Panza is a Don Quixote character.",
2944
+ "label":1
2945
+ },
2946
+ {
2947
+ "text":"Yara Shahidi is American.",
2948
+ "label":1
2949
+ },
2950
+ {
2951
+ "text":"The cinematography of Far from the Madding Crowd was by an English cinematographer.",
2952
+ "label":1
2953
+ },
2954
+ {
2955
+ "text":"Samsung entered the shipbuilding industries in the mid-1970's.",
2956
+ "label":1
2957
+ },
2958
+ {
2959
+ "text":"Paul von Hindenburg was a military officer.",
2960
+ "label":1
2961
+ },
2962
+ {
2963
+ "text":"Kenny Chesney is a country music writer.",
2964
+ "label":1
2965
+ },
2966
+ {
2967
+ "text":"Reign Over Me was released in 2007.",
2968
+ "label":1
2969
+ },
2970
+ {
2971
+ "text":"The album Cher was created by Cher.",
2972
+ "label":1
2973
+ },
2974
+ {
2975
+ "text":"Slavery for the purpose of sex is a reason for human trafficking.",
2976
+ "label":1
2977
+ },
2978
+ {
2979
+ "text":"Jamie Lee Curtis starred in John Carpenter's Halloween.",
2980
+ "label":1
2981
+ },
2982
+ {
2983
+ "text":"Papua comprised all of a country.",
2984
+ "label":1
2985
+ },
2986
+ {
2987
+ "text":"Amy Adams stars in Trouble with the Curve.",
2988
+ "label":1
2989
+ },
2990
+ {
2991
+ "text":"Port of Spain is a capital city.",
2992
+ "label":1
2993
+ },
2994
+ {
2995
+ "text":"Exit the King is by Eugene Ionesco.",
2996
+ "label":1
2997
+ },
2998
+ {
2999
+ "text":"Marjorie Gross was a writer for a CBS television program.",
3000
+ "label":1
3001
+ },
3002
+ {
3003
+ "text":"Scandal plays rock music.",
3004
+ "label":1
3005
+ },
3006
+ {
3007
+ "text":"Ted Cruz is a politician and attorney.",
3008
+ "label":1
3009
+ },
3010
+ {
3011
+ "text":"The population of Barcelona is 1.6 million.",
3012
+ "label":1
3013
+ },
3014
+ {
3015
+ "text":"The New England Patriots are even with the 49ers and Cowboys for the second most Super Bowl wins.",
3016
+ "label":1
3017
+ },
3018
+ {
3019
+ "text":"Estelle Getty was a performer.",
3020
+ "label":1
3021
+ },
3022
+ {
3023
+ "text":"Fuller House (TV series) is in a genre.",
3024
+ "label":1
3025
+ },
3026
+ {
3027
+ "text":"Mutiny on the Bounty is a film.",
3028
+ "label":1
3029
+ },
3030
+ {
3031
+ "text":"July 1974 is the birthday of Jed Whedon.",
3032
+ "label":1
3033
+ },
3034
+ {
3035
+ "text":"Yugoslavia was in Southeast Europe.",
3036
+ "label":1
3037
+ },
3038
+ {
3039
+ "text":"The album One of the Boys contains I Kissed a Girl.",
3040
+ "label":1
3041
+ },
3042
+ {
3043
+ "text":"Fabian Nicieza was born in 1961.",
3044
+ "label":1
3045
+ },
3046
+ {
3047
+ "text":"Tom DeLonge formed a band with Mark Hoppus and Scott Raynor, who was a bassist and a drummer, respectively.",
3048
+ "label":1
3049
+ },
3050
+ {
3051
+ "text":"The soundtrack of Far from the Madding Crowd was by an English composer.",
3052
+ "label":1
3053
+ },
3054
+ {
3055
+ "text":"Macklemore is a hip hop artist.",
3056
+ "label":1
3057
+ },
3058
+ {
3059
+ "text":"Birmingham is a large town.",
3060
+ "label":1
3061
+ },
3062
+ {
3063
+ "text":"Raven-Symon\u00e9 performs in Empire.",
3064
+ "label":1
3065
+ },
3066
+ {
3067
+ "text":"Mike Friedrich is a comic book writer.",
3068
+ "label":1
3069
+ },
3070
+ {
3071
+ "text":"The basis for The Beguiled is a novel with a setting in the American South.",
3072
+ "label":1
3073
+ },
3074
+ {
3075
+ "text":"Pearl Jam sold many songs in the early 1990s.",
3076
+ "label":1
3077
+ },
3078
+ {
3079
+ "text":"Species distribution can be understood through factors like extinction.",
3080
+ "label":1
3081
+ },
3082
+ {
3083
+ "text":"Yara Shahidi is a person from America.",
3084
+ "label":1
3085
+ },
3086
+ {
3087
+ "text":"Richard Dawkins makes regular internet appearances.",
3088
+ "label":1
3089
+ },
3090
+ {
3091
+ "text":"Nawaz Sharif is the 20th Prime Minister of Pakistan.",
3092
+ "label":1
3093
+ },
3094
+ {
3095
+ "text":"Research is used to test the validity of instruments.",
3096
+ "label":1
3097
+ },
3098
+ {
3099
+ "text":"Amyotrophic lateral sclerosis is a disease that usually starts around the age of 60.",
3100
+ "label":1
3101
+ },
3102
+ {
3103
+ "text":"The New York Knicks compete in the Eastern Conference of the National Basketball Association.",
3104
+ "label":1
3105
+ },
3106
+ {
3107
+ "text":"Saturn is smaller than Jupiter.",
3108
+ "label":1
3109
+ },
3110
+ {
3111
+ "text":"Efraim Diveroli was sentenced to federal prison.",
3112
+ "label":1
3113
+ },
3114
+ {
3115
+ "text":"A Good Day to Die Hard is part of the Die Hard franchise.",
3116
+ "label":1
3117
+ },
3118
+ {
3119
+ "text":"Uta Hagan was born on June 12th, 1919.",
3120
+ "label":1
3121
+ },
3122
+ {
3123
+ "text":"The Bassoon King is written by an actor.",
3124
+ "label":1
3125
+ },
3126
+ {
3127
+ "text":"Kojol received the fourth highest civilian honour.",
3128
+ "label":1
3129
+ },
3130
+ {
3131
+ "text":"Steve Ditko studied at school.",
3132
+ "label":1
3133
+ },
3134
+ {
3135
+ "text":"Reign Over Me is an American film.",
3136
+ "label":1
3137
+ },
3138
+ {
3139
+ "text":"Qui-Gon Jinn is a fictional Star Wars character.",
3140
+ "label":1
3141
+ },
3142
+ {
3143
+ "text":"XHamster produces an online TV series.",
3144
+ "label":1
3145
+ },
3146
+ {
3147
+ "text":"Ice-T had a debut album.",
3148
+ "label":1
3149
+ },
3150
+ {
3151
+ "text":"Kleshas manifest in unwholesome actions.",
3152
+ "label":1
3153
+ },
3154
+ {
3155
+ "text":"Brubaker is a 1980 film.",
3156
+ "label":1
3157
+ },
3158
+ {
3159
+ "text":"Michelin Guides have been published for more than a decade.",
3160
+ "label":1
3161
+ },
3162
+ {
3163
+ "text":"Mandy Moore is a writer.",
3164
+ "label":1
3165
+ },
3166
+ {
3167
+ "text":"The Maltese language is the official language of Malta.",
3168
+ "label":1
3169
+ },
3170
+ {
3171
+ "text":"The Chaperone (film) is a creative work.",
3172
+ "label":1
3173
+ },
3174
+ {
3175
+ "text":"France is the owner of Corsica.",
3176
+ "label":1
3177
+ },
3178
+ {
3179
+ "text":"Mason Evans, Jr. grows up.",
3180
+ "label":1
3181
+ },
3182
+ {
3183
+ "text":"Lemmy was known for his distinct gravelly voice.",
3184
+ "label":1
3185
+ },
3186
+ {
3187
+ "text":"Heaven Can Wait was filmed after Here Comes Mr. Jordan.",
3188
+ "label":1
3189
+ },
3190
+ {
3191
+ "text":"Microbiologist research typically will promote information that can studied in molecular biology.",
3192
+ "label":1
3193
+ },
3194
+ {
3195
+ "text":"Sennacherib's designated successor was his son Esarhaddon.",
3196
+ "label":1
3197
+ },
3198
+ {
3199
+ "text":"Personality is affected by the development of abilities.",
3200
+ "label":1
3201
+ },
3202
+ {
3203
+ "text":"There is a Spanish-language television network called Telemundo.",
3204
+ "label":1
3205
+ },
3206
+ {
3207
+ "text":"Luis Fonsi uses a pseudonym.",
3208
+ "label":1
3209
+ },
3210
+ {
3211
+ "text":"Daredevil follows Matt Murdock.",
3212
+ "label":1
3213
+ },
3214
+ {
3215
+ "text":"Jewell worked with other artists.",
3216
+ "label":1
3217
+ },
3218
+ {
3219
+ "text":"Moscovium is a synthetic element.",
3220
+ "label":1
3221
+ },
3222
+ {
3223
+ "text":"Richard Alf was one of the founders of San Diego Comic-Con.",
3224
+ "label":1
3225
+ },
3226
+ {
3227
+ "text":"The MP for Maidenhead was once Theresa May.",
3228
+ "label":1
3229
+ },
3230
+ {
3231
+ "text":"Physics is a fundamental scientific discipline.",
3232
+ "label":1
3233
+ },
3234
+ {
3235
+ "text":"Dulquer Salmaan was nominated for a Filmfare Award.",
3236
+ "label":1
3237
+ },
3238
+ {
3239
+ "text":"Camden, New Jersey is the home of a school that was established as the South Jersey Law School in 1926.",
3240
+ "label":1
3241
+ },
3242
+ {
3243
+ "text":"A Floppy disk is composed of a thin and flexible magnetic transmission medium.",
3244
+ "label":1
3245
+ },
3246
+ {
3247
+ "text":"A Milli is a song by a recording artist.",
3248
+ "label":1
3249
+ },
3250
+ {
3251
+ "text":"Sejong the Great died in the fifteenth century.",
3252
+ "label":1
3253
+ },
3254
+ {
3255
+ "text":"Manmohan Singh was the first Sikh in office in 2009.",
3256
+ "label":1
3257
+ },
3258
+ {
3259
+ "text":"Vic Mensa is from Chicago, Illinois.",
3260
+ "label":1
3261
+ },
3262
+ {
3263
+ "text":"Birmingham is a place.",
3264
+ "label":1
3265
+ },
3266
+ {
3267
+ "text":"Floyd Mayweather Jr. has a record 26 world title wins without a loss.",
3268
+ "label":1
3269
+ },
3270
+ {
3271
+ "text":"Forceps are an instrument that are handheld.",
3272
+ "label":1
3273
+ },
3274
+ {
3275
+ "text":"Vedam is a 2010 Indian drama film.",
3276
+ "label":1
3277
+ },
3278
+ {
3279
+ "text":"Anne Sullivan died in October of 1936.",
3280
+ "label":1
3281
+ },
3282
+ {
3283
+ "text":"Ekta Kapoor worked in television.",
3284
+ "label":1
3285
+ },
3286
+ {
3287
+ "text":"In a constitutional federal republic, the Alfred P. Murrah Federal Building was located.",
3288
+ "label":1
3289
+ },
3290
+ {
3291
+ "text":"The Boeing 767 is used for transatlantic flights.",
3292
+ "label":1
3293
+ },
3294
+ {
3295
+ "text":"John Frusciante was in Stadium Arcadium.",
3296
+ "label":1
3297
+ },
3298
+ {
3299
+ "text":"Melilla shares a border with Morocco.",
3300
+ "label":1
3301
+ },
3302
+ {
3303
+ "text":"Mandy Moore had a career in music.",
3304
+ "label":1
3305
+ },
3306
+ {
3307
+ "text":"Bethany Hamilton's biopic had Sean McNamara as director.",
3308
+ "label":1
3309
+ },
3310
+ {
3311
+ "text":"William Howard Taft declined offers of appointment to a court.",
3312
+ "label":1
3313
+ },
3314
+ {
3315
+ "text":"Uganda was a protectorate.",
3316
+ "label":1
3317
+ },
3318
+ {
3319
+ "text":"Margaret Thatcher was the most senior politician within the Conservative Party in the UK in 1975.",
3320
+ "label":1
3321
+ },
3322
+ {
3323
+ "text":"Johann Wolfgang von Goethe published the first part of Faust in 1808.",
3324
+ "label":1
3325
+ },
3326
+ {
3327
+ "text":"Tenacious D was released before 2006.",
3328
+ "label":1
3329
+ },
3330
+ {
3331
+ "text":"Under an Austrian license, Red Bull Racing races.",
3332
+ "label":1
3333
+ },
3334
+ {
3335
+ "text":"Sean Penn has acted in 13 films.",
3336
+ "label":1
3337
+ },
3338
+ {
3339
+ "text":"Excuse My French is an album.",
3340
+ "label":1
3341
+ },
3342
+ {
3343
+ "text":"The World Trade Center was destroyed on September 11, 2001.",
3344
+ "label":1
3345
+ },
3346
+ {
3347
+ "text":"Annabelle is in the United States.",
3348
+ "label":1
3349
+ },
3350
+ {
3351
+ "text":"Phillip Glass has written concertos.",
3352
+ "label":1
3353
+ },
3354
+ {
3355
+ "text":"PBS is a television program distributor.",
3356
+ "label":1
3357
+ },
3358
+ {
3359
+ "text":"There was a contribution of the identification of the remains of King Richard III by the University of Leicester.",
3360
+ "label":1
3361
+ },
3362
+ {
3363
+ "text":"Bonaire was part of the Netherlands Antilles.",
3364
+ "label":1
3365
+ },
3366
+ {
3367
+ "text":"The Armenian Genocide was an extermination.",
3368
+ "label":1
3369
+ },
3370
+ {
3371
+ "text":"James Earl Jones was a voice actor in a movie.",
3372
+ "label":1
3373
+ },
3374
+ {
3375
+ "text":"Issa Rae created Awkward Black Girl and has had success.",
3376
+ "label":1
3377
+ },
3378
+ {
3379
+ "text":"There is a carnival called Camp Flog Gnaw.",
3380
+ "label":1
3381
+ },
3382
+ {
3383
+ "text":"Personal computers use touchscreens.",
3384
+ "label":1
3385
+ },
3386
+ {
3387
+ "text":"Tennessee is in America.",
3388
+ "label":1
3389
+ },
3390
+ {
3391
+ "text":"In California, Stephen Hillenburg was raised.",
3392
+ "label":1
3393
+ },
3394
+ {
3395
+ "text":"Ukrainian Soviet Socialist Republic was a founding participant of the UN.",
3396
+ "label":1
3397
+ },
3398
+ {
3399
+ "text":"Lois Lane was influenced by a journalist.",
3400
+ "label":1
3401
+ },
3402
+ {
3403
+ "text":"Janelle Mon\u00e1e is an entertainer.",
3404
+ "label":1
3405
+ },
3406
+ {
3407
+ "text":"Hezbollah received combat training from Iran.",
3408
+ "label":1
3409
+ },
3410
+ {
3411
+ "text":"John Goodman has had roles.",
3412
+ "label":1
3413
+ },
3414
+ {
3415
+ "text":"Melbourne is where the latest ceremony of the Logie Awards was held at.",
3416
+ "label":1
3417
+ },
3418
+ {
3419
+ "text":"Lyon had a population of 506,615 in 2014.",
3420
+ "label":1
3421
+ },
3422
+ {
3423
+ "text":"Theresa May served.",
3424
+ "label":1
3425
+ },
3426
+ {
3427
+ "text":"The Bengal tiger is a member of the largest cat species.",
3428
+ "label":1
3429
+ },
3430
+ {
3431
+ "text":"Kleshas are in the mind.",
3432
+ "label":1
3433
+ },
3434
+ {
3435
+ "text":"Wilhelmina Slater is portrayed in a period romance television series.",
3436
+ "label":1
3437
+ },
3438
+ {
3439
+ "text":"The Bahamas is a domestically recognized state that comprises a series of islands that form an archipelago.",
3440
+ "label":1
3441
+ },
3442
+ {
3443
+ "text":"Veep has won an award.",
3444
+ "label":1
3445
+ },
3446
+ {
3447
+ "text":"For the last five consecutive FIFA World Cups, Japan national football team qualified.",
3448
+ "label":1
3449
+ },
3450
+ {
3451
+ "text":"James VI and I was a person.",
3452
+ "label":1
3453
+ },
3454
+ {
3455
+ "text":"ASAP Rocky has directed videos for his own music.",
3456
+ "label":1
3457
+ },
3458
+ {
3459
+ "text":"Tim McGraw had a supporting role in a film.",
3460
+ "label":1
3461
+ },
3462
+ {
3463
+ "text":"Forced labor is a reason for human trafficking.",
3464
+ "label":1
3465
+ },
3466
+ {
3467
+ "text":"Ian Brennan directs.",
3468
+ "label":1
3469
+ },
3470
+ {
3471
+ "text":"Cher was released by the record label Geffen Records.",
3472
+ "label":1
3473
+ },
3474
+ {
3475
+ "text":"There are 26 world title wins and 0 loss record under Floyd Mayweather Jr.",
3476
+ "label":1
3477
+ },
3478
+ {
3479
+ "text":"Pharmacology is concerned with the research, discovery, and characterization of chemicals which show biological effects.",
3480
+ "label":1
3481
+ },
3482
+ {
3483
+ "text":"An island is part of the ABC Islands.",
3484
+ "label":1
3485
+ },
3486
+ {
3487
+ "text":"Taylor Lautner appeared on television sitcoms.",
3488
+ "label":1
3489
+ },
3490
+ {
3491
+ "text":"Fist of Legend is a remake of another movie.",
3492
+ "label":1
3493
+ },
3494
+ {
3495
+ "text":"Ed Gagliardi died of cancer.",
3496
+ "label":1
3497
+ },
3498
+ {
3499
+ "text":"Alexandria is the largest seaport in Egypt.",
3500
+ "label":1
3501
+ },
3502
+ {
3503
+ "text":"Talulah Riley makes an appearance in St Trinian's.",
3504
+ "label":1
3505
+ },
3506
+ {
3507
+ "text":"Prague Castle attracts over 1.8 million visitors annually.",
3508
+ "label":1
3509
+ },
3510
+ {
3511
+ "text":"Trevor Griffiths is a writer.",
3512
+ "label":1
3513
+ },
3514
+ {
3515
+ "text":"Pocahontas was the female child of Powhatan.",
3516
+ "label":1
3517
+ },
3518
+ {
3519
+ "text":"US Airways Flight 1549 had more than 100 people on board.",
3520
+ "label":1
3521
+ },
3522
+ {
3523
+ "text":"Kerplunk was the last album by Green Day released through Lookout Records.",
3524
+ "label":1
3525
+ },
3526
+ {
3527
+ "text":"Philomena was nominated for three Golden Globe Awards.",
3528
+ "label":1
3529
+ },
3530
+ {
3531
+ "text":"Terrence Howard played James Rhodes in Iron Man.",
3532
+ "label":1
3533
+ },
3534
+ {
3535
+ "text":"The Blue Dog Coalition is made up of politicians.",
3536
+ "label":1
3537
+ },
3538
+ {
3539
+ "text":"Elizabeth of York was someone's niece.",
3540
+ "label":1
3541
+ },
3542
+ {
3543
+ "text":"A monster is often hideous and may be terrifying or harmful.",
3544
+ "label":1
3545
+ },
3546
+ {
3547
+ "text":"Aldous Huxley published things.",
3548
+ "label":1
3549
+ },
3550
+ {
3551
+ "text":"One of the most influential bands of its time is Pearl Jam.",
3552
+ "label":1
3553
+ },
3554
+ {
3555
+ "text":"Christa McAuliffe taught social studies at Concord High School.",
3556
+ "label":1
3557
+ },
3558
+ {
3559
+ "text":"Speech recognition is popular in online gaming.",
3560
+ "label":1
3561
+ },
3562
+ {
3563
+ "text":"Grease possessed a musical soundtrack.",
3564
+ "label":1
3565
+ },
3566
+ {
3567
+ "text":"Bongwater was based on a book.",
3568
+ "label":1
3569
+ },
3570
+ {
3571
+ "text":"The Penibaetic System is also called a system of mountain ranges.",
3572
+ "label":1
3573
+ },
3574
+ {
3575
+ "text":"Byron Howard was nominated for a Golden Globe.",
3576
+ "label":1
3577
+ },
3578
+ {
3579
+ "text":"The Airbus A380 made its first flight in 2005.",
3580
+ "label":1
3581
+ },
3582
+ {
3583
+ "text":"Hedda Gabler's world premiere took place at a theater.",
3584
+ "label":1
3585
+ },
3586
+ {
3587
+ "text":"The Raven (2012 film) was released in the United States on April 27, 2012.",
3588
+ "label":1
3589
+ },
3590
+ {
3591
+ "text":"Joe Wicks is played by Paul Nicholls.",
3592
+ "label":1
3593
+ },
3594
+ {
3595
+ "text":"2016 Tour de France was won by Chris Froome.",
3596
+ "label":1
3597
+ },
3598
+ {
3599
+ "text":"Carlos Santana was born in the forties.",
3600
+ "label":1
3601
+ },
3602
+ {
3603
+ "text":"Craig David is a pop music performer.",
3604
+ "label":1
3605
+ },
3606
+ {
3607
+ "text":"Currently Nawaz Sharif serves as a prime minister.",
3608
+ "label":1
3609
+ },
3610
+ {
3611
+ "text":"Jamie Lee Curtis starred in John Carpenter's Halloween as teenager Laurie Strode.",
3612
+ "label":1
3613
+ },
3614
+ {
3615
+ "text":"There are film scores in existence that have been composed by Phillip Glass.",
3616
+ "label":1
3617
+ },
3618
+ {
3619
+ "text":"Kyra Sedgwick had a role in a work.",
3620
+ "label":1
3621
+ },
3622
+ {
3623
+ "text":"Entertaining films were produced by First Motion Picture Unit.",
3624
+ "label":1
3625
+ },
3626
+ {
3627
+ "text":"Syco is a company focused on entertainment.",
3628
+ "label":1
3629
+ },
3630
+ {
3631
+ "text":"Reign Over Me was written and directed by Mike Binder.",
3632
+ "label":1
3633
+ },
3634
+ {
3635
+ "text":"Hebe was a cupbearer.",
3636
+ "label":1
3637
+ },
3638
+ {
3639
+ "text":"In Kentucky, the electric chair has been retired except for a subset of people.",
3640
+ "label":1
3641
+ },
3642
+ {
3643
+ "text":"Stan Beeman is in a show on FX.",
3644
+ "label":1
3645
+ },
3646
+ {
3647
+ "text":"Blue Jasmine has Cate Blanchett directing it.",
3648
+ "label":1
3649
+ },
3650
+ {
3651
+ "text":"One of the most notable features of Zoroastrianism is the belief and doctrine that is focused on the arrival of the messiah.",
3652
+ "label":1
3653
+ },
3654
+ {
3655
+ "text":"Vietnam is the 14th most populous country in the world 92.7 million inhabitants.",
3656
+ "label":1
3657
+ },
3658
+ {
3659
+ "text":"Jewell sings.",
3660
+ "label":1
3661
+ },
3662
+ {
3663
+ "text":"Henry III assumed the throne in the middle of the First Barons' War.",
3664
+ "label":1
3665
+ },
3666
+ {
3667
+ "text":"Scaramouche translates as \"little skirmisher\".",
3668
+ "label":1
3669
+ },
3670
+ {
3671
+ "text":"Caleb McLaughlin was born in the year 2001.",
3672
+ "label":1
3673
+ },
3674
+ {
3675
+ "text":"Paris saw the Warcraft movie before America.",
3676
+ "label":1
3677
+ },
3678
+ {
3679
+ "text":"English people are descended from the Angles as a result of migration.",
3680
+ "label":1
3681
+ },
3682
+ {
3683
+ "text":"On August 18th, 2009, The Last Song (film) ended filming.",
3684
+ "label":1
3685
+ },
3686
+ {
3687
+ "text":"The Saw franchise is a collection of films.",
3688
+ "label":1
3689
+ },
3690
+ {
3691
+ "text":"Anne Rice lived in San Fransisco.",
3692
+ "label":1
3693
+ },
3694
+ {
3695
+ "text":"Jack Falahee's middle name is Ryan.",
3696
+ "label":1
3697
+ },
3698
+ {
3699
+ "text":"Jeong Hyeong-don was born in the 1970's.",
3700
+ "label":1
3701
+ },
3702
+ {
3703
+ "text":"An actor whose birthday is on September 15, 1968 starred in Men in Black II.",
3704
+ "label":1
3705
+ },
3706
+ {
3707
+ "text":"Therasia is a piece of land.",
3708
+ "label":1
3709
+ },
3710
+ {
3711
+ "text":"Tamerlan Tsarnaev had a male sibling.",
3712
+ "label":1
3713
+ },
3714
+ {
3715
+ "text":"Estonia is in Northern Europe, bordering the Baltic Sea.",
3716
+ "label":1
3717
+ },
3718
+ {
3719
+ "text":"Dave Gibbons is an English letterer.",
3720
+ "label":1
3721
+ },
3722
+ {
3723
+ "text":"Zac Efron is a citizen.",
3724
+ "label":1
3725
+ },
3726
+ {
3727
+ "text":"Liverpool is independent of Lancashire.",
3728
+ "label":1
3729
+ },
3730
+ {
3731
+ "text":"Jewell worked with Dr. Dre.",
3732
+ "label":1
3733
+ },
3734
+ {
3735
+ "text":"Party Down is a show that Lizzy Caplan starred in.",
3736
+ "label":1
3737
+ },
3738
+ {
3739
+ "text":"Yara Shahidi is a person.",
3740
+ "label":1
3741
+ },
3742
+ {
3743
+ "text":"Species distribution can be understood through factors like glaciation.",
3744
+ "label":1
3745
+ },
3746
+ {
3747
+ "text":"Franchising is regulated in thirty-three countries, including Australia and the United States.",
3748
+ "label":1
3749
+ },
3750
+ {
3751
+ "text":"Betsy Hodges was elected to serve a four-year term.",
3752
+ "label":1
3753
+ },
3754
+ {
3755
+ "text":"There was a song performed on Glee called Rhythm Nation.",
3756
+ "label":1
3757
+ },
3758
+ {
3759
+ "text":"Aarhus is 187 km north and west of Copenhagen.",
3760
+ "label":1
3761
+ },
3762
+ {
3763
+ "text":"Aleister Crowley was born on October 12, 1875.",
3764
+ "label":1
3765
+ },
3766
+ {
3767
+ "text":"Olympus Mons is on Mars.",
3768
+ "label":1
3769
+ },
3770
+ {
3771
+ "text":"One Flew Over the Cuckoo's Nest won Academy Awards.",
3772
+ "label":1
3773
+ },
3774
+ {
3775
+ "text":"James, Viscount Severn was born in the 2000s.",
3776
+ "label":1
3777
+ },
3778
+ {
3779
+ "text":"San Diego Comic-Con was founded as a different name.",
3780
+ "label":1
3781
+ },
3782
+ {
3783
+ "text":"Charlotte, North Carolina is the third-largest banking center in the United States from 2017-present.",
3784
+ "label":1
3785
+ },
3786
+ {
3787
+ "text":"There is a musician called John Frusciante.",
3788
+ "label":1
3789
+ },
3790
+ {
3791
+ "text":"Jamie Lee Curtis was in film.",
3792
+ "label":1
3793
+ },
3794
+ {
3795
+ "text":"Paul Nicholls played Sam Casey in Law & Order: UK.",
3796
+ "label":1
3797
+ },
3798
+ {
3799
+ "text":"The Siege of Fort Stanwix began.",
3800
+ "label":1
3801
+ },
3802
+ {
3803
+ "text":"Netscape Navigator was produced by a Netscape Communications.",
3804
+ "label":1
3805
+ },
3806
+ {
3807
+ "text":"Advertising is used to sell a service.",
3808
+ "label":1
3809
+ },
3810
+ {
3811
+ "text":"The NAACP Image Award for Outstanding Supporting Actor in a Drama Series was first given in 1996.",
3812
+ "label":1
3813
+ },
3814
+ {
3815
+ "text":"The Gifted is a television series.",
3816
+ "label":1
3817
+ },
3818
+ {
3819
+ "text":"Woodrow Wilson lived during World War I during which he led the United States and established an activist foreign policy known as \"Wilsonianism.\"",
3820
+ "label":1
3821
+ },
3822
+ {
3823
+ "text":"Topman sells clothing.",
3824
+ "label":1
3825
+ },
3826
+ {
3827
+ "text":"Stripes had Conrad Dunn featured in it.",
3828
+ "label":1
3829
+ },
3830
+ {
3831
+ "text":"Ten matches were possessed by SummerSlam.",
3832
+ "label":1
3833
+ },
3834
+ {
3835
+ "text":"Ayananka Bose works on movies in Bollywood.",
3836
+ "label":1
3837
+ },
3838
+ {
3839
+ "text":"Goldie Hawn received a Grammy nomination.",
3840
+ "label":1
3841
+ },
3842
+ {
3843
+ "text":"Quay premiered in the 2010s.",
3844
+ "label":1
3845
+ },
3846
+ {
3847
+ "text":"Wentworth Miller made his screenwriting debut.",
3848
+ "label":1
3849
+ },
3850
+ {
3851
+ "text":"The Concert for Bangladesh generated awareness and considerable money.",
3852
+ "label":1
3853
+ },
3854
+ {
3855
+ "text":"In fall of 2013 Brian Michael Bendis began teaching at the University of Oregon.",
3856
+ "label":1
3857
+ },
3858
+ {
3859
+ "text":"The Pelican Brief is based on the novel of the same name by John Grisham.",
3860
+ "label":1
3861
+ },
3862
+ {
3863
+ "text":"Temple of the Dog is the name of a band.",
3864
+ "label":1
3865
+ },
3866
+ {
3867
+ "text":"Scream 2 is an American film.",
3868
+ "label":1
3869
+ },
3870
+ {
3871
+ "text":"The Latvian Soviet Socialist Republic is known by at least one other name.",
3872
+ "label":1
3873
+ },
3874
+ {
3875
+ "text":"Harris Jayaraj is a film composer.",
3876
+ "label":1
3877
+ },
3878
+ {
3879
+ "text":"Riz Ahmed acted in an 8-part crime drama miniseries.",
3880
+ "label":1
3881
+ },
3882
+ {
3883
+ "text":"Premam had a theatrical run of 259 days in Chennai.",
3884
+ "label":1
3885
+ },
3886
+ {
3887
+ "text":"XHamster puts into production a reality series.",
3888
+ "label":1
3889
+ },
3890
+ {
3891
+ "text":"Dopamine induces neuromodulation.",
3892
+ "label":1
3893
+ },
3894
+ {
3895
+ "text":"Mogadishu is a capital city.",
3896
+ "label":1
3897
+ },
3898
+ {
3899
+ "text":"The Godfather Part II featured an Academy Award for Best Actor nominated performance by Al Pacino.",
3900
+ "label":1
3901
+ },
3902
+ {
3903
+ "text":"Levoamphetamine is a CNS stimulant.",
3904
+ "label":1
3905
+ },
3906
+ {
3907
+ "text":"Match Point explores the role of lust and luck in life.",
3908
+ "label":1
3909
+ },
3910
+ {
3911
+ "text":"The Little Prince (2015 film) is a English-language film.",
3912
+ "label":1
3913
+ },
3914
+ {
3915
+ "text":"Tilda Swinton was born on November 5, 1960.",
3916
+ "label":1
3917
+ },
3918
+ {
3919
+ "text":"AMGTV is an American television network.",
3920
+ "label":1
3921
+ },
3922
+ {
3923
+ "text":"Annie is a film.",
3924
+ "label":1
3925
+ },
3926
+ {
3927
+ "text":"One of the major features of Zoroastrianism is the belief and doctrine called messianism.",
3928
+ "label":1
3929
+ },
3930
+ {
3931
+ "text":"Kevin Kline stars in The Road to El Dorado.",
3932
+ "label":1
3933
+ },
3934
+ {
3935
+ "text":"Petyr Baelish is created by an American author George R.R. Martin.",
3936
+ "label":1
3937
+ },
3938
+ {
3939
+ "text":"Hermit crabs are decapods.",
3940
+ "label":1
3941
+ },
3942
+ {
3943
+ "text":"Nicholas Brody is a character on Homeland.",
3944
+ "label":1
3945
+ },
3946
+ {
3947
+ "text":"Sonny & Cher sing R&B.",
3948
+ "label":1
3949
+ },
3950
+ {
3951
+ "text":"Benjamin Franklin was born on April 17th, 1790.",
3952
+ "label":1
3953
+ },
3954
+ {
3955
+ "text":"Battle of the Bastards had a viewership of over a million in its initial broadcast.",
3956
+ "label":1
3957
+ },
3958
+ {
3959
+ "text":"The Bengal tiger was subordinated by R. I. Pocock.",
3960
+ "label":1
3961
+ },
3962
+ {
3963
+ "text":"On April 8, 1974, Chris Kyle was born.",
3964
+ "label":1
3965
+ },
3966
+ {
3967
+ "text":"Google Search can return monetary conversions.",
3968
+ "label":1
3969
+ },
3970
+ {
3971
+ "text":"Chris Kyle died on February 2, 2013.",
3972
+ "label":1
3973
+ },
3974
+ {
3975
+ "text":"The Kerner Entertainment Company produced The Mighty Ducks.",
3976
+ "label":1
3977
+ },
3978
+ {
3979
+ "text":"David Spade appeared in Tommy Boy.",
3980
+ "label":1
3981
+ },
3982
+ {
3983
+ "text":"December was the month when the principal photography of The Disaster Artist (film) started.",
3984
+ "label":1
3985
+ },
3986
+ {
3987
+ "text":"The Hunger Games are based on a novel by Suzanne Collins.",
3988
+ "label":1
3989
+ },
3990
+ {
3991
+ "text":"To this day invasion literature remains a part of popular culture.",
3992
+ "label":1
3993
+ },
3994
+ {
3995
+ "text":"Edmund H. North was the winner of an Academy Award.",
3996
+ "label":1
3997
+ },
3998
+ {
3999
+ "text":"The Road to El Dorado stars an actor.",
4000
+ "label":1
4001
+ }
4002
+ ]
fact/fever/train.csv DELETED
The diff for this file is too large to render. See raw diff
 
fact/fever/train.json ADDED
The diff for this file is too large to render. See raw diff
 
fact/fever/valid.csv DELETED
@@ -1,1001 +0,0 @@
1
- text,label
2
- Starrcade was eventually broadcast via pay-per-view umbrella.,0
3
- The Pakistan Movement resulted from a series of transformations in Pakistan.,0
4
- "Lemmy was known for his soft, gentle voice.",0
5
- Starrcade was regarded by the NWA and WCW as their least important event of the year.,0
6
- Times Higher Education World University Rankings is a publication of rankings by The Chronicle of Higher Education.,0
7
- Angelsberg is a country.,0
8
- The dress is a forest.,0
9
- The Hunger Games film series' first film was produced by Gary Ross.,0
10
- Natasha Lyonne wasn't born in 1979.,0
11
- "Lorelai Gilmore's mother is Emily, played by Betty White.",0
12
- James VI and I was Spanish.,0
13
- Kellyanne Conway has not been embroiled in a series of controversies.,0
14
- West Virginia borders Maine to the southwest.,0
15
- Both hosts of Weekly Idol were born in 1983.,0
16
- Don Bradman's status was recognized only 50 years before his retirement.,0
17
- Sierra Morena is only an idiom.,0
18
- Fred Seibert has only produced live-action programs.,0
19
- Python features manual memory management.,0
20
- Noah Cyrus was born in 1992.,0
21
- Kate Walsh was only ever on CBS shows.,0
22
- Shawn Carlson is a social science writer.,0
23
- José Ferrer spent his entire career fixing cars.,0
24
- San Diego Comic-Con was founded as the Lone Star State Comic Book Convention.,0
25
- Meteora is Linkin Park's third studio album.,0
26
- Carey Hayes is only a German lawyer.,0
27
- Cadet Kelly was a AMC Original.,0
28
- Bones is a cuisine.,0
29
- DNA is a single.,0
30
- Andre Pirlo is only on the NYC team.,0
31
- Tremont Street Subway was incapable of serving any stations of any time.,0
32
- The first inauguration of Bill Clinton was held on July 4th.,0
33
- The Giver is a dramatic movie.,0
34
- Star Trek: Discovery is a movie.,0
35
- An all-seater stadium is solely a dog-walking stadium.,0
36
- James Spader is known for his hatred of eccentric characters.,0
37
- Designated Survivor (TV series) is incapable of being an American political drama.,0
38
- Laura Robson refuses to be in the International Tennis Federation.,0
39
- Boxing Helena debuted at the Sundance Film Festival in 1996.,0
40
- Unison (Celine Dion album) is unreleased.,0
41
- Vedam is a Telugu language translation computer program.,0
42
- Dark matter is the same as neutrinos.,0
43
- John DiMaggio has yet to do any voice-over work.,0
44
- The Romani people originated in Eastern China.,0
45
- Selena Gomez & the Scene's debut album is War and Peace.,0
46
- DNA is exclusively a song.,0
47
- "In The 100, adults are the first to return to Earth after a devastating nuclear apocalypse.",0
48
- Pink is a Dutch singer.,0
49
- The Little Prince (2015 film) is a English-language television show.,0
50
- Cary Elwes was born in 1982.,0
51
- Miracle at St. Anna is set exclusively in Germany.,0
52
- Arthur Schopenhauer died in 1788.,0
53
- Brazzers is based in Fort Buckner.,0
54
- Northwestern University is a recently added member of the Big Ten Conference.,0
55
- P.S I Love You (film) is a 2000 television show.,0
56
- Paul von Hindenburg was a private man.,0
57
- Recovery is a solo album by Lil Wayne.,0
58
- "Jack Dylan Grazer was born on October 3, 2003.",0
59
- AMGTV has science fiction television programming.,0
60
- West Ham United F.C. is not a football club.,0
61
- Dissociative identity disorder is known as dementia.,0
62
- Commodore is ranked above a navy captain and a rear admiral.,0
63
- You Only Live Twice was directed by a German man.,0
64
- Home for the Holidays stars no deceased professionals.,0
65
- Innovation is viewed as the application of better solutions that negate market needs.,0
66
- Annette Badland has yet to be in a soap opera.,0
67
- The Mighty Ducks was produced by Doug the Pug.,0
68
- A polynomial consists of exclusively indeterminates.,0
69
- Cheese in the Trap (TV series) stars Batman.,0
70
- Cheese in the Trap (TV series) comes from India.,0
71
- Sancho Panza is a character in a poem written by Don Miguel de Cervantes Saavedra.,0
72
- Sean Gunn has no experience acting.,0
73
- Mars is far away from Valles Marineris.,0
74
- John Krasinski is a car.,0
75
- Zoe Saldana is a Japanese citizen.,0
76
- Jed Whedon has only ever lived on Mars.,0
77
- "Loretta Sanchez was born on January 7, 1950.",0
78
- The Giver is only a comedy.,0
79
- "Prescott, Arizona is outside of Yavapai County.",0
80
- Tinker Tailor Soldier Spy only stars Seth Rogen.,0
81
- "Manchester United is based in Bolton, Greater Manchester, England.",0
82
- Ned Stark was introduced in 1996's A Clash of Kings.,0
83
- Kuching is in Sri Lanka.,0
84
- Jack Lowden is incapable of being in films.,0
85
- Bullitt is an album produced by Phillip D'Antoni.,0
86
- CHiPs is an American action novel.,0
87
- "Westworld first season premiered on August 28, 2015.",0
88
- The Siege of Fort Stanwix ended in May.,0
89
- Elizabeth Olsen died in 1989.,0
90
- Charles Manson is a former cult leader.,0
91
- Earl Scruggs was incapable of being a musician.,0
92
- Stan Beeman is a supporting female character.,0
93
- Mohra got zero nominations from a magazine in 1995.,0
94
- Tool has not produced albums.,0
95
- Saturn Corporation has no other names.,0
96
- The Hunger Games is a sequel.,0
97
- The Sterile Cuckoo was adapted from a novel written by a Belgian novelist.,0
98
- Nawaz Sharif is a German politician.,0
99
- Jenny McCarthy did not begin her career in 1993.,0
100
- Aarhus is 187 km southeast of Copenhagen.,0
101
- Richard Dawkins has yet to be awarded any academic awards.,0
102
- Keith Urban was released by Capitol Nashville in 2011.,0
103
- Dulquer Salmaan was unqualified to ever receive a Filmfare Award nomination.,0
104
- Bank of America has only one call center.,0
105
- Gotham premiered in 2015.,0
106
- Chris Paul is a two-time Olympic silver winner.,0
107
- Toy Story 2 was released by North Korea.,0
108
- "Ed Gein's hometown is not Plainfield, Wisconsin.",0
109
- Birthday Song (2 Chainz song) was banned by Sonny Digital.,0
110
- Reign Over Me was written and directed by dolphins.,0
111
- "There are rumors that Augustus' marble, Livia, poisoned him.",0
112
- The Bahamas is a cat.,0
113
- Military deception only overlaps with Psyduck.,0
114
- Blue Jasmine is about a rich Bostonian socialite who falls on hard times.,0
115
- Emmanuel Macron refused to work as an Inspector of Finances.,0
116
- Mad Max: Fury Road was released in 2017.,0
117
- Jackie (2016 film) was incapable of being written by Noah Oppenheim.,0
118
- Gordan Ramsay was ranked the 22nd highest earning celebrity in the world in 2015.,0
119
- Peking University is in Shenzhen.,0
120
- Trouble with the Curve is a cat.,0
121
- Wilhelmina Slater is a real person.,0
122
- Melancholia was directed by Bob Dole.,0
123
- Kung Fu Panda was in last place at the box office.,0
124
- Yemen is the fourth-largest country in the Arabian peninsula.,0
125
- The Times was founded in 1980.,0
126
- Marvel vs. Capcom: Infinite is a mobile game.,0
127
- Amancio Ortega is his full name.,0
128
- Paul Nicholls is a singer.,0
129
- Jeong Hyeong-don is solely Peruvian.,0
130
- Weill Cornell Medicine has no history of being related to the field of education.,0
131
- Azithromycin is only available under the brand name Zmax.,0
132
- Excluded from Saw (franchise) is the 2004 film.,0
133
- Coins of the Swiss franc are used only outside of Switzerland.,0
134
- A River Runs Through It has lost every Academy Award.,0
135
- The Lincoln-Douglas debates happened in a car.,0
136
- "James, Viscount Severn was born in the 1990s.",0
137
- Practical Magic is solely based on a novel of a different name.,0
138
- Samsung was separated into ten business groups in 1987.,0
139
- Creedence Clearwater Revival was active in the late 1980s and early 1990s.,0
140
- Brian De Palma was born in 1980.,0
141
- Maximum Overdrive was written by The United States' government.,0
142
- Linkin Park has only released one album to date.,0
143
- George III of the United Kingdom had experiences.,0
144
- Sensitive Skin's first series aired only on SBS TV.,0
145
- Yin and yang show a balance between magnetized entities.,0
146
- Kevin Costner refused the role of Devil Anse Hatfield in 2012.,0
147
- Marjorie Gross is unable to write.,0
148
- "Noah Cyrus is the youngest daughter of Billy Ray Cyrus, born on November 3rd, 2004.",0
149
- "Trevor Griffiths was only born on April 14, 1935.",0
150
- Robinson Crusoe on Mars was only ever a book.,0
151
- The Hit was released on a mural.,0
152
- Tangled is a silent film.,0
153
- Wentworth Miller made his screenwriting debut with the Spring Stoker.,0
154
- Danger UXB is from 1981.,0
155
- Honeymoon is the second major-label record by Lana Del Rey.,0
156
- Touchscreens are only used in tablet computers.,0
157
- Kung Fu Panda was released in 2006.,0
158
- Noah Cyrus is the older sister of Miley Cyrus.,0
159
- The Chagatai language was the shared literary language of Central Asia until the 19th century.,0
160
- Jenna Jameson started acting in erotic videos in 1990.,0
161
- "Lyon's population has never increased above 500,000.",0
162
- Birmingham is in Suffolk County.,0
163
- Sally Hawkins ignored the offer to act in Cate Blanchett.,0
164
- Hush (2016 film) was not produced by Trevor Macy.,0
165
- George Harrison has been single his whole life.,0
166
- Dan O'Bannon was Canadian.,0
167
- Argentina's state capital is the Ural Mountains.,0
168
- Estonia does not border the Baltic Sea.,0
169
- Morse code is more sensitive to poor signal conditions.,0
170
- Samwell Tarly appears only outside of the A Song of Ice and Fire series.,0
171
- Mars is in the Andromeda galaxy.,0
172
- Milk is based on the life of a person who never participated in activism.,0
173
- Jackie (2016 film) was directed by Peter Jackson.,0
174
- Sean Penn is only ever a stage actor.,0
175
- Jack Dylan Grazer's grandparents are Angela Lafever and Gavin Grazer.,0
176
- Henry II of France died in an archery tournament.,0
177
- Taran Killam isn't a writer.,0
178
- "Camden, New Jersey is the home of a school that was founded as the South Jersey Law School in 1920.",0
179
- Happiness in Slavery is a song by an American band.,0
180
- Ann Richards wasn't a politician.,0
181
- Meteora is an album by an American carpenter.,0
182
- Scream 2 was made in 1854.,0
183
- St. Anger is the second studio album by Metallica.,0
184
- Peking University was founded in 1876.,0
185
- Floyd Mayweather Jr. is incapable of boxing.,0
186
- Kuching is a city in Singapore.,0
187
- Uranium-235 was discovered by a person who lived forever.,0
188
- Tinker Tailor Soldier Spy only stars Adam Sandler.,0
189
- Simon Pegg is entirely Japanese.,0
190
- Augustus did not die in 14 AD.,0
191
- Match Point was an unproduced screenplay by Woody Allen.,0
192
- Drake Bell has yet to release anything.,0
193
- Henry III of France staged his murder and lived to old age after escaping.,0
194
- Woodrow Wilson lived during The Russo-Persian War.,0
195
- The great white shark prefers to prey on humans.,0
196
- Alvin and the Chipmunks is a Canadian film.,0
197
- "The United Nations Charter was signed on April 26, 1945.",0
198
- Foot Locker is only known as Foot Locker.,0
199
- English people are descended from no other peoples.,0
200
- Susan Collins was the second woman to become the nominee of a major party for Governor of Maine.,0
201
- Charles Howard Hinton wrote predominately epistolary pastoral novels.,0
202
- Michael Vick exclusively played for the Carolina Panthers.,0
203
- Daredevil was not produced by Marvel Television.,0
204
- Vampires were lacking from European folklore.,0
205
- Julianne Moore created the television series As the World Turns.,0
206
- Nuuk is the seat of government of only Iceland.,0
207
- Cheese in the Trap (TV series) only stars animals.,0
208
- Amy Winehouse died of brain poisoning.,0
209
- Cadet Kelly was only a Paramount Original film.,0
210
- Spider-Man 2 was directed by Barack Obama.,0
211
- Jonah Hill is a bear.,0
212
- Aristotle never went to the Academy.,0
213
- Mike Huckabee is an outspoken atheist.,0
214
- Stanley Williams was an inmate in California.,0
215
- The current President of Lockheed Martin holds no other positions in the company.,0
216
- Manchester United is based in New England.,0
217
- Boeing 787 Dreamliner has always had the same name.,0
218
- Michael J. Fox is immune to Parkinson's disease.,0
219
- Maria Theresa was the rival of Emperor Charles VI.,0
220
- The Incredibles 2 will not be given an IMAX release.,0
221
- The Invisible Man was based on a play.,0
222
- Tata Motors is disqualified to be listed on the (BSE) Bombay Stock Exchange.,0
223
- Species distribution can be understood through many factors except glaciation.,0
224
- The Beach was made for film by John Hodge.,0
225
- One Dance was Drake's first number one single in 34 countries.,0
226
- Physics' main goal is to observe the behavior of the universe.,0
227
- "Marcus Bentley finished college on October 4th, 1967.",0
228
- James VI and I was a major adversary of a single parliament for England.,0
229
- Jack Falahee was born in March.,0
230
- Kojol did not receive the fourth highest civilian honour of the country.,0
231
- The Guthrie Theater's first building was designed before Ralph Rapson was born.,0
232
- Colin Kaepernick is a poker player.,0
233
- Dev Patel has not worked with John Madden.,0
234
- Saturn is a moon.,0
235
- A View to a Kill is the second James Bond film to be directed by John Glen.,0
236
- The Little Prince (2015 film) is a 2015 American film.,0
237
- Two and a Half Men originally aired on NBC.,0
238
- The Challenge XXX: Dirty 30 is not a season of a reality game show.,0
239
- Celebrity Rehab with Dr. Drew was a scripted TV drama.,0
240
- Wildfang was founded in 2000.,0
241
- Tenacious D is made up of two Canadians.,0
242
- Chris Eubank Jr. is Canadian.,0
243
- Poldark airs on HBO.,0
244
- Live Through This has only been sold in Australia.,0
245
- Rick Ross released Hood Billionaire in 2010.,0
246
- Melancholia was directed by a Polish novelist.,0
247
- Rob McElhenney has yet to appear on television.,0
248
- Vatican City was established in 1930.,0
249
- Southpaw is only a Canadian film.,0
250
- Dan Brown is an Italian publisher.,0
251
- The University of Leicester only invented spoons.,0
252
- The Beach was adapted for film by John Denver exclusively.,0
253
- Adam Lambert's album premiered at number one on the U.S. Billboard 200 chart in 2005.,0
254
- Duff McKagan was born in 1994.,0
255
- Princess Mononoke is a Ghibli film from 2015.,0
256
- John Deighton was forced to pursue other criminals.,0
257
- The Bermuda Triangle is known by no other name.,0
258
- Johnny Van Zant released a solo album in 1992.,0
259
- Chris Mullin played with the Indiana Pacers from 1997 until the 1999-2000 season when he died suddenly.,0
260
- Curacao is the only ABC island.,0
261
- Homer Hickman is illiterate.,0
262
- Richard Dawkins has yet to appear on television.,0
263
- Paramore is not American.,0
264
- Bad Romance was successful around the 60s.,0
265
- Loretta Sanchez is an Irish politician.,0
266
- "The Adventures of Pluto Nash stars an actor that was born on February 5, 1961.",0
267
- The United Nations Charter was signed at the New York War Memorial and Performing Arts Center.,0
268
- Little Dorrit is a song by Charles Dickens.,0
269
- Trouble with the Curve is only a podcast.,0
270
- Tobey Maguire left The Good German before filming began.,0
271
- Quay premiered in Boston.,0
272
- Vedam is a 2010 Indian soccer MVP.,0
273
- Live Nation Entertainment is a global energy company.,0
274
- The Mighty Ducks was distributed only by Netflix.,0
275
- Uranium-235 was lost by Arthur Jeffrey Dempster.,0
276
- Pearl Jam did not sold many songs in the early 1990s.,0
277
- "Shomu Mukherjee was born on April 10, 2008.",0
278
- Johann Wolfgang von Goethe was enemies with Friedrich Schiller.,0
279
- Live Through This is a quote.,0
280
- "Palo Alto, California is located only outside of San Francisco Bay Area.",0
281
- Kevin Costner has won zero awards.,0
282
- Arthur Schopenhauer was born in 1860.,0
283
- See.SZA.Run is only influenced by soul.,0
284
- L.A. Reid hasn't been a chairman.,0
285
- Veeram is a 2010 film.,0
286
- The Little Prince (2015 film) is directed by Michael Bay only.,0
287
- Rick Ross released less than nine studio albums.,0
288
- "Ghost, the film, was released in 1994.",0
289
- Penélope Cruz refused to model for L'Oréal.,0
290
- Exercise raises resting heart rate in the long term.,0
291
- Natasha Lyonne isn't American.,0
292
- "Prescott, Arizona is a county.",0
293
- Hush (2016 film) was not produced by Jason Blum.,0
294
- The Hunger Games is a thought process.,0
295
- John Goodman starred in Cloverfield.,0
296
- Smriti Mandhana was born in August.,0
297
- Birmingham is a religion.,0
298
- History of Earth ruled out stromatolite being part of it.,0
299
- Edouard Seguin worked with children with heart issues.,0
300
- PacSun barely sells products designed for teens.,0
301
- Anne Rice was born in New Mexico.,0
302
- Tijuana is in Mexico.,0
303
- Keith Godchaux was a member of the Grateful Dead in 1999.,0
304
- Aarhus is located on the west coast of the Jutland peninsula.,0
305
- The Cretaceous is a Paleogene extinction event.,0
306
- Homo sapiens live on the fourth planet from the Sun.,0
307
- The Mirny (sloop-of-war) was the second plane of an expedition.,0
308
- Lorelai Gilmore's uncle was played by Edward Herrmann.,0
309
- Tilda Swinton is only Scottish.,0
310
- Zoey Deutch did not portray Rosemarie Hathaway in Vampire Academy.,0
311
- Younger is a town.,0
312
- Craig David was nominated for Best American Male.,0
313
- Victoria Palace Theatre is barely in the West End.,0
314
- Sabbir Khan only directed films with no people.,0
315
- Polar bears depend on lakes as their main food source.,0
316
- "Bruce Shand was born on September 22nd, 1917.",0
317
- Internet access is incapable of accessing email and the World Wide Web.,0
318
- Tennessee is a producer of grain.,0
319
- Story of My Life was recorded by a girl band.,0
320
- Creedence Clearwater Revival was not active in the late 1960s and early 1970s.,0
321
- Varsity Blues (film) is incapable of being filmed.,0
322
- Tatum O'Neal spent her life single.,0
323
- Bones is solely a television pitch.,0
324
- Efraim Diveroli is a three-wheeled vehicle.,0
325
- Talulah Riley did not appear in St Trinian's.,0
326
- Sebastian Stan hasn't acted in a miniseries.,0
327
- The Daily Show focuses on old news stories.,0
328
- The first inauguration of Bill Clinton made him the 22nd Super Bowl Most Valuable Player.,0
329
- Richard Fortus has been a manager of Guns N' Roses since 2002.,0
330
- Fargo (season 3) aired on a Chinese basic cable network.,0
331
- Liverpool is outside of the United Kingdom.,0
332
- Trace Cyrus is a younger sibling of Noah Cyrus.,0
333
- Musala is a computer.,0
334
- Yemen is not the second-largest country in the Arabian peninsula.,0
335
- Stephen Moyer was refused any role in Prince Valiant.,0
336
- The House of the Spirits is based on the 1982 novel Harry Potter by J.K. Rowling.,0
337
- Knocked Up was released worldwide in 2003.,0
338
- Johanna Braddy has no experience as an actress.,0
339
- Nicholas Brody is a character on an HBO series.,0
340
- Victor Manuelle was uninvolved with every version of Despacito.,0
341
- Billboard Dad is only a book.,0
342
- "Keith Stanfield was born on March 12, 1991.",0
343
- "Garden State was barely at a festival that takes place in Park City, Utah.",0
344
- Efraim Diveroli died before being sentenced to federal prison.,0
345
- The English Wikipedia is the English-language edition of a movie.,0
346
- See You on the Other Side is a book.,0
347
- The Adventures of Pluto Nash was produced by Ron Underwood.,0
348
- "The Washington Monument is made of marble, granite, and soapstone.",0
349
- Selena Gomez & the Scene's debut album is anything but Kiss & Tell.,0
350
- Justin Chatwin is not an actor.,0
351
- Buffy the Vampire Slayer is exclusively a Japanese television series.,0
352
- The Blue Dog Coalition came into existence in the year 2023.,0
353
- Invasion literature had little impact on popular perceptions in Britain.,0
354
- "In America, Warcraft was released by Columbia.",0
355
- Temple Grandin stars Claire Danes as a stormtrooper.,0
356
- Mud features Sandra Bullock.,0
357
- The Hunger Games are not a film trilogy.,0
358
- Westworld (TV series)'s first season has one episode.,0
359
- Hezbollah received zero support from Iran.,0
360
- Carol Danvers is a fictional setting.,0
361
- Advertising is rarely a visual form of marketing communication.,0
362
- Bea Arthur was renamed Bernice Frankel.,0
363
- Practical Magic is a 1998 event.,0
364
- Fist of Legend is a direct sequel to Fist of Fury.,0
365
- The Cincinnati Kid is a TV show.,0
366
- Eric Bana has stayed away from acting completely.,0
367
- Northwestern University is a public university.,0
368
- Anushka Sharma never won a Filmfare Award.,0
369
- Gordan Ramsay has not had apprentices.,0
370
- Ang Lee doesn't know how to write.,0
371
- Vatican City has yet to be established.,0
372
- The Adventures of Pluto Nash stars an actor that died in 1961.,0
373
- Peking University was founded in the eighteenth century.,0
374
- Life applies only to physical entities without signaling.,0
375
- Martin Van Buren was exclusively unelected.,0
376
- Fabian Nicieza is solely Japanese.,0
377
- Goosebumps (film) is written by William Goldman.,0
378
- The Millers has no cancellation announcements.,0
379
- Aaron Burr's final year of vice presidency was 1804.,0
380
- Raven-Symoné turned down any appearances in Empire.,0
381
- Moonlight never premiered at the Telluride Film Festival.,0
382
- "Trevor Griffiths was born in Boston, Massachusetts.",0
383
- The Catcher in the Rye is not a novel.,0
384
- Vampire Academy was a financial failure grossing only $14 million.,0
385
- Wish Upon did not star Ryan Phillipe.,0
386
- Two and a Half Men originally aired on CBS in 1999.,0
387
- Down With Love is only a horror movie.,0
388
- DodgeBall: A True Underdog Story is a 2003 Canadian film.,0
389
- Moonlight's filming did not begin in 2015.,0
390
- Jens Stoltenberg was the first Prime Minister of Norway from 2005 to 2013.,0
391
- Pulmonary embolism is indicated by slow breathing.,0
392
- Billboard Dad is a horror film.,0
393
- Highway to Heaven is something other than a drama series.,0
394
- The latest ceremony of the Logie Awards was at an American casino.,0
395
- Ding Yanyuhang was born in May of 1993.,0
396
- Therasia is in the volcanic island group of Visayas.,0
397
- Marnie was created in 2014.,0
398
- Mount Rushmore was completed by 1300 AD.,0
399
- Trevor Griffiths is a German dramatist.,0
400
- The Endless River is an album by Danny Devito.,0
401
- Telephone consists of only verse-refrain.,0
402
- Jefferson Davis grew up in England.,0
403
- Anne Rice was born in New Orleans in the 70's.,0
404
- Uranium is a country.,0
405
- Bongwater was based on a 1998 book.,0
406
- The last windstorm in Stanley Park was in 2016.,0
407
- Superhuman abilities may result from dog enhancement by genetic modification.,0
408
- The Monster is a restaurant by Eminem.,0
409
- Happiness in Slavery is only an album.,0
410
- "Matteo Renzi was conceived on January 11th, 1975.",0
411
- Jackpot was released in 2000.,0
412
- PBS is exclusively a film distributor.,0
413
- Fortunes of War only had one actor in it and that was Emma Thompson.,0
414
- John DiMaggio refused to work on any shows from Cartoon Network.,0
415
- The Love Club EP is an album.,0
416
- The Office (US) is about science.,0
417
- The 66th Primetime Emmy Awards was hosted by James Corden.,0
418
- Sidse Babett Knudsen is a conductor.,0
419
- Mellila is a city in the country of Spain.,0
420
- Jiang Wen is a Chinese cuisine.,0
421
- "Fabian Nicieza was born December 3, 1967.",0
422
- Tiber Oil Field is located in the Keathley Canyon block 102 of the Mexican sector of the Gulf of Mexico.,0
423
- The Dodo has only been depicted with red plumage.,0
424
- Larry Wilmore is only a singer.,0
425
- Nero is a person.,0
426
- Kojol received the third highest civilian honour of the country.,0
427
- Bala has no experience directing.,0
428
- Jack Falahee was born in 1999.,0
429
- "Scotty Moore was born on December 17, 1931.",0
430
- A View to a Kill is the eighth James Bond film directed by John Glen.,0
431
- Touch My Body was on an album that was scrapped.,0
432
- Gaius Julius Caesar was only the mother of Gaius Julius Caesar.,0
433
- Dev Patel did not star in The Last Airbender.,0
434
- Soul Food is a jaguar.,0
435
- Ashley Graham is not a plus-size model.,0
436
- "Psych (season 2) ended on July 13th, 2006.",0
437
- Dreamer (2005 film) was written by Michael Bay only.,0
438
- "Kenneth Lonergan died on October 16, 1962.",0
439
- French Indochina was a grouping of British colonial territories.,0
440
- Bad Romance is an LP.,0
441
- Designated Survivor (TV series) is a movie.,0
442
- Touchscreens are only used in computers.,0
443
- Tiber Oil Field was discovered in September 2002.,0
444
- Ricardo Montalbán was a singer.,0
445
- The Fame was released in February 2016.,0
446
- Matthew Vaughn was renamed Matthew Allard Robert Vaughn.,0
447
- The 2003 NCAA Division I Men's basketball Tournament involved only one school.,0
448
- Toy Story 2 is a live action film.,0
449
- Ghost is a Canadian film.,0
450
- Jeong Hyeong-don was born in 1938.,0
451
- Psych's protagonist is not played by an American actor.,0
452
- Mercedes-Benz is not an automobile manufacturer.,0
453
- How to Train Your Dragon 2 used old animation software.,0
454
- Ayananka Bose works on books.,0
455
- Aleister Crowley was born on Mars.,0
456
- Homer Hickman was incapable of writing anything for the Josh Thurlow novels.,0
457
- Aaron Burr's final year of vice presidency was 1901.,0
458
- The Beverly Hillbillies had only one season.,0
459
- Pharrell Williams is a drummer.,0
460
- Harris Jayaraj was born in February of 1975.,0
461
- Boxing Helena debuted at Cannes.,0
462
- Keith Stanfield is a Gemini.,0
463
- A monk only lives alone.,0
464
- Easy A is directed by Bert V. Royal.,0
465
- Shadowhunters premiered in July 2016.,0
466
- Craig David has been nominated for several Grammy Awards.,0
467
- Dave Gibbons has always been unable to make art.,0
468
- Moscovium was discovered in tin mines in the 18th century.,0
469
- Youtube is not a website.,0
470
- Ernest Medina was uninvolved in a Vietnam War mass killing.,0
471
- Louis Malle produced only Chinese language films.,0
472
- The 2003 Africa Cup of Nations was the first held in an odd-numbered year.,0
473
- Same Old Love is by Demi Lovato.,0
474
- Rage Against the Machine is a game.,0
475
- There are zero Polynesian languages.,0
476
- Weill Cornell Medicine is a biomedical textbook.,0
477
- The horse was not called a Eohippus when it had multiple toes.,0
478
- "Amancio Ortega was born on October 28th, 1936.",0
479
- Bea Arthur hated animals.,0
480
- Camp Flog Gnaw is a convention.,0
481
- Gordan Ramsay's earnings was reported only on a Canadian business magazine in 2015.,0
482
- Foot Locker is a exclusively Vietnamese retailer.,0
483
- The IPhone 4 is only a computer.,0
484
- The Hunger Games film series had Francis Lawrence direct three films in the late 2000s.,0
485
- Shannon Lee was born in 1234.,0
486
- Balibo (film) is a song.,0
487
- 1975 was the year when Balibo (film) started.,0
488
- John Perry Barlow is still a member of the Grateful Dead.,0
489
- Robert Palmer (writer) isn't a journalist.,0
490
- "Eric Church was born May 3, 1975.",0
491
- The Hurt Locker is a comedy solely focusing on the excellent adventures of Bill and Ted.,0
492
- Brown University's main campus is located in the second most populous city in Rhode Island.,0
493
- "Knocked Up was only released on May 1, 2007.",0
494
- B. R. Ambedkar spent his whole life in Portugal.,0
495
- Buffy the Vampire Slayer is an Australian television series.,0
496
- Dreamer (2005 film) was directed by Michael Bay only.,0
497
- There are no musical or creative works in existence that have been created by Phillip Glass.,0
498
- Gory Guerrero was incapable of wrestling since birth.,0
499
- The Office (US) debuted on ABC only.,0
500
- Jamie Murray is not a three-time Grand Slam doubles winner.,0
501
- The Wonder Years was a boardgame.,0
502
- Samwell Tarly appears in the series of A Song of Ice and Fire.,1
503
- Easy A is an American teen comedy film.,1
504
- Phillip Glass has written musical theatre works.,1
505
- The Quran is a text central to a religion's belief system.,1
506
- Al Jardine sang lead vocals on a song written by a songwriter.,1
507
- In 1997 and 1998 Oscar de la Hoya was The Ring magazine's top-rated fighter in the world.,1
508
- Aparshakti Khurana works in Bollywood.,1
509
- Boylston station had service from Tremont Street Subway.,1
510
- Salman Rushdie wrote a novel published in the eighties.,1
511
- Eva Green had a career in film.,1
512
- Daredevil is based on the character of the same name.,1
513
- "A brief civil war was put down by Otto I, Holy Roman Emperor.",1
514
- The Fly was released in 1986.,1
515
- Resident Evil is loosely based on a survival horror video game series.,1
516
- Mike Huckabee is a Southern Baptist.,1
517
- 1979 was the year when Rob Sheridan was born.,1
518
- Happiness in Slavery is a song by an industrial rock band.,1
519
- Norman Bates is a fictional character.,1
520
- Telephone consists of an expanded musical element.,1
521
- The Times switched to a compact format in response to commuter complaints.,1
522
- Kerplunk was released through a record label.,1
523
- Mickey Rourke appeared in a 2011 film.,1
524
- Lockhead Martin F-35 Lightning II was an expensive aircraft.,1
525
- AMGTV has sports television programming.,1
526
- The Maze Runner is a narrative in a visual medium.,1
527
- Babur was born in 1483.,1
528
- Ricardo Montalbán was Mexican.,1
529
- A Good Day to Die Hard was written by Skip Woods.,1
530
- See You on the Other Side was put out by Korn.,1
531
- Dark matter is a theoretical kind of matter.,1
532
- House of Balloons is by an award-winning Canadian singer.,1
533
- Touchscreens are used in tablet gaming computers.,1
534
- The Wallace mentions events that never happened.,1
535
- Ed Gein had exhumed corpses.,1
536
- Down with Love is a comedy.,1
537
- Viola Davis has played supporting and minor roles in films and television series in the 1990s.,1
538
- Skopje was a city.,1
539
- Corsica contains a city.,1
540
- Michaela Watkins full name is Michaela Suzanne Watkins.,1
541
- No Country for Old Men was chosen as the highest acclaimed of 2007 by the National Board of Review.,1
542
- Padua is a location.,1
543
- The Pelican Brief is based on a novel by an American writer.,1
544
- Thomas Jefferson worked with James Madison.,1
545
- Don Hall is an employee of Walt Disney Animation Studios.,1
546
- There is a studio album called Girl.,1
547
- David Packouz is a musician.,1
548
- A song by Chaka Khan was released in the 20th century.,1
549
- Issa Rae appears in Awkward Black Girl.,1
550
- The Dark Tower was released in 2017.,1
551
- Simon Pegg is English.,1
552
- The Saturn Award for Best Fantasy Film is a film award.,1
553
- Caleb McLaughlin was born on the day 13th.,1
554
- John Cook led the development of Team Fortress 2.,1
555
- The Catcher in the Rye deals with issues.,1
556
- The Republic of Macedonia is a country.,1
557
- "Yemen does not have an area of 203,850 square miles.",1
558
- One novel is the basis for The Hunchback of Notre Dame.,1
559
- Kendall Jenner is a model.,1
560
- NRG Recording Studios is located in California.,1
561
- A. P. J. Abdul Kalam was supported by an Indian political party.,1
562
- Ashton Kutcher acted in 2005.,1
563
- Warner Bros. released Avenged Sevenfold.,1
564
- Meteora is the sophomore album of Linkin Park.,1
565
- "Watertown, Massachusetts is a city.",1
566
- Honeymoon is Lana Del Rey's album.,1
567
- Colin Kaepernick is a person.,1
568
- Victoria (Dance Exponents song) was a single released in 1982.,1
569
- The Battle of the Trebia took place in the province of Piacenza.,1
570
- Amy Winehouse died of alcohol poisoning at age 27.,1
571
- John Deighton worked a Californian gold claim.,1
572
- Tilda Swinton was born in 1960.,1
573
- The Winds of Winter is an epic fantasy novel.,1
574
- Anne Sullivan was a teacher.,1
575
- Terry Crews was a football player.,1
576
- "Super Bowl XLV was played on February 6, 2011.",1
577
- The United Nations Charter was drafted in 1945.,1
578
- 53 879 people counted as Romani people in the town call Aroni in Republic of Macedonia.,1
579
- The Brat Pack is a type of name given to a group.,1
580
- The Mighty Ducks was produced by a subsidiary of Walt Disney Studios.,1
581
- John Frusciante is a musician.,1
582
- Amyotrophic lateral sclerosis can be inherited.,1
583
- EA Black Box was based in a country.,1
584
- Kodokan judo was a primary influence upon Brazilian jiu-jitsu.,1
585
- "Sonny Bono, whose full name is Salvatore Phillip Bono, was born on February 16, 1935.",1
586
- New Orleans is the birthplace of Anne Rice.,1
587
- "Sexual slavery is just one reason for human trafficking, as is forced labor.",1
588
- Five closely spaced stations was originally served by the Tremont Street Subway.,1
589
- "The Saturn Award for Best Fantasy Film is presented by the Academy of Science Fiction, Fantasy & Horror Films.",1
590
- A rapper was featured on a crossover hit by Chaka Khan.,1
591
- The EP Broken contains Happiness in Slavery.,1
592
- Raees (film) stars an Indian actor.,1
593
- Rage Against the Machine broke up.,1
594
- Alice Cooper's full name is Vincent Damon Furnier.,1
595
- Appropriation (art) played a significant role in performing arts.,1
596
- Saw II sold over 3 million units.,1
597
- Ed Wood is not about the eponymous filmmaker.,1
598
- Lee Daniels directed a film.,1
599
- Castlevania was released by Konami.,1
600
- Chumlee is the stage name of Austin Lee Russell.,1
601
- Granular is granite.,1
602
- Hollow Man has a direct-to-video sequel called Hollow Man 2.,1
603
- EA Black Box was a picture game developer.,1
604
- Ed Decter works in the film industry.,1
605
- "Dan Brown was born June 22, 1964.",1
606
- Ted Cruz's has a middle name.,1
607
- Nellie Bly influenced Lois Lane.,1
608
- Aleister Crowley was a poet.,1
609
- The Prague Castle is a location.,1
610
- Joe Rogan appeared in Hardball.,1
611
- The Little Prince (2015 film) is a film.,1
612
- Michaela Watkins has a full name.,1
613
- Kevin Bacon played a role in The Woodsman.,1
614
- Trollhunters is computer-animated.,1
615
- The ovary is an organ.,1
616
- Emily is the name of the mother of Lorelai Gilmore.,1
617
- Louis Malle worked in a French industry.,1
618
- Woodrow Wilson lived.,1
619
- One True Thing is a show that has a dramatic premise.,1
620
- "Fortunes of War caused the marriage of two actors, Kenneth Branagh and Emma Thompson.",1
621
- "Aestheticism has as subjects fine art, literature, and music.",1
622
- Guns N' Roses is a Californian hard rock band.,1
623
- Commodore is used in many navies.,1
624
- One of the ABC Islands is Bonaire.,1
625
- James VI and I was a monarch of England.,1
626
- Gin derives its main flavour from juniper berries.,1
627
- Gaius Julius Caesar was the father of a dictator.,1
628
- Issa Rae created Awkward Black Girl.,1
629
- Anneliese van der Pol had an early career.,1
630
- The second-largest planet in the Solar System is Saturn.,1
631
- Sandra Bullock was an executive producer of George Lopez.,1
632
- "No Way Out is by Puff Daddy and credits ""The Family"".",1
633
- Eurotas (river) is one of the rivers of Greece.,1
634
- DodgeBall: A True Underdog Story is a 2004 American film.,1
635
- Veeru Devgan is from India.,1
636
- Ashley Graham was on a magazine cover in 2017.,1
637
- NRG Recording Studios is a recording space.,1
638
- Kim Jong-il is designated Eternal General Secretary after his death.,1
639
- Fidel Castro transferred his responsibilities.,1
640
- Hair (musical) received a Drama Desk Award for best revival of a musical.,1
641
- Donna Noble travels with the Tenth Doctor.,1
642
- Harvard University has a campus.,1
643
- Blank Space is on a list in a country.,1
644
- The horse was domesticated on a wide scale by 3000 BC.,1
645
- Sheryl Lee appeared in an American romantic comedy-drama film.,1
646
- Marco Polo traveled to medieval China.,1
647
- Robert Singer (producer) directed at least one television show.,1
648
- December was the month when Lockhead Martin F-35 Lightning II first flew.,1
649
- Ernest Medina participated in a massacre.,1
650
- Fringe aired in 2008.,1
651
- Bongwater follows the story of a drug dealer.,1
652
- Vedic Sanskrit is the language of texts compiled in the 2nd and 1st millennia BCE.,1
653
- Sledgehammer was performed live.,1
654
- Kajol is a civilian woman.,1
655
- An Education was created by a journalist.,1
656
- Colombiana was written by Luc Besson.,1
657
- Rabies can spread through saliva.,1
658
- Aeneas appeared in the Iliad by Homer.,1
659
- Brubaker's director was Stuart Rosenberg.,1
660
- The Catcher in the Rye is a written work.,1
661
- Uranium uses the symbol U.,1
662
- The Sterile Cuckoo was adapted from a novel written by John Nichols.,1
663
- "Prescott, Arizona is a place.",1
664
- Foot Locker is a retailer.,1
665
- Lee Daniels received a nomination for Best Director.,1
666
- Tool has performed tours.,1
667
- Rebel in the Rye was created by a screenwriter.,1
668
- Lois Lane was influenced by real-life journalist Nellie Bly.,1
669
- Guatemala was in a civil war from 1960 to 1996.,1
670
- Solanum has horse nettles.,1
671
- "Diana, Princess of Wales divorced.",1
672
- Life is inapplicable to some objects.,1
673
- Despicable Me 2 was directed by someone.,1
674
- Agent Raghav – Crime Branch was nominated for Best Weekend Show.,1
675
- "Sacre-Coeur, Paris is publicly dedicated to the Sacred Heart of Jesus and it is in France.",1
676
- Janelle Monáe is an American.,1
677
- A Pet can give companionship to lonely elderly adults.,1
678
- Southern Hospitality peaked at number 23 on the Top 40 in 2001.,1
679
- Numb was part of a 2011 DLC for Rock Band 3.,1
680
- Tenacious D was formed in California.,1
681
- Hinduism engages in pilgrimage to sacred sites.,1
682
- Christian Gottlob Neefe was a music conductor.,1
683
- Margaret Thatcher was the most senior politician within the Conservative Party in the United Kingdom.,1
684
- Tenacious D's release occurred before 2005.,1
685
- Doug Petrie made a cameo in Dr. Horrible's Sing-Along Blog.,1
686
- Melilla has an area of 12.3 km2 within Africa.,1
687
- Terry Crews played on the San Diego Chargers.,1
688
- "In 1963, the Guthrie Theater's first building began operating.",1
689
- Muscarinic acetylcholine receptors are known as cell receptors.,1
690
- Manmohan Singh was re-elected after completing a full five-year term in 2009.,1
691
- Guatemala endured a civil war.,1
692
- A Pet helps those who live alone.,1
693
- The Bahamas is an internationally recognized state that comprises a series of islands that form an archipelago.,1
694
- The ability of organizations to connect to the internet is called Internet Access.,1
695
- The Battle of France happened during World War II.,1
696
- Randy Savage wears flamboyant clothing to wrestling matches.,1
697
- Epistemology is the study of the rationality of belief.,1
698
- B. R. Ambedkar was the recipient of an award.,1
699
- Fortunes of War stars an actress.,1
700
- "Billie Joe Armstrong was born on February 17th, 1972.",1
701
- 2016 Tour de France was not won by Chris Froome.,1
702
- Jimi Hendrix was trained as a paratrooper for air assault operations.,1
703
- Amancio Ortega's last name is Gaona.,1
704
- The Danish language is spoken in Sweden.,1
705
- John Dolmayan is a person.,1
706
- Benzodiazepine is a medication.,1
707
- "In 2013, Gal Gadot was ranked as a high earning actress/model, the majority of her income coming from acting.",1
708
- Richard Kuklinski led a double life.,1
709
- The dress was online.,1
710
- The New England Patriots are tied with the 49ers and Cowboys for the second most Super Bowl wins.,1
711
- The Gifted was created by Matt Nix.,1
712
- The Indian Institute of Management Bangalore offers an executive practice program.,1
713
- There are 30 knockouts part of the career boxing record of Floyd Mayweather Jr.,1
714
- The Indian Army is an armed force.,1
715
- Jennifer Lopez made a single.,1
716
- Clueless (film) was followed by books.,1
717
- BSkyB was formed by Rupert Murdoch.,1
718
- The Raven (2012 film) was released the United States in 2012.,1
719
- Finding Dory was directed by Angus MacLane.,1
720
- "In the 1960s, Dub music was developed.",1
721
- "Beaverton, Oregon is a place.",1
722
- Hannah and Her Sisters is an American comedy-drama from 1986.,1
723
- Polar bears depend on the ocean as their main food source.,1
724
- A player-coach may be a head coach.,1
725
- Little Dorrit was published in France in the 1850s.,1
726
- Kojol received nominations.,1
727
- "Watertown, Massachusetts is a city in Middlesex County.",1
728
- The Last Song (film) was partly filmed on a pier.,1
729
- Dilwale Dulhania Le Jayenge was shot in different locations.,1
730
- The Hunger Games are set in a dystopian science fiction genre.,1
731
- The Tenth Doctor appears in Journey's End.,1
732
- Times Higher Education World University Rankings is a publication of university rankings by Times Higher Education (THE) magazine.,1
733
- Tom Baker has narrated a type of book.,1
734
- Ares is an Olympian.,1
735
- The Visigoths gradually adopted the culture of their Hispano-Roman subjects.,1
736
- Kareem Abdul-Jabbar plays basketball.,1
737
- Sancho Panza is a Don Quixote character.,1
738
- Yara Shahidi is American.,1
739
- The cinematography of Far from the Madding Crowd was by an English cinematographer.,1
740
- Samsung entered the shipbuilding industries in the mid-1970's.,1
741
- Paul von Hindenburg was a military officer.,1
742
- Kenny Chesney is a country music writer.,1
743
- Reign Over Me was released in 2007.,1
744
- The album Cher was created by Cher.,1
745
- Slavery for the purpose of sex is a reason for human trafficking.,1
746
- Jamie Lee Curtis starred in John Carpenter's Halloween.,1
747
- Papua comprised all of a country.,1
748
- Amy Adams stars in Trouble with the Curve.,1
749
- Port of Spain is a capital city.,1
750
- Exit the King is by Eugene Ionesco.,1
751
- Marjorie Gross was a writer for a CBS television program.,1
752
- Scandal plays rock music.,1
753
- Ted Cruz is a politician and attorney.,1
754
- The population of Barcelona is 1.6 million.,1
755
- The New England Patriots are even with the 49ers and Cowboys for the second most Super Bowl wins.,1
756
- Estelle Getty was a performer.,1
757
- Fuller House (TV series) is in a genre.,1
758
- Mutiny on the Bounty is a film.,1
759
- July 1974 is the birthday of Jed Whedon.,1
760
- Yugoslavia was in Southeast Europe.,1
761
- The album One of the Boys contains I Kissed a Girl.,1
762
- Fabian Nicieza was born in 1961.,1
763
- "Tom DeLonge formed a band with Mark Hoppus and Scott Raynor, who was a bassist and a drummer, respectively.",1
764
- The soundtrack of Far from the Madding Crowd was by an English composer.,1
765
- Macklemore is a hip hop artist.,1
766
- Birmingham is a large town.,1
767
- Raven-Symoné performs in Empire.,1
768
- Mike Friedrich is a comic book writer.,1
769
- The basis for The Beguiled is a novel with a setting in the American South.,1
770
- Pearl Jam sold many songs in the early 1990s.,1
771
- Species distribution can be understood through factors like extinction.,1
772
- Yara Shahidi is a person from America.,1
773
- Richard Dawkins makes regular internet appearances.,1
774
- Nawaz Sharif is the 20th Prime Minister of Pakistan.,1
775
- Research is used to test the validity of instruments.,1
776
- Amyotrophic lateral sclerosis is a disease that usually starts around the age of 60.,1
777
- The New York Knicks compete in the Eastern Conference of the National Basketball Association.,1
778
- Saturn is smaller than Jupiter.,1
779
- Efraim Diveroli was sentenced to federal prison.,1
780
- A Good Day to Die Hard is part of the Die Hard franchise.,1
781
- "Uta Hagan was born on June 12th, 1919.",1
782
- The Bassoon King is written by an actor.,1
783
- Kojol received the fourth highest civilian honour.,1
784
- Steve Ditko studied at school.,1
785
- Reign Over Me is an American film.,1
786
- Qui-Gon Jinn is a fictional Star Wars character.,1
787
- XHamster produces an online TV series.,1
788
- Ice-T had a debut album.,1
789
- Kleshas manifest in unwholesome actions.,1
790
- Brubaker is a 1980 film.,1
791
- Michelin Guides have been published for more than a decade.,1
792
- Mandy Moore is a writer.,1
793
- The Maltese language is the official language of Malta.,1
794
- The Chaperone (film) is a creative work.,1
795
- France is the owner of Corsica.,1
796
- "Mason Evans, Jr. grows up.",1
797
- Lemmy was known for his distinct gravelly voice.,1
798
- Heaven Can Wait was filmed after Here Comes Mr. Jordan.,1
799
- Microbiologist research typically will promote information that can studied in molecular biology.,1
800
- Sennacherib's designated successor was his son Esarhaddon.,1
801
- Personality is affected by the development of abilities.,1
802
- There is a Spanish-language television network called Telemundo.,1
803
- Luis Fonsi uses a pseudonym.,1
804
- Daredevil follows Matt Murdock.,1
805
- Jewell worked with other artists.,1
806
- Moscovium is a synthetic element.,1
807
- Richard Alf was one of the founders of San Diego Comic-Con.,1
808
- The MP for Maidenhead was once Theresa May.,1
809
- Physics is a fundamental scientific discipline.,1
810
- Dulquer Salmaan was nominated for a Filmfare Award.,1
811
- "Camden, New Jersey is the home of a school that was established as the South Jersey Law School in 1926.",1
812
- A Floppy disk is composed of a thin and flexible magnetic transmission medium.,1
813
- A Milli is a song by a recording artist.,1
814
- Sejong the Great died in the fifteenth century.,1
815
- Manmohan Singh was the first Sikh in office in 2009.,1
816
- "Vic Mensa is from Chicago, Illinois.",1
817
- Birmingham is a place.,1
818
- Floyd Mayweather Jr. has a record 26 world title wins without a loss.,1
819
- Forceps are an instrument that are handheld.,1
820
- Vedam is a 2010 Indian drama film.,1
821
- Anne Sullivan died in October of 1936.,1
822
- Ekta Kapoor worked in television.,1
823
- "In a constitutional federal republic, the Alfred P. Murrah Federal Building was located.",1
824
- The Boeing 767 is used for transatlantic flights.,1
825
- John Frusciante was in Stadium Arcadium.,1
826
- Melilla shares a border with Morocco.,1
827
- Mandy Moore had a career in music.,1
828
- Bethany Hamilton's biopic had Sean McNamara as director.,1
829
- William Howard Taft declined offers of appointment to a court.,1
830
- Uganda was a protectorate.,1
831
- Margaret Thatcher was the most senior politician within the Conservative Party in the UK in 1975.,1
832
- Johann Wolfgang von Goethe published the first part of Faust in 1808.,1
833
- Tenacious D was released before 2006.,1
834
- "Under an Austrian license, Red Bull Racing races.",1
835
- Sean Penn has acted in 13 films.,1
836
- Excuse My French is an album.,1
837
- "The World Trade Center was destroyed on September 11, 2001.",1
838
- Annabelle is in the United States.,1
839
- Phillip Glass has written concertos.,1
840
- PBS is a television program distributor.,1
841
- There was a contribution of the identification of the remains of King Richard III by the University of Leicester.,1
842
- Bonaire was part of the Netherlands Antilles.,1
843
- The Armenian Genocide was an extermination.,1
844
- James Earl Jones was a voice actor in a movie.,1
845
- Issa Rae created Awkward Black Girl and has had success.,1
846
- There is a carnival called Camp Flog Gnaw.,1
847
- Personal computers use touchscreens.,1
848
- Tennessee is in America.,1
849
- "In California, Stephen Hillenburg was raised.",1
850
- Ukrainian Soviet Socialist Republic was a founding participant of the UN.,1
851
- Lois Lane was influenced by a journalist.,1
852
- Janelle Monáe is an entertainer.,1
853
- Hezbollah received combat training from Iran.,1
854
- John Goodman has had roles.,1
855
- Melbourne is where the latest ceremony of the Logie Awards was held at.,1
856
- "Lyon had a population of 506,615 in 2014.",1
857
- Theresa May served.,1
858
- The Bengal tiger is a member of the largest cat species.,1
859
- Kleshas are in the mind.,1
860
- Wilhelmina Slater is portrayed in a period romance television series.,1
861
- The Bahamas is a domestically recognized state that comprises a series of islands that form an archipelago.,1
862
- Veep has won an award.,1
863
- "For the last five consecutive FIFA World Cups, Japan national football team qualified.",1
864
- James VI and I was a person.,1
865
- ASAP Rocky has directed videos for his own music.,1
866
- Tim McGraw had a supporting role in a film.,1
867
- Forced labor is a reason for human trafficking.,1
868
- Ian Brennan directs.,1
869
- Cher was released by the record label Geffen Records.,1
870
- There are 26 world title wins and 0 loss record under Floyd Mayweather Jr.,1
871
- "Pharmacology is concerned with the research, discovery, and characterization of chemicals which show biological effects.",1
872
- An island is part of the ABC Islands.,1
873
- Taylor Lautner appeared on television sitcoms.,1
874
- Fist of Legend is a remake of another movie.,1
875
- Ed Gagliardi died of cancer.,1
876
- Alexandria is the largest seaport in Egypt.,1
877
- Talulah Riley makes an appearance in St Trinian's.,1
878
- Prague Castle attracts over 1.8 million visitors annually.,1
879
- Trevor Griffiths is a writer.,1
880
- Pocahontas was the female child of Powhatan.,1
881
- US Airways Flight 1549 had more than 100 people on board.,1
882
- Kerplunk was the last album by Green Day released through Lookout Records.,1
883
- Philomena was nominated for three Golden Globe Awards.,1
884
- Terrence Howard played James Rhodes in Iron Man.,1
885
- The Blue Dog Coalition is made up of politicians.,1
886
- Elizabeth of York was someone's niece.,1
887
- A monster is often hideous and may be terrifying or harmful.,1
888
- Aldous Huxley published things.,1
889
- One of the most influential bands of its time is Pearl Jam.,1
890
- Christa McAuliffe taught social studies at Concord High School.,1
891
- Speech recognition is popular in online gaming.,1
892
- Grease possessed a musical soundtrack.,1
893
- Bongwater was based on a book.,1
894
- The Penibaetic System is also called a system of mountain ranges.,1
895
- Byron Howard was nominated for a Golden Globe.,1
896
- The Airbus A380 made its first flight in 2005.,1
897
- Hedda Gabler's world premiere took place at a theater.,1
898
- "The Raven (2012 film) was released in the United States on April 27, 2012.",1
899
- Joe Wicks is played by Paul Nicholls.,1
900
- 2016 Tour de France was won by Chris Froome.,1
901
- Carlos Santana was born in the forties.,1
902
- Craig David is a pop music performer.,1
903
- Currently Nawaz Sharif serves as a prime minister.,1
904
- Jamie Lee Curtis starred in John Carpenter's Halloween as teenager Laurie Strode.,1
905
- There are film scores in existence that have been composed by Phillip Glass.,1
906
- Kyra Sedgwick had a role in a work.,1
907
- Entertaining films were produced by First Motion Picture Unit.,1
908
- Syco is a company focused on entertainment.,1
909
- Reign Over Me was written and directed by Mike Binder.,1
910
- Hebe was a cupbearer.,1
911
- "In Kentucky, the electric chair has been retired except for a subset of people.",1
912
- Stan Beeman is in a show on FX.,1
913
- Blue Jasmine has Cate Blanchett directing it.,1
914
- One of the most notable features of Zoroastrianism is the belief and doctrine that is focused on the arrival of the messiah.,1
915
- Vietnam is the 14th most populous country in the world 92.7 million inhabitants.,1
916
- Jewell sings.,1
917
- Henry III assumed the throne in the middle of the First Barons' War.,1
918
- "Scaramouche translates as ""little skirmisher"".",1
919
- Caleb McLaughlin was born in the year 2001.,1
920
- Paris saw the Warcraft movie before America.,1
921
- English people are descended from the Angles as a result of migration.,1
922
- "On August 18th, 2009, The Last Song (film) ended filming.",1
923
- The Saw franchise is a collection of films.,1
924
- Anne Rice lived in San Fransisco.,1
925
- Jack Falahee's middle name is Ryan.,1
926
- Jeong Hyeong-don was born in the 1970's.,1
927
- "An actor whose birthday is on September 15, 1968 starred in Men in Black II.",1
928
- Therasia is a piece of land.,1
929
- Tamerlan Tsarnaev had a male sibling.,1
930
- "Estonia is in Northern Europe, bordering the Baltic Sea.",1
931
- Dave Gibbons is an English letterer.,1
932
- Zac Efron is a citizen.,1
933
- Liverpool is independent of Lancashire.,1
934
- Jewell worked with Dr. Dre.,1
935
- Party Down is a show that Lizzy Caplan starred in.,1
936
- Yara Shahidi is a person.,1
937
- Species distribution can be understood through factors like glaciation.,1
938
- "Franchising is regulated in thirty-three countries, including Australia and the United States.",1
939
- Betsy Hodges was elected to serve a four-year term.,1
940
- There was a song performed on Glee called Rhythm Nation.,1
941
- Aarhus is 187 km north and west of Copenhagen.,1
942
- "Aleister Crowley was born on October 12, 1875.",1
943
- Olympus Mons is on Mars.,1
944
- One Flew Over the Cuckoo's Nest won Academy Awards.,1
945
- "James, Viscount Severn was born in the 2000s.",1
946
- San Diego Comic-Con was founded as a different name.,1
947
- "Charlotte, North Carolina is the third-largest banking center in the United States from 2017-present.",1
948
- There is a musician called John Frusciante.,1
949
- Jamie Lee Curtis was in film.,1
950
- Paul Nicholls played Sam Casey in Law & Order: UK.,1
951
- The Siege of Fort Stanwix began.,1
952
- Netscape Navigator was produced by a Netscape Communications.,1
953
- Advertising is used to sell a service.,1
954
- The NAACP Image Award for Outstanding Supporting Actor in a Drama Series was first given in 1996.,1
955
- The Gifted is a television series.,1
956
- "Woodrow Wilson lived during World War I during which he led the United States and established an activist foreign policy known as ""Wilsonianism.""",1
957
- Topman sells clothing.,1
958
- Stripes had Conrad Dunn featured in it.,1
959
- Ten matches were possessed by SummerSlam.,1
960
- Ayananka Bose works on movies in Bollywood.,1
961
- Goldie Hawn received a Grammy nomination.,1
962
- Quay premiered in the 2010s.,1
963
- Wentworth Miller made his screenwriting debut.,1
964
- The Concert for Bangladesh generated awareness and considerable money.,1
965
- In fall of 2013 Brian Michael Bendis began teaching at the University of Oregon.,1
966
- The Pelican Brief is based on the novel of the same name by John Grisham.,1
967
- Temple of the Dog is the name of a band.,1
968
- Scream 2 is an American film.,1
969
- The Latvian Soviet Socialist Republic is known by at least one other name.,1
970
- Harris Jayaraj is a film composer.,1
971
- Riz Ahmed acted in an 8-part crime drama miniseries.,1
972
- Premam had a theatrical run of 259 days in Chennai.,1
973
- XHamster puts into production a reality series.,1
974
- Dopamine induces neuromodulation.,1
975
- Mogadishu is a capital city.,1
976
- The Godfather Part II featured an Academy Award for Best Actor nominated performance by Al Pacino.,1
977
- Levoamphetamine is a CNS stimulant.,1
978
- Match Point explores the role of lust and luck in life.,1
979
- The Little Prince (2015 film) is a English-language film.,1
980
- "Tilda Swinton was born on November 5, 1960.",1
981
- AMGTV is an American television network.,1
982
- Annie is a film.,1
983
- One of the major features of Zoroastrianism is the belief and doctrine called messianism.,1
984
- Kevin Kline stars in The Road to El Dorado.,1
985
- Petyr Baelish is created by an American author George R.R. Martin.,1
986
- Hermit crabs are decapods.,1
987
- Nicholas Brody is a character on Homeland.,1
988
- Sonny & Cher sing R&B.,1
989
- "Benjamin Franklin was born on April 17th, 1790.",1
990
- Battle of the Bastards had a viewership of over a million in its initial broadcast.,1
991
- The Bengal tiger was subordinated by R. I. Pocock.,1
992
- "On April 8, 1974, Chris Kyle was born.",1
993
- Google Search can return monetary conversions.,1
994
- "Chris Kyle died on February 2, 2013.",1
995
- The Kerner Entertainment Company produced The Mighty Ducks.,1
996
- David Spade appeared in Tommy Boy.,1
997
- December was the month when the principal photography of The Disaster Artist (film) started.,1
998
- The Hunger Games are based on a novel by Suzanne Collins.,1
999
- To this day invasion literature remains a part of popular culture.,1
1000
- Edmund H. North was the winner of an Academy Award.,1
1001
- The Road to El Dorado stars an actor.,1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fact/fever/valid.json ADDED
@@ -0,0 +1,4002 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text":"Starrcade was eventually broadcast via pay-per-view umbrella.",
4
+ "label":0
5
+ },
6
+ {
7
+ "text":"The Pakistan Movement resulted from a series of transformations in Pakistan.",
8
+ "label":0
9
+ },
10
+ {
11
+ "text":"Lemmy was known for his soft, gentle voice.",
12
+ "label":0
13
+ },
14
+ {
15
+ "text":"Starrcade was regarded by the NWA and WCW as their least important event of the year.",
16
+ "label":0
17
+ },
18
+ {
19
+ "text":"Times Higher Education World University Rankings is a publication of rankings by The Chronicle of Higher Education.",
20
+ "label":0
21
+ },
22
+ {
23
+ "text":"Angelsberg is a country.",
24
+ "label":0
25
+ },
26
+ {
27
+ "text":"The dress is a forest.",
28
+ "label":0
29
+ },
30
+ {
31
+ "text":"The Hunger Games film series' first film was produced by Gary Ross.",
32
+ "label":0
33
+ },
34
+ {
35
+ "text":"Natasha Lyonne wasn't born in 1979.",
36
+ "label":0
37
+ },
38
+ {
39
+ "text":"Lorelai Gilmore's mother is Emily, played by Betty White.",
40
+ "label":0
41
+ },
42
+ {
43
+ "text":"James VI and I was Spanish.",
44
+ "label":0
45
+ },
46
+ {
47
+ "text":"Kellyanne Conway has not been embroiled in a series of controversies.",
48
+ "label":0
49
+ },
50
+ {
51
+ "text":"West Virginia borders Maine to the southwest.",
52
+ "label":0
53
+ },
54
+ {
55
+ "text":"Both hosts of Weekly Idol were born in 1983.",
56
+ "label":0
57
+ },
58
+ {
59
+ "text":"Don Bradman's status was recognized only 50 years before his retirement.",
60
+ "label":0
61
+ },
62
+ {
63
+ "text":"Sierra Morena is only an idiom.",
64
+ "label":0
65
+ },
66
+ {
67
+ "text":"Fred Seibert has only produced live-action programs.",
68
+ "label":0
69
+ },
70
+ {
71
+ "text":"Python features manual memory management.",
72
+ "label":0
73
+ },
74
+ {
75
+ "text":"Noah Cyrus was born in 1992.",
76
+ "label":0
77
+ },
78
+ {
79
+ "text":"Kate Walsh was only ever on CBS shows.",
80
+ "label":0
81
+ },
82
+ {
83
+ "text":"Shawn Carlson is a social science writer.",
84
+ "label":0
85
+ },
86
+ {
87
+ "text":"Jos\u00e9 Ferrer spent his entire career fixing cars.",
88
+ "label":0
89
+ },
90
+ {
91
+ "text":"San Diego Comic-Con was founded as the Lone Star State Comic Book Convention.",
92
+ "label":0
93
+ },
94
+ {
95
+ "text":"Meteora is Linkin Park's third studio album.",
96
+ "label":0
97
+ },
98
+ {
99
+ "text":"Carey Hayes is only a German lawyer.",
100
+ "label":0
101
+ },
102
+ {
103
+ "text":"Cadet Kelly was a AMC Original.",
104
+ "label":0
105
+ },
106
+ {
107
+ "text":"Bones is a cuisine.",
108
+ "label":0
109
+ },
110
+ {
111
+ "text":"DNA is a single.",
112
+ "label":0
113
+ },
114
+ {
115
+ "text":"Andre Pirlo is only on the NYC team.",
116
+ "label":0
117
+ },
118
+ {
119
+ "text":"Tremont Street Subway was incapable of serving any stations of any time.",
120
+ "label":0
121
+ },
122
+ {
123
+ "text":"The first inauguration of Bill Clinton was held on July 4th.",
124
+ "label":0
125
+ },
126
+ {
127
+ "text":"The Giver is a dramatic movie.",
128
+ "label":0
129
+ },
130
+ {
131
+ "text":"Star Trek: Discovery is a movie.",
132
+ "label":0
133
+ },
134
+ {
135
+ "text":"An all-seater stadium is solely a dog-walking stadium.",
136
+ "label":0
137
+ },
138
+ {
139
+ "text":"James Spader is known for his hatred of eccentric characters.",
140
+ "label":0
141
+ },
142
+ {
143
+ "text":"Designated Survivor (TV series) is incapable of being an American political drama.",
144
+ "label":0
145
+ },
146
+ {
147
+ "text":"Laura Robson refuses to be in the International Tennis Federation.",
148
+ "label":0
149
+ },
150
+ {
151
+ "text":"Boxing Helena debuted at the Sundance Film Festival in 1996.",
152
+ "label":0
153
+ },
154
+ {
155
+ "text":"Unison (Celine Dion album) is unreleased.",
156
+ "label":0
157
+ },
158
+ {
159
+ "text":"Vedam is a Telugu language translation computer program.",
160
+ "label":0
161
+ },
162
+ {
163
+ "text":"Dark matter is the same as neutrinos.",
164
+ "label":0
165
+ },
166
+ {
167
+ "text":"John DiMaggio has yet to do any voice-over work.",
168
+ "label":0
169
+ },
170
+ {
171
+ "text":"The Romani people originated in Eastern China.",
172
+ "label":0
173
+ },
174
+ {
175
+ "text":"Selena Gomez & the Scene's debut album is War and Peace.",
176
+ "label":0
177
+ },
178
+ {
179
+ "text":"DNA is exclusively a song.",
180
+ "label":0
181
+ },
182
+ {
183
+ "text":"In The 100, adults are the first to return to Earth after a devastating nuclear apocalypse.",
184
+ "label":0
185
+ },
186
+ {
187
+ "text":"Pink is a Dutch singer.",
188
+ "label":0
189
+ },
190
+ {
191
+ "text":"The Little Prince (2015 film) is a English-language television show.",
192
+ "label":0
193
+ },
194
+ {
195
+ "text":"Cary Elwes was born in 1982.",
196
+ "label":0
197
+ },
198
+ {
199
+ "text":"Miracle at St. Anna is set exclusively in Germany.",
200
+ "label":0
201
+ },
202
+ {
203
+ "text":"Arthur Schopenhauer died in 1788.",
204
+ "label":0
205
+ },
206
+ {
207
+ "text":"Brazzers is based in Fort Buckner.",
208
+ "label":0
209
+ },
210
+ {
211
+ "text":"Northwestern University is a recently added member of the Big Ten Conference.",
212
+ "label":0
213
+ },
214
+ {
215
+ "text":"P.S I Love You (film) is a 2000 television show.",
216
+ "label":0
217
+ },
218
+ {
219
+ "text":"Paul von Hindenburg was a private man.",
220
+ "label":0
221
+ },
222
+ {
223
+ "text":"Recovery is a solo album by Lil Wayne.",
224
+ "label":0
225
+ },
226
+ {
227
+ "text":"Jack Dylan Grazer was born on October 3, 2003.",
228
+ "label":0
229
+ },
230
+ {
231
+ "text":"AMGTV has science fiction television programming.",
232
+ "label":0
233
+ },
234
+ {
235
+ "text":"West Ham United F.C. is not a football club.",
236
+ "label":0
237
+ },
238
+ {
239
+ "text":"Dissociative identity disorder is known as dementia.",
240
+ "label":0
241
+ },
242
+ {
243
+ "text":"Commodore is ranked above a navy captain and a rear admiral.",
244
+ "label":0
245
+ },
246
+ {
247
+ "text":"You Only Live Twice was directed by a German man.",
248
+ "label":0
249
+ },
250
+ {
251
+ "text":"Home for the Holidays stars no deceased professionals.",
252
+ "label":0
253
+ },
254
+ {
255
+ "text":"Innovation is viewed as the application of better solutions that negate market needs.",
256
+ "label":0
257
+ },
258
+ {
259
+ "text":"Annette Badland has yet to be in a soap opera.",
260
+ "label":0
261
+ },
262
+ {
263
+ "text":"The Mighty Ducks was produced by Doug the Pug.",
264
+ "label":0
265
+ },
266
+ {
267
+ "text":"A polynomial consists of exclusively indeterminates.",
268
+ "label":0
269
+ },
270
+ {
271
+ "text":"Cheese in the Trap (TV series) stars Batman.",
272
+ "label":0
273
+ },
274
+ {
275
+ "text":"Cheese in the Trap (TV series) comes from India.",
276
+ "label":0
277
+ },
278
+ {
279
+ "text":"Sancho Panza is a character in a poem written by Don Miguel de Cervantes Saavedra.",
280
+ "label":0
281
+ },
282
+ {
283
+ "text":"Sean Gunn has no experience acting.",
284
+ "label":0
285
+ },
286
+ {
287
+ "text":"Mars is far away from Valles Marineris.",
288
+ "label":0
289
+ },
290
+ {
291
+ "text":"John Krasinski is a car.",
292
+ "label":0
293
+ },
294
+ {
295
+ "text":"Zoe Saldana is a Japanese citizen.",
296
+ "label":0
297
+ },
298
+ {
299
+ "text":"Jed Whedon has only ever lived on Mars.",
300
+ "label":0
301
+ },
302
+ {
303
+ "text":"Loretta Sanchez was born on January 7, 1950.",
304
+ "label":0
305
+ },
306
+ {
307
+ "text":"The Giver is only a comedy.",
308
+ "label":0
309
+ },
310
+ {
311
+ "text":"Prescott, Arizona is outside of Yavapai County.",
312
+ "label":0
313
+ },
314
+ {
315
+ "text":"Tinker Tailor Soldier Spy only stars Seth Rogen.",
316
+ "label":0
317
+ },
318
+ {
319
+ "text":"Manchester United is based in Bolton, Greater Manchester, England.",
320
+ "label":0
321
+ },
322
+ {
323
+ "text":"Ned Stark was introduced in 1996's A Clash of Kings.",
324
+ "label":0
325
+ },
326
+ {
327
+ "text":"Kuching is in Sri Lanka.",
328
+ "label":0
329
+ },
330
+ {
331
+ "text":"Jack Lowden is incapable of being in films.",
332
+ "label":0
333
+ },
334
+ {
335
+ "text":"Bullitt is an album produced by Phillip D'Antoni.",
336
+ "label":0
337
+ },
338
+ {
339
+ "text":"CHiPs is an American action novel.",
340
+ "label":0
341
+ },
342
+ {
343
+ "text":"Westworld first season premiered on August 28, 2015.",
344
+ "label":0
345
+ },
346
+ {
347
+ "text":"The Siege of Fort Stanwix ended in May.",
348
+ "label":0
349
+ },
350
+ {
351
+ "text":"Elizabeth Olsen died in 1989.",
352
+ "label":0
353
+ },
354
+ {
355
+ "text":"Charles Manson is a former cult leader.",
356
+ "label":0
357
+ },
358
+ {
359
+ "text":"Earl Scruggs was incapable of being a musician.",
360
+ "label":0
361
+ },
362
+ {
363
+ "text":"Stan Beeman is a supporting female character.",
364
+ "label":0
365
+ },
366
+ {
367
+ "text":"Mohra got zero nominations from a magazine in 1995.",
368
+ "label":0
369
+ },
370
+ {
371
+ "text":"Tool has not produced albums.",
372
+ "label":0
373
+ },
374
+ {
375
+ "text":"Saturn Corporation has no other names.",
376
+ "label":0
377
+ },
378
+ {
379
+ "text":"The Hunger Games is a sequel.",
380
+ "label":0
381
+ },
382
+ {
383
+ "text":"The Sterile Cuckoo was adapted from a novel written by a Belgian novelist.",
384
+ "label":0
385
+ },
386
+ {
387
+ "text":"Nawaz Sharif is a German politician.",
388
+ "label":0
389
+ },
390
+ {
391
+ "text":"Jenny McCarthy did not begin her career in 1993.",
392
+ "label":0
393
+ },
394
+ {
395
+ "text":"Aarhus is 187 km southeast of Copenhagen.",
396
+ "label":0
397
+ },
398
+ {
399
+ "text":"Richard Dawkins has yet to be awarded any academic awards.",
400
+ "label":0
401
+ },
402
+ {
403
+ "text":"Keith Urban was released by Capitol Nashville in 2011.",
404
+ "label":0
405
+ },
406
+ {
407
+ "text":"Dulquer Salmaan was unqualified to ever receive a Filmfare Award nomination.",
408
+ "label":0
409
+ },
410
+ {
411
+ "text":"Bank of America has only one call center.",
412
+ "label":0
413
+ },
414
+ {
415
+ "text":"Gotham premiered in 2015.",
416
+ "label":0
417
+ },
418
+ {
419
+ "text":"Chris Paul is a two-time Olympic silver winner.",
420
+ "label":0
421
+ },
422
+ {
423
+ "text":"Toy Story 2 was released by North Korea.",
424
+ "label":0
425
+ },
426
+ {
427
+ "text":"Ed Gein's hometown is not Plainfield, Wisconsin.",
428
+ "label":0
429
+ },
430
+ {
431
+ "text":"Birthday Song (2 Chainz song) was banned by Sonny Digital.",
432
+ "label":0
433
+ },
434
+ {
435
+ "text":"Reign Over Me was written and directed by dolphins.",
436
+ "label":0
437
+ },
438
+ {
439
+ "text":"There are rumors that Augustus' marble, Livia, poisoned him.",
440
+ "label":0
441
+ },
442
+ {
443
+ "text":"The Bahamas is a cat.",
444
+ "label":0
445
+ },
446
+ {
447
+ "text":"Military deception only overlaps with Psyduck.",
448
+ "label":0
449
+ },
450
+ {
451
+ "text":"Blue Jasmine is about a rich Bostonian socialite who falls on hard times.",
452
+ "label":0
453
+ },
454
+ {
455
+ "text":"Emmanuel Macron refused to work as an Inspector of Finances.",
456
+ "label":0
457
+ },
458
+ {
459
+ "text":"Mad Max: Fury Road was released in 2017.",
460
+ "label":0
461
+ },
462
+ {
463
+ "text":"Jackie (2016 film) was incapable of being written by Noah Oppenheim.",
464
+ "label":0
465
+ },
466
+ {
467
+ "text":"Gordan Ramsay was ranked the 22nd highest earning celebrity in the world in 2015.",
468
+ "label":0
469
+ },
470
+ {
471
+ "text":"Peking University is in Shenzhen.",
472
+ "label":0
473
+ },
474
+ {
475
+ "text":"Trouble with the Curve is a cat.",
476
+ "label":0
477
+ },
478
+ {
479
+ "text":"Wilhelmina Slater is a real person.",
480
+ "label":0
481
+ },
482
+ {
483
+ "text":"Melancholia was directed by Bob Dole.",
484
+ "label":0
485
+ },
486
+ {
487
+ "text":"Kung Fu Panda was in last place at the box office.",
488
+ "label":0
489
+ },
490
+ {
491
+ "text":"Yemen is the fourth-largest country in the Arabian peninsula.",
492
+ "label":0
493
+ },
494
+ {
495
+ "text":"The Times was founded in 1980.",
496
+ "label":0
497
+ },
498
+ {
499
+ "text":"Marvel vs. Capcom: Infinite is a mobile game.",
500
+ "label":0
501
+ },
502
+ {
503
+ "text":"Amancio Ortega is his full name.",
504
+ "label":0
505
+ },
506
+ {
507
+ "text":"Paul Nicholls is a singer.",
508
+ "label":0
509
+ },
510
+ {
511
+ "text":"Jeong Hyeong-don is solely Peruvian.",
512
+ "label":0
513
+ },
514
+ {
515
+ "text":"Weill Cornell Medicine has no history of being related to the field of education.",
516
+ "label":0
517
+ },
518
+ {
519
+ "text":"Azithromycin is only available under the brand name Zmax.",
520
+ "label":0
521
+ },
522
+ {
523
+ "text":"Excluded from Saw (franchise) is the 2004 film.",
524
+ "label":0
525
+ },
526
+ {
527
+ "text":"Coins of the Swiss franc are used only outside of Switzerland.",
528
+ "label":0
529
+ },
530
+ {
531
+ "text":"A River Runs Through It has lost every Academy Award.",
532
+ "label":0
533
+ },
534
+ {
535
+ "text":"The Lincoln-Douglas debates happened in a car.",
536
+ "label":0
537
+ },
538
+ {
539
+ "text":"James, Viscount Severn was born in the 1990s.",
540
+ "label":0
541
+ },
542
+ {
543
+ "text":"Practical Magic is solely based on a novel of a different name.",
544
+ "label":0
545
+ },
546
+ {
547
+ "text":"Samsung was separated into ten business groups in 1987.",
548
+ "label":0
549
+ },
550
+ {
551
+ "text":"Creedence Clearwater Revival was active in the late 1980s and early 1990s.",
552
+ "label":0
553
+ },
554
+ {
555
+ "text":"Brian De Palma was born in 1980.",
556
+ "label":0
557
+ },
558
+ {
559
+ "text":"Maximum Overdrive was written by The United States' government.",
560
+ "label":0
561
+ },
562
+ {
563
+ "text":"Linkin Park has only released one album to date.",
564
+ "label":0
565
+ },
566
+ {
567
+ "text":"George III of the United Kingdom had experiences.",
568
+ "label":0
569
+ },
570
+ {
571
+ "text":"Sensitive Skin's first series aired only on SBS TV.",
572
+ "label":0
573
+ },
574
+ {
575
+ "text":"Yin and yang show a balance between magnetized entities.",
576
+ "label":0
577
+ },
578
+ {
579
+ "text":"Kevin Costner refused the role of Devil Anse Hatfield in 2012.",
580
+ "label":0
581
+ },
582
+ {
583
+ "text":"Marjorie Gross is unable to write.",
584
+ "label":0
585
+ },
586
+ {
587
+ "text":"Noah Cyrus is the youngest daughter of Billy Ray Cyrus, born on November 3rd, 2004.",
588
+ "label":0
589
+ },
590
+ {
591
+ "text":"Trevor Griffiths was only born on April 14, 1935.",
592
+ "label":0
593
+ },
594
+ {
595
+ "text":"Robinson Crusoe on Mars was only ever a book.",
596
+ "label":0
597
+ },
598
+ {
599
+ "text":"The Hit was released on a mural.",
600
+ "label":0
601
+ },
602
+ {
603
+ "text":"Tangled is a silent film.",
604
+ "label":0
605
+ },
606
+ {
607
+ "text":"Wentworth Miller made his screenwriting debut with the Spring Stoker.",
608
+ "label":0
609
+ },
610
+ {
611
+ "text":"Danger UXB is from 1981.",
612
+ "label":0
613
+ },
614
+ {
615
+ "text":"Honeymoon is the second major-label record by Lana Del Rey.",
616
+ "label":0
617
+ },
618
+ {
619
+ "text":"Touchscreens are only used in tablet computers.",
620
+ "label":0
621
+ },
622
+ {
623
+ "text":"Kung Fu Panda was released in 2006.",
624
+ "label":0
625
+ },
626
+ {
627
+ "text":"Noah Cyrus is the older sister of Miley Cyrus.",
628
+ "label":0
629
+ },
630
+ {
631
+ "text":"The Chagatai language was the shared literary language of Central Asia until the 19th century.",
632
+ "label":0
633
+ },
634
+ {
635
+ "text":"Jenna Jameson started acting in erotic videos in 1990.",
636
+ "label":0
637
+ },
638
+ {
639
+ "text":"Lyon's population has never increased above 500,000.",
640
+ "label":0
641
+ },
642
+ {
643
+ "text":"Birmingham is in Suffolk County.",
644
+ "label":0
645
+ },
646
+ {
647
+ "text":"Sally Hawkins ignored the offer to act in Cate Blanchett.",
648
+ "label":0
649
+ },
650
+ {
651
+ "text":"Hush (2016 film) was not produced by Trevor Macy.",
652
+ "label":0
653
+ },
654
+ {
655
+ "text":"George Harrison has been single his whole life.",
656
+ "label":0
657
+ },
658
+ {
659
+ "text":"Dan O'Bannon was Canadian.",
660
+ "label":0
661
+ },
662
+ {
663
+ "text":"Argentina's state capital is the Ural Mountains.",
664
+ "label":0
665
+ },
666
+ {
667
+ "text":"Estonia does not border the Baltic Sea.",
668
+ "label":0
669
+ },
670
+ {
671
+ "text":"Morse code is more sensitive to poor signal conditions.",
672
+ "label":0
673
+ },
674
+ {
675
+ "text":"Samwell Tarly appears only outside of the A Song of Ice and Fire series.",
676
+ "label":0
677
+ },
678
+ {
679
+ "text":"Mars is in the Andromeda galaxy.",
680
+ "label":0
681
+ },
682
+ {
683
+ "text":"Milk is based on the life of a person who never participated in activism.",
684
+ "label":0
685
+ },
686
+ {
687
+ "text":"Jackie (2016 film) was directed by Peter Jackson.",
688
+ "label":0
689
+ },
690
+ {
691
+ "text":"Sean Penn is only ever a stage actor.",
692
+ "label":0
693
+ },
694
+ {
695
+ "text":"Jack Dylan Grazer's grandparents are Angela Lafever and Gavin Grazer.",
696
+ "label":0
697
+ },
698
+ {
699
+ "text":"Henry II of France died in an archery tournament.",
700
+ "label":0
701
+ },
702
+ {
703
+ "text":"Taran Killam isn't a writer.",
704
+ "label":0
705
+ },
706
+ {
707
+ "text":"Camden, New Jersey is the home of a school that was founded as the South Jersey Law School in 1920.",
708
+ "label":0
709
+ },
710
+ {
711
+ "text":"Happiness in Slavery is a song by an American band.",
712
+ "label":0
713
+ },
714
+ {
715
+ "text":"Ann Richards wasn't a politician.",
716
+ "label":0
717
+ },
718
+ {
719
+ "text":"Meteora is an album by an American carpenter.",
720
+ "label":0
721
+ },
722
+ {
723
+ "text":"Scream 2 was made in 1854.",
724
+ "label":0
725
+ },
726
+ {
727
+ "text":"St. Anger is the second studio album by Metallica.",
728
+ "label":0
729
+ },
730
+ {
731
+ "text":"Peking University was founded in 1876.",
732
+ "label":0
733
+ },
734
+ {
735
+ "text":"Floyd Mayweather Jr. is incapable of boxing.",
736
+ "label":0
737
+ },
738
+ {
739
+ "text":"Kuching is a city in Singapore.",
740
+ "label":0
741
+ },
742
+ {
743
+ "text":"Uranium-235 was discovered by a person who lived forever.",
744
+ "label":0
745
+ },
746
+ {
747
+ "text":"Tinker Tailor Soldier Spy only stars Adam Sandler.",
748
+ "label":0
749
+ },
750
+ {
751
+ "text":"Simon Pegg is entirely Japanese.",
752
+ "label":0
753
+ },
754
+ {
755
+ "text":"Augustus did not die in 14 AD.",
756
+ "label":0
757
+ },
758
+ {
759
+ "text":"Match Point was an unproduced screenplay by Woody Allen.",
760
+ "label":0
761
+ },
762
+ {
763
+ "text":"Drake Bell has yet to release anything.",
764
+ "label":0
765
+ },
766
+ {
767
+ "text":"Henry III of France staged his murder and lived to old age after escaping.",
768
+ "label":0
769
+ },
770
+ {
771
+ "text":"Woodrow Wilson lived during The Russo-Persian War.",
772
+ "label":0
773
+ },
774
+ {
775
+ "text":"The great white shark prefers to prey on humans.",
776
+ "label":0
777
+ },
778
+ {
779
+ "text":"Alvin and the Chipmunks is a Canadian film.",
780
+ "label":0
781
+ },
782
+ {
783
+ "text":"The United Nations Charter was signed on April 26, 1945.",
784
+ "label":0
785
+ },
786
+ {
787
+ "text":"Foot Locker is only known as Foot Locker.",
788
+ "label":0
789
+ },
790
+ {
791
+ "text":"English people are descended from no other peoples.",
792
+ "label":0
793
+ },
794
+ {
795
+ "text":"Susan Collins was the second woman to become the nominee of a major party for Governor of Maine.",
796
+ "label":0
797
+ },
798
+ {
799
+ "text":"Charles Howard Hinton wrote predominately epistolary pastoral novels.",
800
+ "label":0
801
+ },
802
+ {
803
+ "text":"Michael Vick exclusively played for the Carolina Panthers.",
804
+ "label":0
805
+ },
806
+ {
807
+ "text":"Daredevil was not produced by Marvel Television.",
808
+ "label":0
809
+ },
810
+ {
811
+ "text":"Vampires were lacking from European folklore.",
812
+ "label":0
813
+ },
814
+ {
815
+ "text":"Julianne Moore created the television series As the World Turns.",
816
+ "label":0
817
+ },
818
+ {
819
+ "text":"Nuuk is the seat of government of only Iceland.",
820
+ "label":0
821
+ },
822
+ {
823
+ "text":"Cheese in the Trap (TV series) only stars animals.",
824
+ "label":0
825
+ },
826
+ {
827
+ "text":"Amy Winehouse died of brain poisoning.",
828
+ "label":0
829
+ },
830
+ {
831
+ "text":"Cadet Kelly was only a Paramount Original film.",
832
+ "label":0
833
+ },
834
+ {
835
+ "text":"Spider-Man 2 was directed by Barack Obama.",
836
+ "label":0
837
+ },
838
+ {
839
+ "text":"Jonah Hill is a bear.",
840
+ "label":0
841
+ },
842
+ {
843
+ "text":"Aristotle never went to the Academy.",
844
+ "label":0
845
+ },
846
+ {
847
+ "text":"Mike Huckabee is an outspoken atheist.",
848
+ "label":0
849
+ },
850
+ {
851
+ "text":"Stanley Williams was an inmate in California.",
852
+ "label":0
853
+ },
854
+ {
855
+ "text":"The current President of Lockheed Martin holds no other positions in the company.",
856
+ "label":0
857
+ },
858
+ {
859
+ "text":"Manchester United is based in New England.",
860
+ "label":0
861
+ },
862
+ {
863
+ "text":"Boeing 787 Dreamliner has always had the same name.",
864
+ "label":0
865
+ },
866
+ {
867
+ "text":"Michael J. Fox is immune to Parkinson's disease.",
868
+ "label":0
869
+ },
870
+ {
871
+ "text":"Maria Theresa was the rival of Emperor Charles VI.",
872
+ "label":0
873
+ },
874
+ {
875
+ "text":"The Incredibles 2 will not be given an IMAX release.",
876
+ "label":0
877
+ },
878
+ {
879
+ "text":"The Invisible Man was based on a play.",
880
+ "label":0
881
+ },
882
+ {
883
+ "text":"Tata Motors is disqualified to be listed on the (BSE) Bombay Stock Exchange.",
884
+ "label":0
885
+ },
886
+ {
887
+ "text":"Species distribution can be understood through many factors except glaciation.",
888
+ "label":0
889
+ },
890
+ {
891
+ "text":"The Beach was made for film by John Hodge.",
892
+ "label":0
893
+ },
894
+ {
895
+ "text":"One Dance was Drake's first number one single in 34 countries.",
896
+ "label":0
897
+ },
898
+ {
899
+ "text":"Physics' main goal is to observe the behavior of the universe.",
900
+ "label":0
901
+ },
902
+ {
903
+ "text":"Marcus Bentley finished college on October 4th, 1967.",
904
+ "label":0
905
+ },
906
+ {
907
+ "text":"James VI and I was a major adversary of a single parliament for England.",
908
+ "label":0
909
+ },
910
+ {
911
+ "text":"Jack Falahee was born in March.",
912
+ "label":0
913
+ },
914
+ {
915
+ "text":"Kojol did not receive the fourth highest civilian honour of the country.",
916
+ "label":0
917
+ },
918
+ {
919
+ "text":"The Guthrie Theater's first building was designed before Ralph Rapson was born.",
920
+ "label":0
921
+ },
922
+ {
923
+ "text":"Colin Kaepernick is a poker player.",
924
+ "label":0
925
+ },
926
+ {
927
+ "text":"Dev Patel has not worked with John Madden.",
928
+ "label":0
929
+ },
930
+ {
931
+ "text":"Saturn is a moon.",
932
+ "label":0
933
+ },
934
+ {
935
+ "text":"A View to a Kill is the second James Bond film to be directed by John Glen.",
936
+ "label":0
937
+ },
938
+ {
939
+ "text":"The Little Prince (2015 film) is a 2015 American film.",
940
+ "label":0
941
+ },
942
+ {
943
+ "text":"Two and a Half Men originally aired on NBC.",
944
+ "label":0
945
+ },
946
+ {
947
+ "text":"The Challenge XXX: Dirty 30 is not a season of a reality game show.",
948
+ "label":0
949
+ },
950
+ {
951
+ "text":"Celebrity Rehab with Dr. Drew was a scripted TV drama.",
952
+ "label":0
953
+ },
954
+ {
955
+ "text":"Wildfang was founded in 2000.",
956
+ "label":0
957
+ },
958
+ {
959
+ "text":"Tenacious D is made up of two Canadians.",
960
+ "label":0
961
+ },
962
+ {
963
+ "text":"Chris Eubank Jr. is Canadian.",
964
+ "label":0
965
+ },
966
+ {
967
+ "text":"Poldark airs on HBO.",
968
+ "label":0
969
+ },
970
+ {
971
+ "text":"Live Through This has only been sold in Australia.",
972
+ "label":0
973
+ },
974
+ {
975
+ "text":"Rick Ross released Hood Billionaire in 2010.",
976
+ "label":0
977
+ },
978
+ {
979
+ "text":"Melancholia was directed by a Polish novelist.",
980
+ "label":0
981
+ },
982
+ {
983
+ "text":"Rob McElhenney has yet to appear on television.",
984
+ "label":0
985
+ },
986
+ {
987
+ "text":"Vatican City was established in 1930.",
988
+ "label":0
989
+ },
990
+ {
991
+ "text":"Southpaw is only a Canadian film.",
992
+ "label":0
993
+ },
994
+ {
995
+ "text":"Dan Brown is an Italian publisher.",
996
+ "label":0
997
+ },
998
+ {
999
+ "text":"The University of Leicester only invented spoons.",
1000
+ "label":0
1001
+ },
1002
+ {
1003
+ "text":"The Beach was adapted for film by John Denver exclusively.",
1004
+ "label":0
1005
+ },
1006
+ {
1007
+ "text":"Adam Lambert's album premiered at number one on the U.S. Billboard 200 chart in 2005.",
1008
+ "label":0
1009
+ },
1010
+ {
1011
+ "text":"Duff McKagan was born in 1994.",
1012
+ "label":0
1013
+ },
1014
+ {
1015
+ "text":"Princess Mononoke is a Ghibli film from 2015.",
1016
+ "label":0
1017
+ },
1018
+ {
1019
+ "text":"John Deighton was forced to pursue other criminals.",
1020
+ "label":0
1021
+ },
1022
+ {
1023
+ "text":"The Bermuda Triangle is known by no other name.",
1024
+ "label":0
1025
+ },
1026
+ {
1027
+ "text":"Johnny Van Zant released a solo album in 1992.",
1028
+ "label":0
1029
+ },
1030
+ {
1031
+ "text":"Chris Mullin played with the Indiana Pacers from 1997 until the 1999-2000 season when he died suddenly.",
1032
+ "label":0
1033
+ },
1034
+ {
1035
+ "text":"Curacao is the only ABC island.",
1036
+ "label":0
1037
+ },
1038
+ {
1039
+ "text":"Homer Hickman is illiterate.",
1040
+ "label":0
1041
+ },
1042
+ {
1043
+ "text":"Richard Dawkins has yet to appear on television.",
1044
+ "label":0
1045
+ },
1046
+ {
1047
+ "text":"Paramore is not American.",
1048
+ "label":0
1049
+ },
1050
+ {
1051
+ "text":"Bad Romance was successful around the 60s.",
1052
+ "label":0
1053
+ },
1054
+ {
1055
+ "text":"Loretta Sanchez is an Irish politician.",
1056
+ "label":0
1057
+ },
1058
+ {
1059
+ "text":"The Adventures of Pluto Nash stars an actor that was born on February 5, 1961.",
1060
+ "label":0
1061
+ },
1062
+ {
1063
+ "text":"The United Nations Charter was signed at the New York War Memorial and Performing Arts Center.",
1064
+ "label":0
1065
+ },
1066
+ {
1067
+ "text":"Little Dorrit is a song by Charles Dickens.",
1068
+ "label":0
1069
+ },
1070
+ {
1071
+ "text":"Trouble with the Curve is only a podcast.",
1072
+ "label":0
1073
+ },
1074
+ {
1075
+ "text":"Tobey Maguire left The Good German before filming began.",
1076
+ "label":0
1077
+ },
1078
+ {
1079
+ "text":"Quay premiered in Boston.",
1080
+ "label":0
1081
+ },
1082
+ {
1083
+ "text":"Vedam is a 2010 Indian soccer MVP.",
1084
+ "label":0
1085
+ },
1086
+ {
1087
+ "text":"Live Nation Entertainment is a global energy company.",
1088
+ "label":0
1089
+ },
1090
+ {
1091
+ "text":"The Mighty Ducks was distributed only by Netflix.",
1092
+ "label":0
1093
+ },
1094
+ {
1095
+ "text":"Uranium-235 was lost by Arthur Jeffrey Dempster.",
1096
+ "label":0
1097
+ },
1098
+ {
1099
+ "text":"Pearl Jam did not sold many songs in the early 1990s.",
1100
+ "label":0
1101
+ },
1102
+ {
1103
+ "text":"Shomu Mukherjee was born on April 10, 2008.",
1104
+ "label":0
1105
+ },
1106
+ {
1107
+ "text":"Johann Wolfgang von Goethe was enemies with Friedrich Schiller.",
1108
+ "label":0
1109
+ },
1110
+ {
1111
+ "text":"Live Through This is a quote.",
1112
+ "label":0
1113
+ },
1114
+ {
1115
+ "text":"Palo Alto, California is located only outside of San Francisco Bay Area.",
1116
+ "label":0
1117
+ },
1118
+ {
1119
+ "text":"Kevin Costner has won zero awards.",
1120
+ "label":0
1121
+ },
1122
+ {
1123
+ "text":"Arthur Schopenhauer was born in 1860.",
1124
+ "label":0
1125
+ },
1126
+ {
1127
+ "text":"See.SZA.Run is only influenced by soul.",
1128
+ "label":0
1129
+ },
1130
+ {
1131
+ "text":"L.A. Reid hasn't been a chairman.",
1132
+ "label":0
1133
+ },
1134
+ {
1135
+ "text":"Veeram is a 2010 film.",
1136
+ "label":0
1137
+ },
1138
+ {
1139
+ "text":"The Little Prince (2015 film) is directed by Michael Bay only.",
1140
+ "label":0
1141
+ },
1142
+ {
1143
+ "text":"Rick Ross released less than nine studio albums.",
1144
+ "label":0
1145
+ },
1146
+ {
1147
+ "text":"Ghost, the film, was released in 1994.",
1148
+ "label":0
1149
+ },
1150
+ {
1151
+ "text":"Pen\u00e9lope Cruz refused to model for L'Or\u00e9al.",
1152
+ "label":0
1153
+ },
1154
+ {
1155
+ "text":"Exercise raises resting heart rate in the long term.",
1156
+ "label":0
1157
+ },
1158
+ {
1159
+ "text":"Natasha Lyonne isn't American.",
1160
+ "label":0
1161
+ },
1162
+ {
1163
+ "text":"Prescott, Arizona is a county.",
1164
+ "label":0
1165
+ },
1166
+ {
1167
+ "text":"Hush (2016 film) was not produced by Jason Blum.",
1168
+ "label":0
1169
+ },
1170
+ {
1171
+ "text":"The Hunger Games is a thought process.",
1172
+ "label":0
1173
+ },
1174
+ {
1175
+ "text":"John Goodman starred in Cloverfield.",
1176
+ "label":0
1177
+ },
1178
+ {
1179
+ "text":"Smriti Mandhana was born in August.",
1180
+ "label":0
1181
+ },
1182
+ {
1183
+ "text":"Birmingham is a religion.",
1184
+ "label":0
1185
+ },
1186
+ {
1187
+ "text":"History of Earth ruled out stromatolite being part of it.",
1188
+ "label":0
1189
+ },
1190
+ {
1191
+ "text":"Edouard Seguin worked with children with heart issues.",
1192
+ "label":0
1193
+ },
1194
+ {
1195
+ "text":"PacSun barely sells products designed for teens.",
1196
+ "label":0
1197
+ },
1198
+ {
1199
+ "text":"Anne Rice was born in New Mexico.",
1200
+ "label":0
1201
+ },
1202
+ {
1203
+ "text":"Tijuana is in Mexico.",
1204
+ "label":0
1205
+ },
1206
+ {
1207
+ "text":"Keith Godchaux was a member of the Grateful Dead in 1999.",
1208
+ "label":0
1209
+ },
1210
+ {
1211
+ "text":"Aarhus is located on the west coast of the Jutland peninsula.",
1212
+ "label":0
1213
+ },
1214
+ {
1215
+ "text":"The Cretaceous is a Paleogene extinction event.",
1216
+ "label":0
1217
+ },
1218
+ {
1219
+ "text":"Homo sapiens live on the fourth planet from the Sun.",
1220
+ "label":0
1221
+ },
1222
+ {
1223
+ "text":"The Mirny (sloop-of-war) was the second plane of an expedition.",
1224
+ "label":0
1225
+ },
1226
+ {
1227
+ "text":"Lorelai Gilmore's uncle was played by Edward Herrmann.",
1228
+ "label":0
1229
+ },
1230
+ {
1231
+ "text":"Tilda Swinton is only Scottish.",
1232
+ "label":0
1233
+ },
1234
+ {
1235
+ "text":"Zoey Deutch did not portray Rosemarie Hathaway in Vampire Academy.",
1236
+ "label":0
1237
+ },
1238
+ {
1239
+ "text":"Younger is a town.",
1240
+ "label":0
1241
+ },
1242
+ {
1243
+ "text":"Craig David was nominated for Best American Male.",
1244
+ "label":0
1245
+ },
1246
+ {
1247
+ "text":"Victoria Palace Theatre is barely in the West End.",
1248
+ "label":0
1249
+ },
1250
+ {
1251
+ "text":"Sabbir Khan only directed films with no people.",
1252
+ "label":0
1253
+ },
1254
+ {
1255
+ "text":"Polar bears depend on lakes as their main food source.",
1256
+ "label":0
1257
+ },
1258
+ {
1259
+ "text":"Bruce Shand was born on September 22nd, 1917.",
1260
+ "label":0
1261
+ },
1262
+ {
1263
+ "text":"Internet access is incapable of accessing email and the World Wide Web.",
1264
+ "label":0
1265
+ },
1266
+ {
1267
+ "text":"Tennessee is a producer of grain.",
1268
+ "label":0
1269
+ },
1270
+ {
1271
+ "text":"Story of My Life was recorded by a girl band.",
1272
+ "label":0
1273
+ },
1274
+ {
1275
+ "text":"Creedence Clearwater Revival was not active in the late 1960s and early 1970s.",
1276
+ "label":0
1277
+ },
1278
+ {
1279
+ "text":"Varsity Blues (film) is incapable of being filmed.",
1280
+ "label":0
1281
+ },
1282
+ {
1283
+ "text":"Tatum O'Neal spent her life single.",
1284
+ "label":0
1285
+ },
1286
+ {
1287
+ "text":"Bones is solely a television pitch.",
1288
+ "label":0
1289
+ },
1290
+ {
1291
+ "text":"Efraim Diveroli is a three-wheeled vehicle.",
1292
+ "label":0
1293
+ },
1294
+ {
1295
+ "text":"Talulah Riley did not appear in St Trinian's.",
1296
+ "label":0
1297
+ },
1298
+ {
1299
+ "text":"Sebastian Stan hasn't acted in a miniseries.",
1300
+ "label":0
1301
+ },
1302
+ {
1303
+ "text":"The Daily Show focuses on old news stories.",
1304
+ "label":0
1305
+ },
1306
+ {
1307
+ "text":"The first inauguration of Bill Clinton made him the 22nd Super Bowl Most Valuable Player.",
1308
+ "label":0
1309
+ },
1310
+ {
1311
+ "text":"Richard Fortus has been a manager of Guns N' Roses since 2002.",
1312
+ "label":0
1313
+ },
1314
+ {
1315
+ "text":"Fargo (season 3) aired on a Chinese basic cable network.",
1316
+ "label":0
1317
+ },
1318
+ {
1319
+ "text":"Liverpool is outside of the United Kingdom.",
1320
+ "label":0
1321
+ },
1322
+ {
1323
+ "text":"Trace Cyrus is a younger sibling of Noah Cyrus.",
1324
+ "label":0
1325
+ },
1326
+ {
1327
+ "text":"Musala is a computer.",
1328
+ "label":0
1329
+ },
1330
+ {
1331
+ "text":"Yemen is not the second-largest country in the Arabian peninsula.",
1332
+ "label":0
1333
+ },
1334
+ {
1335
+ "text":"Stephen Moyer was refused any role in Prince Valiant.",
1336
+ "label":0
1337
+ },
1338
+ {
1339
+ "text":"The House of the Spirits is based on the 1982 novel Harry Potter by J.K. Rowling.",
1340
+ "label":0
1341
+ },
1342
+ {
1343
+ "text":"Knocked Up was released worldwide in 2003.",
1344
+ "label":0
1345
+ },
1346
+ {
1347
+ "text":"Johanna Braddy has no experience as an actress.",
1348
+ "label":0
1349
+ },
1350
+ {
1351
+ "text":"Nicholas Brody is a character on an HBO series.",
1352
+ "label":0
1353
+ },
1354
+ {
1355
+ "text":"Victor Manuelle was uninvolved with every version of Despacito.",
1356
+ "label":0
1357
+ },
1358
+ {
1359
+ "text":"Billboard Dad is only a book.",
1360
+ "label":0
1361
+ },
1362
+ {
1363
+ "text":"Keith Stanfield was born on March 12, 1991.",
1364
+ "label":0
1365
+ },
1366
+ {
1367
+ "text":"Garden State was barely at a festival that takes place in Park City, Utah.",
1368
+ "label":0
1369
+ },
1370
+ {
1371
+ "text":"Efraim Diveroli died before being sentenced to federal prison.",
1372
+ "label":0
1373
+ },
1374
+ {
1375
+ "text":"The English Wikipedia is the English-language edition of a movie.",
1376
+ "label":0
1377
+ },
1378
+ {
1379
+ "text":"See You on the Other Side is a book.",
1380
+ "label":0
1381
+ },
1382
+ {
1383
+ "text":"The Adventures of Pluto Nash was produced by Ron Underwood.",
1384
+ "label":0
1385
+ },
1386
+ {
1387
+ "text":"The Washington Monument is made of marble, granite, and soapstone.",
1388
+ "label":0
1389
+ },
1390
+ {
1391
+ "text":"Selena Gomez & the Scene's debut album is anything but Kiss & Tell.",
1392
+ "label":0
1393
+ },
1394
+ {
1395
+ "text":"Justin Chatwin is not an actor.",
1396
+ "label":0
1397
+ },
1398
+ {
1399
+ "text":"Buffy the Vampire Slayer is exclusively a Japanese television series.",
1400
+ "label":0
1401
+ },
1402
+ {
1403
+ "text":"The Blue Dog Coalition came into existence in the year 2023.",
1404
+ "label":0
1405
+ },
1406
+ {
1407
+ "text":"Invasion literature had little impact on popular perceptions in Britain.",
1408
+ "label":0
1409
+ },
1410
+ {
1411
+ "text":"In America, Warcraft was released by Columbia.",
1412
+ "label":0
1413
+ },
1414
+ {
1415
+ "text":"Temple Grandin stars Claire Danes as a stormtrooper.",
1416
+ "label":0
1417
+ },
1418
+ {
1419
+ "text":"Mud features Sandra Bullock.",
1420
+ "label":0
1421
+ },
1422
+ {
1423
+ "text":"The Hunger Games are not a film trilogy.",
1424
+ "label":0
1425
+ },
1426
+ {
1427
+ "text":"Westworld (TV series)'s first season has one episode.",
1428
+ "label":0
1429
+ },
1430
+ {
1431
+ "text":"Hezbollah received zero support from Iran.",
1432
+ "label":0
1433
+ },
1434
+ {
1435
+ "text":"Carol Danvers is a fictional setting.",
1436
+ "label":0
1437
+ },
1438
+ {
1439
+ "text":"Advertising is rarely a visual form of marketing communication.",
1440
+ "label":0
1441
+ },
1442
+ {
1443
+ "text":"Bea Arthur was renamed Bernice Frankel.",
1444
+ "label":0
1445
+ },
1446
+ {
1447
+ "text":"Practical Magic is a 1998 event.",
1448
+ "label":0
1449
+ },
1450
+ {
1451
+ "text":"Fist of Legend is a direct sequel to Fist of Fury.",
1452
+ "label":0
1453
+ },
1454
+ {
1455
+ "text":"The Cincinnati Kid is a TV show.",
1456
+ "label":0
1457
+ },
1458
+ {
1459
+ "text":"Eric Bana has stayed away from acting completely.",
1460
+ "label":0
1461
+ },
1462
+ {
1463
+ "text":"Northwestern University is a public university.",
1464
+ "label":0
1465
+ },
1466
+ {
1467
+ "text":"Anushka Sharma never won a Filmfare Award.",
1468
+ "label":0
1469
+ },
1470
+ {
1471
+ "text":"Gordan Ramsay has not had apprentices.",
1472
+ "label":0
1473
+ },
1474
+ {
1475
+ "text":"Ang Lee doesn't know how to write.",
1476
+ "label":0
1477
+ },
1478
+ {
1479
+ "text":"Vatican City has yet to be established.",
1480
+ "label":0
1481
+ },
1482
+ {
1483
+ "text":"The Adventures of Pluto Nash stars an actor that died in 1961.",
1484
+ "label":0
1485
+ },
1486
+ {
1487
+ "text":"Peking University was founded in the eighteenth century.",
1488
+ "label":0
1489
+ },
1490
+ {
1491
+ "text":"Life applies only to physical entities without signaling.",
1492
+ "label":0
1493
+ },
1494
+ {
1495
+ "text":"Martin Van Buren was exclusively unelected.",
1496
+ "label":0
1497
+ },
1498
+ {
1499
+ "text":"Fabian Nicieza is solely Japanese.",
1500
+ "label":0
1501
+ },
1502
+ {
1503
+ "text":"Goosebumps (film) is written by William Goldman.",
1504
+ "label":0
1505
+ },
1506
+ {
1507
+ "text":"The Millers has no cancellation announcements.",
1508
+ "label":0
1509
+ },
1510
+ {
1511
+ "text":"Aaron Burr's final year of vice presidency was 1804.",
1512
+ "label":0
1513
+ },
1514
+ {
1515
+ "text":"Raven-Symon\u00e9 turned down any appearances in Empire.",
1516
+ "label":0
1517
+ },
1518
+ {
1519
+ "text":"Moonlight never premiered at the Telluride Film Festival.",
1520
+ "label":0
1521
+ },
1522
+ {
1523
+ "text":"Trevor Griffiths was born in Boston, Massachusetts.",
1524
+ "label":0
1525
+ },
1526
+ {
1527
+ "text":"The Catcher in the Rye is not a novel.",
1528
+ "label":0
1529
+ },
1530
+ {
1531
+ "text":"Vampire Academy was a financial failure grossing only $14 million.",
1532
+ "label":0
1533
+ },
1534
+ {
1535
+ "text":"Wish Upon did not star Ryan Phillipe.",
1536
+ "label":0
1537
+ },
1538
+ {
1539
+ "text":"Two and a Half Men originally aired on CBS in 1999.",
1540
+ "label":0
1541
+ },
1542
+ {
1543
+ "text":"Down With Love is only a horror movie.",
1544
+ "label":0
1545
+ },
1546
+ {
1547
+ "text":"DodgeBall: A True Underdog Story is a 2003 Canadian film.",
1548
+ "label":0
1549
+ },
1550
+ {
1551
+ "text":"Moonlight's filming did not begin in 2015.",
1552
+ "label":0
1553
+ },
1554
+ {
1555
+ "text":"Jens Stoltenberg was the first Prime Minister of Norway from 2005 to 2013.",
1556
+ "label":0
1557
+ },
1558
+ {
1559
+ "text":"Pulmonary embolism is indicated by slow breathing.",
1560
+ "label":0
1561
+ },
1562
+ {
1563
+ "text":"Billboard Dad is a horror film.",
1564
+ "label":0
1565
+ },
1566
+ {
1567
+ "text":"Highway to Heaven is something other than a drama series.",
1568
+ "label":0
1569
+ },
1570
+ {
1571
+ "text":"The latest ceremony of the Logie Awards was at an American casino.",
1572
+ "label":0
1573
+ },
1574
+ {
1575
+ "text":"Ding Yanyuhang was born in May of 1993.",
1576
+ "label":0
1577
+ },
1578
+ {
1579
+ "text":"Therasia is in the volcanic island group of Visayas.",
1580
+ "label":0
1581
+ },
1582
+ {
1583
+ "text":"Marnie was created in 2014.",
1584
+ "label":0
1585
+ },
1586
+ {
1587
+ "text":"Mount Rushmore was completed by 1300 AD.",
1588
+ "label":0
1589
+ },
1590
+ {
1591
+ "text":"Trevor Griffiths is a German dramatist.",
1592
+ "label":0
1593
+ },
1594
+ {
1595
+ "text":"The Endless River is an album by Danny Devito.",
1596
+ "label":0
1597
+ },
1598
+ {
1599
+ "text":"Telephone consists of only verse-refrain.",
1600
+ "label":0
1601
+ },
1602
+ {
1603
+ "text":"Jefferson Davis grew up in England.",
1604
+ "label":0
1605
+ },
1606
+ {
1607
+ "text":"Anne Rice was born in New Orleans in the 70's.",
1608
+ "label":0
1609
+ },
1610
+ {
1611
+ "text":"Uranium is a country.",
1612
+ "label":0
1613
+ },
1614
+ {
1615
+ "text":"Bongwater was based on a 1998 book.",
1616
+ "label":0
1617
+ },
1618
+ {
1619
+ "text":"The last windstorm in Stanley Park was in 2016.",
1620
+ "label":0
1621
+ },
1622
+ {
1623
+ "text":"Superhuman abilities may result from dog enhancement by genetic modification.",
1624
+ "label":0
1625
+ },
1626
+ {
1627
+ "text":"The Monster is a restaurant by Eminem.",
1628
+ "label":0
1629
+ },
1630
+ {
1631
+ "text":"Happiness in Slavery is only an album.",
1632
+ "label":0
1633
+ },
1634
+ {
1635
+ "text":"Matteo Renzi was conceived on January 11th, 1975.",
1636
+ "label":0
1637
+ },
1638
+ {
1639
+ "text":"Jackpot was released in 2000.",
1640
+ "label":0
1641
+ },
1642
+ {
1643
+ "text":"PBS is exclusively a film distributor.",
1644
+ "label":0
1645
+ },
1646
+ {
1647
+ "text":"Fortunes of War only had one actor in it and that was Emma Thompson.",
1648
+ "label":0
1649
+ },
1650
+ {
1651
+ "text":"John DiMaggio refused to work on any shows from Cartoon Network.",
1652
+ "label":0
1653
+ },
1654
+ {
1655
+ "text":"The Love Club EP is an album.",
1656
+ "label":0
1657
+ },
1658
+ {
1659
+ "text":"The Office (US) is about science.",
1660
+ "label":0
1661
+ },
1662
+ {
1663
+ "text":"The 66th Primetime Emmy Awards was hosted by James Corden.",
1664
+ "label":0
1665
+ },
1666
+ {
1667
+ "text":"Sidse Babett Knudsen is a conductor.",
1668
+ "label":0
1669
+ },
1670
+ {
1671
+ "text":"Mellila is a city in the country of Spain.",
1672
+ "label":0
1673
+ },
1674
+ {
1675
+ "text":"Jiang Wen is a Chinese cuisine.",
1676
+ "label":0
1677
+ },
1678
+ {
1679
+ "text":"Fabian Nicieza was born December 3, 1967.",
1680
+ "label":0
1681
+ },
1682
+ {
1683
+ "text":"Tiber Oil Field is located in the Keathley Canyon block 102 of the Mexican sector of the Gulf of Mexico.",
1684
+ "label":0
1685
+ },
1686
+ {
1687
+ "text":"The Dodo has only been depicted with red plumage.",
1688
+ "label":0
1689
+ },
1690
+ {
1691
+ "text":"Larry Wilmore is only a singer.",
1692
+ "label":0
1693
+ },
1694
+ {
1695
+ "text":"Nero is a person.",
1696
+ "label":0
1697
+ },
1698
+ {
1699
+ "text":"Kojol received the third highest civilian honour of the country.",
1700
+ "label":0
1701
+ },
1702
+ {
1703
+ "text":"Bala has no experience directing.",
1704
+ "label":0
1705
+ },
1706
+ {
1707
+ "text":"Jack Falahee was born in 1999.",
1708
+ "label":0
1709
+ },
1710
+ {
1711
+ "text":"Scotty Moore was born on December 17, 1931.",
1712
+ "label":0
1713
+ },
1714
+ {
1715
+ "text":"A View to a Kill is the eighth James Bond film directed by John Glen.",
1716
+ "label":0
1717
+ },
1718
+ {
1719
+ "text":"Touch My Body was on an album that was scrapped.",
1720
+ "label":0
1721
+ },
1722
+ {
1723
+ "text":"Gaius Julius Caesar was only the mother of Gaius Julius Caesar.",
1724
+ "label":0
1725
+ },
1726
+ {
1727
+ "text":"Dev Patel did not star in The Last Airbender.",
1728
+ "label":0
1729
+ },
1730
+ {
1731
+ "text":"Soul Food is a jaguar.",
1732
+ "label":0
1733
+ },
1734
+ {
1735
+ "text":"Ashley Graham is not a plus-size model.",
1736
+ "label":0
1737
+ },
1738
+ {
1739
+ "text":"Psych (season 2) ended on July 13th, 2006.",
1740
+ "label":0
1741
+ },
1742
+ {
1743
+ "text":"Dreamer (2005 film) was written by Michael Bay only.",
1744
+ "label":0
1745
+ },
1746
+ {
1747
+ "text":"Kenneth Lonergan died on October 16, 1962.",
1748
+ "label":0
1749
+ },
1750
+ {
1751
+ "text":"French Indochina was a grouping of British colonial territories.",
1752
+ "label":0
1753
+ },
1754
+ {
1755
+ "text":"Bad Romance is an LP.",
1756
+ "label":0
1757
+ },
1758
+ {
1759
+ "text":"Designated Survivor (TV series) is a movie.",
1760
+ "label":0
1761
+ },
1762
+ {
1763
+ "text":"Touchscreens are only used in computers.",
1764
+ "label":0
1765
+ },
1766
+ {
1767
+ "text":"Tiber Oil Field was discovered in September 2002.",
1768
+ "label":0
1769
+ },
1770
+ {
1771
+ "text":"Ricardo Montalb\u00e1n was a singer.",
1772
+ "label":0
1773
+ },
1774
+ {
1775
+ "text":"The Fame was released in February 2016.",
1776
+ "label":0
1777
+ },
1778
+ {
1779
+ "text":"Matthew Vaughn was renamed Matthew Allard Robert Vaughn.",
1780
+ "label":0
1781
+ },
1782
+ {
1783
+ "text":"The 2003 NCAA Division I Men's basketball Tournament involved only one school.",
1784
+ "label":0
1785
+ },
1786
+ {
1787
+ "text":"Toy Story 2 is a live action film.",
1788
+ "label":0
1789
+ },
1790
+ {
1791
+ "text":"Ghost is a Canadian film.",
1792
+ "label":0
1793
+ },
1794
+ {
1795
+ "text":"Jeong Hyeong-don was born in 1938.",
1796
+ "label":0
1797
+ },
1798
+ {
1799
+ "text":"Psych's protagonist is not played by an American actor.",
1800
+ "label":0
1801
+ },
1802
+ {
1803
+ "text":"Mercedes-Benz is not an automobile manufacturer.",
1804
+ "label":0
1805
+ },
1806
+ {
1807
+ "text":"How to Train Your Dragon 2 used old animation software.",
1808
+ "label":0
1809
+ },
1810
+ {
1811
+ "text":"Ayananka Bose works on books.",
1812
+ "label":0
1813
+ },
1814
+ {
1815
+ "text":"Aleister Crowley was born on Mars.",
1816
+ "label":0
1817
+ },
1818
+ {
1819
+ "text":"Homer Hickman was incapable of writing anything for the Josh Thurlow novels.",
1820
+ "label":0
1821
+ },
1822
+ {
1823
+ "text":"Aaron Burr's final year of vice presidency was 1901.",
1824
+ "label":0
1825
+ },
1826
+ {
1827
+ "text":"The Beverly Hillbillies had only one season.",
1828
+ "label":0
1829
+ },
1830
+ {
1831
+ "text":"Pharrell Williams is a drummer.",
1832
+ "label":0
1833
+ },
1834
+ {
1835
+ "text":"Harris Jayaraj was born in February of 1975.",
1836
+ "label":0
1837
+ },
1838
+ {
1839
+ "text":"Boxing Helena debuted at Cannes.",
1840
+ "label":0
1841
+ },
1842
+ {
1843
+ "text":"Keith Stanfield is a Gemini.",
1844
+ "label":0
1845
+ },
1846
+ {
1847
+ "text":"A monk only lives alone.",
1848
+ "label":0
1849
+ },
1850
+ {
1851
+ "text":"Easy A is directed by Bert V. Royal.",
1852
+ "label":0
1853
+ },
1854
+ {
1855
+ "text":"Shadowhunters premiered in July 2016.",
1856
+ "label":0
1857
+ },
1858
+ {
1859
+ "text":"Craig David has been nominated for several Grammy Awards.",
1860
+ "label":0
1861
+ },
1862
+ {
1863
+ "text":"Dave Gibbons has always been unable to make art.",
1864
+ "label":0
1865
+ },
1866
+ {
1867
+ "text":"Moscovium was discovered in tin mines in the 18th century.",
1868
+ "label":0
1869
+ },
1870
+ {
1871
+ "text":"Youtube is not a website.",
1872
+ "label":0
1873
+ },
1874
+ {
1875
+ "text":"Ernest Medina was uninvolved in a Vietnam War mass killing.",
1876
+ "label":0
1877
+ },
1878
+ {
1879
+ "text":"Louis Malle produced only Chinese language films.",
1880
+ "label":0
1881
+ },
1882
+ {
1883
+ "text":"The 2003 Africa Cup of Nations was the first held in an odd-numbered year.",
1884
+ "label":0
1885
+ },
1886
+ {
1887
+ "text":"Same Old Love is by Demi Lovato.",
1888
+ "label":0
1889
+ },
1890
+ {
1891
+ "text":"Rage Against the Machine is a game.",
1892
+ "label":0
1893
+ },
1894
+ {
1895
+ "text":"There are zero Polynesian languages.",
1896
+ "label":0
1897
+ },
1898
+ {
1899
+ "text":"Weill Cornell Medicine is a biomedical textbook.",
1900
+ "label":0
1901
+ },
1902
+ {
1903
+ "text":"The horse was not called a Eohippus when it had multiple toes.",
1904
+ "label":0
1905
+ },
1906
+ {
1907
+ "text":"Amancio Ortega was born on October 28th, 1936.",
1908
+ "label":0
1909
+ },
1910
+ {
1911
+ "text":"Bea Arthur hated animals.",
1912
+ "label":0
1913
+ },
1914
+ {
1915
+ "text":"Camp Flog Gnaw is a convention.",
1916
+ "label":0
1917
+ },
1918
+ {
1919
+ "text":"Gordan Ramsay's earnings was reported only on a Canadian business magazine in 2015.",
1920
+ "label":0
1921
+ },
1922
+ {
1923
+ "text":"Foot Locker is a exclusively Vietnamese retailer.",
1924
+ "label":0
1925
+ },
1926
+ {
1927
+ "text":"The IPhone 4 is only a computer.",
1928
+ "label":0
1929
+ },
1930
+ {
1931
+ "text":"The Hunger Games film series had Francis Lawrence direct three films in the late 2000s.",
1932
+ "label":0
1933
+ },
1934
+ {
1935
+ "text":"Shannon Lee was born in 1234.",
1936
+ "label":0
1937
+ },
1938
+ {
1939
+ "text":"Balibo (film) is a song.",
1940
+ "label":0
1941
+ },
1942
+ {
1943
+ "text":"1975 was the year when Balibo (film) started.",
1944
+ "label":0
1945
+ },
1946
+ {
1947
+ "text":"John Perry Barlow is still a member of the Grateful Dead.",
1948
+ "label":0
1949
+ },
1950
+ {
1951
+ "text":"Robert Palmer (writer) isn't a journalist.",
1952
+ "label":0
1953
+ },
1954
+ {
1955
+ "text":"Eric Church was born May 3, 1975.",
1956
+ "label":0
1957
+ },
1958
+ {
1959
+ "text":"The Hurt Locker is a comedy solely focusing on the excellent adventures of Bill and Ted.",
1960
+ "label":0
1961
+ },
1962
+ {
1963
+ "text":"Brown University's main campus is located in the second most populous city in Rhode Island.",
1964
+ "label":0
1965
+ },
1966
+ {
1967
+ "text":"Knocked Up was only released on May 1, 2007.",
1968
+ "label":0
1969
+ },
1970
+ {
1971
+ "text":"B. R. Ambedkar spent his whole life in Portugal.",
1972
+ "label":0
1973
+ },
1974
+ {
1975
+ "text":"Buffy the Vampire Slayer is an Australian television series.",
1976
+ "label":0
1977
+ },
1978
+ {
1979
+ "text":"Dreamer (2005 film) was directed by Michael Bay only.",
1980
+ "label":0
1981
+ },
1982
+ {
1983
+ "text":"There are no musical or creative works in existence that have been created by Phillip Glass.",
1984
+ "label":0
1985
+ },
1986
+ {
1987
+ "text":"Gory Guerrero was incapable of wrestling since birth.",
1988
+ "label":0
1989
+ },
1990
+ {
1991
+ "text":"The Office (US) debuted on ABC only.",
1992
+ "label":0
1993
+ },
1994
+ {
1995
+ "text":"Jamie Murray is not a three-time Grand Slam doubles winner.",
1996
+ "label":0
1997
+ },
1998
+ {
1999
+ "text":"The Wonder Years was a boardgame.",
2000
+ "label":0
2001
+ },
2002
+ {
2003
+ "text":"Samwell Tarly appears in the series of A Song of Ice and Fire.",
2004
+ "label":1
2005
+ },
2006
+ {
2007
+ "text":"Easy A is an American teen comedy film.",
2008
+ "label":1
2009
+ },
2010
+ {
2011
+ "text":"Phillip Glass has written musical theatre works.",
2012
+ "label":1
2013
+ },
2014
+ {
2015
+ "text":"The Quran is a text central to a religion's belief system.",
2016
+ "label":1
2017
+ },
2018
+ {
2019
+ "text":"Al Jardine sang lead vocals on a song written by a songwriter.",
2020
+ "label":1
2021
+ },
2022
+ {
2023
+ "text":"In 1997 and 1998 Oscar de la Hoya was The Ring magazine's top-rated fighter in the world.",
2024
+ "label":1
2025
+ },
2026
+ {
2027
+ "text":"Aparshakti Khurana works in Bollywood.",
2028
+ "label":1
2029
+ },
2030
+ {
2031
+ "text":"Boylston station had service from Tremont Street Subway.",
2032
+ "label":1
2033
+ },
2034
+ {
2035
+ "text":"Salman Rushdie wrote a novel published in the eighties.",
2036
+ "label":1
2037
+ },
2038
+ {
2039
+ "text":"Eva Green had a career in film.",
2040
+ "label":1
2041
+ },
2042
+ {
2043
+ "text":"Daredevil is based on the character of the same name.",
2044
+ "label":1
2045
+ },
2046
+ {
2047
+ "text":"A brief civil war was put down by Otto I, Holy Roman Emperor.",
2048
+ "label":1
2049
+ },
2050
+ {
2051
+ "text":"The Fly was released in 1986.",
2052
+ "label":1
2053
+ },
2054
+ {
2055
+ "text":"Resident Evil is loosely based on a survival horror video game series.",
2056
+ "label":1
2057
+ },
2058
+ {
2059
+ "text":"Mike Huckabee is a Southern Baptist.",
2060
+ "label":1
2061
+ },
2062
+ {
2063
+ "text":"1979 was the year when Rob Sheridan was born.",
2064
+ "label":1
2065
+ },
2066
+ {
2067
+ "text":"Happiness in Slavery is a song by an industrial rock band.",
2068
+ "label":1
2069
+ },
2070
+ {
2071
+ "text":"Norman Bates is a fictional character.",
2072
+ "label":1
2073
+ },
2074
+ {
2075
+ "text":"Telephone consists of an expanded musical element.",
2076
+ "label":1
2077
+ },
2078
+ {
2079
+ "text":"The Times switched to a compact format in response to commuter complaints.",
2080
+ "label":1
2081
+ },
2082
+ {
2083
+ "text":"Kerplunk was released through a record label.",
2084
+ "label":1
2085
+ },
2086
+ {
2087
+ "text":"Mickey Rourke appeared in a 2011 film.",
2088
+ "label":1
2089
+ },
2090
+ {
2091
+ "text":"Lockhead Martin F-35 Lightning II was an expensive aircraft.",
2092
+ "label":1
2093
+ },
2094
+ {
2095
+ "text":"AMGTV has sports television programming.",
2096
+ "label":1
2097
+ },
2098
+ {
2099
+ "text":"The Maze Runner is a narrative in a visual medium.",
2100
+ "label":1
2101
+ },
2102
+ {
2103
+ "text":"Babur was born in 1483.",
2104
+ "label":1
2105
+ },
2106
+ {
2107
+ "text":"Ricardo Montalb\u00e1n was Mexican.",
2108
+ "label":1
2109
+ },
2110
+ {
2111
+ "text":"A Good Day to Die Hard was written by Skip Woods.",
2112
+ "label":1
2113
+ },
2114
+ {
2115
+ "text":"See You on the Other Side was put out by Korn.",
2116
+ "label":1
2117
+ },
2118
+ {
2119
+ "text":"Dark matter is a theoretical kind of matter.",
2120
+ "label":1
2121
+ },
2122
+ {
2123
+ "text":"House of Balloons is by an award-winning Canadian singer.",
2124
+ "label":1
2125
+ },
2126
+ {
2127
+ "text":"Touchscreens are used in tablet gaming computers.",
2128
+ "label":1
2129
+ },
2130
+ {
2131
+ "text":"The Wallace mentions events that never happened.",
2132
+ "label":1
2133
+ },
2134
+ {
2135
+ "text":"Ed Gein had exhumed corpses.",
2136
+ "label":1
2137
+ },
2138
+ {
2139
+ "text":"Down with Love is a comedy.",
2140
+ "label":1
2141
+ },
2142
+ {
2143
+ "text":"Viola Davis has played supporting and minor roles in films and television series in the 1990s.",
2144
+ "label":1
2145
+ },
2146
+ {
2147
+ "text":"Skopje was a city.",
2148
+ "label":1
2149
+ },
2150
+ {
2151
+ "text":"Corsica contains a city.",
2152
+ "label":1
2153
+ },
2154
+ {
2155
+ "text":"Michaela Watkins full name is Michaela Suzanne Watkins.",
2156
+ "label":1
2157
+ },
2158
+ {
2159
+ "text":"No Country for Old Men was chosen as the highest acclaimed of 2007 by the National Board of Review.",
2160
+ "label":1
2161
+ },
2162
+ {
2163
+ "text":"Padua is a location.",
2164
+ "label":1
2165
+ },
2166
+ {
2167
+ "text":"The Pelican Brief is based on a novel by an American writer.",
2168
+ "label":1
2169
+ },
2170
+ {
2171
+ "text":"Thomas Jefferson worked with James Madison.",
2172
+ "label":1
2173
+ },
2174
+ {
2175
+ "text":"Don Hall is an employee of Walt Disney Animation Studios.",
2176
+ "label":1
2177
+ },
2178
+ {
2179
+ "text":"There is a studio album called Girl.",
2180
+ "label":1
2181
+ },
2182
+ {
2183
+ "text":"David Packouz is a musician.",
2184
+ "label":1
2185
+ },
2186
+ {
2187
+ "text":"A song by Chaka Khan was released in the 20th century.",
2188
+ "label":1
2189
+ },
2190
+ {
2191
+ "text":"Issa Rae appears in Awkward Black Girl.",
2192
+ "label":1
2193
+ },
2194
+ {
2195
+ "text":"The Dark Tower was released in 2017.",
2196
+ "label":1
2197
+ },
2198
+ {
2199
+ "text":"Simon Pegg is English.",
2200
+ "label":1
2201
+ },
2202
+ {
2203
+ "text":"The Saturn Award for Best Fantasy Film is a film award.",
2204
+ "label":1
2205
+ },
2206
+ {
2207
+ "text":"Caleb McLaughlin was born on the day 13th.",
2208
+ "label":1
2209
+ },
2210
+ {
2211
+ "text":"John Cook led the development of Team Fortress 2.",
2212
+ "label":1
2213
+ },
2214
+ {
2215
+ "text":"The Catcher in the Rye deals with issues.",
2216
+ "label":1
2217
+ },
2218
+ {
2219
+ "text":"The Republic of Macedonia is a country.",
2220
+ "label":1
2221
+ },
2222
+ {
2223
+ "text":"Yemen does not have an area of 203,850 square miles.",
2224
+ "label":1
2225
+ },
2226
+ {
2227
+ "text":"One novel is the basis for The Hunchback of Notre Dame.",
2228
+ "label":1
2229
+ },
2230
+ {
2231
+ "text":"Kendall Jenner is a model.",
2232
+ "label":1
2233
+ },
2234
+ {
2235
+ "text":"NRG Recording Studios is located in California.",
2236
+ "label":1
2237
+ },
2238
+ {
2239
+ "text":"A. P. J. Abdul Kalam was supported by an Indian political party.",
2240
+ "label":1
2241
+ },
2242
+ {
2243
+ "text":"Ashton Kutcher acted in 2005.",
2244
+ "label":1
2245
+ },
2246
+ {
2247
+ "text":"Warner Bros. released Avenged Sevenfold.",
2248
+ "label":1
2249
+ },
2250
+ {
2251
+ "text":"Meteora is the sophomore album of Linkin Park.",
2252
+ "label":1
2253
+ },
2254
+ {
2255
+ "text":"Watertown, Massachusetts is a city.",
2256
+ "label":1
2257
+ },
2258
+ {
2259
+ "text":"Honeymoon is Lana Del Rey's album.",
2260
+ "label":1
2261
+ },
2262
+ {
2263
+ "text":"Colin Kaepernick is a person.",
2264
+ "label":1
2265
+ },
2266
+ {
2267
+ "text":"Victoria (Dance Exponents song) was a single released in 1982.",
2268
+ "label":1
2269
+ },
2270
+ {
2271
+ "text":"The Battle of the Trebia took place in the province of Piacenza.",
2272
+ "label":1
2273
+ },
2274
+ {
2275
+ "text":"Amy Winehouse died of alcohol poisoning at age 27.",
2276
+ "label":1
2277
+ },
2278
+ {
2279
+ "text":"John Deighton worked a Californian gold claim.",
2280
+ "label":1
2281
+ },
2282
+ {
2283
+ "text":"Tilda Swinton was born in 1960.",
2284
+ "label":1
2285
+ },
2286
+ {
2287
+ "text":"The Winds of Winter is an epic fantasy novel.",
2288
+ "label":1
2289
+ },
2290
+ {
2291
+ "text":"Anne Sullivan was a teacher.",
2292
+ "label":1
2293
+ },
2294
+ {
2295
+ "text":"Terry Crews was a football player.",
2296
+ "label":1
2297
+ },
2298
+ {
2299
+ "text":"Super Bowl XLV was played on February 6, 2011.",
2300
+ "label":1
2301
+ },
2302
+ {
2303
+ "text":"The United Nations Charter was drafted in 1945.",
2304
+ "label":1
2305
+ },
2306
+ {
2307
+ "text":"53 879 people counted as Romani people in the town call Aroni in Republic of Macedonia.",
2308
+ "label":1
2309
+ },
2310
+ {
2311
+ "text":"The Brat Pack is a type of name given to a group.",
2312
+ "label":1
2313
+ },
2314
+ {
2315
+ "text":"The Mighty Ducks was produced by a subsidiary of Walt Disney Studios.",
2316
+ "label":1
2317
+ },
2318
+ {
2319
+ "text":"John Frusciante is a musician.",
2320
+ "label":1
2321
+ },
2322
+ {
2323
+ "text":"Amyotrophic lateral sclerosis can be inherited.",
2324
+ "label":1
2325
+ },
2326
+ {
2327
+ "text":"EA Black Box was based in a country.",
2328
+ "label":1
2329
+ },
2330
+ {
2331
+ "text":"Kodokan judo was a primary influence upon Brazilian jiu-jitsu.",
2332
+ "label":1
2333
+ },
2334
+ {
2335
+ "text":"Sonny Bono, whose full name is Salvatore Phillip Bono, was born on February 16, 1935.",
2336
+ "label":1
2337
+ },
2338
+ {
2339
+ "text":"New Orleans is the birthplace of Anne Rice.",
2340
+ "label":1
2341
+ },
2342
+ {
2343
+ "text":"Sexual slavery is just one reason for human trafficking, as is forced labor.",
2344
+ "label":1
2345
+ },
2346
+ {
2347
+ "text":"Five closely spaced stations was originally served by the Tremont Street Subway.",
2348
+ "label":1
2349
+ },
2350
+ {
2351
+ "text":"The Saturn Award for Best Fantasy Film is presented by the Academy of Science Fiction, Fantasy & Horror Films.",
2352
+ "label":1
2353
+ },
2354
+ {
2355
+ "text":"A rapper was featured on a crossover hit by Chaka Khan.",
2356
+ "label":1
2357
+ },
2358
+ {
2359
+ "text":"The EP Broken contains Happiness in Slavery.",
2360
+ "label":1
2361
+ },
2362
+ {
2363
+ "text":"Raees (film) stars an Indian actor.",
2364
+ "label":1
2365
+ },
2366
+ {
2367
+ "text":"Rage Against the Machine broke up.",
2368
+ "label":1
2369
+ },
2370
+ {
2371
+ "text":"Alice Cooper's full name is Vincent Damon Furnier.",
2372
+ "label":1
2373
+ },
2374
+ {
2375
+ "text":"Appropriation (art) played a significant role in performing arts.",
2376
+ "label":1
2377
+ },
2378
+ {
2379
+ "text":"Saw II sold over 3 million units.",
2380
+ "label":1
2381
+ },
2382
+ {
2383
+ "text":"Ed Wood is not about the eponymous filmmaker.",
2384
+ "label":1
2385
+ },
2386
+ {
2387
+ "text":"Lee Daniels directed a film.",
2388
+ "label":1
2389
+ },
2390
+ {
2391
+ "text":"Castlevania was released by Konami.",
2392
+ "label":1
2393
+ },
2394
+ {
2395
+ "text":"Chumlee is the stage name of Austin Lee Russell.",
2396
+ "label":1
2397
+ },
2398
+ {
2399
+ "text":"Granular is granite.",
2400
+ "label":1
2401
+ },
2402
+ {
2403
+ "text":"Hollow Man has a direct-to-video sequel called Hollow Man 2.",
2404
+ "label":1
2405
+ },
2406
+ {
2407
+ "text":"EA Black Box was a picture game developer.",
2408
+ "label":1
2409
+ },
2410
+ {
2411
+ "text":"Ed Decter works in the film industry.",
2412
+ "label":1
2413
+ },
2414
+ {
2415
+ "text":"Dan Brown was born June 22, 1964.",
2416
+ "label":1
2417
+ },
2418
+ {
2419
+ "text":"Ted Cruz's has a middle name.",
2420
+ "label":1
2421
+ },
2422
+ {
2423
+ "text":"Nellie Bly influenced Lois Lane.",
2424
+ "label":1
2425
+ },
2426
+ {
2427
+ "text":"Aleister Crowley was a poet.",
2428
+ "label":1
2429
+ },
2430
+ {
2431
+ "text":"The Prague Castle is a location.",
2432
+ "label":1
2433
+ },
2434
+ {
2435
+ "text":"Joe Rogan appeared in Hardball.",
2436
+ "label":1
2437
+ },
2438
+ {
2439
+ "text":"The Little Prince (2015 film) is a film.",
2440
+ "label":1
2441
+ },
2442
+ {
2443
+ "text":"Michaela Watkins has a full name.",
2444
+ "label":1
2445
+ },
2446
+ {
2447
+ "text":"Kevin Bacon played a role in The Woodsman.",
2448
+ "label":1
2449
+ },
2450
+ {
2451
+ "text":"Trollhunters is computer-animated.",
2452
+ "label":1
2453
+ },
2454
+ {
2455
+ "text":"The ovary is an organ.",
2456
+ "label":1
2457
+ },
2458
+ {
2459
+ "text":"Emily is the name of the mother of Lorelai Gilmore.",
2460
+ "label":1
2461
+ },
2462
+ {
2463
+ "text":"Louis Malle worked in a French industry.",
2464
+ "label":1
2465
+ },
2466
+ {
2467
+ "text":"Woodrow Wilson lived.",
2468
+ "label":1
2469
+ },
2470
+ {
2471
+ "text":"One True Thing is a show that has a dramatic premise.",
2472
+ "label":1
2473
+ },
2474
+ {
2475
+ "text":"Fortunes of War caused the marriage of two actors, Kenneth Branagh and Emma Thompson.",
2476
+ "label":1
2477
+ },
2478
+ {
2479
+ "text":"Aestheticism has as subjects fine art, literature, and music.",
2480
+ "label":1
2481
+ },
2482
+ {
2483
+ "text":"Guns N' Roses is a Californian hard rock band.",
2484
+ "label":1
2485
+ },
2486
+ {
2487
+ "text":"Commodore is used in many navies.",
2488
+ "label":1
2489
+ },
2490
+ {
2491
+ "text":"One of the ABC Islands is Bonaire.",
2492
+ "label":1
2493
+ },
2494
+ {
2495
+ "text":"James VI and I was a monarch of England.",
2496
+ "label":1
2497
+ },
2498
+ {
2499
+ "text":"Gin derives its main flavour from juniper berries.",
2500
+ "label":1
2501
+ },
2502
+ {
2503
+ "text":"Gaius Julius Caesar was the father of a dictator.",
2504
+ "label":1
2505
+ },
2506
+ {
2507
+ "text":"Issa Rae created Awkward Black Girl.",
2508
+ "label":1
2509
+ },
2510
+ {
2511
+ "text":"Anneliese van der Pol had an early career.",
2512
+ "label":1
2513
+ },
2514
+ {
2515
+ "text":"The second-largest planet in the Solar System is Saturn.",
2516
+ "label":1
2517
+ },
2518
+ {
2519
+ "text":"Sandra Bullock was an executive producer of George Lopez.",
2520
+ "label":1
2521
+ },
2522
+ {
2523
+ "text":"No Way Out is by Puff Daddy and credits \"The Family\".",
2524
+ "label":1
2525
+ },
2526
+ {
2527
+ "text":"Eurotas (river) is one of the rivers of Greece.",
2528
+ "label":1
2529
+ },
2530
+ {
2531
+ "text":"DodgeBall: A True Underdog Story is a 2004 American film.",
2532
+ "label":1
2533
+ },
2534
+ {
2535
+ "text":"Veeru Devgan is from India.",
2536
+ "label":1
2537
+ },
2538
+ {
2539
+ "text":"Ashley Graham was on a magazine cover in 2017.",
2540
+ "label":1
2541
+ },
2542
+ {
2543
+ "text":"NRG Recording Studios is a recording space.",
2544
+ "label":1
2545
+ },
2546
+ {
2547
+ "text":"Kim Jong-il is designated Eternal General Secretary after his death.",
2548
+ "label":1
2549
+ },
2550
+ {
2551
+ "text":"Fidel Castro transferred his responsibilities.",
2552
+ "label":1
2553
+ },
2554
+ {
2555
+ "text":"Hair (musical) received a Drama Desk Award for best revival of a musical.",
2556
+ "label":1
2557
+ },
2558
+ {
2559
+ "text":"Donna Noble travels with the Tenth Doctor.",
2560
+ "label":1
2561
+ },
2562
+ {
2563
+ "text":"Harvard University has a campus.",
2564
+ "label":1
2565
+ },
2566
+ {
2567
+ "text":"Blank Space is on a list in a country.",
2568
+ "label":1
2569
+ },
2570
+ {
2571
+ "text":"The horse was domesticated on a wide scale by 3000 BC.",
2572
+ "label":1
2573
+ },
2574
+ {
2575
+ "text":"Sheryl Lee appeared in an American romantic comedy-drama film.",
2576
+ "label":1
2577
+ },
2578
+ {
2579
+ "text":"Marco Polo traveled to medieval China.",
2580
+ "label":1
2581
+ },
2582
+ {
2583
+ "text":"Robert Singer (producer) directed at least one television show.",
2584
+ "label":1
2585
+ },
2586
+ {
2587
+ "text":"December was the month when Lockhead Martin F-35 Lightning II first flew.",
2588
+ "label":1
2589
+ },
2590
+ {
2591
+ "text":"Ernest Medina participated in a massacre.",
2592
+ "label":1
2593
+ },
2594
+ {
2595
+ "text":"Fringe aired in 2008.",
2596
+ "label":1
2597
+ },
2598
+ {
2599
+ "text":"Bongwater follows the story of a drug dealer.",
2600
+ "label":1
2601
+ },
2602
+ {
2603
+ "text":"Vedic Sanskrit is the language of texts compiled in the 2nd and 1st millennia BCE.",
2604
+ "label":1
2605
+ },
2606
+ {
2607
+ "text":"Sledgehammer was performed live.",
2608
+ "label":1
2609
+ },
2610
+ {
2611
+ "text":"Kajol is a civilian woman.",
2612
+ "label":1
2613
+ },
2614
+ {
2615
+ "text":"An Education was created by a journalist.",
2616
+ "label":1
2617
+ },
2618
+ {
2619
+ "text":"Colombiana was written by Luc Besson.",
2620
+ "label":1
2621
+ },
2622
+ {
2623
+ "text":"Rabies can spread through saliva.",
2624
+ "label":1
2625
+ },
2626
+ {
2627
+ "text":"Aeneas appeared in the Iliad by Homer.",
2628
+ "label":1
2629
+ },
2630
+ {
2631
+ "text":"Brubaker's director was Stuart Rosenberg.",
2632
+ "label":1
2633
+ },
2634
+ {
2635
+ "text":"The Catcher in the Rye is a written work.",
2636
+ "label":1
2637
+ },
2638
+ {
2639
+ "text":"Uranium uses the symbol U.",
2640
+ "label":1
2641
+ },
2642
+ {
2643
+ "text":"The Sterile Cuckoo was adapted from a novel written by John Nichols.",
2644
+ "label":1
2645
+ },
2646
+ {
2647
+ "text":"Prescott, Arizona is a place.",
2648
+ "label":1
2649
+ },
2650
+ {
2651
+ "text":"Foot Locker is a retailer.",
2652
+ "label":1
2653
+ },
2654
+ {
2655
+ "text":"Lee Daniels received a nomination for Best Director.",
2656
+ "label":1
2657
+ },
2658
+ {
2659
+ "text":"Tool has performed tours.",
2660
+ "label":1
2661
+ },
2662
+ {
2663
+ "text":"Rebel in the Rye was created by a screenwriter.",
2664
+ "label":1
2665
+ },
2666
+ {
2667
+ "text":"Lois Lane was influenced by real-life journalist Nellie Bly.",
2668
+ "label":1
2669
+ },
2670
+ {
2671
+ "text":"Guatemala was in a civil war from 1960 to 1996.",
2672
+ "label":1
2673
+ },
2674
+ {
2675
+ "text":"Solanum has horse nettles.",
2676
+ "label":1
2677
+ },
2678
+ {
2679
+ "text":"Diana, Princess of Wales divorced.",
2680
+ "label":1
2681
+ },
2682
+ {
2683
+ "text":"Life is inapplicable to some objects.",
2684
+ "label":1
2685
+ },
2686
+ {
2687
+ "text":"Despicable Me 2 was directed by someone.",
2688
+ "label":1
2689
+ },
2690
+ {
2691
+ "text":"Agent Raghav \u2013 Crime Branch was nominated for Best Weekend Show.",
2692
+ "label":1
2693
+ },
2694
+ {
2695
+ "text":"Sacre-Coeur, Paris is publicly dedicated to the Sacred Heart of Jesus and it is in France.",
2696
+ "label":1
2697
+ },
2698
+ {
2699
+ "text":"Janelle Mon\u00e1e is an American.",
2700
+ "label":1
2701
+ },
2702
+ {
2703
+ "text":"A Pet can give companionship to lonely elderly adults.",
2704
+ "label":1
2705
+ },
2706
+ {
2707
+ "text":"Southern Hospitality peaked at number 23 on the Top 40 in 2001.",
2708
+ "label":1
2709
+ },
2710
+ {
2711
+ "text":"Numb was part of a 2011 DLC for Rock Band 3.",
2712
+ "label":1
2713
+ },
2714
+ {
2715
+ "text":"Tenacious D was formed in California.",
2716
+ "label":1
2717
+ },
2718
+ {
2719
+ "text":"Hinduism engages in pilgrimage to sacred sites.",
2720
+ "label":1
2721
+ },
2722
+ {
2723
+ "text":"Christian Gottlob Neefe was a music conductor.",
2724
+ "label":1
2725
+ },
2726
+ {
2727
+ "text":"Margaret Thatcher was the most senior politician within the Conservative Party in the United Kingdom.",
2728
+ "label":1
2729
+ },
2730
+ {
2731
+ "text":"Tenacious D's release occurred before 2005.",
2732
+ "label":1
2733
+ },
2734
+ {
2735
+ "text":"Doug Petrie made a cameo in Dr. Horrible's Sing-Along Blog.",
2736
+ "label":1
2737
+ },
2738
+ {
2739
+ "text":"Melilla has an area of 12.3 km2 within Africa.",
2740
+ "label":1
2741
+ },
2742
+ {
2743
+ "text":"Terry Crews played on the San Diego Chargers.",
2744
+ "label":1
2745
+ },
2746
+ {
2747
+ "text":"In 1963, the Guthrie Theater's first building began operating.",
2748
+ "label":1
2749
+ },
2750
+ {
2751
+ "text":"Muscarinic acetylcholine receptors are known as cell receptors.",
2752
+ "label":1
2753
+ },
2754
+ {
2755
+ "text":"Manmohan Singh was re-elected after completing a full five-year term in 2009.",
2756
+ "label":1
2757
+ },
2758
+ {
2759
+ "text":"Guatemala endured a civil war.",
2760
+ "label":1
2761
+ },
2762
+ {
2763
+ "text":"A Pet helps those who live alone.",
2764
+ "label":1
2765
+ },
2766
+ {
2767
+ "text":"The Bahamas is an internationally recognized state that comprises a series of islands that form an archipelago.",
2768
+ "label":1
2769
+ },
2770
+ {
2771
+ "text":"The ability of organizations to connect to the internet is called Internet Access.",
2772
+ "label":1
2773
+ },
2774
+ {
2775
+ "text":"The Battle of France happened during World War II.",
2776
+ "label":1
2777
+ },
2778
+ {
2779
+ "text":"Randy Savage wears flamboyant clothing to wrestling matches.",
2780
+ "label":1
2781
+ },
2782
+ {
2783
+ "text":"Epistemology is the study of the rationality of belief.",
2784
+ "label":1
2785
+ },
2786
+ {
2787
+ "text":"B. R. Ambedkar was the recipient of an award.",
2788
+ "label":1
2789
+ },
2790
+ {
2791
+ "text":"Fortunes of War stars an actress.",
2792
+ "label":1
2793
+ },
2794
+ {
2795
+ "text":"Billie Joe Armstrong was born on February 17th, 1972.",
2796
+ "label":1
2797
+ },
2798
+ {
2799
+ "text":"2016 Tour de France was not won by Chris Froome.",
2800
+ "label":1
2801
+ },
2802
+ {
2803
+ "text":"Jimi Hendrix was trained as a paratrooper for air assault operations.",
2804
+ "label":1
2805
+ },
2806
+ {
2807
+ "text":"Amancio Ortega's last name is Gaona.",
2808
+ "label":1
2809
+ },
2810
+ {
2811
+ "text":"The Danish language is spoken in Sweden.",
2812
+ "label":1
2813
+ },
2814
+ {
2815
+ "text":"John Dolmayan is a person.",
2816
+ "label":1
2817
+ },
2818
+ {
2819
+ "text":"Benzodiazepine is a medication.",
2820
+ "label":1
2821
+ },
2822
+ {
2823
+ "text":"In 2013, Gal Gadot was ranked as a high earning actress\/model, the majority of her income coming from acting.",
2824
+ "label":1
2825
+ },
2826
+ {
2827
+ "text":"Richard Kuklinski led a double life.",
2828
+ "label":1
2829
+ },
2830
+ {
2831
+ "text":"The dress was online.",
2832
+ "label":1
2833
+ },
2834
+ {
2835
+ "text":"The New England Patriots are tied with the 49ers and Cowboys for the second most Super Bowl wins.",
2836
+ "label":1
2837
+ },
2838
+ {
2839
+ "text":"The Gifted was created by Matt Nix.",
2840
+ "label":1
2841
+ },
2842
+ {
2843
+ "text":"The Indian Institute of Management Bangalore offers an executive practice program.",
2844
+ "label":1
2845
+ },
2846
+ {
2847
+ "text":"There are 30 knockouts part of the career boxing record of Floyd Mayweather Jr.",
2848
+ "label":1
2849
+ },
2850
+ {
2851
+ "text":"The Indian Army is an armed force.",
2852
+ "label":1
2853
+ },
2854
+ {
2855
+ "text":"Jennifer Lopez made a single.",
2856
+ "label":1
2857
+ },
2858
+ {
2859
+ "text":"Clueless (film) was followed by books.",
2860
+ "label":1
2861
+ },
2862
+ {
2863
+ "text":"BSkyB was formed by Rupert Murdoch.",
2864
+ "label":1
2865
+ },
2866
+ {
2867
+ "text":"The Raven (2012 film) was released the United States in 2012.",
2868
+ "label":1
2869
+ },
2870
+ {
2871
+ "text":"Finding Dory was directed by Angus MacLane.",
2872
+ "label":1
2873
+ },
2874
+ {
2875
+ "text":"In the 1960s, Dub music was developed.",
2876
+ "label":1
2877
+ },
2878
+ {
2879
+ "text":"Beaverton, Oregon is a place.",
2880
+ "label":1
2881
+ },
2882
+ {
2883
+ "text":"Hannah and Her Sisters is an American comedy-drama from 1986.",
2884
+ "label":1
2885
+ },
2886
+ {
2887
+ "text":"Polar bears depend on the ocean as their main food source.",
2888
+ "label":1
2889
+ },
2890
+ {
2891
+ "text":"A player-coach may be a head coach.",
2892
+ "label":1
2893
+ },
2894
+ {
2895
+ "text":"Little Dorrit was published in France in the 1850s.",
2896
+ "label":1
2897
+ },
2898
+ {
2899
+ "text":"Kojol received nominations.",
2900
+ "label":1
2901
+ },
2902
+ {
2903
+ "text":"Watertown, Massachusetts is a city in Middlesex County.",
2904
+ "label":1
2905
+ },
2906
+ {
2907
+ "text":"The Last Song (film) was partly filmed on a pier.",
2908
+ "label":1
2909
+ },
2910
+ {
2911
+ "text":"Dilwale Dulhania Le Jayenge was shot in different locations.",
2912
+ "label":1
2913
+ },
2914
+ {
2915
+ "text":"The Hunger Games are set in a dystopian science fiction genre.",
2916
+ "label":1
2917
+ },
2918
+ {
2919
+ "text":"The Tenth Doctor appears in Journey's End.",
2920
+ "label":1
2921
+ },
2922
+ {
2923
+ "text":"Times Higher Education World University Rankings is a publication of university rankings by Times Higher Education (THE) magazine.",
2924
+ "label":1
2925
+ },
2926
+ {
2927
+ "text":"Tom Baker has narrated a type of book.",
2928
+ "label":1
2929
+ },
2930
+ {
2931
+ "text":"Ares is an Olympian.",
2932
+ "label":1
2933
+ },
2934
+ {
2935
+ "text":"The Visigoths gradually adopted the culture of their Hispano-Roman subjects.",
2936
+ "label":1
2937
+ },
2938
+ {
2939
+ "text":"Kareem Abdul-Jabbar plays basketball.",
2940
+ "label":1
2941
+ },
2942
+ {
2943
+ "text":"Sancho Panza is a Don Quixote character.",
2944
+ "label":1
2945
+ },
2946
+ {
2947
+ "text":"Yara Shahidi is American.",
2948
+ "label":1
2949
+ },
2950
+ {
2951
+ "text":"The cinematography of Far from the Madding Crowd was by an English cinematographer.",
2952
+ "label":1
2953
+ },
2954
+ {
2955
+ "text":"Samsung entered the shipbuilding industries in the mid-1970's.",
2956
+ "label":1
2957
+ },
2958
+ {
2959
+ "text":"Paul von Hindenburg was a military officer.",
2960
+ "label":1
2961
+ },
2962
+ {
2963
+ "text":"Kenny Chesney is a country music writer.",
2964
+ "label":1
2965
+ },
2966
+ {
2967
+ "text":"Reign Over Me was released in 2007.",
2968
+ "label":1
2969
+ },
2970
+ {
2971
+ "text":"The album Cher was created by Cher.",
2972
+ "label":1
2973
+ },
2974
+ {
2975
+ "text":"Slavery for the purpose of sex is a reason for human trafficking.",
2976
+ "label":1
2977
+ },
2978
+ {
2979
+ "text":"Jamie Lee Curtis starred in John Carpenter's Halloween.",
2980
+ "label":1
2981
+ },
2982
+ {
2983
+ "text":"Papua comprised all of a country.",
2984
+ "label":1
2985
+ },
2986
+ {
2987
+ "text":"Amy Adams stars in Trouble with the Curve.",
2988
+ "label":1
2989
+ },
2990
+ {
2991
+ "text":"Port of Spain is a capital city.",
2992
+ "label":1
2993
+ },
2994
+ {
2995
+ "text":"Exit the King is by Eugene Ionesco.",
2996
+ "label":1
2997
+ },
2998
+ {
2999
+ "text":"Marjorie Gross was a writer for a CBS television program.",
3000
+ "label":1
3001
+ },
3002
+ {
3003
+ "text":"Scandal plays rock music.",
3004
+ "label":1
3005
+ },
3006
+ {
3007
+ "text":"Ted Cruz is a politician and attorney.",
3008
+ "label":1
3009
+ },
3010
+ {
3011
+ "text":"The population of Barcelona is 1.6 million.",
3012
+ "label":1
3013
+ },
3014
+ {
3015
+ "text":"The New England Patriots are even with the 49ers and Cowboys for the second most Super Bowl wins.",
3016
+ "label":1
3017
+ },
3018
+ {
3019
+ "text":"Estelle Getty was a performer.",
3020
+ "label":1
3021
+ },
3022
+ {
3023
+ "text":"Fuller House (TV series) is in a genre.",
3024
+ "label":1
3025
+ },
3026
+ {
3027
+ "text":"Mutiny on the Bounty is a film.",
3028
+ "label":1
3029
+ },
3030
+ {
3031
+ "text":"July 1974 is the birthday of Jed Whedon.",
3032
+ "label":1
3033
+ },
3034
+ {
3035
+ "text":"Yugoslavia was in Southeast Europe.",
3036
+ "label":1
3037
+ },
3038
+ {
3039
+ "text":"The album One of the Boys contains I Kissed a Girl.",
3040
+ "label":1
3041
+ },
3042
+ {
3043
+ "text":"Fabian Nicieza was born in 1961.",
3044
+ "label":1
3045
+ },
3046
+ {
3047
+ "text":"Tom DeLonge formed a band with Mark Hoppus and Scott Raynor, who was a bassist and a drummer, respectively.",
3048
+ "label":1
3049
+ },
3050
+ {
3051
+ "text":"The soundtrack of Far from the Madding Crowd was by an English composer.",
3052
+ "label":1
3053
+ },
3054
+ {
3055
+ "text":"Macklemore is a hip hop artist.",
3056
+ "label":1
3057
+ },
3058
+ {
3059
+ "text":"Birmingham is a large town.",
3060
+ "label":1
3061
+ },
3062
+ {
3063
+ "text":"Raven-Symon\u00e9 performs in Empire.",
3064
+ "label":1
3065
+ },
3066
+ {
3067
+ "text":"Mike Friedrich is a comic book writer.",
3068
+ "label":1
3069
+ },
3070
+ {
3071
+ "text":"The basis for The Beguiled is a novel with a setting in the American South.",
3072
+ "label":1
3073
+ },
3074
+ {
3075
+ "text":"Pearl Jam sold many songs in the early 1990s.",
3076
+ "label":1
3077
+ },
3078
+ {
3079
+ "text":"Species distribution can be understood through factors like extinction.",
3080
+ "label":1
3081
+ },
3082
+ {
3083
+ "text":"Yara Shahidi is a person from America.",
3084
+ "label":1
3085
+ },
3086
+ {
3087
+ "text":"Richard Dawkins makes regular internet appearances.",
3088
+ "label":1
3089
+ },
3090
+ {
3091
+ "text":"Nawaz Sharif is the 20th Prime Minister of Pakistan.",
3092
+ "label":1
3093
+ },
3094
+ {
3095
+ "text":"Research is used to test the validity of instruments.",
3096
+ "label":1
3097
+ },
3098
+ {
3099
+ "text":"Amyotrophic lateral sclerosis is a disease that usually starts around the age of 60.",
3100
+ "label":1
3101
+ },
3102
+ {
3103
+ "text":"The New York Knicks compete in the Eastern Conference of the National Basketball Association.",
3104
+ "label":1
3105
+ },
3106
+ {
3107
+ "text":"Saturn is smaller than Jupiter.",
3108
+ "label":1
3109
+ },
3110
+ {
3111
+ "text":"Efraim Diveroli was sentenced to federal prison.",
3112
+ "label":1
3113
+ },
3114
+ {
3115
+ "text":"A Good Day to Die Hard is part of the Die Hard franchise.",
3116
+ "label":1
3117
+ },
3118
+ {
3119
+ "text":"Uta Hagan was born on June 12th, 1919.",
3120
+ "label":1
3121
+ },
3122
+ {
3123
+ "text":"The Bassoon King is written by an actor.",
3124
+ "label":1
3125
+ },
3126
+ {
3127
+ "text":"Kojol received the fourth highest civilian honour.",
3128
+ "label":1
3129
+ },
3130
+ {
3131
+ "text":"Steve Ditko studied at school.",
3132
+ "label":1
3133
+ },
3134
+ {
3135
+ "text":"Reign Over Me is an American film.",
3136
+ "label":1
3137
+ },
3138
+ {
3139
+ "text":"Qui-Gon Jinn is a fictional Star Wars character.",
3140
+ "label":1
3141
+ },
3142
+ {
3143
+ "text":"XHamster produces an online TV series.",
3144
+ "label":1
3145
+ },
3146
+ {
3147
+ "text":"Ice-T had a debut album.",
3148
+ "label":1
3149
+ },
3150
+ {
3151
+ "text":"Kleshas manifest in unwholesome actions.",
3152
+ "label":1
3153
+ },
3154
+ {
3155
+ "text":"Brubaker is a 1980 film.",
3156
+ "label":1
3157
+ },
3158
+ {
3159
+ "text":"Michelin Guides have been published for more than a decade.",
3160
+ "label":1
3161
+ },
3162
+ {
3163
+ "text":"Mandy Moore is a writer.",
3164
+ "label":1
3165
+ },
3166
+ {
3167
+ "text":"The Maltese language is the official language of Malta.",
3168
+ "label":1
3169
+ },
3170
+ {
3171
+ "text":"The Chaperone (film) is a creative work.",
3172
+ "label":1
3173
+ },
3174
+ {
3175
+ "text":"France is the owner of Corsica.",
3176
+ "label":1
3177
+ },
3178
+ {
3179
+ "text":"Mason Evans, Jr. grows up.",
3180
+ "label":1
3181
+ },
3182
+ {
3183
+ "text":"Lemmy was known for his distinct gravelly voice.",
3184
+ "label":1
3185
+ },
3186
+ {
3187
+ "text":"Heaven Can Wait was filmed after Here Comes Mr. Jordan.",
3188
+ "label":1
3189
+ },
3190
+ {
3191
+ "text":"Microbiologist research typically will promote information that can studied in molecular biology.",
3192
+ "label":1
3193
+ },
3194
+ {
3195
+ "text":"Sennacherib's designated successor was his son Esarhaddon.",
3196
+ "label":1
3197
+ },
3198
+ {
3199
+ "text":"Personality is affected by the development of abilities.",
3200
+ "label":1
3201
+ },
3202
+ {
3203
+ "text":"There is a Spanish-language television network called Telemundo.",
3204
+ "label":1
3205
+ },
3206
+ {
3207
+ "text":"Luis Fonsi uses a pseudonym.",
3208
+ "label":1
3209
+ },
3210
+ {
3211
+ "text":"Daredevil follows Matt Murdock.",
3212
+ "label":1
3213
+ },
3214
+ {
3215
+ "text":"Jewell worked with other artists.",
3216
+ "label":1
3217
+ },
3218
+ {
3219
+ "text":"Moscovium is a synthetic element.",
3220
+ "label":1
3221
+ },
3222
+ {
3223
+ "text":"Richard Alf was one of the founders of San Diego Comic-Con.",
3224
+ "label":1
3225
+ },
3226
+ {
3227
+ "text":"The MP for Maidenhead was once Theresa May.",
3228
+ "label":1
3229
+ },
3230
+ {
3231
+ "text":"Physics is a fundamental scientific discipline.",
3232
+ "label":1
3233
+ },
3234
+ {
3235
+ "text":"Dulquer Salmaan was nominated for a Filmfare Award.",
3236
+ "label":1
3237
+ },
3238
+ {
3239
+ "text":"Camden, New Jersey is the home of a school that was established as the South Jersey Law School in 1926.",
3240
+ "label":1
3241
+ },
3242
+ {
3243
+ "text":"A Floppy disk is composed of a thin and flexible magnetic transmission medium.",
3244
+ "label":1
3245
+ },
3246
+ {
3247
+ "text":"A Milli is a song by a recording artist.",
3248
+ "label":1
3249
+ },
3250
+ {
3251
+ "text":"Sejong the Great died in the fifteenth century.",
3252
+ "label":1
3253
+ },
3254
+ {
3255
+ "text":"Manmohan Singh was the first Sikh in office in 2009.",
3256
+ "label":1
3257
+ },
3258
+ {
3259
+ "text":"Vic Mensa is from Chicago, Illinois.",
3260
+ "label":1
3261
+ },
3262
+ {
3263
+ "text":"Birmingham is a place.",
3264
+ "label":1
3265
+ },
3266
+ {
3267
+ "text":"Floyd Mayweather Jr. has a record 26 world title wins without a loss.",
3268
+ "label":1
3269
+ },
3270
+ {
3271
+ "text":"Forceps are an instrument that are handheld.",
3272
+ "label":1
3273
+ },
3274
+ {
3275
+ "text":"Vedam is a 2010 Indian drama film.",
3276
+ "label":1
3277
+ },
3278
+ {
3279
+ "text":"Anne Sullivan died in October of 1936.",
3280
+ "label":1
3281
+ },
3282
+ {
3283
+ "text":"Ekta Kapoor worked in television.",
3284
+ "label":1
3285
+ },
3286
+ {
3287
+ "text":"In a constitutional federal republic, the Alfred P. Murrah Federal Building was located.",
3288
+ "label":1
3289
+ },
3290
+ {
3291
+ "text":"The Boeing 767 is used for transatlantic flights.",
3292
+ "label":1
3293
+ },
3294
+ {
3295
+ "text":"John Frusciante was in Stadium Arcadium.",
3296
+ "label":1
3297
+ },
3298
+ {
3299
+ "text":"Melilla shares a border with Morocco.",
3300
+ "label":1
3301
+ },
3302
+ {
3303
+ "text":"Mandy Moore had a career in music.",
3304
+ "label":1
3305
+ },
3306
+ {
3307
+ "text":"Bethany Hamilton's biopic had Sean McNamara as director.",
3308
+ "label":1
3309
+ },
3310
+ {
3311
+ "text":"William Howard Taft declined offers of appointment to a court.",
3312
+ "label":1
3313
+ },
3314
+ {
3315
+ "text":"Uganda was a protectorate.",
3316
+ "label":1
3317
+ },
3318
+ {
3319
+ "text":"Margaret Thatcher was the most senior politician within the Conservative Party in the UK in 1975.",
3320
+ "label":1
3321
+ },
3322
+ {
3323
+ "text":"Johann Wolfgang von Goethe published the first part of Faust in 1808.",
3324
+ "label":1
3325
+ },
3326
+ {
3327
+ "text":"Tenacious D was released before 2006.",
3328
+ "label":1
3329
+ },
3330
+ {
3331
+ "text":"Under an Austrian license, Red Bull Racing races.",
3332
+ "label":1
3333
+ },
3334
+ {
3335
+ "text":"Sean Penn has acted in 13 films.",
3336
+ "label":1
3337
+ },
3338
+ {
3339
+ "text":"Excuse My French is an album.",
3340
+ "label":1
3341
+ },
3342
+ {
3343
+ "text":"The World Trade Center was destroyed on September 11, 2001.",
3344
+ "label":1
3345
+ },
3346
+ {
3347
+ "text":"Annabelle is in the United States.",
3348
+ "label":1
3349
+ },
3350
+ {
3351
+ "text":"Phillip Glass has written concertos.",
3352
+ "label":1
3353
+ },
3354
+ {
3355
+ "text":"PBS is a television program distributor.",
3356
+ "label":1
3357
+ },
3358
+ {
3359
+ "text":"There was a contribution of the identification of the remains of King Richard III by the University of Leicester.",
3360
+ "label":1
3361
+ },
3362
+ {
3363
+ "text":"Bonaire was part of the Netherlands Antilles.",
3364
+ "label":1
3365
+ },
3366
+ {
3367
+ "text":"The Armenian Genocide was an extermination.",
3368
+ "label":1
3369
+ },
3370
+ {
3371
+ "text":"James Earl Jones was a voice actor in a movie.",
3372
+ "label":1
3373
+ },
3374
+ {
3375
+ "text":"Issa Rae created Awkward Black Girl and has had success.",
3376
+ "label":1
3377
+ },
3378
+ {
3379
+ "text":"There is a carnival called Camp Flog Gnaw.",
3380
+ "label":1
3381
+ },
3382
+ {
3383
+ "text":"Personal computers use touchscreens.",
3384
+ "label":1
3385
+ },
3386
+ {
3387
+ "text":"Tennessee is in America.",
3388
+ "label":1
3389
+ },
3390
+ {
3391
+ "text":"In California, Stephen Hillenburg was raised.",
3392
+ "label":1
3393
+ },
3394
+ {
3395
+ "text":"Ukrainian Soviet Socialist Republic was a founding participant of the UN.",
3396
+ "label":1
3397
+ },
3398
+ {
3399
+ "text":"Lois Lane was influenced by a journalist.",
3400
+ "label":1
3401
+ },
3402
+ {
3403
+ "text":"Janelle Mon\u00e1e is an entertainer.",
3404
+ "label":1
3405
+ },
3406
+ {
3407
+ "text":"Hezbollah received combat training from Iran.",
3408
+ "label":1
3409
+ },
3410
+ {
3411
+ "text":"John Goodman has had roles.",
3412
+ "label":1
3413
+ },
3414
+ {
3415
+ "text":"Melbourne is where the latest ceremony of the Logie Awards was held at.",
3416
+ "label":1
3417
+ },
3418
+ {
3419
+ "text":"Lyon had a population of 506,615 in 2014.",
3420
+ "label":1
3421
+ },
3422
+ {
3423
+ "text":"Theresa May served.",
3424
+ "label":1
3425
+ },
3426
+ {
3427
+ "text":"The Bengal tiger is a member of the largest cat species.",
3428
+ "label":1
3429
+ },
3430
+ {
3431
+ "text":"Kleshas are in the mind.",
3432
+ "label":1
3433
+ },
3434
+ {
3435
+ "text":"Wilhelmina Slater is portrayed in a period romance television series.",
3436
+ "label":1
3437
+ },
3438
+ {
3439
+ "text":"The Bahamas is a domestically recognized state that comprises a series of islands that form an archipelago.",
3440
+ "label":1
3441
+ },
3442
+ {
3443
+ "text":"Veep has won an award.",
3444
+ "label":1
3445
+ },
3446
+ {
3447
+ "text":"For the last five consecutive FIFA World Cups, Japan national football team qualified.",
3448
+ "label":1
3449
+ },
3450
+ {
3451
+ "text":"James VI and I was a person.",
3452
+ "label":1
3453
+ },
3454
+ {
3455
+ "text":"ASAP Rocky has directed videos for his own music.",
3456
+ "label":1
3457
+ },
3458
+ {
3459
+ "text":"Tim McGraw had a supporting role in a film.",
3460
+ "label":1
3461
+ },
3462
+ {
3463
+ "text":"Forced labor is a reason for human trafficking.",
3464
+ "label":1
3465
+ },
3466
+ {
3467
+ "text":"Ian Brennan directs.",
3468
+ "label":1
3469
+ },
3470
+ {
3471
+ "text":"Cher was released by the record label Geffen Records.",
3472
+ "label":1
3473
+ },
3474
+ {
3475
+ "text":"There are 26 world title wins and 0 loss record under Floyd Mayweather Jr.",
3476
+ "label":1
3477
+ },
3478
+ {
3479
+ "text":"Pharmacology is concerned with the research, discovery, and characterization of chemicals which show biological effects.",
3480
+ "label":1
3481
+ },
3482
+ {
3483
+ "text":"An island is part of the ABC Islands.",
3484
+ "label":1
3485
+ },
3486
+ {
3487
+ "text":"Taylor Lautner appeared on television sitcoms.",
3488
+ "label":1
3489
+ },
3490
+ {
3491
+ "text":"Fist of Legend is a remake of another movie.",
3492
+ "label":1
3493
+ },
3494
+ {
3495
+ "text":"Ed Gagliardi died of cancer.",
3496
+ "label":1
3497
+ },
3498
+ {
3499
+ "text":"Alexandria is the largest seaport in Egypt.",
3500
+ "label":1
3501
+ },
3502
+ {
3503
+ "text":"Talulah Riley makes an appearance in St Trinian's.",
3504
+ "label":1
3505
+ },
3506
+ {
3507
+ "text":"Prague Castle attracts over 1.8 million visitors annually.",
3508
+ "label":1
3509
+ },
3510
+ {
3511
+ "text":"Trevor Griffiths is a writer.",
3512
+ "label":1
3513
+ },
3514
+ {
3515
+ "text":"Pocahontas was the female child of Powhatan.",
3516
+ "label":1
3517
+ },
3518
+ {
3519
+ "text":"US Airways Flight 1549 had more than 100 people on board.",
3520
+ "label":1
3521
+ },
3522
+ {
3523
+ "text":"Kerplunk was the last album by Green Day released through Lookout Records.",
3524
+ "label":1
3525
+ },
3526
+ {
3527
+ "text":"Philomena was nominated for three Golden Globe Awards.",
3528
+ "label":1
3529
+ },
3530
+ {
3531
+ "text":"Terrence Howard played James Rhodes in Iron Man.",
3532
+ "label":1
3533
+ },
3534
+ {
3535
+ "text":"The Blue Dog Coalition is made up of politicians.",
3536
+ "label":1
3537
+ },
3538
+ {
3539
+ "text":"Elizabeth of York was someone's niece.",
3540
+ "label":1
3541
+ },
3542
+ {
3543
+ "text":"A monster is often hideous and may be terrifying or harmful.",
3544
+ "label":1
3545
+ },
3546
+ {
3547
+ "text":"Aldous Huxley published things.",
3548
+ "label":1
3549
+ },
3550
+ {
3551
+ "text":"One of the most influential bands of its time is Pearl Jam.",
3552
+ "label":1
3553
+ },
3554
+ {
3555
+ "text":"Christa McAuliffe taught social studies at Concord High School.",
3556
+ "label":1
3557
+ },
3558
+ {
3559
+ "text":"Speech recognition is popular in online gaming.",
3560
+ "label":1
3561
+ },
3562
+ {
3563
+ "text":"Grease possessed a musical soundtrack.",
3564
+ "label":1
3565
+ },
3566
+ {
3567
+ "text":"Bongwater was based on a book.",
3568
+ "label":1
3569
+ },
3570
+ {
3571
+ "text":"The Penibaetic System is also called a system of mountain ranges.",
3572
+ "label":1
3573
+ },
3574
+ {
3575
+ "text":"Byron Howard was nominated for a Golden Globe.",
3576
+ "label":1
3577
+ },
3578
+ {
3579
+ "text":"The Airbus A380 made its first flight in 2005.",
3580
+ "label":1
3581
+ },
3582
+ {
3583
+ "text":"Hedda Gabler's world premiere took place at a theater.",
3584
+ "label":1
3585
+ },
3586
+ {
3587
+ "text":"The Raven (2012 film) was released in the United States on April 27, 2012.",
3588
+ "label":1
3589
+ },
3590
+ {
3591
+ "text":"Joe Wicks is played by Paul Nicholls.",
3592
+ "label":1
3593
+ },
3594
+ {
3595
+ "text":"2016 Tour de France was won by Chris Froome.",
3596
+ "label":1
3597
+ },
3598
+ {
3599
+ "text":"Carlos Santana was born in the forties.",
3600
+ "label":1
3601
+ },
3602
+ {
3603
+ "text":"Craig David is a pop music performer.",
3604
+ "label":1
3605
+ },
3606
+ {
3607
+ "text":"Currently Nawaz Sharif serves as a prime minister.",
3608
+ "label":1
3609
+ },
3610
+ {
3611
+ "text":"Jamie Lee Curtis starred in John Carpenter's Halloween as teenager Laurie Strode.",
3612
+ "label":1
3613
+ },
3614
+ {
3615
+ "text":"There are film scores in existence that have been composed by Phillip Glass.",
3616
+ "label":1
3617
+ },
3618
+ {
3619
+ "text":"Kyra Sedgwick had a role in a work.",
3620
+ "label":1
3621
+ },
3622
+ {
3623
+ "text":"Entertaining films were produced by First Motion Picture Unit.",
3624
+ "label":1
3625
+ },
3626
+ {
3627
+ "text":"Syco is a company focused on entertainment.",
3628
+ "label":1
3629
+ },
3630
+ {
3631
+ "text":"Reign Over Me was written and directed by Mike Binder.",
3632
+ "label":1
3633
+ },
3634
+ {
3635
+ "text":"Hebe was a cupbearer.",
3636
+ "label":1
3637
+ },
3638
+ {
3639
+ "text":"In Kentucky, the electric chair has been retired except for a subset of people.",
3640
+ "label":1
3641
+ },
3642
+ {
3643
+ "text":"Stan Beeman is in a show on FX.",
3644
+ "label":1
3645
+ },
3646
+ {
3647
+ "text":"Blue Jasmine has Cate Blanchett directing it.",
3648
+ "label":1
3649
+ },
3650
+ {
3651
+ "text":"One of the most notable features of Zoroastrianism is the belief and doctrine that is focused on the arrival of the messiah.",
3652
+ "label":1
3653
+ },
3654
+ {
3655
+ "text":"Vietnam is the 14th most populous country in the world 92.7 million inhabitants.",
3656
+ "label":1
3657
+ },
3658
+ {
3659
+ "text":"Jewell sings.",
3660
+ "label":1
3661
+ },
3662
+ {
3663
+ "text":"Henry III assumed the throne in the middle of the First Barons' War.",
3664
+ "label":1
3665
+ },
3666
+ {
3667
+ "text":"Scaramouche translates as \"little skirmisher\".",
3668
+ "label":1
3669
+ },
3670
+ {
3671
+ "text":"Caleb McLaughlin was born in the year 2001.",
3672
+ "label":1
3673
+ },
3674
+ {
3675
+ "text":"Paris saw the Warcraft movie before America.",
3676
+ "label":1
3677
+ },
3678
+ {
3679
+ "text":"English people are descended from the Angles as a result of migration.",
3680
+ "label":1
3681
+ },
3682
+ {
3683
+ "text":"On August 18th, 2009, The Last Song (film) ended filming.",
3684
+ "label":1
3685
+ },
3686
+ {
3687
+ "text":"The Saw franchise is a collection of films.",
3688
+ "label":1
3689
+ },
3690
+ {
3691
+ "text":"Anne Rice lived in San Fransisco.",
3692
+ "label":1
3693
+ },
3694
+ {
3695
+ "text":"Jack Falahee's middle name is Ryan.",
3696
+ "label":1
3697
+ },
3698
+ {
3699
+ "text":"Jeong Hyeong-don was born in the 1970's.",
3700
+ "label":1
3701
+ },
3702
+ {
3703
+ "text":"An actor whose birthday is on September 15, 1968 starred in Men in Black II.",
3704
+ "label":1
3705
+ },
3706
+ {
3707
+ "text":"Therasia is a piece of land.",
3708
+ "label":1
3709
+ },
3710
+ {
3711
+ "text":"Tamerlan Tsarnaev had a male sibling.",
3712
+ "label":1
3713
+ },
3714
+ {
3715
+ "text":"Estonia is in Northern Europe, bordering the Baltic Sea.",
3716
+ "label":1
3717
+ },
3718
+ {
3719
+ "text":"Dave Gibbons is an English letterer.",
3720
+ "label":1
3721
+ },
3722
+ {
3723
+ "text":"Zac Efron is a citizen.",
3724
+ "label":1
3725
+ },
3726
+ {
3727
+ "text":"Liverpool is independent of Lancashire.",
3728
+ "label":1
3729
+ },
3730
+ {
3731
+ "text":"Jewell worked with Dr. Dre.",
3732
+ "label":1
3733
+ },
3734
+ {
3735
+ "text":"Party Down is a show that Lizzy Caplan starred in.",
3736
+ "label":1
3737
+ },
3738
+ {
3739
+ "text":"Yara Shahidi is a person.",
3740
+ "label":1
3741
+ },
3742
+ {
3743
+ "text":"Species distribution can be understood through factors like glaciation.",
3744
+ "label":1
3745
+ },
3746
+ {
3747
+ "text":"Franchising is regulated in thirty-three countries, including Australia and the United States.",
3748
+ "label":1
3749
+ },
3750
+ {
3751
+ "text":"Betsy Hodges was elected to serve a four-year term.",
3752
+ "label":1
3753
+ },
3754
+ {
3755
+ "text":"There was a song performed on Glee called Rhythm Nation.",
3756
+ "label":1
3757
+ },
3758
+ {
3759
+ "text":"Aarhus is 187 km north and west of Copenhagen.",
3760
+ "label":1
3761
+ },
3762
+ {
3763
+ "text":"Aleister Crowley was born on October 12, 1875.",
3764
+ "label":1
3765
+ },
3766
+ {
3767
+ "text":"Olympus Mons is on Mars.",
3768
+ "label":1
3769
+ },
3770
+ {
3771
+ "text":"One Flew Over the Cuckoo's Nest won Academy Awards.",
3772
+ "label":1
3773
+ },
3774
+ {
3775
+ "text":"James, Viscount Severn was born in the 2000s.",
3776
+ "label":1
3777
+ },
3778
+ {
3779
+ "text":"San Diego Comic-Con was founded as a different name.",
3780
+ "label":1
3781
+ },
3782
+ {
3783
+ "text":"Charlotte, North Carolina is the third-largest banking center in the United States from 2017-present.",
3784
+ "label":1
3785
+ },
3786
+ {
3787
+ "text":"There is a musician called John Frusciante.",
3788
+ "label":1
3789
+ },
3790
+ {
3791
+ "text":"Jamie Lee Curtis was in film.",
3792
+ "label":1
3793
+ },
3794
+ {
3795
+ "text":"Paul Nicholls played Sam Casey in Law & Order: UK.",
3796
+ "label":1
3797
+ },
3798
+ {
3799
+ "text":"The Siege of Fort Stanwix began.",
3800
+ "label":1
3801
+ },
3802
+ {
3803
+ "text":"Netscape Navigator was produced by a Netscape Communications.",
3804
+ "label":1
3805
+ },
3806
+ {
3807
+ "text":"Advertising is used to sell a service.",
3808
+ "label":1
3809
+ },
3810
+ {
3811
+ "text":"The NAACP Image Award for Outstanding Supporting Actor in a Drama Series was first given in 1996.",
3812
+ "label":1
3813
+ },
3814
+ {
3815
+ "text":"The Gifted is a television series.",
3816
+ "label":1
3817
+ },
3818
+ {
3819
+ "text":"Woodrow Wilson lived during World War I during which he led the United States and established an activist foreign policy known as \"Wilsonianism.\"",
3820
+ "label":1
3821
+ },
3822
+ {
3823
+ "text":"Topman sells clothing.",
3824
+ "label":1
3825
+ },
3826
+ {
3827
+ "text":"Stripes had Conrad Dunn featured in it.",
3828
+ "label":1
3829
+ },
3830
+ {
3831
+ "text":"Ten matches were possessed by SummerSlam.",
3832
+ "label":1
3833
+ },
3834
+ {
3835
+ "text":"Ayananka Bose works on movies in Bollywood.",
3836
+ "label":1
3837
+ },
3838
+ {
3839
+ "text":"Goldie Hawn received a Grammy nomination.",
3840
+ "label":1
3841
+ },
3842
+ {
3843
+ "text":"Quay premiered in the 2010s.",
3844
+ "label":1
3845
+ },
3846
+ {
3847
+ "text":"Wentworth Miller made his screenwriting debut.",
3848
+ "label":1
3849
+ },
3850
+ {
3851
+ "text":"The Concert for Bangladesh generated awareness and considerable money.",
3852
+ "label":1
3853
+ },
3854
+ {
3855
+ "text":"In fall of 2013 Brian Michael Bendis began teaching at the University of Oregon.",
3856
+ "label":1
3857
+ },
3858
+ {
3859
+ "text":"The Pelican Brief is based on the novel of the same name by John Grisham.",
3860
+ "label":1
3861
+ },
3862
+ {
3863
+ "text":"Temple of the Dog is the name of a band.",
3864
+ "label":1
3865
+ },
3866
+ {
3867
+ "text":"Scream 2 is an American film.",
3868
+ "label":1
3869
+ },
3870
+ {
3871
+ "text":"The Latvian Soviet Socialist Republic is known by at least one other name.",
3872
+ "label":1
3873
+ },
3874
+ {
3875
+ "text":"Harris Jayaraj is a film composer.",
3876
+ "label":1
3877
+ },
3878
+ {
3879
+ "text":"Riz Ahmed acted in an 8-part crime drama miniseries.",
3880
+ "label":1
3881
+ },
3882
+ {
3883
+ "text":"Premam had a theatrical run of 259 days in Chennai.",
3884
+ "label":1
3885
+ },
3886
+ {
3887
+ "text":"XHamster puts into production a reality series.",
3888
+ "label":1
3889
+ },
3890
+ {
3891
+ "text":"Dopamine induces neuromodulation.",
3892
+ "label":1
3893
+ },
3894
+ {
3895
+ "text":"Mogadishu is a capital city.",
3896
+ "label":1
3897
+ },
3898
+ {
3899
+ "text":"The Godfather Part II featured an Academy Award for Best Actor nominated performance by Al Pacino.",
3900
+ "label":1
3901
+ },
3902
+ {
3903
+ "text":"Levoamphetamine is a CNS stimulant.",
3904
+ "label":1
3905
+ },
3906
+ {
3907
+ "text":"Match Point explores the role of lust and luck in life.",
3908
+ "label":1
3909
+ },
3910
+ {
3911
+ "text":"The Little Prince (2015 film) is a English-language film.",
3912
+ "label":1
3913
+ },
3914
+ {
3915
+ "text":"Tilda Swinton was born on November 5, 1960.",
3916
+ "label":1
3917
+ },
3918
+ {
3919
+ "text":"AMGTV is an American television network.",
3920
+ "label":1
3921
+ },
3922
+ {
3923
+ "text":"Annie is a film.",
3924
+ "label":1
3925
+ },
3926
+ {
3927
+ "text":"One of the major features of Zoroastrianism is the belief and doctrine called messianism.",
3928
+ "label":1
3929
+ },
3930
+ {
3931
+ "text":"Kevin Kline stars in The Road to El Dorado.",
3932
+ "label":1
3933
+ },
3934
+ {
3935
+ "text":"Petyr Baelish is created by an American author George R.R. Martin.",
3936
+ "label":1
3937
+ },
3938
+ {
3939
+ "text":"Hermit crabs are decapods.",
3940
+ "label":1
3941
+ },
3942
+ {
3943
+ "text":"Nicholas Brody is a character on Homeland.",
3944
+ "label":1
3945
+ },
3946
+ {
3947
+ "text":"Sonny & Cher sing R&B.",
3948
+ "label":1
3949
+ },
3950
+ {
3951
+ "text":"Benjamin Franklin was born on April 17th, 1790.",
3952
+ "label":1
3953
+ },
3954
+ {
3955
+ "text":"Battle of the Bastards had a viewership of over a million in its initial broadcast.",
3956
+ "label":1
3957
+ },
3958
+ {
3959
+ "text":"The Bengal tiger was subordinated by R. I. Pocock.",
3960
+ "label":1
3961
+ },
3962
+ {
3963
+ "text":"On April 8, 1974, Chris Kyle was born.",
3964
+ "label":1
3965
+ },
3966
+ {
3967
+ "text":"Google Search can return monetary conversions.",
3968
+ "label":1
3969
+ },
3970
+ {
3971
+ "text":"Chris Kyle died on February 2, 2013.",
3972
+ "label":1
3973
+ },
3974
+ {
3975
+ "text":"The Kerner Entertainment Company produced The Mighty Ducks.",
3976
+ "label":1
3977
+ },
3978
+ {
3979
+ "text":"David Spade appeared in Tommy Boy.",
3980
+ "label":1
3981
+ },
3982
+ {
3983
+ "text":"December was the month when the principal photography of The Disaster Artist (film) started.",
3984
+ "label":1
3985
+ },
3986
+ {
3987
+ "text":"The Hunger Games are based on a novel by Suzanne Collins.",
3988
+ "label":1
3989
+ },
3990
+ {
3991
+ "text":"To this day invasion literature remains a part of popular culture.",
3992
+ "label":1
3993
+ },
3994
+ {
3995
+ "text":"Edmund H. North was the winner of an Academy Award.",
3996
+ "label":1
3997
+ },
3998
+ {
3999
+ "text":"The Road to El Dorado stars an actor.",
4000
+ "label":1
4001
+ }
4002
+ ]
fact/myriadlama/test.csv DELETED
@@ -1,1022 +0,0 @@
1
- text,options,label
2
- [Y] is the head office location of CreativeLive.,['San Francisco' 'Indianapolis' 'Lexington' 'Morrisville'],0
3
- Flin Flon is in the territory of [Y].,['Saskatchewan' 'Algeria' 'Chennai' 'Pakistan'],0
4
- [Y] is the administrative center of Glascock County.,['Gibson' 'Auburn' 'Montgomery' 'Seville'],0
5
- The style of Carl Orff is [Y].,['opera' 'free jazz' 'electronic dance music' 'country rock'],0
6
- Which country is adjacent to Couto Misto? [Y].,['Spain' 'Deurne' 'Iran' 'Islamabad Capital Territory'],0
7
- Who or what is USS Dunderberg named after? [Y].,['Swedish' 'Houston' 'Casablanca' 'Vienna'],0
8
- On what continent is United Arab Emirates located? [Y].,['Asia' 'Antarctica' 'South America' 'Americas'],0
9
- Kyrgyz Revolution of 2010 is in language [Y].,['Russian' 'Finnish' 'Malay' 'Greek'],0
10
- Womanlight was written in the [Y] language.,['French' 'Hindi' 'German' 'Romanian'],0
11
- Mehrabad International Airport is named after [Y].,['Tehran' 'Vienna' 'nickel' 'Britannia'],0
12
- Kiiti Morita works in the field of [Y].,['topology' 'groundwater' 'documentary film' 'mythology'],0
13
- Monte San Giorgio represents a segment of [Y].,['Alps' 'firearm' 'matrix' 'mail'],0
14
- Where was Radical Axis founded? [Y].,['Atlanta' 'Cologne' 'Canada' 'Canton'],0
15
- Murata Manufacturing started their career in [Y].,['Kyoto' 'Lyon' 'Rome' 'Manhattan'],0
16
- "If you want to visit E.ON Sverige, you need to go to country [Y].",['Sweden' 'Portugal' 'Turkmenistan' 'Turkey'],0
17
- Where is the capital of Canada? [Y].,['Ottawa' 'Pierre' 'Athens' 'Uppsala'],0
18
- Kevin Kampl plays in [Y] position.,['midfielder' 'goalkeeper' 'running back' 'closer'],0
19
- Where did Marco Ferreri die? [Y].,['Paris' 'Jakarta' 'Belmont' 'Dayton'],0
20
- [Y] is the location where The Helix occurred.,['Dublin' 'Oslo' 'England' 'Rotterdam'],0
21
- attorney at law is also necessarily a [Y].,['jurist' 'warship' 'anal sex' 'cheese'],0
22
- Transaction Processing Facility was originally created by [Y].,['IBM' 'Microsoft' 'Linux Foundation' 'Sequent Computer Systems'],0
23
- Which country was pesto created in? [Y].,['Italy' 'Lithuania' 'Sweden' 'Kazakhstan'],0
24
- [Y] recognizes Hankasalmi as its official language.,['Finnish' 'Tamil' 'Khakas' 'Quechua'],0
25
- [Y] is one of the items in Galinstan.,['indium' 'Pisa' 'geometry' 'Rhode Island'],0
26
- Sorority Life was initially launched on [Y].,['MTV' 'ITV' 'Fox Business' 'ESPN2'],0
27
- Vechte is a [Y].,['river' 'toll' 'acronym' 'trademark'],0
28
- Ferdinand the Holy Prince has a role in the religion [Y].,['Christianity' 'Shafi`i' 'Nation of Islam' 'Scientology'],0
29
- The sister cities of Nantes include [Y].,['Rio de Janeiro' 'Montreal' 'Moscow' 'Helsinki'],0
30
- The formation location of Odesza is [Y].,['Seattle' 'Belgium' 'Brighton' 'Denton'],0
31
- La Jornada is in language [Y].,['Spanish' 'Tamil' 'Italian' 'Sanskrit'],0
32
- O'Hare International Airport is named in honor of [Y].,['Chicago' 'hotel' 'Manhattan' 'Bangkok'],0
33
- The official language of Nebraska is [Y].,['English' 'Romanian' 'Afrikaans' 'Egyptian'],0
34
- [Y] is the administrative center of Egypt.,['Cairo' 'Fulton' 'Madrid' 'Veliky Novgorod'],0
35
- Inhibitor of nuclear factor kappa B kinase subunit beta is a subclass of [Y].,['protein' 'fish' 'Venetian' 'celebrity'],0
36
- Aktuellt was created in [Y].,['Sweden' 'Iran' 'Egypt' 'Canada'],0
37
- [Y] is the administrative center of Kenya.,['Nairobi' 'Toronto' 'Copenhagen' 'Kiel'],0
38
- Lunice saw the light of the world in [Y].,['Montreal' 'Glasgow' 'Salem' 'Staffordshire'],0
39
- Japan is a part of the continent [Y].,['Asia' 'Europe' 'Africa' 'Oceania'],0
40
- Where is the capital of Gedling? [Y].,['Arnold' 'Irvine' 'Columbia' 'Dunedin'],0
41
- "Where did Kenneth Baker, Baron Baker of Dorking work? [Y].",['London' 'Helsinki' 'Antwerp' 'Atlanta'],0
42
- What is the category of Kemsley? [Y].,['village' 'fortification' 'forest' 'barracks'],0
43
- William Warburton spent the last years of life in [Y].,['Gloucester' 'Denmark' 'Dunedin' 'Constantinople'],0
44
- Which religion is Tom Cruise affiliated with? [Y].,['Scientology' 'Jerusalem' 'Celtic Christianity' 'Hanif'],0
45
- The Magic Flute was written in the [Y] language.,['German' 'Dutch' 'Estonian' 'Catalan'],0
46
- Where is Dorogomilovo District located? [Y].,['Moscow' 'Galicia' 'Unorganized Borough' 'Chichester'],0
47
- Stanley Lebowsky is a [Y] by profession.,['composer' 'biologist' 'surgeon' 'musician'],0
48
- On what continent is Mount Lister located? [Y].,['Antarctica' 'Americas' 'Asia' 'Africa'],0
49
- The Michael Richards Show was originally aired on [Y].,['NBC' 'BBC' 'HBO' 'broadcast syndication'],0
50
- [Y] consists of Tupungato.,['Andes' 'breast' 'smell' 'chimney'],0
51
- [Y] is the place where Peter I. Blute worked.,['Boston' 'Norwich' 'Pittsburgh' 'Belgium'],0
52
- What position does Enrico Valtorta hold? [Y].,['bishop' 'vicar' 'rabbi' 'capitano del popolo'],0
53
- Where was Scott Sorry born? [Y].,['Philadelphia' 'Lebanon' 'Kingston' 'Lahore'],0
54
- [Y] has Yota as an instance.,['trademark' 'musical' '3D film' 'miniseries'],0
55
- Hurricane Ridge is located on the continent of [Y].,['Antarctica' 'Europe' 'Africa' 'Asia'],0
56
- The name of Santa Trinita is based on [Y].,['Trinity' 'Americas' 'Langenhagen' 'marble'],0
57
- The original language of La Commune is [Y].,['French' 'Welsh' 'Estonian' 'Scots'],0
58
- Commodores is represented by music label [Y].,['Motown' 'Epic Records' 'Atlantic Records' 'Aladdin'],0
59
- The Girlie Show World Tour is created in language [Y].,['English' 'Swedish' 'Finnish' 'Indonesian'],0
60
- [Y] is the country where Isser Harel holds citizenship.,['Israel' 'France' 'Colombia' 'Latvia'],0
61
- Norm Maracle plays in [Y] position.,['goaltender' 'closer' 'running back' 'catcher'],0
62
- Which field does speleology work in? [Y].,['cave' 'topology' 'Judaism' 'folklore'],0
63
- Bermel Escarpment is a part of the continent [Y].,['Antarctica' 'Europe' 'Americas' 'South America'],0
64
- Dan Plonsey plays [Y].,['saxophone' 'cello' 'alto saxophone' 'bass guitar'],0
65
- What language is officially spoken in Mongolia? [Y].,['Mongolian' 'Minangkabau' 'Buryat' 'Portuguese'],0
66
- Pete Haycock saw the light of the world in [Y].,['Stafford' 'Edinburgh' 'Cambodia' 'Leeds'],0
67
- "If you want to visit Grolsch Brewery, you need to go to country [Y].",['Netherlands' 'Lithuania' 'Ukraine' 'Poland'],0
68
- Which country was Gil Blas created in? [Y].,['France' 'Hungary' 'Peru' 'Belgium'],0
69
- Romano Prodi was employed at [Y].,['Rome' 'The Hague' 'Riga' 'Lyon'],0
70
- [Y] is spoken as an official language by people in Colorado.,['English' 'Manx' 'Vietnamese' 'Aranese'],0
71
- What makes up nave? [Y].,['aisle' 'attention' 'Nigeria' 'United Kingdom'],0
72
- Bud Tribble is [Y]'s employee.,['Apple' 'BBC Sport' 'Microsoft' 'Metro-Goldwyn-Mayer'],0
73
- Patrick Joseph Sullivan is known as a [Y] by profession.,['politician' 'theatrical director' 'poet' 'television presenter'],0
74
- [Y] is the place where Liwan District is located.,['Guangzhou' 'Kentucky' 'Ukraine' 'Amherst'],0
75
- Friedrich Kalkbrenner had work activity in [Y].,['Paris' 'Bonn' 'library' 'Marseille'],0
76
- Ram Pothineni uses language [Y].,['Telugu' 'Chinese' 'Hebrew' 'Polish'],0
77
- Which country is Holycross-Ballycahill GAA located? [Y].,['Ireland' 'Taiwan' 'Mexico' 'France'],0
78
- Black Bread is a work in the [Y] language.,['Spanish' 'Slovene' 'Python' 'Vietnamese'],0
79
- "Officially, the people living in Forssa use the language [Y] for communication.",['Finnish' 'Aymara' 'Mongolian' 'Bislama'],0
80
- omnipotence is produced by the company of [Y].,['God' 'Unicomp' 'General Dynamics' 'General Motors'],0
81
- Freddy Cannon is represented by music label [Y].,['Swan' 'Coral' 'Brunswick' 'Atlantic Records'],0
82
- Diplomacy is created in language [Y].,['French' 'Norwegian' 'Punjabi' 'Breton'],0
83
- Who owns Viacom? [Y].,['CBS' 'Memphis' 'Qatar' 'Prague'],0
84
- Daddio is created in language [Y].,['English' 'Urdu' 'Slovene' 'Bengali'],0
85
- De finibus bonorum et malorum is a work in the [Y] language.,['Latin' 'Georgian' 'Catalan' 'Croatian'],0
86
- The original language of Nine Months is [Y].,['English' 'Irish' 'Indonesian' 'Russian'],0
87
- The operation of Holt Renfrew depends on the headquarters in [Y].,['Toronto' 'Lima' 'Wolverhampton' 'Cleveland'],0
88
- What musical instrument does Jonas Kullhammar play? [Y].,['saxophone' 'electric guitar' 'trombone' 'tuba'],0
89
- Anti Cimex was created in [Y].,['Sweden' 'Lebanon' 'Netherlands' 'Bangladesh'],0
90
- "If you want to visit St James' Church, Sydney, you need to go to country [Y].",['Australia' 'Laos' 'Portugal' 'Moldova'],0
91
- Lucian Freud resided in [Y] until death.,['London' 'Pennsylvania' 'Caucasus' 'Karachi'],0
92
- Battle of Ullais is located in [Y].,['Iraq' 'Carthage' 'United States of America' 'Guam'],0
93
- "[Y] is the country in which Fukuno, Toyama is located.",['Japan' 'Guatemala' 'Peru' 'Serbia'],0
94
- Planet 51 was created in [Y].,['Spain' 'Australia' 'Ireland' 'Croatia'],0
95
- Moshe Levinger is known as a [Y] by profession.,['rabbi' 'film producer' 'abbot' 'cartoonist'],0
96
- Megasport Arena is held by [Y].,['Moscow' 'Nagorno-Karabakh' 'France' 'Mecca'],0
97
- The location of CenturyLink was based in [Y].,['Monroe' 'Bolton' 'Franklin' 'Gothersgade'],0
98
- Aaron Murray plays in [Y] position.,['quarterback' 'goaltender' 'guard' 'pitcher'],0
99
- [Y] recognizes Joensuu as its official language.,['Finnish' 'Lezgian' 'Tswana' 'Maltese'],0
100
- [Y] is the location where KK Cedevita occurred.,['Zagreb' 'Bangladesh' 'United States of America' 'Helsinki'],0
101
- Of which class is monologist a subclass? [Y].,['comedian' 'Dutch' 'Fiat' 'cricket'],0
102
- The company [Y] is known for producing CineAlta.,['Sony' 'Foxconn' 'Amazon' 'Fairchild'],0
103
- Adam Amin is employed by [Y].,['ESPN' 'ITV Breakfast' 'Fox News' 'BBC Radio 2'],0
104
- Robert Sarah has the position of [Y].,['archbishop' 'member of the European Parliament' 'vicar' 'sultan'],0
105
- Le Gaulois is a work in the [Y] language.,['French' 'Korean' 'Malay' 'Chinese'],0
106
- Barry Zito plays in [Y] position.,['pitcher' 'tackle' 'goaltender' 'closer'],0
107
- Which religion is Israel Zolli affiliated with? [Y].,['Judaism' 'Hindus' 'Islam' 'Soka Gakkai'],0
108
- The sister cities of Dnipro include [Y].,['Vilnius' 'Salamanca' 'Colombo' 'Roanoke'],0
109
- Which company produced Lancia Ypsilon? [Y].,['Fiat' 'Apple' 'Ferrari' 'Lexmark'],0
110
- Wrestling Society X was initially launched on [Y].,['MTV' 'WNYW' 'TNT' 'History'],0
111
- Kenya and [Y] are neighboring countries.,['Somalia' 'Papineau' 'Canossa' 'Solothurn'],0
112
- Doro Merande is known as a [Y] by profession.,['actor' 'psychiatrist' 'comedian' 'keyboardist'],0
113
- "If you want to visit Wanne-Eickel Central Station, you need to go to country [Y].",['Germany' 'South Korea' 'Peru' 'Montenegro'],0
114
- Pinecreek is a place in [Y].,['Minnesota' 'Assam' 'Bangladesh' 'Manitoba'],0
115
- Thomas Storrow Brown died in [Y].,['Montreal' 'Belgium' 'Weimar' 'England'],0
116
- Alheira originates from the country of [Y].,['Portugal' 'Italy' 'Pakistan' 'Czechoslovakia'],0
117
- The original language of Athalie is [Y].,['French' 'Georgian' 'Icelandic' 'Polish'],0
118
- The original language of The Irish Times is [Y].,['English' 'French' 'Scots' 'German'],0
119
- Seventh Tree was written in language of [Y].,['English' 'Irish' 'Portuguese' 'Chinese'],0
120
- Aden serves as the county seat of [Y].,['Yemen' 'Holy Roman Empire' 'Leicestershire' 'Switzerland'],0
121
- What is Ilia Chavchavadze's profession? [Y].,['poet' 'jockey' 'keyboardist' 'Playboy Playmate'],0
122
- Which entity does public relations belong to? [Y].,['communication' 'geometry' 'medicine' 'Scientology'],0
123
- Which country is adjacent to Liguria? [Y].,['Alpes-Maritimes' 'Cinisello Balsamo' 'Formello' 'Pastrengo'],0
124
- Sherrill Milnes is the representative of the [Y] style.,['opera' 'telenovela' 'big band' 'twelve-tone technique'],0
125
- The original language of Westworld is [Y].,['English' 'Slovene' 'Urdu' 'Bulgarian'],0
126
- "If you want to visit Autonomous University of Madrid, you need to go to country [Y].",['Spain' 'Chile' 'Belarus' 'Bahamas'],0
127
- 2014 IIHF World Championship is held by [Y].,['Minsk' 'Irvine' 'Indianapolis' 'Arizona'],0
128
- The region of [Y] uses Canadian Human Rights Act as a legal term.,['Canada' 'Netherlands' 'Brunei' 'Argentina'],0
129
- [Y] is the higher-level concept of colicin.,['protein' 'astronomy' 'regiment' 'climbing'],0
130
- Freek de Jonge grew up speaking [Y] as their first language.,['Dutch' 'Latin' 'Bengali' 'Turkish'],0
131
- Frederica de Laguna is influential in the domain of [Y].,['anthropology' 'poetics' 'Sanskrit' 'shipbuilding'],0
132
- "From childhood, Xavier Saint-Macary has been fluent in language [Y].",['French' 'Polish' 'Georgian' 'Hindi'],0
133
- Echolyn started their career in [Y].,['Pennsylvania' 'Sparta' 'Mission' 'Waterloo'],0
134
- The language [Y] was used for writing Led Zeppelin Boxed Set.,['English' 'Portuguese' 'Telugu' 'Azerbaijani'],0
135
- What is the genre of Eivind Opsvik? [Y].,['jazz' 'cha-cha-cha' 'portrait' 'experimental music'],0
136
- Invisible Touch was written in language of [Y].,['English' 'Polish' 'Python' 'Portuguese'],0
137
- What position does Engelbert Sterckx hold? [Y].,['archbishop' 'antipope' 'Patriarch of Alexandria' 'cardinal'],0
138
- Jonathan Legard started their life in [Y].,['Cardiff' 'Blackpool' 'Ajax' 'Bordeaux'],0
139
- Special Period is held by [Y].,['Cuba' 'Cambridge' 'Olympia' 'Stockholm'],0
140
- Lorraine Newman develops a career in [Y].,['BBC' 'Forbes' 'HAL Laboratory' 'Alexandria'],0
141
- The Peel Sessions is a work in the [Y] language.,['English' 'Norwegian' 'Welsh' 'Tamil'],0
142
- The location of WWE was based in [Y].,['Stamford' 'Canton' 'Gothersgade' 'Vancouver'],0
143
- "Margaret Jay, Baroness Jay of Paddington is employed by [Y].",['BBC' 'Fox Sports Networks' 'McLaren' 'Google Nest'],0
144
- CineAlta was a product announced by [Y].,['Sony' 'Unicomp' 'Dodge' 'Apple'],0
145
- The Lloyd Bridges Show premiered on the network [Y].,['CBS' 'WPBT' 'iTunes' 'FX'],0
146
- Bucharest and [Y] are twin cities.,['Athens' 'Charleroi' 'Jakarta' 'Stockholm'],0
147
- [Y] encompasses Cerro Torre as its element.,['Andes' 'slang' 'Hamas' 'Islam'],0
148
- "Speaking of [Y], osmosis is an example of it.",['diffusion' 'submarine' 'barracks' 'infection'],0
149
- [Y] is the location where 2011 Australian Open occurred.,['Melbourne' 'Honduras' 'Libya' 'Germany'],0
150
- Where is the headquarters of North British Locomotive Company? [Y].,['Glasgow' 'Luxembourg' 'Damascus' 'Liverpool'],0
151
- There is a border that connects [Y] with Guatemala.,['Belize' 'Merionethshire' 'Iran' 'Moscow'],0
152
- Edmond Gondinet grew up speaking [Y] as their first language.,['French' 'Marathi' 'Finnish' 'Dutch'],0
153
- Hinche serves as the county seat of [Y].,"['Centre' 'Crete' 'East Pakistan'
154
- ""People's Democratic Republic of Ethiopia""]",0
155
- Photinus of Sirmium has the position of [Y].,['bishop' 'Lord Chancellor' 'governor' 'sultan'],0
156
- Which service originally aired In the Arena? [Y].,['CNN' 'History' 'MTV2' 'Fox Business'],0
157
- [Y] is the shareholder of Scene7.,['Adobe' 'BP' 'Savannah' 'Texas'],0
158
- What musical instrument does Alberto Guerrero play? [Y].,['piano' 'bass guitar' 'clarinet' 'harp'],0
159
- What is the genre of Herbie Hancock? [Y].,['modal jazz' 'hard rock' 'film score' 'musical'],0
160
- Rousseau Institute started their career in [Y].,['Geneva' 'Estonia' 'Cincinnati' 'Miami'],0
161
- Where is Thirteen Colonies located? [Y].,['England' 'Bangalore' 'Botad district' 'Victoria'],0
162
- What is the original language of Chicago Reader? [Y].,['English' 'Kannada' 'Persian' 'Korean'],0
163
- The central government of Rhein-Neckar is in [Y].,['Heidelberg' 'Valencia' 'Dublin' 'Annapolis'],0
164
- Which city is the sister city of Hanover? [Y].,['Leipzig' 'Khartoum' 'Los Angeles' 'Verona'],0
165
- Valmiki uses [Y] as its means of communication.,['Sanskrit' 'Macedonian' 'Spanish' 'Maltese'],0
166
- Wichita Town premiered on the network [Y].,['NBC' 'TF1' 'Challenge' 'Bravo'],0
167
- Glen Gray became known as a [Y] player.,['saxophone' 'alto saxophone' 'vibraphone' 'fiddle'],0
168
- The operation of Energopetrol depends on the headquarters in [Y].,['Sarajevo' 'Belgium' 'Bucharest' 'California'],0
169
- Yordi used to communicate in [Y].,['Spanish' 'Irish' 'Malayalam' 'Polish'],0
170
- [Y] recognizes Indonesia as its official language.,['Indonesian' 'Tibetan' 'Kinyarwanda' 'Tabasaran'],0
171
- Which country is adjacent to Kachin State? [Y].,['Sagaing Region' 'Levallois-Perret' 'Montana' 'Thailand'],0
172
- Yuli Gusman was employed at [Y].,['Moscow' 'Beirut' 'Metz' 'Pittsburgh'],0
173
- Where did Franz Werfel work? [Y].,['Vienna' 'Norwich' 'Sofia' 'Florence'],0
174
- The birth of DJ Format occurred in [Y].,['Southampton' 'Lawrence' 'Wigan' 'Glasgow'],0
175
- Who owns Outlook.com? [Y].,"['Microsoft' 'Kuwait Investment Authority' 'Chicago'
176
- 'Sikorsky Aircraft Corporation']",0
177
- "If you want to visit Dwarka, you need to go to country [Y].",['India' 'Italy' 'Mexico' 'Iraq'],0
178
- hydrogen peroxide consists of [Y].,['oxygen' 'Unity' 'French Guiana' 'clay'],0
179
- The region of [Y] uses Sarpanch as a legal term.,['India' 'Munster' 'Israel' 'Ontario'],0
180
- Francesco Bolzoni was given the [Y] job.,['midfielder' 'right fielder' 'goalkeeper' 'goaltender'],0
181
- Which country is Villars-Burquin located? [Y].,['Switzerland' 'Czechoslovakia' 'Germany' 'Dominican Republic'],0
182
- What makes up soba? [Y].,['flour' 'Colombia' 'chromium' 'Kingdom of Greece'],0
183
- [Y] is the first air channel of Name That Tune.,['NBC' 'CNN International' 'ESPN' 'Hulu'],0
184
- What is Dhanush's profession? [Y].,['actor' 'psychologist' 'diplomat' 'horse trainer'],0
185
- Which country is adjacent to Thailand? [Y].,['Cambodia' 'Independent State of Croatia' 'Kosovo' 'Leiden'],0
186
- What is Evan Bayh's profession? [Y].,['politician' 'voice actor' 'illustrator' 'cinematographer'],0
187
- William B. Hartsfield had work activity in [Y].,['Atlanta' 'San Francisco' 'Geneva' 'Saint Petersburg'],0
188
- The headquarter of Pantheon-Sorbonne University is in [Y].,['Paris' 'Detroit' 'Cleveland' 'Ponce'],0
189
- Claudine Clark is a [Y] by profession.,['composer' 'politician' 'television presenter' 'screenwriter'],0
190
- Doig Medal is a [Y].,['award' 'bridge' 'barracks' 'pub'],0
191
- Daniele De Rossi was given the [Y] job.,['midfielder' 'pitcher' 'quarterback' 'goalkeeper'],0
192
- Which service originally aired College Football Live? [Y].,['ESPN' 'NBCSN' 'Channel 4' 'PBS'],0
193
- [Y] represents the capital city for Smyth County.,['Marion' 'Carlisle' 'Hartford' 'Hamilton'],0
194
- The headquarter of Adeline Software International is in [Y].,['Lyon' 'Madison' 'Italy' 'Leicestershire'],0
195
- [Y] is the place where Haaga is located.,['Helsinki' 'Nicaragua' 'Mumbai' 'Melbourne'],0
196
- Walter Branscombe started their life in [Y].,['Exeter' 'Doncaster' 'Johannesburg' 'Auckland'],0
197
- Michael Nyman plays [Y].,['piano' 'viol' 'slide' 'mandolin'],0
198
- Tegami Bachi first appeared in [Y].,['Japan' 'Philippines' 'Canada' 'Portugal'],0
199
- Monreale and [Y] are neighboring countries.,['Bisacquino' 'Emirate of Abu Dhabi' 'Eritrea' 'Papineau'],0
200
- Simon Law was born in [Y].,['Luton' 'Hawaii' 'Virginia' 'Wigan'],0
201
- The location of Danco Coast on the Earth is the [Y] continent.,['Antarctica' 'North America' 'Europe' 'Australia'],0
202
- [Y] encompasses dispositio as its element.,['rhetoric' 'Belarus' 'materials science' 'Europe'],0
203
- What makes up Eurasian Economic Union? [Y].,['Kazakhstan' 'Sudan' 'graph theory' 'Ludic'],0
204
- Which position does Bobby Layne play in? [Y].,['quarterback' 'right fielder' 'forward' 'goalkeeper'],0
205
- What is Steven Hartley's profession? [Y].,['actor' 'priest' 'horse trainer' 'restaurateur'],0
206
- The operation of Croatian National Bank depends on the headquarters in [Y].,['Zagreb' 'Alexandria' 'Shrewsbury' 'Madison'],0
207
- Where did Thomas G. Jones work? [Y].,['Montgomery' 'Luxembourg' 'Glasgow' 'Denver'],0
208
- Alex Sipiagin is the representative of the [Y] style.,['jazz' 'rock and roll' 'blues rock' 'modal jazz'],0
209
- What is Enrique Granados's profession? [Y].,['composer' 'economist' 'theatrical director' 'comedian'],0
210
- Bird's Head Peninsula is in the country [Y].,['Indonesia' 'Russia' 'Pakistan' 'Portugal'],0
211
- What is the native language of Max Jacob? [Y].,['French' 'Spanish' 'Dutch' 'Finnish'],0
212
- Soul Militia was created in [Y].,['Estonia' 'Kenya' 'Croatia' 'Ireland'],0
213
- Where did Leo X die? [Y].,['Rome' 'Alaska' 'Bologna' 'Poland'],0
214
- The Hitchhiker was originally aired on [Y].,['HBO' 'Showtime' 'FX' 'CBS'],0
215
- Where is York University located? [Y].,['Toronto' 'Milan' 'Egypt' 'Genoa'],0
216
- Friday Night Videos was originally aired on [Y].,['NBC' 'TF1' 'PBS' 'ITV'],0
217
- "In which region is Manitoba Act, 1870 a legal term? [Y].",['Canada' 'astronomical object' 'Greece' 'Queensland'],0
218
- [Y] is spoken as an official language by people in Yverdon-les-Bains.,['French' 'Quechua' 'Faroese' 'Chhattisgarhi'],0
219
- The location of Cape Selborne on the Earth is the [Y] continent.,['Antarctica' 'North America' 'Australia' 'Asia'],0
220
- Bad Wildungen is located in the country of [Y].,['Germany' 'Luxembourg' 'Somalia' 'Cambodia'],0
221
- "If you want to visit Nuri, you need to go to country [Y].",['Sudan' 'Afghanistan' 'Morocco' 'Lebanon'],0
222
- Minamiakita District is located in the country of [Y].,['Japan' 'Rwanda' 'Argentina' 'Armenia'],0
223
- [Y] is spoken as an official language by people in Republic of Ingushetia.,['Russian' 'Quechua' 'Abaza' 'Danish'],0
224
- Independent Administrative Institution is a legal term in [Y].,['Japan' 'Switzerland' 'Taiwan' 'Namibia'],0
225
- Eugendus served as [Y].,"['abbot' 'Anglican Bishop of Chichester' 'President of the Philippines'
226
- 'metropolitan']",0
227
- Steve Castle plays in [Y] position.,['midfielder' 'tackle' 'goalkeeper' 'right fielder'],0
228
- Fantasia Festival occurred in [Y].,['Montreal' 'Lviv' 'Anatolia' 'Vancouver'],0
229
- What is the genre of Eumir Deodato? [Y].,['jazz' 'fantasy' 'young adult literature' 'tragedy'],0
230
- Daniel Caligiuri is a famous [Y] player.,['midfielder' 'closer' 'pitcher' 'defender'],0
231
- Franco Sacchetti was awarded as a great [Y].,['poet' 'rabbi' 'television director' 'record producer'],0
232
- Charles Borromeo was sworn in as [Y].,['archbishop' 'Archbishop of Canterbury' 'God' 'capitano del popolo'],0
233
- Parque de Bombas is a part of [Y]'s assets.,['Ponce' 'California' 'Venice' 'Genoa'],0
234
- Where is the capital of Finnish Socialist Workers' Republic? [Y].,['Helsinki' 'Winnipeg' 'London' 'Kingston'],0
235
- "Non, je ne regrette rien was written in language of [Y].",['French' 'Tamil' 'German' 'Hawaiian'],0
236
- Muadh ibn Jabal has a deep relationship with the [Y] religion.,['Islam' 'Jerusalem' 'Christian' 'Hanif'],0
237
- Tricorn Centre is held by [Y].,['Portsmouth' 'Indian Ocean' 'Czech Republic' 'Orange'],0
238
- Pitchshifter was founded in [Y].,['Nottingham' 'Christchurch' 'Burlington' 'Hawthorne'],0
239
- Bangladesh’s name comes from [Y].,['Bengali' 'Franks' 'Americas' 'Italy'],0
240
- Which entity does post-production belong to? [Y].,['photography' 'blade' 'Luzon' 'Arab'],0
241
- Nikon is owned by [Y].,['Mitsubishi' 'Amazon' 'Catholic Church' 'Gibson'],0
242
- [Y] is the country in which Hong San See is located.,['Singapore' 'Russia' 'South Korea' 'Rwanda'],0
243
- The location of Liberia on the Earth is the [Y] continent.,['Africa' 'Antarctica' 'Americas' 'Australia'],0
244
- Which country is Illertissen located? [Y].,['Germany' 'France' 'Qatar' 'Bhutan'],0
245
- Callas Forever originates from the country of [Y].,['Romania' 'Pakistan' 'Belarus' 'France'],0
246
- Jason Trusnik is a player who plays as a [Y].,['linebacker' 'running back' 'centre' 'catcher'],0
247
- Spencer Treat Clark is known as a [Y] by profession.,['actor' 'jazz guitarist' 'jockey' 'biologist'],0
248
- Stanislao Gastaldon is a [Y] in the genre.,['opera' 'free jazz' 'classical music' 'disaster film'],0
249
- In which language is Feral Tribune written? [Y].,['Croatian' 'Dutch' 'Serbian' 'Greek'],0
250
- TKOL RMX 1234567 is in language [Y].,['English' 'Hindi' 'Sanskrit' 'Korean'],0
251
- Nasir al-Din al-Tusi is a follower of religion [Y].,['Islam' 'Christianity' 'Soka Gakkai' 'Nation of Islam'],0
252
- Zaventem shares border with [Y].,"['Woluwe-Saint-Lambert - Sint-Lambrechts-Woluwe' 'Rhode Island'
253
- 'United Principalities of Moldavia and Wallachia' 'Haiti']",0
254
- Darwin Mountains is a part of the continent [Y].,['Antarctica' 'Oceania' 'Australia' 'Africa'],0
255
- Nicholas V is affiliated with the [Y] religion.,['Christianity' 'Twelver Shiism' 'Bektashi Order' 'Christian'],0
256
- Chrysostomos II of Cyprus holds the political title of [Y].,['antipope' 'archbishop' 'Catholic bishop' 'President of Cyprus'],1
257
- Which country is National Republican Greek League located? [Y].,['Egypt' 'Greece' 'Cameroon' 'Belarus'],1
258
- Where is Kuthiyathodu grama panchayat located? [Y].,['Bangladesh' 'Kerala' 'Lincoln' 'Cornwall'],1
259
- Alfred Capus grew up speaking [Y] as their first language.,['Tamil' 'French' 'Hindi' 'Norwegian'],1
260
- Lee Mavers plays [Y].,['trumpet' 'guitar' 'cello' 'slide'],1
261
- Anne Simpson is known as a [Y] by profession.,['philosopher' 'novelist' 'news presenter' 'politician'],1
262
- The style of Kirsti Huke is [Y].,['hardcore' 'jazz' 'science fiction' 'country rock'],1
263
- Kingdom of the Netherlands is a part of the continent [Y].,['Africa' 'Europe' 'Americas' 'Asia'],1
264
- Teddy Bridgewater plays in [Y] position.,['forward' 'quarterback' 'guard' 'goalkeeper'],1
265
- What is the category of Gulfstream Park? [Y].,['Scottish civil parish' 'casino' 'anime' 'disease'],1
266
- Nymphomaniac is a work in the [Y] language.,['Azerbaijani' 'English' 'Welsh' 'Turkish'],1
267
- Amstrad is owned by [Y].,['Toulouse' 'Sky' 'Tennessee' 'PZL'],1
268
- [Y] is the head office location of Pagan Federation.,['Manchester' 'London' 'Canton' 'Lausanne'],1
269
- Which city is the sister city of Seattle? [Y].,['Campobasso' 'Bergen' 'Torzhok' 'Bremen'],1
270
- [Y] is the country in which Catholic Syrian Bank is located.,['Qatar' 'India' 'Dominican Republic' 'Luxembourg'],1
271
- Where is the capital of Indonesia? [Y].,['Grimsby' 'Jakarta' 'Susa' 'Winnipeg'],1
272
- "Speaking of [Y], Louis d'Or is an example of it.",['slum' 'award' 'Seyfert galaxy' 'choir'],1
273
- Hallaca first appeared in [Y].,['Kenya' 'Venezuela' 'Ukraine' 'Serbia'],1
274
- 2005 Beach Volleyball World Championships is located in [Y].,['United States of America' 'Berlin' 'Azerbaijan' 'Munich'],1
275
- Who does Brad Silverberg work for? [Y].,['BBC' 'Microsoft' 'Renault' 'Germany'],1
276
- "Speaking of [Y], Foeniculum vulgare is an example of it.",['baroque' 'vegetable' 'key' 'alloy'],1
277
- [Y] is the head office location of LG Chem.,['Hertfordshire' 'Seoul' 'Wellington' 'Amherst'],1
278
- Leila Schneps is known as a [Y] by profession.,['programmer' 'mathematician' 'astronaut' 'television director'],1
279
- Galen works in the field of [Y].,['mathematician' 'medicine' 'physiology' 'Ludwig Wittgenstein'],1
280
- Where did Sebastian Henricpetri work? [Y].,['Nuenen' 'Basel' 'Portugal' 'Malta'],1
281
- Mercer Ellington is the representative of the [Y] style.,['ballet' 'jazz' 'jazz-funk' 'big band'],1
282
- What position does Clement II hold? [Y].,['Shah' 'pope' 'economist' 'Archbishop of Canterbury'],1
283
- Indian Antarctic Program is a part of the continent [Y].,['Americas' 'Antarctica' 'Oceania' 'North America'],1
284
- Lou Reed is famous for achievements as a [Y].,['novelist' 'photographer' 'lepidopterist' 'bandleader'],1
285
- The nationality of Yunfa is [Y].,['United States of America' 'Nigeria' 'Argentina' 'Albania'],1
286
- Vjesnik is created in language [Y].,['Persian' 'Croatian' 'Slovene' 'Polish'],1
287
- Which country is Junnar located? [Y].,['Taiwan' 'India' 'Armenia' 'Paraguay'],1
288
- Spacewatch has work experience in the field of [Y].,['Unix' 'comet' 'computational science' 'drawing'],1
289
- Nureddin Pasha is famous for achievements as a [Y].,['regent' 'politician' 'poet' 'comedian'],1
290
- Benno Elkan resided in [Y] until death.,['Madrid' 'London' 'Utrecht' 'Palermo'],1
291
- Where did Max Richter work? [Y].,['Weimar' 'Edinburgh' 'Sheffield' 'Sparta'],1
292
- The headquarter of Propellerhead Software is in [Y].,['Pasadena' 'Stockholm' 'Homestead' 'Ecuador'],1
293
- [Y] is the location where Clan Cumming occurred.,['Hyderabad' 'Scotland' 'Marseille' 'Brisbane'],1
294
- Rocket Power was initially launched on [Y].,['NBC' 'Nickelodeon' 'AMC' 'Fox Business'],1
295
- Bobbi Humphrey is the representative of the [Y] style.,['didacticism' 'jazz' 'classical music' 'tragedy'],1
296
- Where is the headquarters of University at Buffalo? [Y].,['Singapore' 'Amherst' 'Tallinn' 'Basel'],1
297
- "The location of Sharp, Stewart and Company was based in [Y].",['Dublin' 'Glasgow' 'Croydon' 'Queensland'],1
298
- Nigel Pulsford can perform on the [Y].,['accordion' 'guitar' 'bass clarinet' 'violin'],1
299
- Yellowstone National Park is a place in [Y].,['New York City' 'Idaho' 'Missouri' 'Cameroon'],1
300
- muslin is also necessarily a [Y].,['Bavarian' 'textile' 'horse' 'V8'],1
301
- "Officially, the people living in Senegal use the language [Y] for communication.",['Sinhala' 'French' 'Spanish' 'Georgian'],1
302
- "Officially, the people living in Maharashtra use the language [Y] for communication.",['Esperanto' 'Marathi' 'Chinese' 'Greek'],1
303
- Parvin E'tesami used to communicate in [Y].,['Tamil' 'Persian' 'Swedish' 'Czech'],1
304
- [Y] consists of Tungurahua.,['feminism' 'Andes' 'Massachusetts' 'biology'],1
305
- Henri Hauser was awarded as a great [Y].,['politician' 'economist' 'geologist' 'model'],1
306
- William Sharpey has work experience in the field of [Y].,['linguistics' 'anatomy' 'jazz' 'video art'],1
307
- cepelinai first appeared in [Y].,['Japan' 'Lithuania' 'Iceland' 'Germany'],1
308
- Silverius served as [Y].,"['Ecumenical Patriarch of Constantinople' 'pope' 'Roman governor'
309
- 'Speaker of the House of Representatives of the Philippines']",1
310
- OpenSearch was originally created by [Y].,['Canon Inc.' 'Amazon' 'Access' 'Intel'],1
311
- Peter Simon Pallas resided in [Y] until death.,['Constantinople' 'Berlin' 'Alexandria' 'Georgetown'],1
312
- The formation location of Akai is [Y].,['Canada' 'Tokyo' 'Wolverhampton' 'Waterloo'],1
313
- Edward Sapir has work experience in the field of [Y].,['photojournalism' 'linguistics' 'mathematics' 'Russian literature'],1
314
- Football Association of Brunei Darussalam served for [Y].,['Slayer' 'FIFA' 'CONMEBOL' 'Ministry'],1
315
- Madrid and [Y] are twin cities.,['Lorient' 'Panama City' 'Isfahan' 'Praia'],1
316
- Which position does Giuseppe Dossena play in? [Y].,['outfielder' 'midfielder' 'pitcher' 'linebacker'],1
317
- The operation of Environics depends on the headquarters in [Y].,['Detroit' 'Toronto' 'Lahore' 'Springfield'],1
318
- Suvarnabhumi Airport is named after [Y].,"[""Edward O'Hare"" 'Bangkok' 'Mendoza' 'Saxons']",1
319
- The location of Telespazio was based in [Y].,['Gothenburg' 'Rome' 'Seoul' 'Colorado'],1
320
- You can go through Wallonia to reach [Y].,['South Kalimantan' 'North Rhine-Westphalia' 'Torfaen' 'Vestfold'],1
321
- Kalevala is a work in the [Y] language.,['French' 'Karelian' 'Portuguese' 'Danish'],1
322
- [Y] is the head office location of Annick Press.,['Belgium' 'Toronto' 'Cologne' 'Amsterdam'],1
323
- The operation of King Chulalongkorn Memorial Hospital depends on the headquarters in [Y].,['Erbil' 'Bangkok' 'Sukhumi' 'Bangladesh'],1
324
- What is the category of Biggesee? [Y].,['medication' 'reservoir' 'blog' 'shipyard'],1
325
- What makes up pectin? [Y].,['tree' 'carbon' 'Seram Island' 'bread'],1
326
- axon is part of [Y].,['National Guard' 'nerve' 'philosophy' 'Trinidad'],1
327
- The language [Y] was used for writing I See Fire.,['Dutch' 'English' 'Irish' 'Hebrew'],1
328
- Which city is the sister city of Rotterdam? [Y].,['Vukovar' 'Shanghai' 'Dieppe' 'Beersheba'],1
329
- "Of which class is ABL proto-oncogene 1, non-receptor tyrosine kinase a subclass? [Y].",['artist' 'protein' 'legume' 'LGBT'],1
330
- [Y] is a member of EPA.,['Algeria' 'carbon' 'graph theory' 'Moon'],1
331
- [Y] is the superclass of mail order.,['salad' 'retail' 'Buddhism in Japan' 'aldehydes'],1
332
- Jayabharathi grew up speaking [Y] as their first language.,['Belarusian' 'Malayalam' 'Georgian' 'Indonesian'],1
333
- [Y] is the mother tongue of Gustave Geffroy.,['Cantonese' 'French' 'English' 'Marathi'],1
334
- Who developed CUPS? [Y].,['Sega' 'Apple' 'Grezzo' 'Xamarin'],1
335
- Siple Dome is located on the continent of [Y].,['Americas' 'Antarctica' 'South America' 'Australia'],1
336
- Goguryeo has a role in the religion [Y].,['Shafi`i' 'Buddhism' 'Maronite Church' 'Hinduism'],1
337
- What is the genre of Energy 52? [Y].,['comedy drama' 'trance' 'horror film' 'Broadway theatre'],1
338
- The operation of Brown Company depends on the headquarters in [Y].,['San Francisco' 'Berlin' 'Albany' 'Hertfordshire'],1
339
- [Y] consists of Mount Penanggungan.,['smell' 'Java' 'nursing' 'NATO'],1
340
- L'Arianna is a work in the [Y] language.,['Turkish' 'Italian' 'Norwegian' 'Serbian'],1
341
- Waheed Murad was awarded as a great [Y].,['politician' 'film producer' 'regent' 'voice actor'],1
342
- The headquarter of United Grain Growers is in [Y].,['Johannesburg' 'Winnipeg' 'Bend' 'Canton'],1
343
- Rock Plaza Central was founded in [Y].,['Budapest' 'Toronto' 'Mobile' 'Chester'],1
344
- Broadway Open House premiered on the network [Y].,['Netflix' 'NBC' 'Team Toon' 'CNBC'],1
345
- The Brothers Four was founded in [Y].,['Shreveport' 'Seattle' 'Sofia' 'Munich'],1
346
- [Y] consists of Hindu deity.,['saddle' 'Hinduism' 'cartridge' 'species'],1
347
- The capital of Poland is [Y].,['Belgrade' 'Warsaw' 'Potsdam' 'Uppsala'],1
348
- Lewis Milestone was employed at [Y].,['Amboise' 'Hollywood' 'Kabul' 'Denver'],1
349
- Bundesautobahn 43 is owned by [Y].,['Nickelodeon' 'Germany' 'Belgrade' 'Malaysia'],1
350
- Where is the headquarters of Cirque du Soleil? [Y].,['Bangladesh' 'Montreal' 'Milton' 'Cleveland'],1
351
- Donovan Germain is the representative of the [Y] style.,['pastoral' 'reggae' 'ballad' 'young adult literature'],1
352
- Audrey Wise is famous for achievements as a [Y].,['mangaka' 'politician' 'songwriter' 'cinematographer'],1
353
- Cheryl Tiegs is known as a [Y] by profession.,['novelist' 'actor' 'film director' 'lawyer'],1
354
- Where is Mauna Kea located? [Y].,['Portugal' 'Hawaii' 'Venice' 'Montreal'],1
355
- Jared Diamond made significant contributions in the field of [Y].,['Tamil' 'ecology' 'egyptology' 'poetics'],1
356
- Tocotronic first appeared in [Y].,['United States of America' 'Germany' 'Egypt' 'Belgium'],1
357
- On what continent is Cannonball Cliffs located? [Y].,['Europe' 'Antarctica' 'Asia' 'Oceania'],1
358
- Wadhwan is a place in [Y].,['British Columbia' 'Surendranagar district' 'La Jolla' 'New York'],1
359
- 2006 Winter Paralympics is held by [Y].,['Yorkshire' 'Turin' 'Ukraine' 'Sambhajinagar district'],1
360
- Kim Walker-Smith is famous for achievements as a [Y].,['librarian' 'songwriter' 'lyricist' 'film producer'],1
361
- What makes up 7075 aluminium alloy? [Y].,['drum kit' 'zinc' 'Kibo' 'Arizona'],1
362
- Ali Karimi is a famous [Y] player.,['closer' 'midfielder' 'centre' 'forward'],1
363
- Rudolf Lothar resided in [Y] until death.,['Caucasus' 'Budapest' 'Cleveland' 'Amherst'],1
364
- Halls Stream is in the territory of [Y].,['Kyrgyzstan' 'New Hampshire' 'Wythenshawe' 'Scotland'],1
365
- There is a border that connects [Y] with Boston.,['Issy-les-Moulineaux' 'Quincy' 'Banten' 'European Union'],1
366
- Zanetto is an instance of [Y].,['siege' 'opera' 'treaty' 'infantry'],1
367
- The language [Y] was used for writing Dolomiten.,['Italian' 'German' 'Croatian' 'Spanish'],1
368
- On what continent is Ravens Mountains located? [Y].,['Africa' 'Antarctica' 'Asia' 'Europe'],1
369
- Senegal maintains diplomatic relations with [Y].,['Armenia' 'Germany' 'Fiji' 'Bahrain'],1
370
- Which country is adjacent to Mali? [Y].,['South Chungcheong' 'Guinea' 'Auderghem - Oudergem' 'Mettmann'],1
371
- "If you want to visit Saint Gayane Church, you need to go to country [Y].",['Azerbaijan' 'Armenia' 'Brazil' 'Morocco'],1
372
- The Lazarus Man was originally aired on [Y].,['AMC' 'TNT' 'Challenge' 'CNN International'],1
373
- The birth of Axle Whitehead occurred in [Y].,['Camden' 'Melbourne' 'Glasgow' 'Rome'],1
374
- Nikki Iles is a [Y] player.,['cello' 'piano' 'fortepiano' 'bassoon'],1
375
- Texas and [Y] are neighboring countries.,['Veracruz' 'New Mexico' 'Jharkhand' 'Cuxhaven'],1
376
- Vijetha was written in the [Y] language.,['Kannada' 'Telugu' 'Montenegrin' 'Filipino'],1
377
- International Space Station consists of [Y].,['Missouri' 'Poisk' 'Kuiper Belt' 'Spain'],1
378
- Where is the capital of Holy Roman Empire? [Y].,['Columbia' 'Vienna' 'Minsk' 'Brest'],1
379
- biochemistry is part of [Y].,['science' 'biology' 'Jainism' 'pistol'],1
380
- Where did Otto Hauser work? [Y].,['Warsaw' 'Berlin' 'Florence Baptistery' 'Arles'],1
381
- Edward Joseph Kelly started their life in [Y].,['Wisconsin' 'Chicago' 'Weimar' 'Frankfurt'],1
382
- Joan Ruddock had work activity in [Y].,['Auvers-sur-Oise' 'London' 'Karlsruhe' 'Dublin'],1
383
- Where is 1981 Southeast Asian Games located? [Y].,['Oslo' 'Manila' 'Milltown Cemetery' 'Johannesburg'],1
384
- The city of Vladivostok is twinned with [Y].,['Bonn' 'San Francisco' 'Kassel' 'Dakar'],1
385
- Gyllene Tider was created in [Y].,['Spain' 'Sweden' 'Romania' 'Greece'],1
386
- Theodor Kullak plays [Y].,['Hammond organ' 'piano' 'banjo' 'trombone'],1
387
- Which field does Wilhelm Ackermann work in? [Y].,['analytic philosophy' 'mathematics' 'astrology' 'philosophy'],1
388
- [Y] is the head office location of Cinven.,['Bern' 'London' 'Hawaii' 'Knoxville'],1
389
- Cor Fuhler plays [Y].,['Hammond organ' 'piano' 'accordion' 'clarinet'],1
390
- August Winding is famous for achievements as a [Y].,['radio personality' 'pianist' 'geologist' 'diplomat'],1
391
- Serbia maintains diplomatic relations with [Y].,['Jordan' 'United States of America' 'Malaysia' 'Iraq'],1
392
- What musical instrument does Ivar Antonsen play? [Y].,['cello' 'piano' 'saxophone' 'Bansuri'],1
393
- Where did Hans Riegel die? [Y].,['Alexandria' 'Bonn' 'Panama' 'England'],1
394
- oenology is part of [Y].,['Eurasia' 'chemistry' 'Information Technology' 'geology'],1
395
- Greg Buttle was given the [Y] job.,['goalkeeper' 'linebacker' 'tackle' 'midfielder'],1
396
- The location of Nigeria on the Earth is the [Y] continent.,['Asia' 'Africa' 'Oceania' 'Australia'],1
397
- Where was Scott Paper Company founded? [Y].,['Cologne' 'Philadelphia' 'Albany' 'Brighton'],1
398
- In which language is Caresses written? [Y].,['Russian' 'Catalan' 'Malayalam' 'Hausa'],1
399
- Tom McIntosh plays [Y].,['tenor saxophone' 'trombone' 'clavichord' 'bass guitar'],1
400
- Fingertips is represented by music label [Y].,['Federal' 'Motown' 'OKeh Records' 'Astralwerks'],1
401
- The location of ARM Holdings was based in [Y].,['Dresden' 'Cambridge' 'Atlanta' 'Wilmington'],1
402
- Mark Lawrenson develops a career in [Y].,['Sur' 'BBC' 'Germany' 'NBC'],1
403
- Arvada and [Y] are neighboring countries.,['France' 'Westminster' 'Toulouse' 'Karnataka'],1
404
- [Y] consists of Mount Bulusan.,['Tanakh' 'Luzon' 'monument' 'Americas'],1
405
- Hank Shaw saw the light of the world in [Y].,['Denver' 'London' 'Paris' 'Baltimore'],1
406
- Where did Jean Tinguely work? [Y].,['Edmonton' 'Paris' 'Rotterdam' 'Uranienburg'],1
407
- "Abraham Hume, 2nd Baronet had work activity in [Y].",['Gloucester' 'London' 'Basel' 'Rome'],1
408
- What makes up silicene? [Y].,['astronaut' 'silicon' 'Dover' 'drum kit'],1
409
- Samuil Marshak spent the last years of life in [Y].,['Medina' 'Moscow' 'Kent' 'Warwick'],1
410
- Cornelis van Haarlem is a [Y] in the genre.,['poetry' 'portrait' 'jazz-funk' 'big band'],1
411
- iWork is developed by [Y].,['Linux Foundation' 'Apple' 'Jonathan Sachs' 'Symbian Foundation'],1
412
- David Dickinson develops a career in [Y].,['The Guardian' 'BBC' 'Heart' 'CBS'],1
413
- Which city is the sister city of Cologne? [Y].,['Queensland' 'Thessaloniki' 'Kinshasa' 'Aarhus'],1
414
- Carl Friedrich Goerdeler used to work in [Y].,['San Francisco' 'Leipzig' 'Basel' 'Drenthe'],1
415
- Egon Bahr is [Y] citizen.,['Bulgaria' 'Germany' 'England' 'Iran'],1
416
- Bucharest serves as the county seat of [Y].,['Nicaragua' 'Kingdom of Romania' 'canton of Bern' 'Zagreb County'],1
417
- [Y] is one of the items in organoaluminium compound.,['phonetics' 'aluminum' 'brain' 'New Romney'],1
418
- Johannes de Jong was sworn in as [Y].,['pastor' 'archbishop' 'God' 'cardinal'],1
419
- "If you want to visit Goseck circle, you need to go to country [Y].",['Belarus' 'Germany' 'Taiwan' 'Morocco'],1
420
- John Rentoul is a [Y] by profession.,['chemist' 'journalist' 'economist' 'novelist'],1
421
- Mango Groove originated from [Y].,['Edmonton' 'Johannesburg' 'Melbourne' 'Kentucky'],1
422
- Robert Stawell Ball had work activity in [Y].,['Hollywood' 'Dublin' 'Lviv' 'New York City'],1
423
- "If you want to visit regiopolis, you need to go to country [Y].",['Fiji' 'Germany' 'Yemen' 'Egypt'],1
424
- [Y] is the artistic genre of Tryo.,['pop music' 'reggae' 'symphony' 'didacticism'],1
425
- Theodor von Oppolzer is influential in the domain of [Y].,"['American Registry for Internet Numbers' 'astronomy' 'cartography'
426
- 'geography']",1
427
- Baseball Tonight was initially launched on [Y].,['PBS' 'ESPN' 'Lifetime' 'broadcast syndication'],1
428
- Boris Rybakov has work experience in the field of [Y].,['statistics' 'archaeology' 'Sanskrit' 'theology'],1
429
- RAF 1 is a subclass of [Y].,['ball game' 'V8' 'Albanian' 'RNA'],1
430
- Afro-dite started their career in [Y].,['Pittsburgh' 'Sweden' 'Leicester' 'Rochester'],1
431
- [Y] is the location where Ye Olde Cheshire Cheese occurred.,['Normandy' 'London' 'Manhattan' 'Kabul'],1
432
- Donskoy Monastery is a place in [Y].,['Norfolk' 'Moscow' 'New Hampshire' 'Stockholm'],1
433
- Marc Ribot can perform on the [Y].,['slide' 'guitar' 'piano' 'oboe'],1
434
- What language is officially spoken in Altai Krai? [Y].,['Latin' 'Russian' 'Slovene' 'Basque'],1
435
- [Y] is the country in which Giurgiu County is located.,['Netherlands' 'Romania' 'Indonesia' 'Singapore'],1
436
- Point Douglas is located in [Y].,['Paterson' 'Manitoba' 'Surendranagar district' 'Karnataka'],1
437
- The style of La fiamma is [Y].,['aleatoric music' 'opera' 'pop music' 'cha-cha-cha'],1
438
- [Y] is one of the countries Pakistan has diplomatic relations with.,['Mozambique' 'Brazil' 'Jamaica' 'United Kingdom'],1
439
- [Y] encompasses forma specialis as its element.,['perfume' 'species' 'tide' 'Beijing'],1
440
- What is the original language of Punnagai Desam? [Y].,['Hindi' 'Tamil' 'Montenegrin' 'Filipino'],1
441
- [Y] is the continent where South Korea is located.,['Oceania' 'Asia' 'Europe' 'Antarctica'],1
442
- Elinor Ostrom works in the field of [Y].,['physician' 'economics' 'evolution' 'singing'],1
443
- There is a border that connects [Y] with Laatzen.,['Chelsea' 'Hanover' 'Surrey' 'Kenya'],1
444
- The Reputation started their career in [Y].,['London' 'Chicago' 'Preston' 'Riverside'],1
445
- Opioid related nociceptin receptor 1 is also necessarily a [Y].,['art' 'protein' 'pollution' 'RNA'],1
446
- Thomas Pinault plays in [Y] position.,['running back' 'midfielder' 'outfielder' 'tackle'],1
447
- Where did Reinhard Goebel work? [Y].,['Florence' 'Salzburg' 'Martinique' 'Ramsgate'],1
448
- Where did Harold Sakata die? [Y].,['Hollywood' 'Honolulu' 'Karachi' 'Leicester'],1
449
- Yutaka Abe resided in [Y] until death.,['Caracas' 'Kyoto' 'Houston' 'Beijing'],1
450
- Cyril Smith was employed at [Y].,['Pasadena' 'London' 'Brunswick' 'Uranienburg'],1
451
- Plovdiv and [Y] are sister cities that have been developing together.,['Brno' 'Thessaloniki' 'Kars' 'Celje'],1
452
- Reynaldo Hahn died in [Y].,['Birmingham' 'Paris' 'Cincinnati' 'Japan'],1
453
- Ivan Dias served as [Y].,['President of the Philippines' 'archbishop' 'abbot' 'sultan'],1
454
- Drew Gress is a [Y] in the genre.,['fable' 'jazz' 'traditional pop' 'funk'],1
455
- [Y] is the artistic genre of Rudolf Brucci.,['disco' 'opera' 'crime novel' 'fiction'],1
456
- Which entity does human evolution belong to? [Y].,['cast iron' 'anthropology' 'chromosome' 'Franconia'],1
457
- The language [Y] was used for writing Still Alive.,['Serbian' 'English' 'German' 'Chinese'],1
458
- [Y] is the creator of ActiveSync.,['Mojang' 'Microsoft' 'Reality Labs' 'Access'],1
459
- Where did Giovanni Pastrone die? [Y].,['Oklahoma' 'Turin' 'Southampton' 'Angeles'],1
460
- Which service originally aired Sense8? [Y].,['ITV' 'Netflix' 'TNT' 'Nick Jr. Channel'],1
461
- Which service originally aired Brooklyn South? [Y].,['CNN International' 'CBS' 'Telefe' 'broadcast syndication'],1
462
- Luis Miguel released their work via the [Y] music label.,['Vocalion' 'Warner Music Group' 'Chess Records' 'I.R.S. Records'],1
463
- Nur ad-Din al-Bitruji is influential in the domain of [Y].,['mathematical analysis' 'astronomy' 'radioactivity' 'computer science'],1
464
- Which position does Lee Sharpe play in? [Y].,['centre' 'midfielder' 'outfielder' 'pitcher'],1
465
- What position does Francisco Silvela hold? [Y].,['Maharaja' 'minister' 'economist' 'archbishop'],1
466
- The central government of British Guiana is in [Y].,['Naval' 'Georgetown' 'Canadian' 'Burlington'],1
467
- [Y] consists of Maine.,['archaeology' 'Massachusetts' 'Mindanao' 'science'],1
468
- Elias Hasket Derby was born in [Y].,['Houston' 'Salem' 'Leiden' 'Windsor'],1
469
- Ghana and [Y] have diplomatic friendly relations.,['Slovenia' 'Germany' 'Senegal' 'Brazil'],1
470
- Where is the headquarters of Amoco? [Y].,['Utrecht' 'Chicago' 'Oslo' 'New Delhi'],1
471
- Morelos shares border with [Y].,['West Athens' 'Guerrero' 'Republic of Buryatia' 'Warsaw'],1
472
- [Y] is the place where Oliver Ames High School is located.,['Toronto' 'Massachusetts' 'Brandenburg' 'Chichester'],1
473
- The style of Martin Denny is [Y].,['alternative rock' 'jazz' 'horror literature' 'disco'],1
474
- Willis Lamb is influential in the domain of [Y].,['animation' 'physics' 'etymology' 'smell'],1
475
- Costa Cruises originated from [Y].,['Nagoya' 'Genoa' 'Denton' 'Athens'],1
476
- [Y] is the continent where Yoruba religion is located.,['Oceania' 'Africa' 'Americas' 'Europe'],1
477
- Boniface VIII served as [Y].,"['camerlengo of the Holy Roman Church' 'pope'
478
- 'Camerlengo of the Sacred College of Cardinals' 'regent']",1
479
- Frank Pembleton used to work in [Y].,['Lansing' 'Baltimore' 'Philadelphia' 'Sacramento'],1
480
- What is the original language of Bojhena Shey Bojhena? [Y].,['Punjabi' 'Bengali' 'Hindi' 'Russian'],1
481
- Levallois Metropolitans occurred in [Y].,['Central' 'Paris' 'Moscow' 'Frankfurt'],1
482
- Rome is the capital of [Y].,['Burgundy' 'Lazio' 'Northern Rhodesia' 'Kingdom of Serbia'],1
483
- [Y] is the location where Santander Cycles occurred.,['Austria' 'London' 'Atlantic Ocean' 'Kazan'],1
484
- Where did Wilson Lumpkin work? [Y].,['Frankfurt' 'Atlanta' 'Italy' 'Dortmund'],1
485
- Edward Shortt had work activity in [Y].,['Drenthe' 'London' 'Frankfurt' 'Linz'],1
486
- The New Dick Van Dyke Show premiered on the network [Y].,['Current TV' 'CBS' 'Nickelodeon' 'BBC'],1
487
- The official language of Colorado is [Y].,['Malayalam' 'English' 'Javanese' 'Sundanese'],1
488
- Gabriele Oriali was given the [Y] job.,['forward' 'midfielder' 'outfielder' 'goaltender'],1
489
- Valery Gergiev released their work via the [Y] music label.,['Dot Records' 'Decca' 'Liberty Records' 'Mushroom Records'],1
490
- Bernard Tissier de Mallerais holds the political title of [Y].,"['Chair of the Federal Reserve' 'bishop' 'economist'
491
- 'protonotary apostolic']",1
492
- Where was Murata Manufacturing founded? [Y].,['Moscow' 'Kyoto' 'Vienna' 'Ipswich'],1
493
- Which country is adjacent to Wassenaar? [Y].,['Cinisello Balsamo' 'Leiden' 'Pontassieve' 'Ain'],1
494
- Pittsburg County’s name comes from [Y].,['Franks' 'Pittsburgh' 'Belfast' 'grape'],1
495
- [Y] is the place where Wildcat Hills is located.,['Yemen' 'Nebraska' 'Norfolk' 'Budapest'],1
496
- Garrincha is a player who plays as a [Y].,['defender' 'midfielder' 'goaltender' 'pitcher'],1
497
- [Y] is the country of origin of Sreeram.,['Netherlands' 'India' 'Indonesia' 'Lithuania'],1
498
- [Y] is the head office location of Chello Multicanal.,['Kolkata' 'Madrid' 'Gothersgade' 'Croydon'],1
499
- Satyendra Nath Bose uses language [Y].,['Tamil' 'English' 'Indonesian' 'Romanian'],1
500
- Herbert Romulus O'Conor was awarded as a great [Y].,['musician' 'lawyer' 'restaurateur' 'illustrator'],1
501
- Portugal joined [Y].,['Eagles' 'European Union' 'African Development Bank' 'Gong'],1
502
- [Y] represents the capital city for Maury County.,['Burlington' 'Columbia' 'Dover' 'Auburn'],1
503
- Bituin was created in [Y].,['Laos' 'Philippines' 'Malaysia' 'Mexico'],1
504
- Joan Dickson saw the light of the world in [Y].,['Impruneta' 'Edinburgh' 'Riverside' 'Exeter'],1
505
- Conrad Busken Huet resided in [Y] until death.,['Seville' 'Paris' 'Dublin' 'Weimar'],1
506
- Dir en grey first appeared in [Y].,['Philippines' 'Japan' 'Portugal' 'Lithuania'],1
507
- What is the original language of Europa riconosciuta? [Y].,['Bengali' 'Italian' 'Egyptian' 'Norwegian'],1
508
- "Love, Marriage & Divorce was released by the [Y] music label.",['Deram' 'Motown' 'Dot Records' 'Apple Records'],1
509
- Football Association of Brunei Darussalam is a member of [Y].,['Small Faces' 'FIFA' 'Permanent Court of Arbitration' 'United Nations'],1
510
- [Y] belongs to pectin.,['spinal cord' 'Finland' 'carbon' 'bromine'],2
511
- Maglenik Heights is a part of the continent [Y].,['Americas' 'Africa' 'Antarctica' 'Oceania'],2
512
- Lakewood Church is located in [Y].,['Guangzhou' 'Guerrero' 'Houston' 'Providence'],2
513
- Marion Davies was born in [Y].,['Scarborough' 'Nice' 'Brooklyn' 'Wolverhampton'],2
514
- Who developed HFS Plus? [Y].,['Yahoo' 'IBM' 'Apple' 'Symbian Foundation'],2
515
- Pietro Lorenzetti started their life in [Y].,['Canada' 'Hamburg' 'Siena' 'Gothenburg'],2
516
- Zagreb is the capital of [Y].,['Mauritius' 'Qatar' 'Zagreb County' 'Kingdom of Kartli-Kakheti'],2
517
- Stephanie Flanders works for [Y].,['Atari Games' 'Dropbox' 'BBC' 'Fox Sports Networks'],2
518
- eau de toilette consists of [Y].,['Bible' 'Joshua' 'ethanol' 'Kurma'],2
519
- Gilbert Harding works for [Y].,['Elle' 'Dynamix' 'BBC' 'Salon'],2
520
- [Y] is spoken as an official language by people in Barbados.,['Spanish' 'Rutul' 'English' 'Italian'],2
521
- Where was The Idoru founded? [Y].,['Estonia' 'Edinburgh' 'Budapest' 'Lancaster'],2
522
- Where is the headquarters of Lotte Hotels & Resorts? [Y].,['Beirut' 'Troy' 'Seoul' 'Hawthorne'],2
523
- In which language is La Voz del Interior written? [Y].,['Welsh' 'Hausa' 'Spanish' 'Thai'],2
524
- Svarthamaren Mountain is located on the continent of [Y].,['Australia' 'Asia' 'Antarctica' 'South America'],2
525
- [Y] is the administrative center of Jamaica.,['Tehran' 'Center' 'Kingston' 'Martinez'],2
526
- Pier Francesco Mola died in [Y].,['Libya' 'Jerusalem' 'Rome' 'Antwerp'],2
527
- Where is the headquarters of FIDE? [Y].,['Wolverhampton' 'Berlin' 'Athens' 'Egypt'],2
528
- [Y] is the country in which Moscato d'Asti is located.,['Mexico' 'Estonia' 'Italy' 'South Korea'],2
529
- Spanish treasure fleet is a work in the [Y] language.,['Armenian' 'Chinese' 'Dutch' 'Catalan'],2
530
- On what continent is Khabarovsk located? [Y].,['Americas' 'Oceania' 'Asia' 'Australia'],2
531
- [Y] consists of Forbidden City.,['logic' 'meteorology' 'Beijing' 'chemistry'],2
532
- The formation location of Rheinmetall MAN Military Vehicles is [Y].,['Peterborough' 'Sparta' 'Munich' 'Christchurch'],2
533
- Where is the headquarters of de Havilland? [Y].,['Newport' 'San Francisco' 'Hertfordshire' 'Dhaka'],2
534
- Vijetha is created in language [Y].,['Slovene' 'Karelian' 'Telugu' 'Catalan'],2
535
- Maxence Larrieu is a [Y] player.,['cornet' 'jazz piano' 'flute' 'viola'],2
536
- What makes up Jet fuel? [Y].,['Central America' 'nitrogen' 'carbon' 'Caribbean'],2
537
- Hank Jones is a [Y] player.,['viol' 'flute' 'piano' 'cornet'],2
538
- Led Zeppelin III was written in language of [Y].,['Croatian' 'Russian' 'English' 'Hindi'],2
539
- Desmond Tutu holds the political title of [Y].,['Lord Chancellor' 'Pope of the Coptic Orthodox Church' 'bishop' 'vicar'],2
540
- [Y] is a member of Hasenpfeffer.,['grass' 'Lee Joon' 'rabbit' 'cross country running'],2
541
- Lydie Polfer has the position of [Y].,"['minister' 'cardinal' 'member of the European Parliament'
542
- 'Catholic bishop']",2
543
- Industrial Design Centre is located in [Y].,['Nicaragua' 'Arkansas' 'Mumbai' 'Pakistan'],2
544
- The central government of Southern Common Market is in [Y].,['Liberty' 'Steele' 'Montevideo' 'Paris'],2
545
- Harishchandrachi Factory first appeared in [Y].,['Philippines' 'Kazakhstan' 'India' 'Serbia'],2
546
- "If you want to visit Sakarya Province, you need to go to country [Y].",['Republic of China' 'South Korea' 'Turkey' 'Guatemala'],2
547
- ayatollah is a follower of religion [Y].,['Hanif' 'Muslim' 'Islam' 'Bektashi Order'],2
548
- Where was Diane Hendricks born? [Y].,['Lithuania' 'Bangkok' 'Wisconsin' 'Wolverhampton'],2
549
- [Y] recognizes Republic of Karelia as its official language.,['Korean' 'Portuguese' 'Russian' 'Cape Verdean Creole'],2
550
- The style of Peak Records is [Y].,['electro' 'modal jazz' 'jazz' 'pastoral'],2
551
- Tim Paterson is [Y]'s employee.,['Mercedes' 'ITV Breakfast' 'Microsoft' 'BBC'],2
552
- OceanLab was founded in [Y].,['Auckland' 'Hull' 'London' 'Springfield'],2
553
- Campagnano di Roma shares border with [Y].,['Wiesbaden' 'Vogelsbergkreis' 'Nepi' 'Rhein-Berg District'],2
554
- Ignatius of Antioch holds the political title of [Y].,"['President of the Philippines'
555
- 'Speaker of the House of Representatives of the Philippines' 'bishop'
556
- 'Roman governor']",2
557
- [Y] is a member of fossil fuel.,['nitrogen' 'butter' 'petroleum' 'strong interaction'],2
558
- Lesser Antilles represents a segment of [Y].,['shell' 'Norman' 'Caribbean' 'nerve'],2
559
- Astrid Thors was employed at [Y].,['Zagreb' 'Leiden' 'Helsinki' 'London'],2
560
- Charles Cowper spent the last years of life in [Y].,['Panama' 'Toulouse' 'London' 'Livingston'],2
561
- Toktogul Dam is located in the country of [Y].,['Israel' 'Poland' 'Kyrgyzstan' 'Benin'],2
562
- "If you want to visit Rottendorf, you need to go to country [Y].",['Madagascar' 'Guatemala' 'Germany' 'Denmark'],2
563
- Nicky Barnes saw the light of the world in [Y].,['Greenwood' 'Hamburg' 'Harlem' 'Queensland'],2
564
- Flicky is one of the creations by [Y].,['Bill Atkinson' 'Macromedia' 'Sega' 'Claris'],2
565
- Trippin' premiered on the network [Y].,['NBC' 'PBS' 'MTV' 'AMC'],2
566
- "Three Up, Two Down is a [Y] in the genre.",['jazz' 'reggae' 'sitcom' 'musical'],2
567
- Which country is adjacent to Guidonia Montecelio? [Y].,['Khulna Division' 'Diepholz' 'Rome' 'Tuscany'],2
568
- Jeremy Allen White is a [Y] by profession.,['Playboy Playmate' 'psychologist' 'actor' 'playwright'],2
569
- Michael McGoldrick was born in [Y].,['Morocco' 'Brooklyn' 'Manchester' 'Germany'],2
570
- What is the category of Dolwyddelan? [Y].,['enzyme' 'city' 'village' 'Thoroughbred'],2
571
- [Y] is the place where Gottfried August Homilius worked.,['Siena' 'Rotterdam' 'Dresden' 'Lansing'],2
572
- Shop Around was released by the [Y] music label.,['Atco Records' 'Sugar Hill Records' 'Motown' 'Mercury Records'],2
573
- Tulsidas is a follower of religion [Y].,['Anglo-Saxon paganism' 'Hasidism' 'Hindus' 'Malikism'],2
574
- [Y] is the superclass of polycarbonate.,['helicopter' 'beer' 'polymer' 'archaeology'],2
575
- Where is the headquarters of Latvian Russian Union? [Y].,['Albany' 'Knoxville' 'Riga' 'Columbus'],2
576
- [Y] is the language that is used by Louis de Cahusac.,['Hindi' 'Polish' 'French' 'Persian'],2
577
- Orica started their career in [Y].,['Canton' 'Ljubljana' 'Australia' 'Geneva'],2
578
- Where was Guster founded? [Y].,['Shanghai' 'Dallas' 'Boston' 'Estonia'],2
579
- Which position does Frank Brimsek play in? [Y].,['catcher' 'forward' 'goaltender' 'midfielder'],2
580
- Dan Plonsey became known as a [Y] player.,['harpsichord' 'vibraphone' 'saxophone' 'mandolin'],2
581
- Where was Nick Raphael born? [Y].,['Queensland' 'Hamilton' 'London' 'Israel'],2
582
- [Y] is the mother tongue of Joseph Reinach.,['Spanish' 'Hindi' 'French' 'Chinese'],2
583
- The birth of William H. Seward occurred in [Y].,['Philadelphia' 'Denmark' 'Florida' 'Leeds'],2
584
- [Y] is the place where Alexander von Nordmann worked.,['Dortmund' 'Cairo' 'Helsinki' 'Malta'],2
585
- What is Mars Bonfire's nationality? [Y].,['Malaysia' 'Cambodia' 'Canada' 'Nigeria'],2
586
- The location of BSC Young Boys was based in [Y].,['Beirut' 'Gothenburg' 'Bern' 'Tampa'],2
587
- Where is the headquarters of PGi? [Y].,['Swindon' 'Greenville' 'Atlanta' 'Brunswick'],2
588
- Mohammad Hussein Fadlallah used to work in [Y].,['Dubai' 'Provincetown' 'Beirut' 'Werneck'],2
589
- Pearse Valley is a part of the continent [Y].,['Australia' 'Asia' 'Antarctica' 'Europe'],2
590
- Leicestershire and [Y] are neighboring countries.,['Staffordshire' 'Bosnia and Herzegovina' 'Northamptonshire' 'Katwijk'],2
591
- Basel is located on the continent of [Y].,['Africa' 'Antarctica' 'Europe' 'South America'],2
592
- Steven Mercurio was awarded as a great [Y].,['diplomat' 'surgeon' 'composer' 'actor'],2
593
- The formation location of Wolfson Microelectronics is [Y].,['Kiev' 'Franklin' 'Edinburgh' 'Mumbai'],2
594
- Bob Fuller plays [Y].,['electric guitar' 'trombone' 'clarinet' 'keyboard instrument'],2
595
- Tamaz Gamkrelidze is influential in the domain of [Y].,['cryptography' 'metrology' 'linguistics' 'history'],2
596
- Cornelius Jakhelln can perform on the [Y].,['banjo' 'accordion' 'guitar' 'bass guitar'],2
597
- The language [Y] was used for writing Como Ama una Mujer.,['Turkish' 'Hindi' 'Spanish' 'English'],2
598
- The city of Magdeburg is twinned with [Y].,['Bissau' 'Kinshasa' 'Brunswick' 'Riga'],2
599
- Adam Levy is the representative of the [Y] style.,['science fiction' 'comedy drama' 'jazz' 'post-bop'],2
600
- Isaac Boleslavsky resided in [Y] until death.,['Gibraltar' 'Houston' 'Minsk' 'Panama'],2
601
- Where was Swiss Federal Railways founded? [Y].,['Israel' 'Antwerp' 'Bern' 'Brazil'],2
602
- sodium laureth sulfate consists of [Y].,['political science' 'Brahma' 'carbon' 'Chad'],2
603
- Antipope Boniface VII was sworn in as [Y].,"['Archbishop of Canterbury' 'Chair of the Federal Reserve' 'cardinal'
604
- 'economist']",2
605
- Gopi Chand Narang used to communicate in [Y].,['Armenian' 'Dutch' 'Urdu' 'Ukrainian'],2
606
- You can go through Mauritania to reach [Y].,['Neuilly-sur-Seine' 'Sogn og Fjordane' 'Senegal' 'Basel-Stadt'],2
607
- Where is Sears Point located? [Y].,['Metz' 'Yukon' 'California' 'Algeria'],2
608
- Riccardo Maspero plays in [Y] position.,['outfielder' 'tackle' 'midfielder' 'quarterback'],2
609
- Pierfrancesco Favino is known as a [Y] by profession.,['missionary' 'pianist' 'actor' 'Playboy Playmate'],2
610
- What is the original language of L'Age d'Or? [Y].,['Turkish' 'Irish' 'French' 'Bulgarian'],2
611
- Krafla is part of [Y].,['Yoga' 'nucleus' 'Iceland' 'ecology'],2
612
- Ringedalsvatnet is a [Y].,['award' 'currency' 'reservoir' 'village'],2
613
- Newsweek Polska first appeared in [Y].,['Israel' 'Ghana' 'Poland' 'England'],2
614
- Sonny Simmons is a [Y] in the genre.,['operetta' 'rhythm and blues' 'jazz' 'heist film'],2
615
- Waverley Root died in [Y].,['Delhi' 'Armagh' 'Paris' 'Stratford'],2
616
- [Y] is spoken as an official language by people in Janakkala.,['Balinese' 'Indonesian' 'Finnish' 'Cebuano'],2
617
- Ashton Memorial is under the control of [Y].,['Manchester' 'Sega' 'Lancaster' 'Vienna'],2
618
- Gdynia is a part of the continent [Y].,['Asia' 'Oceania' 'Europe' 'Americas'],2
619
- Franz Boas has work experience in the field of [Y].,['Judaism' 'cartoonist' 'anthropology' 'topology'],2
620
- Theodor Leschetizky plays [Y].,['electric guitar' 'double bass' 'piano' 'cornet'],2
621
- [Y] is spoken as an official language by people in Quetzaltenango.,['German' 'Grenadian Creole English' 'Spanish' 'Portuguese'],2
622
- Dietrich Fischer-Dieskau is the representative of the [Y] style.,['didacticism' 'jazz' 'opera' 'fiction'],2
623
- [Y] is the place where Operation Teapot is located.,['Massachusetts' 'Wales' 'Nevada' 'Ukraine'],2
624
- [Y] is the place where Charles Lang Freer House is located.,['Bremen' 'Algeria' 'Detroit' 'Seattle'],2
625
- Which country is adjacent to Campi Bisenzio? [Y].,['Windsor' 'Tiglieto' 'Scandicci' 'Sovicille'],2
626
- Al-Masudi has work experience in the field of [Y].,['goaltender' 'mathematical logic' 'history' 'car'],2
627
- Object REXX was originally created by [Y].,['Reality Labs' 'Yahoo' 'IBM' 'Lenovo'],2
628
- Which service originally aired Capital Gang? [Y].,['BBC' 'Arena' 'CNN' 'ESPN2'],2
629
- Valdichiana is located in the country of [Y].,['Singapore' 'Moldova' 'Italy' 'Czechoslovakia'],2
630
- Charlie Creath plays [Y].,['synthesizer' 'cello' 'trumpet' 'electric guitar'],2
631
- The formation location of IndusInd Bank is [Y].,['Madrid' 'Sofia' 'Mumbai' 'Dallas'],2
632
- Where was Jason French born? [Y].,['Mumbai' 'Heidelberg' 'Montreal' 'Rome'],2
633
- Voyage to Cythera is created in language [Y].,['Polish' 'Dutch' 'Greek' 'Spanish'],2
634
- What is the genre of Alexander Knaifel? [Y].,['hard bop' 'heist film' 'opera' 'chamber music'],2
635
- What musical instrument does Gay-Yee Westerhoff play? [Y].,['cornet' 'vibraphone' 'cello' 'Dobro'],2
636
- The location of Montenegro on the Earth is the [Y] continent.,['Australia' 'Americas' 'Europe' 'Oceania'],2
637
- Antim Peak is located on the continent of [Y].,['South America' 'North America' 'Antarctica' 'Oceania'],2
638
- "If you want to visit Sculeni, you need to go to country [Y].",['Ireland' 'Slovakia' 'Moldova' 'Czechoslovakia'],2
639
- "Officially, the people living in Kaavi use the language [Y] for communication.",['Belarusian' 'Zulu' 'Finnish' 'Kumyk'],2
640
- Dave McKenna is the representative of the [Y] style.,['BBC' 'Gothic novel' 'jazz' 'folk rock'],2
641
- "Speaking of [Y], Cleator is an example of it.",['prejudice' 'twin' 'village' 'muscle'],2
642
- [Y] belongs to mescaline.,['bread' 'physics' 'nitrogen' 'Leviticus'],2
643
- [Y] is the artistic genre of Teddy Kotick.,['poetry' 'teen sitcom' 'jazz' 'young adult literature'],2
644
- Patrick Rambaud grew up speaking [Y] as their first language.,['Norwegian' 'Nepali' 'French' 'Indonesian'],2
645
- "Officially, the people living in Bhopal use the language [Y] for communication.",['Chuvash' 'Egyptian' 'Hindi' 'Estonian'],2
646
- Brooklyn South premiered on the network [Y].,['TF1' 'CNBC' 'CBS' 'WNET'],2
647
- [Y] is the artistic genre of Bernard Rogers.,['stride' 'electronic dance music' 'symphony' 'soul music'],2
648
- On what continent is Mount Cameroon located? [Y].,['North America' 'South America' 'Africa' 'Europe'],2
649
- In which language is Uncle Vanya written? [Y].,['Catalan' 'Telugu' 'Russian' 'German'],2
650
- [Y] is the administrative center of Central Macedonia.,['Belfast' 'Shrewsbury' 'Thessaloniki' 'Windsor'],2
651
- Mark O'Connor plays [Y].,['Dobro' 'trumpet' 'mandolin' 'piano'],2
652
- Francis Spellman was sworn in as [Y].,['Roman governor' 'poet' 'bishop' 'pope'],2
653
- Low-Life is in language [Y].,['Portuguese' 'Hebrew' 'English' 'Polish'],2
654
- Which service originally aired Tourgasm? [Y].,['Fox Business' 'American Broadcasting Company' 'HBO' 'Netflix'],2
655
- Bionz is a product of [Y]'s manufacturing.,['Nokia' 'SEAT' 'Sony' 'Dacia'],2
656
- 26th European Film Awards is located in [Y].,['Pacific Ocean' 'Ireland' 'Berlin' 'White Sea'],2
657
- Juan Pablo Galavis is a player who plays as a [Y].,['forward' 'goaltender' 'midfielder' 'quarterback'],2
658
- The style of De Werf is [Y].,['chamber music' 'young adult literature' 'jazz' 'alternative rock'],2
659
- Feral Tribune is a work in the [Y] language.,['Urdu' 'Dutch' 'Croatian' 'Cape Verdean Creole'],2
660
- [Y] is the country of origin of Suomen Kuvalehti.,['Philippines' 'Bulgaria' 'Finland' 'England'],2
661
- "In the context of [Y], Maharaja is termed legally.",['Guyana' 'Iran' 'India' 'Norway'],2
662
- You can go through Malaysia to reach [Y].,['Flintshire' 'South Korea' 'Singapore' 'Shropshire'],2
663
- apple butter was created in [Y].,['Peru' 'Bulgaria' 'Belgium' 'Malta'],2
664
- On what continent is Planet Heights located? [Y].,['Americas' 'Australia' 'Antarctica' 'Africa'],2
665
- Beuno was sworn in as [Y].,['pope' 'Anglican Archbishop of York' 'abbot' 'bishop'],2
666
- Which country is Bhamdoun located? [Y].,['Syria' 'Ethiopia' 'Lebanon' 'Bangladesh'],2
667
- [Y] is the superclass of Glutamate metabotropic receptor 7.,['Albanian' 'award' 'protein' 'airport'],2
668
- [Y] is the language that is used by Milo Manara.,['Romanian' 'Serbian' 'Italian' 'Dutch'],2
669
- The operation of Nymphenburg Porcelain Manufactory depends on the headquarters in [Y].,['Netherlands' 'Minnesota' 'Munich' 'York'],2
670
- "If you want to visit Wazzin, you need to go to country [Y].",['Oman' 'Italy' 'Libya' 'Paraguay'],2
671
- Where is the headquarters of EDP Renewables North America? [Y].,['Bangladesh' 'Waterloo' 'Houston' 'Lebanon'],2
672
- [Y] is the creator of Binary Synchronous Communications.,['Adobe' 'Ecma International' 'IBM' 'Philips'],2
673
- Joe Pisarcik plays in [Y] position.,['centre' 'tackle' 'quarterback' 'closer'],2
674
- [Y] is the last place where Jean Calas lived until death.,['Cologne' 'Ipswich' 'Toulouse' 'Japan'],2
675
- Who does Zai Bennett work for? [Y].,['Atari Games' 'Fortune' 'BBC' 'Toyota'],2
676
- Room Raiders was originally aired on [Y].,['CNN International' 'Arena' 'MTV' 'Bravo'],2
677
- What is the original language of Fort Apache Napoli? [Y].,['Polish' 'Turkish' 'Italian' 'Urdu'],2
678
- Don Francisco Presenta is created in language [Y].,['Indonesian' 'Punjabi' 'Spanish' 'Thai'],2
679
- The formation location of Immaculate Machine is [Y].,['Helsinki' 'Baden' 'Victoria' 'Rochester'],2
680
- Innocent X holds the political title of [Y].,['Shah' 'Chair of the Federal Reserve' 'pope' 'pastor'],2
681
- Arnaud Denjoy is influential in the domain of [Y].,['musical' 'smell' 'mathematics' 'espionage'],2
682
- [Y] is the artistic genre of Frank Teschemacher.,['rhythm and blues' 'chamber music' 'jazz' 'twelve-tone technique'],2
683
- Pelion is a [Y].,['republic' '3D film' 'mountain' 'lighthouse'],2
684
- Augustine Ahinful is [Y] citizen.,['Thailand' 'Malaysia' 'Ghana' 'Tunisia'],2
685
- Khan Jamal is a [Y] in the genre.,['rock and roll' 'orchestra' 'jazz' 'television'],2
686
- [Y] is the continent where Yamato 000593 is located.,['Asia' 'South America' 'Antarctica' 'Australia'],2
687
- Hungary and [Y] are neighboring countries.,['Tokyo' 'Salzburg' 'Slovenia' 'Hidalgo'],2
688
- Which country was Please Twins! created in? [Y].,['Kenya' 'Cuba' 'Japan' 'Finland'],2
689
- Prey Veng Province is a place in [Y].,['Ohio' 'Illinois' 'Cambodia' 'Athens'],2
690
- The sister cities of Belgrade include [Y].,['Beersheba' 'Osijek' 'Podgorica' 'Sakhalin Oblast'],2
691
- Neptali Gonzales II is a person from country [Y].,['France' 'England' 'Philippines' 'Georgia'],2
692
- Robertson Davies had work activity in [Y].,['Lutherstadt Wittenberg' 'Bonn' 'Toronto' 'Bologna'],2
693
- The name of Haute-Savoie is based on [Y].,['Ankara' 'uranium' 'Savoy' 'granite'],2
694
- Derrick Thomas is a player who plays as a [Y].,['midfielder' 'running back' 'linebacker' 'catcher'],2
695
- In which region is aktiebolag a legal term? [Y].,['Japan' 'India' 'Sweden' 'Slovenia'],2
696
- The operation of David McKay Publications depends on the headquarters in [Y].,['Norman' 'Milan' 'Philadelphia' 'Dresden'],2
697
- [Y] is the location where Louisiana Film Prize occurred.,['Barcelona' 'Bangkok' 'Shreveport' 'Utrecht'],2
698
- Bulgarian Football Union is a member of [Y].,['International Criminal Court' 'Thursday' 'FIFA' 'Gong'],2
699
- "Magnum, P.I. was originally aired on [Y].",['Argentina' 'PBS' 'CBS' 'Rai 2'],2
700
- 2007 European Youth Summer Olympic Festival is located in [Y].,['Milltown Cemetery' 'Aden' 'Belgrade' 'Aberdeen'],2
701
- What is Carlo Lizzani's profession? [Y].,['jockey' 'songwriter' 'film director' 'anthropologist'],2
702
- Which position does Marc Lamothe play in? [Y].,['outfielder' 'forward' 'goaltender' 'goalkeeper'],2
703
- Daniel Abineri is a [Y] by profession.,['lyricist' 'pastor' 'songwriter' 'Playboy Playmate'],2
704
- Randy Newman is a [Y] player.,['drum kit' 'double bass' 'piano' 'Dobro'],2
705
- Vidovdan applies to the jurisdiction in [Y].,['Lithuania' 'Finland' 'Serbia' 'Japan'],2
706
- The operation of United Airlines depends on the headquarters in [Y].,['Gothersgade' 'Aberdeen' 'Chicago' 'Norwich'],2
707
- Steve Mackay became known as a [Y] player.,['harp' 'fiddle' 'saxophone' 'Dobro'],2
708
- Who does Michaela Pereira work for? [Y].,"['PBS' 'Atari Games' 'KTLA' ""Talkin' Loud""]",2
709
- Vishwaroopam was written in the [Y] language.,['Slovene' 'Polish' 'Tamil' 'French'],2
710
- Where is Jablanica District located? [Y].,['Surat district' 'Alaska' 'Serbia' 'Nicaragua'],2
711
- The company [Y] is known for producing Daihatsu Sirion.,['Foxconn' 'General Dynamics' 'Toyota' 'Intel'],2
712
- James Franck made significant contributions in the field of [Y].,['French' 'asteroid' 'physics' 'priest'],2
713
- [Y] belongs to taurine.,['grammar' 'Mexico' 'oxygen' 'syrup'],2
714
- NTLDR is developed by [Y].,['Santa Cruz Operation' 'Boeing' 'Microsoft' 'Grezzo'],2
715
- Anna Livia Julian Brawn is [Y] citizen.,['Rwanda' 'Hungary' 'Ireland' 'Scotland'],2
716
- Starclub originated from [Y].,['Bologna' 'Canton' 'England' 'Illinois'],2
717
- Terrence Prendergast holds the political title of [Y].,"['Patriarch of Alexandria' 'President of the Philippines' 'archbishop'
718
- 'Catholic bishop']",2
719
- Where is the capital of Burleigh County? [Y].,['Conway' 'Clayton' 'Bismarck' 'Ljubljana'],2
720
- Which position does Steve Passmore play in? [Y].,['midfielder' 'guard' 'goaltender' 'linebacker'],2
721
- [Y] consists of Western Belorussia.,['business administration' 'Bali' 'Belarus' 'gene'],2
722
- George Frampton resided in [Y] until death.,['Oslo' 'Denmark' 'London' 'Honolulu'],2
723
- Liberia is a part of the continent [Y].,['Americas' 'South America' 'Africa' 'Antarctica'],2
724
- T. K. Blue can perform on the [Y].,['oboe' 'clavichord' 'saxophone' 'soprano saxophone'],2
725
- Where was Kurt Vile founded? [Y].,['Wakefield' 'Istanbul' 'Philadelphia' 'Hawthorne'],2
726
- Marie Byrd Land is a part of the continent [Y].,['South America' 'Americas' 'Antarctica' 'Africa'],2
727
- Clement XIV was sworn in as [Y].,['Shah' 'God' 'pope' 'Anglican Archbishop of York'],2
728
- How to Make It in America was initially launched on [Y].,['Telefe' 'Fox Business' 'HBO' 'broadcast syndication'],2
729
- [Y] is the country in which Toulouges is located.,['Poland' 'Morocco' 'France' 'Bhutan'],2
730
- Organic Articles was written in the [Y] language.,['Hindi' 'German' 'French' 'Dutch'],2
731
- Dennis DeYoung started their life in [Y].,['Halifax' 'Lincoln' 'Chicago' 'Weimar'],2
732
- Brussels-Halle-Vilvoorde is a [Y].,['parchment' 'trademark' 'constituency' 'single'],2
733
- [Y] is the head office location of Cable & Wireless Communications.,['Oslo' 'York' 'London' 'Nairobi'],2
734
- Andries Cornelis Dirk de Graeff grew up speaking [Y] as their first language.,['Romanian' 'Welsh' 'Dutch' 'Nepali'],2
735
- [Y] is one of the items in Chancaca.,['Sweden' 'grape' 'sugar' 'tungsten'],2
736
- Wiseton is in the territory of [Y].,['Thailand' 'Genoa' 'England' 'Netherlands'],2
737
- Francisco Mendoza de Bobadilla served as [Y].,['economist' 'Maharaja' 'cardinal' 'Pope of the Coptic Orthodox Church'],2
738
- Which country is Legnica County located? [Y].,"['Bangladesh' 'Russia' 'Poland' ""People's Republic of China""]",2
739
- Muhammad Tahir-ul-Qadri is a follower of religion [Y].,['Hasidism' 'Malikism' 'Islam' 'Bektashi Order'],2
740
- There is a border that connects [Y] with North Brabant.,['Montreuil' 'Manipur' 'Gelderland' 'Andorra'],2
741
- [Y] is the place where Walton Arts Center is located.,['Stuttgart' 'Mississippi' 'Arkansas' 'Dubai'],2
742
- Where is Zoo Miami located? [Y].,['Navarre' 'Gloucestershire' 'Florida' 'Genoa'],2
743
- Arkansas shares border with [Y].,['Jiangxi' 'Lehrte' 'Oklahoma' 'Oberhavel District'],2
744
- Grenada maintains diplomatic relations with [Y].,['Moldova' 'Syria' 'Australia' 'Malaysia'],2
745
- Sylvain Cambreling was employed at [Y].,['Bern' 'Antwerp' 'Stuttgart' 'Mainz'],2
746
- Komal Gandhar was written in the [Y] language.,['Georgian' 'Croatian' 'Bengali' 'Swedish'],2
747
- The central government of Province of New Jersey is in [Y].,['Butler' 'Douglas' 'Elizabeth' 'Tripoli'],2
748
- Vytautas Barkauskas used to communicate in [Y].,['Telugu' 'Latin' 'Lithuanian' 'Hebrew'],2
749
- Jerod Mayo is a famous [Y] player.,['guard' 'closer' 'linebacker' 'forward'],2
750
- Chipotle Mexican Grill originated from [Y].,['Shanghai' 'Athens' 'Denver' 'Cardiff'],2
751
- Payer Mountains is a part of the continent [Y].,['Asia' 'Australia' 'Antarctica' 'South America'],2
752
- Where was Dennis DeYoung born? [Y].,['Thailand' 'Denmark' 'Chicago' 'Bangkok'],2
753
- Simone Barone is a famous [Y] player.,['defender' 'forward' 'midfielder' 'centre'],2
754
- Which country maintains diplomatic relations with Republic of the Congo? [Y].,['Spain' 'Bulgaria' 'Germany' 'Canada'],2
755
- [Y] is a member of ethylbenzene.,['Ukraine' 'Saudi Arabia' 'carbon' 'osmium'],2
756
- [Y] is the artistic genre of Madeleine Peyroux.,['opera' 'tragedy' 'jazz' 'dancehall'],2
757
- The music label [Y] has signed DeBarge.,['Epic Records' 'MJJ Music' 'Motown' 'Festival'],2
758
- hay is a subclass of [Y].,['archive' 'LGBT' 'grass' 'dough'],2
759
- The official language of Siikajoki is [Y].,['Samoan' 'Hawaiian' 'Finnish' 'Croatian'],2
760
- Paulo Henrique Ganso plays in [Y] position.,['defender' 'forward' 'midfielder' 'goaltender'],2
761
- Cara Mia is a work in the [Y] language.,['Irish' 'Indonesian' 'English' 'Latin'],2
762
- In which region is Polish United Workers' Party a legal term? [Y].,['Wales' 'Zimbabwe' 'Poland' 'First Spanish Republic'],2
763
- Steven Spielberg had work activity in [Y].,['Arnstadt' 'Dortmund' 'Hollywood' 'Bath'],2
764
- "If you want to visit Maison du Peuple, you need to go to country [Y].",['Sweden' 'Poland' 'Belgium' 'Tanzania'],2
765
- What language is officially spoken in Kingdom of Bulgaria? [Y].,['Khanty' 'Italian' 'Macedonian' 'Bulgarian'],3
766
- Lexus IS is a product of [Y]'s manufacturing.,['Renault' 'Peugeot' 'Lockheed Corporation' 'Toyota'],3
767
- Roman de Gare is created in language [Y].,['Bengali' 'Kannada' 'Greek' 'French'],3
768
- Arthur Grumiaux is a [Y] player.,['double bass' 'guitar' 'Bansuri' 'piano'],3
769
- Lucien Leuwen was written in the [Y] language.,['Egyptian' 'Hebrew' 'Telugu' 'French'],3
770
- The official language of Les Bois is [Y].,['Hindi' 'Malay' 'Nauruan' 'French'],3
771
- What is the native language of Fred Vargas? [Y].,['Tamil' 'Chinese' 'Skolt Sami' 'French'],3
772
- Wear OS is one of the creations by [Y].,['Reality Labs' 'Santa Cruz Operation' 'Image-Line' 'Google'],3
773
- The city of Stuttgart is twinned with [Y].,['Frederick' 'Portsmouth' 'Bari' 'Brno'],3
774
- [Y] designates Toronto as its capital.,['Grand Duchy of Lithuania' 'German Samoa' 'Kingdom of Serbia' 'Ontario'],3
775
- Hidden Hills premiered on the network [Y].,['Showtime' 'VH1' 'CNBC' 'NBC'],3
776
- Big Blue Marble premiered on the network [Y].,['Argentina' 'YouTube' 'Arena' 'PBS'],3
777
- [Y] is a member of Dinuguan.,['dialectic' 'Destiny' 'Telangana' 'pork'],3
778
- Tartu Offensive is located in [Y].,['Michigan Territory' 'Belgium' 'Honolulu' 'Estonia'],3
779
- The original language of Vishwanatha Nayakudu is [Y].,['Finnish' 'Karelian' 'French' 'Telugu'],3
780
- Natalie Haas can perform on the [Y].,['drum kit' 'singing' 'clarinet' 'cello'],3
781
- Nan Hoover made significant contributions in the field of [Y].,['terrorism' 'hunting' 'science' 'video art'],3
782
- The nationality of Dan Bejar is [Y].,['Fiji' 'Taiwan' 'Lebanon' 'Canada'],3
783
- The birth of Pierre Dupont occurred in [Y].,['Georgetown' 'Lafayette' 'Bucharest' 'Lyon'],3
784
- Bispebjerg is in the country [Y].,['Iran' 'Colombia' 'Belarus' 'Denmark'],3
785
- SPDY is one of the creations by [Y].,['Sony' 'Fairchild' 'Amazon' 'Google'],3
786
- [Y] is the superclass of Integrin subunit alpha 3.,['legume' 'S-92' 'primary election' 'protein'],3
787
- Where was Roy Grounds born? [Y].,['Hope' 'Clinton' 'Kolkata' 'Melbourne'],3
788
- Which country is Marugame located? [Y].,['Republic of China' 'Albania' 'Morocco' 'Japan'],3
789
- Masato Wada was awarded as a great [Y].,['politician' 'physician' 'photographer' 'actor'],3
790
- Harare is the administrative center of [Y].,"['Liberia' 'Byelorussian Soviet Socialist Republic' 'Kingdom of Hungary'
791
- 'Rhodesia']",3
792
- Morton Salt started their career in [Y].,['Philippines' 'Bahamas' 'Peterborough' 'Chicago'],3
793
- [Y] is the first air channel of Boardwalk Empire.,['ITV' 'Nickelodeon' 'Showtime' 'HBO'],3
794
- Which music label represents Last Time I Saw Him? [Y].,['Mushroom Records' 'Universal Music Group' 'Atlantic Records' 'Motown'],3
795
- Natural City was written in the [Y] language.,['Breton' 'Hindi' 'Slovene' 'Korean'],3
796
- Guinness World Records originates from the country of [Y].,['Turkey' 'Czechoslovakia' 'Pakistan' 'Ireland'],3
797
- There is a border that connects [Y] with Dominican Republic.,['Taguig' 'Derbyshire' 'Calenzano' 'Venezuela'],3
798
- [Y] is a member of transmitter mast.,['Venus' 'astronomy' 'Borneo' 'antenna'],3
799
- Michel de Montaigne grew up speaking [Y] as their first language.,['Marathi' 'Romanian' 'French' 'Latin'],3
800
- [Y] is spoken as an official language by people in Mali.,['Malay' 'Luxembourgish' 'Southern Quechua' 'French'],3
801
- Eberhard Hopf made significant contributions in the field of [Y].,['art of painting' 'botany' 'karst' 'topology'],3
802
- Khmer Empire has a role in the religion [Y].,['Twelver Shiism' 'Celtic Christianity' 'Sufism' 'Hinduism'],3
803
- Carla Bruni used to work in [Y].,['Gloucester' 'Radebeul' 'Moscow' 'Paris'],3
804
- La Femme Nikita was created in [Y].,['Portugal' 'Mexico' 'Sweden' 'Canada'],3
805
- Muslim ibn al-Hajjaj is affiliated with the [Y] religion.,['Bektashi Order' 'Malikism' 'Nation of Islam' 'Sunni Islam'],3
806
- Which field does Mogens Herman Hansen work in? [Y].,['metrology' 'aviation' 'playwright' 'classics'],3
807
- Robert James Manion died in [Y].,['Baku' 'Dayton' 'Surrey' 'Ottawa'],3
808
- What language is officially spoken in Loviisa? [Y].,['Nogai' 'Chamorro' 'Korean' 'Swedish'],3
809
- [Y] is the language that is used by Maxence Caron.,['Swedish' 'Egyptian' 'Turkish' 'French'],3
810
- The Tablet was written in language of [Y].,['Indonesian' 'Polish' 'Danish' 'English'],3
811
- [Y] is the country where Hasibul Hossain holds citizenship.,['Venezuela' 'Kenya' 'Mongolia' 'Bangladesh'],3
812
- Johannes Brahms is a [Y] player.,['Bansuri' 'accordion' 'bassoon' 'piano'],3
813
- Sohodolls started their career in [Y].,['Rugby' 'Maryland' 'Philippines' 'London'],3
814
- Which country is adjacent to Korneuburg District? [Y].,['Bern' 'Telemark' 'Sassello' 'Vienna'],3
815
- [Y] is the first air channel of Circus Boy.,['CNBC' 'MTV2' 'Arena' 'NBC'],3
816
- M&T Bank Stadium is located in [Y].,['Jordan' 'Philadelphia' 'Lincoln' 'Maryland'],3
817
- Ronan Hardiman was awarded as a great [Y].,['surgeon' 'physicist' 'horse trainer' 'composer'],3
818
- Ancient Olympic Games is held by [Y].,['Cleveland' 'Aden' 'Geneva' 'Olympia'],3
819
- Horace Lamb has work experience in the field of [Y].,['physics' 'singing' 'psychotherapy' 'mathematics'],3
820
- Hans Tanzler holds the political title of [Y].,['archbishop' 'Roman governor' 'sultan' 'mayor'],3
821
- Schell Creek Range is in the territory of [Y].,['Singapore' 'Russia' 'Quebec' 'Nevada'],3
822
- "Officially, the people living in Montenegro use the language [Y] for communication.",['Tongan' 'Egyptian' 'Sesotho' 'Serbian'],3
823
- [Y] is the shareholder of Gangnam Station.,['Lisbon' 'Luxembourg' 'Ipswich' 'Seoul'],3
824
- August Winding is a [Y] by profession.,['actor' 'keyboardist' 'stunt performer' 'pianist'],3
825
- Illustrious Corpses is a work in the [Y] language.,['Hausa' 'Polish' 'Serbian' 'Italian'],3
826
- Which position does Koki Mizuno play in? [Y].,['catcher' 'right fielder' 'outfielder' 'midfielder'],3
827
- Alternative Nation was initially launched on [Y].,['YouTube' 'VH1' 'NBCSN' 'MTV'],3
828
- Manmadha Leelai was written in the [Y] language.,['Irish' 'Malayalam' 'Bengali' 'Tamil'],3
829
- Benito Perojo saw the light of the world in [Y].,['Odessa' 'Philadelphia' 'Jerusalem' 'Madrid'],3
830
- Puss in Boots is a work in the [Y] language.,['Sanskrit' 'Welsh' 'Breton' 'Italian'],3
831
- [Y] is one of the items in hemicellulose.,['Toshi' 'aluminum' 'Kalki' 'carbon'],3
832
- Hyderabad serves as the county seat of [Y].,['Laos' 'Slovenia' 'French Sudan' 'Telangana'],3
833
- Johan Christian Heuch used to work in [Y].,['Lansing' 'Brisbane' 'Nuremberg' 'Oslo'],3
834
- Albert Schweitzer has a role in the religion [Y].,['Bektashi Order' 'Islam' 'Christian' 'Christianity'],3
835
- Virtual Telecommunications Access Method was originally created by [Y].,['Mojang' 'Square Enix' 'Google' 'IBM'],3
836
- [Y] is the country in which Porto Azzurro is located.,['Sri Lanka' 'Hungary' 'Serbia' 'Italy'],3
837
- Maurice Clavel grew up speaking [Y] as their first language.,['Armenian' 'Tamil' 'Welsh' 'French'],3
838
- John McKinly resided in [Y] until death.,['Alaska' 'Lahore' 'Arctic' 'Wilmington'],3
839
- Which company produced iPhone 3GS? [Y].,['IBM' 'Microsoft' 'liver' 'Apple'],3
840
- What is the native language of Daniel Darc? [Y].,['Indonesian' 'Northern Sami' 'Hungarian' 'French'],3
841
- In which region is Armenian Secret Army for the Liberation of Armenia a legal term? [Y].,['Spain' 'Flanders' 'Indonesia' 'Europe'],3
842
- Robert Keayne had work activity in [Y].,['San Francisco' 'The Hague' 'Dublin' 'Boston'],3
843
- The location of Cape Filchner on the Earth is the [Y] continent.,['Europe' 'Oceania' 'South America' 'Antarctica'],3
844
- The Brian Keith Show was originally aired on [Y].,['WNET' 'ESPN2' 'TF1' 'NBC'],3
845
- "La, la, la is in language [Y].",['Vietnamese' 'Irish' 'Korean' 'Spanish'],3
846
- Poya is affiliated with the [Y] religion.,['Christian' 'Hasidism' 'Christianity' 'Buddhism'],3
847
- Renato Martino holds the political title of [Y].,"['Dean of the College of Cardinals' 'patriarch'
848
- 'Chair of the Federal Reserve' 'bishop']",3
849
- What is the category of A Fever You Can't Sweat Out? [Y].,['Christian' 'anime' 'sabotage' 'album'],3
850
- What is the category of Microsoft SQL Server? [Y].,['destroyer' 'nonprofit organization' 'airport' 'software'],3
851
- Gleb Yakunin used to work in [Y].,['Philadelphia' 'Scotland' 'Hamburg' 'Moscow'],3
852
- Santo Domingo and [Y] are twin cities.,['Cleveland' 'Bilbao' 'Esch-sur-Alzette' 'Montevideo'],3
853
- Elmer Snowden can perform on the [Y].,['jazz piano' 'violin' 'chromatic harmonica' 'banjo'],3
854
- Eid al-Fitr has a deep relationship with the [Y] religion.,['Hasidism' 'Twelver Shiism' 'Soka Gakkai' 'Islam'],3
855
- Travma was written in language of [Y].,['Malayalam' 'Persian' 'Gothic' 'Greek'],3
856
- Spuyten Duyvil Bridge is a place in [Y].,['Baltimore' 'Alappuzha district' 'Scotland' 'Manhattan'],3
857
- The birth of Irena Grafenauer occurred in [Y].,['Boston' 'Jackson' 'Lamar' 'Ljubljana'],3
858
- Which group or organization does Paraguayan Football Association belong to? [Y].,"['EFTA Court' 'World Trade Organization'
859
- 'Organisation of Islamic Cooperation' 'FIFA']",3
860
- Turkey served for [Y].,"['Western European Union' 'Control Denied'
861
- 'Community of Portuguese Language Countries'
862
- 'Organisation of Islamic Cooperation']",3
863
- Chongqing and [Y] are sister cities that have been developing together.,['Dresden' 'Sakhalin Oblast' 'Brno' 'Seattle'],3
864
- Dennis Coffey released their work via the [Y] music label.,['Track Record' 'Barclay' 'Warner Bros. Records' 'Motown'],3
865
- Veii is located in [Y].,['Albany' 'Russia' 'Genoa' 'Italy'],3
866
- Which country was Macaroon created in? [Y].,['Turkey' 'Greece' 'Taiwan' 'Italy'],3
867
- What is the category of Apocalypse Now? [Y].,['mausoleum' 'city' 'stage' 'film'],3
868
- "The region of [Y] uses The Income-tax Act, 1961 as a legal term.",['Kansas' 'Flanders' 'Europe' 'India'],3
869
- [Y] is the location where Pointe du Hoc occurred.,['Marseille' 'Sarawak' 'Bangalore' 'Normandy'],3
870
- Ian Trethowan is [Y]'s employee.,['Fiat' 'Boeing' 'Google' 'BBC'],3
871
- John Henni holds the political title of [Y].,"['President of Cyprus' 'goaltender' 'camerlengo of the Holy Roman Church'
872
- 'archbishop']",3
873
- Shape Magazine is a work in the [Y] language.,['German' 'Romanian' 'Telugu' 'English'],3
874
- What is Margarita Moran-Floirendo's nationality? [Y].,['Ghana' 'United States of America' 'Bolivia' 'Philippines'],3
875
- John Adams Whipple is famous for achievements as a [Y].,['chemist' 'psychiatrist' 'illustrator' 'photographer'],3
876
- Blackgang is an instance of [Y].,['statute' 'arena' 'brewery' 'village'],3
877
- The formation location of Off Course is [Y].,['Tyler' 'Peterborough' 'Frankfurt' 'Japan'],3
878
- Chuprene Glacier is a part of the continent [Y].,['Oceania' 'Americas' 'Australia' 'Antarctica'],3
879
- What administrative division is governed from Manama? [Y].,['Rajasthan' 'Rhodesia' 'Erivan Khanate' 'Bahrain'],3
880
- Where is Sturt Highway located? [Y].,['Cambodia' 'Queensland' 'Cameroon' 'South Australia'],3
881
- Tampere Cathedral is in the country [Y].,['Bosnia and Herzegovina' 'Latvia' 'Iraq' 'Finland'],3
882
- Wizzard started their career in [Y].,['Gilbert' 'Taipei' 'Athens' 'Birmingham'],3
883
- Palmer Land is a part of the continent [Y].,['Oceania' 'Asia' 'North America' 'Antarctica'],3
884
- Where did Domenichino die? [Y].,['Frankfurt' 'Sydney' 'Madison' 'Naples'],3
885
- What language is officially spoken in Republic of Khakassia? [Y].,"['Vietnamese' 'Venezuelan Sign Language' ""Poqomchi'"" 'Khakas']",3
886
- Baptist Union of Wales is a follower of religion [Y].,['Soka Gakkai' 'Malikism' 'Shafi`i' 'Christianity'],3
887
- Matteo I Visconti has the position of [Y].,['governor' 'Anglican Bishop of Chichester' 'bishop' 'vicar'],3
888
- Jonathan Goff was given the [Y] job.,['goalkeeper' 'outfielder' 'catcher' 'linebacker'],3
889
- Which city is the sister city of San Salvador? [Y].,['Bishkek' 'Bonn' 'Bamako' 'Caracas'],3
890
- Deane Montgomery has work experience in the field of [Y].,['apartheid' 'habitat' 'group theory' 'topology'],3
891
- The Vagabonds originates from the country of [Y].,['Brazil' 'Haiti' 'Iran' 'Poland'],3
892
- [Y] is the place where Svenn Stray worked.,['Cincinnati' 'Beijing' 'Gloucester' 'Oslo'],3
893
- Which country was The Caterpillar Wish created in? [Y].,['Switzerland' 'Malaysia' 'Czechoslovakia' 'Australia'],3
894
- Luke Chadwick is a famous [Y] player.,['goalkeeper' 'closer' 'running back' 'midfielder'],3
895
- Natalie Clifford Barney resided in [Y] until death.,['Tallinn' 'Beijing' 'Parma' 'Paris'],3
896
- [Y] is the administrative center of Confederate States of America.,['Liberty' 'Gibson' 'Honolulu' 'Richmond'],3
897
- The original language of June R is [Y].,['Hindi' 'Estonian' 'Dutch' 'Tamil'],3
898
- Leonhard Euler works in the field of [Y].,['drawn-on-film animation' 'cryptanalysis' 'film' 'physics'],3
899
- Heinz Lammerding started their life in [Y].,['Pittsburgh' 'Rutherford' 'Munich' 'Dortmund'],3
900
- 936 ABC Hobart is a place in [Y].,['Iran' 'Papua' 'Montreal' 'Tasmania'],3
901
- Jean-Paul Kalala plays in [Y] position.,['forward' 'right fielder' 'running back' 'midfielder'],3
902
- Freddie Gorman released their work via the [Y] music label.,['Virgin Music' 'Fantasy' 'Fervent Records' 'Motown'],3
903
- Janet Jackson is famous for achievements as a [Y].,['regent' 'priest' 'programmer' 'model'],3
904
- Where was Jacob Holdt born? [Y].,['Karnataka' 'Thailand' 'New York City' 'Copenhagen'],3
905
- [Y] is one of the items in diamorphine.,['Colombia' 'niobium' 'rice' 'carbon'],3
906
- Title Fight originated from [Y].,['Boston' 'Victoria' 'Hampton' 'Kingston'],3
907
- Which entity does noise belong to? [Y].,['software' 'steel' 'accounting' 'physics'],3
908
- Andrey Tikhonov works in the field of [Y].,['physics' 'differential geometry' 'natural history' 'topology'],3
909
- Trond Kirkvaag was awarded as a great [Y].,['stunt performer' 'astronomer' 'physicist' 'screenwriter'],3
910
- [Y] is the last place where Evert Taube lived until death.,['Bucharest' 'Frankfurt' 'Denver' 'Stockholm'],3
911
- Which religion is Sultan Satuq Bughra Khan affiliated with? [Y].,['Hinduism' 'Hindus' 'Christianity' 'Islam'],3
912
- Matthias Braun died in [Y].,['Augsburg' 'Vancouver' 'Antwerp' 'Prague'],3
913
- The Marvelettes is represented by music label [Y].,['Swan' 'ABKCO Records' 'Columbia Records' 'Motown'],3
914
- Darin King is [Y] citizen.,['Kazakhstan' 'Ecuador' 'Iraq' 'Canada'],3
915
- Shirase Glacier is located on the continent of [Y].,['Australia' 'Oceania' 'Africa' 'Antarctica'],3
916
- What is Alina Devecerski's nationality? [Y].,['Chile' 'Ethiopia' 'Lebanon' 'Sweden'],3
917
- Rootes Group is a [Y].,['cereal' 'sabotage' 'regiment' 'brand'],3
918
- [Y] is the mother tongue of Al Gore.,['French' 'Northern Sami' 'Cantonese' 'English'],3
919
- Nimrod Glacier is located on the continent of [Y].,['South America' 'Australia' 'Asia' 'Antarctica'],3
920
- The location of Larsemann Hills on the Earth is the [Y] continent.,['Europe' 'Africa' 'South America' 'Antarctica'],3
921
- What musical instrument does Frederick Grinke play? [Y].,['synthesizer' 'electric guitar' 'mandolin' 'violin'],3
922
- Sumayyah bint Khayyat is a follower of religion [Y].,['Anglo-Saxon paganism' 'Hinduism' 'Shafi`i' 'Islam'],3
923
- 2013 Australian Open occurred in [Y].,['Doncaster' 'Italy' 'Aden' 'Melbourne'],3
924
- [Y] is the continent where Anderson Hills is located.,['South America' 'Oceania' 'Europe' 'Antarctica'],3
925
- The Black Donnellys was originally aired on [Y].,['WPBT' 'Challenge' 'TNT' 'NBC'],3
926
- Hank Bassen is a famous [Y] player.,['centre' 'midfielder' 'quarterback' 'goaltender'],3
927
- The music label [Y] has signed Red Foley.,['Deram' 'Paramount' 'Chess Records' 'Decca'],3
928
- 2005 Southeast Asian Games is located in [Y].,['Florence' 'Herzegovina' 'Bethel' 'Philippines'],3
929
- You can go through Guizhou to reach [Y].,['Northumberland' 'Calais' 'Northern Territory' 'Hunan'],3
930
- 3M is named in honor of [Y].,['liver' 'Aristotle' 'Moscow' 'Minnesota'],3
931
- lithium perchlorate consists of [Y].,['chocolate' 'Varaha' 'beryllium' 'lithium'],3
932
- [Y] is the place where Lawrence Heights is located.,['Seattle' 'Gloucestershire' 'Burlington' 'Ontario'],3
933
- Which country was The Man on the Roof created in? [Y].,['Serbia' 'Poland' 'Lebanon' 'Sweden'],3
934
- Madeleine Peyroux was awarded as a great [Y].,['child actor' 'television presenter' 'actor' 'composer'],3
935
- AC4 first appeared in [Y].,['Cuba' 'Finland' 'Austria' 'Sweden'],3
936
- WebP Lossless is developed by [Y].,['Capcom' 'Symbian Software' 'NATO' 'Google'],3
937
- Where is the headquarters of UAL Corporation? [Y].,['Pune' 'Minsk' 'Leeds' 'Chicago'],3
938
- Of which class is mail order a subclass? [Y].,['screw' 'bomber' 'anime' 'retail'],3
939
- Cookley is located in [Y].,['Wiltshire' 'Thurgau' 'Highland' 'England'],3
940
- [Y] is the country of origin of Silverchair.,['Belgium' 'Denmark' 'Lithuania' 'Australia'],3
941
- Rinku Singh is a famous [Y] player.,['catcher' 'goaltender' 'guard' 'pitcher'],3
942
- The style of Fawlty Towers is [Y].,['action film' 'free jazz' 'Gothic novel' 'sitcom'],3
943
- The location of Cape Longing on the Earth is the [Y] continent.,['Europe' 'Oceania' 'South America' 'Antarctica'],3
944
- [Y] is the higher-level concept of Cholinergic receptor muscarinic 4.,['fat' 'synthesizer' 'aircraft' 'protein'],3
945
- Which service originally aired The New Show? [Y].,['Fox Business' 'Showtime' 'Channel 4' 'NBC'],3
946
- Chipotle Mexican Grill was founded in [Y].,['Elizabeth' 'Lancaster' 'Columbia' 'Denver'],3
947
- [Y] is the country in which Band-e Kaisar is located.,['Finland' 'Taiwan' 'Nigeria' 'Iran'],3
948
- Volga Bulgaria is located on the continent of [Y].,['Africa' 'Australia' 'Oceania' 'Europe'],3
949
- What is Ari Telch's profession? [Y].,['keyboardist' 'economist' 'librarian' 'actor'],3
950
- Adilson dos Santos was given the [Y] job.,['outfielder' 'linebacker' 'catcher' 'defender'],3
951
- "If you want to visit South East Cape, you need to go to country [Y].",['Czechoslovakia' 'Russia' 'Indonesia' 'Australia'],3
952
- The operation of Qimonda depends on the headquarters in [Y].,['California' 'Japan' 'Southampton' 'Dresden'],3
953
- Stefaneschi Triptych is in the territory of [Y].,['Wabash County' 'Swansea' 'Guyana' 'Rome'],3
954
- On what continent is Atlantic Club Ridge located? [Y].,['Oceania' 'Africa' 'Australia' 'Antarctica'],3
955
- B. Nagi Reddy resided in [Y] until death.,['Geneva' 'Egypt' 'Annapolis' 'Chennai'],3
956
- Rowland Greenberg died in [Y].,['Medina' 'Paris' 'Damascus' 'Oslo'],3
957
- [Y] is the mother tongue of Paul Morand.,['Chinese' 'Telugu' 'Hungarian' 'French'],3
958
- [Y] recognizes Kajaani as its official language.,['Mongolian' 'Valencian' 'Punjabi' 'Finnish'],3
959
- Seth Smith is a player who plays as a [Y].,['catcher' 'centre' 'right fielder' 'outfielder'],3
960
- [Y] consists of Warawarani (Bolivia).,['ecosystem' 'forest' 'Deuterocanonical books' 'Andes'],3
961
- John Howard Davies develops a career in [Y].,['Netscape' 'Nissan' 'Nintendo' 'BBC'],3
962
- The New Show was initially launched on [Y].,['Bravo' 'ITV' 'NRK1' 'NBC'],3
963
- Achille Lauro served as [Y].,['patriarch' 'councillor' 'antipope' 'mayor'],3
964
- Which country was Die Nibelungen created in? [Y].,['Poland' 'Norway' 'Denmark' 'Germany'],3
965
- crotonic acid consists of [Y].,['Bangladesh' 'Florida' 'nave' 'carbon'],3
966
- Paul Shan Kuo-hsi has the position of [Y].,['Dean of the College of Cardinals' 'Maharaja' 'vicar' 'bishop'],3
967
- "If you want to visit Ikaalinen, you need to go to country [Y].",['Canada' 'Uzbekistan' 'Ukraine' 'Finland'],3
968
- [Y] is the country in which Eurasian Steppe is located.,['Taiwan' 'Latvia' 'Bahamas' 'Ukraine'],3
969
- John Altenburgh is a [Y] in the genre.,['novella' 'crime film' 'horror literature' 'jazz'],3
970
- Where was Joan Carroll born? [Y].,['Nicaragua' 'Calais' 'Beirut' 'Paterson'],3
971
- Chuck D is affiliated with the [Y] religion.,['Twelver Shiism' 'Sufism' 'Christianity' 'Islam'],3
972
- [Y] is the last place where Elbert Tuttle lived until death.,['Vermont' 'Windsor' 'Nottingham' 'Atlanta'],3
973
- Daniels Range is a part of the continent [Y].,['Australia' 'Asia' 'South America' 'Antarctica'],3
974
- [Y] represents the capital city for Estonia.,['Dresden' 'Columbia' 'Madison' 'Tallinn'],3
975
- The capital of Maury County is [Y].,['Uppsala' 'Ljubljana' 'Linden' 'Columbia'],3
976
- Rose Tower is in the territory of [Y].,['Providence' 'Wyoming' 'Edinburgh' 'Dubai'],3
977
- Which position does Simone Barone play in? [Y].,['pitcher' 'outfielder' 'tackle' 'midfielder'],3
978
- [Y] consists of Ecclesiastes.,['finance' 'ethnology' 'Jainism' 'Five Megillot'],3
979
- What is the original language of Nanneri? [Y].,['Scots' 'Dutch' 'German' 'Tamil'],3
980
- [Y] is the place where Lochaline is located.,['Iraq' 'Chicago' 'Belfast' 'Highland'],3
981
- Ginni Rometty is employed by [Y].,['Apple' 'Elle' 'Digital Equipment Corporation' 'IBM'],3
982
- adit is also necessarily a [Y].,['pollution' 'wetland' 'waiter' 'tunnel'],3
983
- [Y] is the country of origin of Money No Enough.,['Cyprus' 'Jamaica' 'Ghana' 'Singapore'],3
984
- [Y] is the continent where Rajkot is located.,['Europe' 'Australia' 'South America' 'Asia'],3
985
- Ernest Archdeacon works in the field of [Y].,['cryptography' 'computer science' 'English' 'aviation'],3
986
- Treta Yuga has a role in the religion [Y].,['Judaism' 'Shafi`i' 'Hindus' 'Hinduism'],3
987
- Where did Jacques Auguste de Thou work? [Y].,['Los Angeles' 'Oslo' 'Luxembourg' 'Paris'],3
988
- [Y] has Nagara as an instance.,['emotion' 'diffusion' 'infection' 'village'],3
989
- The style of Dietrich Fischer-Dieskau is [Y].,['fiction' 'ballet' 'crime novel' 'opera'],3
990
- Turibius of Mongrovejo was sworn in as [Y].,['pastor' 'camerlengo of the Holy Roman Church' 'poet' 'archbishop'],3
991
- Aharon Barak used to communicate in [Y].,['Thai' 'Lithuanian' 'Hungarian' 'Hebrew'],3
992
- [Y] is the country in which Hilir Perak is located.,['Moldova' 'Bhutan' 'Syria' 'Malaysia'],3
993
- The Little Lulu Show premiered on the network [Y].,['Arena' 'iTunes' 'USA Network' 'HBO'],3
994
- Which group or organization does Don Henley belong to? [Y].,"['Control Denied' 'Dutch Language Union'
995
- 'International Labour Organization' 'Eagles']",3
996
- My-HiME first appeared in [Y].,['Ireland' 'Belarus' 'Jordan' 'Japan'],3
997
- John Joseph Cantwell holds the political title of [Y].,['God' 'patriarch' 'rabbi' 'archbishop'],3
998
- [Y] is the country in which Mahur Berenji Rural District is located.,['Poland' 'Bahamas' 'Mexico' 'Iran'],3
999
- The language [Y] was used for writing The Beauty of Independence.,['Dutch' 'Polish' 'Korean' 'English'],3
1000
- Yaganti is named in honor of [Y].,['Caravaggio' 'Onogurs' 'England' 'Shiva'],3
1001
- Melik Brown started their life in [Y].,['Venice' 'Bonn' 'Birmingham' 'Camden'],3
1002
- Which company produced Color TV-Game? [Y].,['Foxconn' 'SEAT' 'Unicomp' 'Nintendo'],3
1003
- The Long Bright Dark premiered on the network [Y].,['History' 'ESPN2' 'Challenge' 'HBO'],3
1004
- Kama River is a part of the continent [Y].,['Americas' 'South America' 'Africa' 'Europe'],3
1005
- The nationality of Nelida Lobato is [Y].,['Switzerland' 'Laos' 'Malaysia' 'Argentina'],3
1006
- Soir 3 is a work in the [Y] language.,['Hebrew' 'Bengali' 'Danish' 'French'],3
1007
- [Y] has hapten as an instance.,['carbohydrate' 'monastery' 'diffusion' 'molecule'],3
1008
- Thomas Blake Glover died in [Y].,['Idaho' 'Vilnius' 'Cornwall' 'Tokyo'],3
1009
- What musical instrument does Dan Plonsey play? [Y].,['clarinet' 'trumpet' 'cello' 'saxophone'],3
1010
- Arjuno-Welirang represents a segment of [Y].,['Hamburg' 'Torah' 'artificial intelligence' 'Java'],3
1011
- The location of Pappas Restaurants was based in [Y].,['Edmonton' 'Rochester' 'Mumbai' 'Houston'],3
1012
- [Y] designates Dar es Salaam as its capital.,['Croatia' 'Uzbekistan' 'Uruguay' 'Tanganyika'],3
1013
- Fernando Torres is a player who plays as a [Y].,['goalkeeper' 'linebacker' 'pitcher' 'forward'],3
1014
- [Y] is one of the items in allyl disulfide.,['trait' 'circus' 'arithmetic' 'sulfur'],3
1015
- Diego Fuser is a player who plays as a [Y].,['right fielder' 'running back' 'goalkeeper' 'midfielder'],3
1016
- Jorge Luis Borges is a [Y] by profession.,['pianist' 'novelist' 'physician' 'librarian'],3
1017
- Face Dances is a work in the [Y] language.,['Hawaiian' 'Azerbaijani' 'Latin' 'English'],3
1018
- The Amazing 3 originates from the country of [Y].,['Lithuania' 'Belarus' 'Ireland' 'Japan'],3
1019
- Which field does Carey Price work in? [Y].,['philosopher' 'extortion' 'cave' 'goaltender'],3
1020
- Inglourious Basterds is in language [Y].,['Latin' 'Gothic' 'Polish' 'French'],3
1021
- Diether von Isenburg has the position of [Y].,"['councillor' 'Ecumenical Patriarch of Constantinople' 'patriarch'
1022
- 'archbishop']",3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fact/myriadlama/test.json ADDED
The diff for this file is too large to render. See raw diff
 
fact/myriadlama/train.csv DELETED
The diff for this file is too large to render. See raw diff
 
fact/myriadlama/train.json ADDED
The diff for this file is too large to render. See raw diff
 
fact/myriadlama/valid.csv DELETED
@@ -1,1022 +0,0 @@
1
- text,options,label
2
- [Y] is the head office location of CreativeLive.,['San Francisco' 'Indianapolis' 'Lexington' 'Morrisville'],0
3
- Flin Flon is in the territory of [Y].,['Saskatchewan' 'Algeria' 'Chennai' 'Pakistan'],0
4
- [Y] is the administrative center of Glascock County.,['Gibson' 'Auburn' 'Montgomery' 'Seville'],0
5
- The style of Carl Orff is [Y].,['opera' 'free jazz' 'electronic dance music' 'country rock'],0
6
- Which country is adjacent to Couto Misto? [Y].,['Spain' 'Deurne' 'Iran' 'Islamabad Capital Territory'],0
7
- Who or what is USS Dunderberg named after? [Y].,['Swedish' 'Houston' 'Casablanca' 'Vienna'],0
8
- On what continent is United Arab Emirates located? [Y].,['Asia' 'Antarctica' 'South America' 'Americas'],0
9
- Kyrgyz Revolution of 2010 is in language [Y].,['Russian' 'Finnish' 'Malay' 'Greek'],0
10
- Womanlight was written in the [Y] language.,['French' 'Hindi' 'German' 'Romanian'],0
11
- Mehrabad International Airport is named after [Y].,['Tehran' 'Vienna' 'nickel' 'Britannia'],0
12
- Kiiti Morita works in the field of [Y].,['topology' 'groundwater' 'documentary film' 'mythology'],0
13
- Monte San Giorgio represents a segment of [Y].,['Alps' 'firearm' 'matrix' 'mail'],0
14
- Where was Radical Axis founded? [Y].,['Atlanta' 'Cologne' 'Canada' 'Canton'],0
15
- Murata Manufacturing started their career in [Y].,['Kyoto' 'Lyon' 'Rome' 'Manhattan'],0
16
- "If you want to visit E.ON Sverige, you need to go to country [Y].",['Sweden' 'Portugal' 'Turkmenistan' 'Turkey'],0
17
- Where is the capital of Canada? [Y].,['Ottawa' 'Pierre' 'Athens' 'Uppsala'],0
18
- Kevin Kampl plays in [Y] position.,['midfielder' 'goalkeeper' 'running back' 'closer'],0
19
- Where did Marco Ferreri die? [Y].,['Paris' 'Jakarta' 'Belmont' 'Dayton'],0
20
- [Y] is the location where The Helix occurred.,['Dublin' 'Oslo' 'England' 'Rotterdam'],0
21
- attorney at law is also necessarily a [Y].,['jurist' 'warship' 'anal sex' 'cheese'],0
22
- Transaction Processing Facility was originally created by [Y].,['IBM' 'Microsoft' 'Linux Foundation' 'Sequent Computer Systems'],0
23
- Which country was pesto created in? [Y].,['Italy' 'Lithuania' 'Sweden' 'Kazakhstan'],0
24
- [Y] recognizes Hankasalmi as its official language.,['Finnish' 'Tamil' 'Khakas' 'Quechua'],0
25
- [Y] is one of the items in Galinstan.,['indium' 'Pisa' 'geometry' 'Rhode Island'],0
26
- Sorority Life was initially launched on [Y].,['MTV' 'ITV' 'Fox Business' 'ESPN2'],0
27
- Vechte is a [Y].,['river' 'toll' 'acronym' 'trademark'],0
28
- Ferdinand the Holy Prince has a role in the religion [Y].,['Christianity' 'Shafi`i' 'Nation of Islam' 'Scientology'],0
29
- The sister cities of Nantes include [Y].,['Rio de Janeiro' 'Montreal' 'Moscow' 'Helsinki'],0
30
- The formation location of Odesza is [Y].,['Seattle' 'Belgium' 'Brighton' 'Denton'],0
31
- La Jornada is in language [Y].,['Spanish' 'Tamil' 'Italian' 'Sanskrit'],0
32
- O'Hare International Airport is named in honor of [Y].,['Chicago' 'hotel' 'Manhattan' 'Bangkok'],0
33
- The official language of Nebraska is [Y].,['English' 'Romanian' 'Afrikaans' 'Egyptian'],0
34
- [Y] is the administrative center of Egypt.,['Cairo' 'Fulton' 'Madrid' 'Veliky Novgorod'],0
35
- Inhibitor of nuclear factor kappa B kinase subunit beta is a subclass of [Y].,['protein' 'fish' 'Venetian' 'celebrity'],0
36
- Aktuellt was created in [Y].,['Sweden' 'Iran' 'Egypt' 'Canada'],0
37
- [Y] is the administrative center of Kenya.,['Nairobi' 'Toronto' 'Copenhagen' 'Kiel'],0
38
- Lunice saw the light of the world in [Y].,['Montreal' 'Glasgow' 'Salem' 'Staffordshire'],0
39
- Japan is a part of the continent [Y].,['Asia' 'Europe' 'Africa' 'Oceania'],0
40
- Where is the capital of Gedling? [Y].,['Arnold' 'Irvine' 'Columbia' 'Dunedin'],0
41
- "Where did Kenneth Baker, Baron Baker of Dorking work? [Y].",['London' 'Helsinki' 'Antwerp' 'Atlanta'],0
42
- What is the category of Kemsley? [Y].,['village' 'fortification' 'forest' 'barracks'],0
43
- William Warburton spent the last years of life in [Y].,['Gloucester' 'Denmark' 'Dunedin' 'Constantinople'],0
44
- Which religion is Tom Cruise affiliated with? [Y].,['Scientology' 'Jerusalem' 'Celtic Christianity' 'Hanif'],0
45
- The Magic Flute was written in the [Y] language.,['German' 'Dutch' 'Estonian' 'Catalan'],0
46
- Where is Dorogomilovo District located? [Y].,['Moscow' 'Galicia' 'Unorganized Borough' 'Chichester'],0
47
- Stanley Lebowsky is a [Y] by profession.,['composer' 'biologist' 'surgeon' 'musician'],0
48
- On what continent is Mount Lister located? [Y].,['Antarctica' 'Americas' 'Asia' 'Africa'],0
49
- The Michael Richards Show was originally aired on [Y].,['NBC' 'BBC' 'HBO' 'broadcast syndication'],0
50
- [Y] consists of Tupungato.,['Andes' 'breast' 'smell' 'chimney'],0
51
- [Y] is the place where Peter I. Blute worked.,['Boston' 'Norwich' 'Pittsburgh' 'Belgium'],0
52
- What position does Enrico Valtorta hold? [Y].,['bishop' 'vicar' 'rabbi' 'capitano del popolo'],0
53
- Where was Scott Sorry born? [Y].,['Philadelphia' 'Lebanon' 'Kingston' 'Lahore'],0
54
- [Y] has Yota as an instance.,['trademark' 'musical' '3D film' 'miniseries'],0
55
- Hurricane Ridge is located on the continent of [Y].,['Antarctica' 'Europe' 'Africa' 'Asia'],0
56
- The name of Santa Trinita is based on [Y].,['Trinity' 'Americas' 'Langenhagen' 'marble'],0
57
- The original language of La Commune is [Y].,['French' 'Welsh' 'Estonian' 'Scots'],0
58
- Commodores is represented by music label [Y].,['Motown' 'Epic Records' 'Atlantic Records' 'Aladdin'],0
59
- The Girlie Show World Tour is created in language [Y].,['English' 'Swedish' 'Finnish' 'Indonesian'],0
60
- [Y] is the country where Isser Harel holds citizenship.,['Israel' 'France' 'Colombia' 'Latvia'],0
61
- Norm Maracle plays in [Y] position.,['goaltender' 'closer' 'running back' 'catcher'],0
62
- Which field does speleology work in? [Y].,['cave' 'topology' 'Judaism' 'folklore'],0
63
- Bermel Escarpment is a part of the continent [Y].,['Antarctica' 'Europe' 'Americas' 'South America'],0
64
- Dan Plonsey plays [Y].,['saxophone' 'cello' 'alto saxophone' 'bass guitar'],0
65
- What language is officially spoken in Mongolia? [Y].,['Mongolian' 'Minangkabau' 'Buryat' 'Portuguese'],0
66
- Pete Haycock saw the light of the world in [Y].,['Stafford' 'Edinburgh' 'Cambodia' 'Leeds'],0
67
- "If you want to visit Grolsch Brewery, you need to go to country [Y].",['Netherlands' 'Lithuania' 'Ukraine' 'Poland'],0
68
- Which country was Gil Blas created in? [Y].,['France' 'Hungary' 'Peru' 'Belgium'],0
69
- Romano Prodi was employed at [Y].,['Rome' 'The Hague' 'Riga' 'Lyon'],0
70
- [Y] is spoken as an official language by people in Colorado.,['English' 'Manx' 'Vietnamese' 'Aranese'],0
71
- What makes up nave? [Y].,['aisle' 'attention' 'Nigeria' 'United Kingdom'],0
72
- Bud Tribble is [Y]'s employee.,['Apple' 'BBC Sport' 'Microsoft' 'Metro-Goldwyn-Mayer'],0
73
- Patrick Joseph Sullivan is known as a [Y] by profession.,['politician' 'theatrical director' 'poet' 'television presenter'],0
74
- [Y] is the place where Liwan District is located.,['Guangzhou' 'Kentucky' 'Ukraine' 'Amherst'],0
75
- Friedrich Kalkbrenner had work activity in [Y].,['Paris' 'Bonn' 'library' 'Marseille'],0
76
- Ram Pothineni uses language [Y].,['Telugu' 'Chinese' 'Hebrew' 'Polish'],0
77
- Which country is Holycross-Ballycahill GAA located? [Y].,['Ireland' 'Taiwan' 'Mexico' 'France'],0
78
- Black Bread is a work in the [Y] language.,['Spanish' 'Slovene' 'Python' 'Vietnamese'],0
79
- "Officially, the people living in Forssa use the language [Y] for communication.",['Finnish' 'Aymara' 'Mongolian' 'Bislama'],0
80
- omnipotence is produced by the company of [Y].,['God' 'Unicomp' 'General Dynamics' 'General Motors'],0
81
- Freddy Cannon is represented by music label [Y].,['Swan' 'Coral' 'Brunswick' 'Atlantic Records'],0
82
- Diplomacy is created in language [Y].,['French' 'Norwegian' 'Punjabi' 'Breton'],0
83
- Who owns Viacom? [Y].,['CBS' 'Memphis' 'Qatar' 'Prague'],0
84
- Daddio is created in language [Y].,['English' 'Urdu' 'Slovene' 'Bengali'],0
85
- De finibus bonorum et malorum is a work in the [Y] language.,['Latin' 'Georgian' 'Catalan' 'Croatian'],0
86
- The original language of Nine Months is [Y].,['English' 'Irish' 'Indonesian' 'Russian'],0
87
- The operation of Holt Renfrew depends on the headquarters in [Y].,['Toronto' 'Lima' 'Wolverhampton' 'Cleveland'],0
88
- What musical instrument does Jonas Kullhammar play? [Y].,['saxophone' 'electric guitar' 'trombone' 'tuba'],0
89
- Anti Cimex was created in [Y].,['Sweden' 'Lebanon' 'Netherlands' 'Bangladesh'],0
90
- "If you want to visit St James' Church, Sydney, you need to go to country [Y].",['Australia' 'Laos' 'Portugal' 'Moldova'],0
91
- Lucian Freud resided in [Y] until death.,['London' 'Pennsylvania' 'Caucasus' 'Karachi'],0
92
- Battle of Ullais is located in [Y].,['Iraq' 'Carthage' 'United States of America' 'Guam'],0
93
- "[Y] is the country in which Fukuno, Toyama is located.",['Japan' 'Guatemala' 'Peru' 'Serbia'],0
94
- Planet 51 was created in [Y].,['Spain' 'Australia' 'Ireland' 'Croatia'],0
95
- Moshe Levinger is known as a [Y] by profession.,['rabbi' 'film producer' 'abbot' 'cartoonist'],0
96
- Megasport Arena is held by [Y].,['Moscow' 'Nagorno-Karabakh' 'France' 'Mecca'],0
97
- The location of CenturyLink was based in [Y].,['Monroe' 'Bolton' 'Franklin' 'Gothersgade'],0
98
- Aaron Murray plays in [Y] position.,['quarterback' 'goaltender' 'guard' 'pitcher'],0
99
- [Y] recognizes Joensuu as its official language.,['Finnish' 'Lezgian' 'Tswana' 'Maltese'],0
100
- [Y] is the location where KK Cedevita occurred.,['Zagreb' 'Bangladesh' 'United States of America' 'Helsinki'],0
101
- Of which class is monologist a subclass? [Y].,['comedian' 'Dutch' 'Fiat' 'cricket'],0
102
- The company [Y] is known for producing CineAlta.,['Sony' 'Foxconn' 'Amazon' 'Fairchild'],0
103
- Adam Amin is employed by [Y].,['ESPN' 'ITV Breakfast' 'Fox News' 'BBC Radio 2'],0
104
- Robert Sarah has the position of [Y].,['archbishop' 'member of the European Parliament' 'vicar' 'sultan'],0
105
- Le Gaulois is a work in the [Y] language.,['French' 'Korean' 'Malay' 'Chinese'],0
106
- Barry Zito plays in [Y] position.,['pitcher' 'tackle' 'goaltender' 'closer'],0
107
- Which religion is Israel Zolli affiliated with? [Y].,['Judaism' 'Hindus' 'Islam' 'Soka Gakkai'],0
108
- The sister cities of Dnipro include [Y].,['Vilnius' 'Salamanca' 'Colombo' 'Roanoke'],0
109
- Which company produced Lancia Ypsilon? [Y].,['Fiat' 'Apple' 'Ferrari' 'Lexmark'],0
110
- Wrestling Society X was initially launched on [Y].,['MTV' 'WNYW' 'TNT' 'History'],0
111
- Kenya and [Y] are neighboring countries.,['Somalia' 'Papineau' 'Canossa' 'Solothurn'],0
112
- Doro Merande is known as a [Y] by profession.,['actor' 'psychiatrist' 'comedian' 'keyboardist'],0
113
- "If you want to visit Wanne-Eickel Central Station, you need to go to country [Y].",['Germany' 'South Korea' 'Peru' 'Montenegro'],0
114
- Pinecreek is a place in [Y].,['Minnesota' 'Assam' 'Bangladesh' 'Manitoba'],0
115
- Thomas Storrow Brown died in [Y].,['Montreal' 'Belgium' 'Weimar' 'England'],0
116
- Alheira originates from the country of [Y].,['Portugal' 'Italy' 'Pakistan' 'Czechoslovakia'],0
117
- The original language of Athalie is [Y].,['French' 'Georgian' 'Icelandic' 'Polish'],0
118
- The original language of The Irish Times is [Y].,['English' 'French' 'Scots' 'German'],0
119
- Seventh Tree was written in language of [Y].,['English' 'Irish' 'Portuguese' 'Chinese'],0
120
- Aden serves as the county seat of [Y].,['Yemen' 'Holy Roman Empire' 'Leicestershire' 'Switzerland'],0
121
- What is Ilia Chavchavadze's profession? [Y].,['poet' 'jockey' 'keyboardist' 'Playboy Playmate'],0
122
- Which entity does public relations belong to? [Y].,['communication' 'geometry' 'medicine' 'Scientology'],0
123
- Which country is adjacent to Liguria? [Y].,['Alpes-Maritimes' 'Cinisello Balsamo' 'Formello' 'Pastrengo'],0
124
- Sherrill Milnes is the representative of the [Y] style.,['opera' 'telenovela' 'big band' 'twelve-tone technique'],0
125
- The original language of Westworld is [Y].,['English' 'Slovene' 'Urdu' 'Bulgarian'],0
126
- "If you want to visit Autonomous University of Madrid, you need to go to country [Y].",['Spain' 'Chile' 'Belarus' 'Bahamas'],0
127
- 2014 IIHF World Championship is held by [Y].,['Minsk' 'Irvine' 'Indianapolis' 'Arizona'],0
128
- The region of [Y] uses Canadian Human Rights Act as a legal term.,['Canada' 'Netherlands' 'Brunei' 'Argentina'],0
129
- [Y] is the higher-level concept of colicin.,['protein' 'astronomy' 'regiment' 'climbing'],0
130
- Freek de Jonge grew up speaking [Y] as their first language.,['Dutch' 'Latin' 'Bengali' 'Turkish'],0
131
- Frederica de Laguna is influential in the domain of [Y].,['anthropology' 'poetics' 'Sanskrit' 'shipbuilding'],0
132
- "From childhood, Xavier Saint-Macary has been fluent in language [Y].",['French' 'Polish' 'Georgian' 'Hindi'],0
133
- Echolyn started their career in [Y].,['Pennsylvania' 'Sparta' 'Mission' 'Waterloo'],0
134
- The language [Y] was used for writing Led Zeppelin Boxed Set.,['English' 'Portuguese' 'Telugu' 'Azerbaijani'],0
135
- What is the genre of Eivind Opsvik? [Y].,['jazz' 'cha-cha-cha' 'portrait' 'experimental music'],0
136
- Invisible Touch was written in language of [Y].,['English' 'Polish' 'Python' 'Portuguese'],0
137
- What position does Engelbert Sterckx hold? [Y].,['archbishop' 'antipope' 'Patriarch of Alexandria' 'cardinal'],0
138
- Jonathan Legard started their life in [Y].,['Cardiff' 'Blackpool' 'Ajax' 'Bordeaux'],0
139
- Special Period is held by [Y].,['Cuba' 'Cambridge' 'Olympia' 'Stockholm'],0
140
- Lorraine Newman develops a career in [Y].,['BBC' 'Forbes' 'HAL Laboratory' 'Alexandria'],0
141
- The Peel Sessions is a work in the [Y] language.,['English' 'Norwegian' 'Welsh' 'Tamil'],0
142
- The location of WWE was based in [Y].,['Stamford' 'Canton' 'Gothersgade' 'Vancouver'],0
143
- "Margaret Jay, Baroness Jay of Paddington is employed by [Y].",['BBC' 'Fox Sports Networks' 'McLaren' 'Google Nest'],0
144
- CineAlta was a product announced by [Y].,['Sony' 'Unicomp' 'Dodge' 'Apple'],0
145
- The Lloyd Bridges Show premiered on the network [Y].,['CBS' 'WPBT' 'iTunes' 'FX'],0
146
- Bucharest and [Y] are twin cities.,['Athens' 'Charleroi' 'Jakarta' 'Stockholm'],0
147
- [Y] encompasses Cerro Torre as its element.,['Andes' 'slang' 'Hamas' 'Islam'],0
148
- "Speaking of [Y], osmosis is an example of it.",['diffusion' 'submarine' 'barracks' 'infection'],0
149
- [Y] is the location where 2011 Australian Open occurred.,['Melbourne' 'Honduras' 'Libya' 'Germany'],0
150
- Where is the headquarters of North British Locomotive Company? [Y].,['Glasgow' 'Luxembourg' 'Damascus' 'Liverpool'],0
151
- There is a border that connects [Y] with Guatemala.,['Belize' 'Merionethshire' 'Iran' 'Moscow'],0
152
- Edmond Gondinet grew up speaking [Y] as their first language.,['French' 'Marathi' 'Finnish' 'Dutch'],0
153
- Hinche serves as the county seat of [Y].,"['Centre' 'Crete' 'East Pakistan'
154
- ""People's Democratic Republic of Ethiopia""]",0
155
- Photinus of Sirmium has the position of [Y].,['bishop' 'Lord Chancellor' 'governor' 'sultan'],0
156
- Which service originally aired In the Arena? [Y].,['CNN' 'History' 'MTV2' 'Fox Business'],0
157
- [Y] is the shareholder of Scene7.,['Adobe' 'BP' 'Savannah' 'Texas'],0
158
- What musical instrument does Alberto Guerrero play? [Y].,['piano' 'bass guitar' 'clarinet' 'harp'],0
159
- What is the genre of Herbie Hancock? [Y].,['modal jazz' 'hard rock' 'film score' 'musical'],0
160
- Rousseau Institute started their career in [Y].,['Geneva' 'Estonia' 'Cincinnati' 'Miami'],0
161
- Where is Thirteen Colonies located? [Y].,['England' 'Bangalore' 'Botad district' 'Victoria'],0
162
- What is the original language of Chicago Reader? [Y].,['English' 'Kannada' 'Persian' 'Korean'],0
163
- The central government of Rhein-Neckar is in [Y].,['Heidelberg' 'Valencia' 'Dublin' 'Annapolis'],0
164
- Which city is the sister city of Hanover? [Y].,['Leipzig' 'Khartoum' 'Los Angeles' 'Verona'],0
165
- Valmiki uses [Y] as its means of communication.,['Sanskrit' 'Macedonian' 'Spanish' 'Maltese'],0
166
- Wichita Town premiered on the network [Y].,['NBC' 'TF1' 'Challenge' 'Bravo'],0
167
- Glen Gray became known as a [Y] player.,['saxophone' 'alto saxophone' 'vibraphone' 'fiddle'],0
168
- The operation of Energopetrol depends on the headquarters in [Y].,['Sarajevo' 'Belgium' 'Bucharest' 'California'],0
169
- Yordi used to communicate in [Y].,['Spanish' 'Irish' 'Malayalam' 'Polish'],0
170
- [Y] recognizes Indonesia as its official language.,['Indonesian' 'Tibetan' 'Kinyarwanda' 'Tabasaran'],0
171
- Which country is adjacent to Kachin State? [Y].,['Sagaing Region' 'Levallois-Perret' 'Montana' 'Thailand'],0
172
- Yuli Gusman was employed at [Y].,['Moscow' 'Beirut' 'Metz' 'Pittsburgh'],0
173
- Where did Franz Werfel work? [Y].,['Vienna' 'Norwich' 'Sofia' 'Florence'],0
174
- The birth of DJ Format occurred in [Y].,['Southampton' 'Lawrence' 'Wigan' 'Glasgow'],0
175
- Who owns Outlook.com? [Y].,"['Microsoft' 'Kuwait Investment Authority' 'Chicago'
176
- 'Sikorsky Aircraft Corporation']",0
177
- "If you want to visit Dwarka, you need to go to country [Y].",['India' 'Italy' 'Mexico' 'Iraq'],0
178
- hydrogen peroxide consists of [Y].,['oxygen' 'Unity' 'French Guiana' 'clay'],0
179
- The region of [Y] uses Sarpanch as a legal term.,['India' 'Munster' 'Israel' 'Ontario'],0
180
- Francesco Bolzoni was given the [Y] job.,['midfielder' 'right fielder' 'goalkeeper' 'goaltender'],0
181
- Which country is Villars-Burquin located? [Y].,['Switzerland' 'Czechoslovakia' 'Germany' 'Dominican Republic'],0
182
- What makes up soba? [Y].,['flour' 'Colombia' 'chromium' 'Kingdom of Greece'],0
183
- [Y] is the first air channel of Name That Tune.,['NBC' 'CNN International' 'ESPN' 'Hulu'],0
184
- What is Dhanush's profession? [Y].,['actor' 'psychologist' 'diplomat' 'horse trainer'],0
185
- Which country is adjacent to Thailand? [Y].,['Cambodia' 'Independent State of Croatia' 'Kosovo' 'Leiden'],0
186
- What is Evan Bayh's profession? [Y].,['politician' 'voice actor' 'illustrator' 'cinematographer'],0
187
- William B. Hartsfield had work activity in [Y].,['Atlanta' 'San Francisco' 'Geneva' 'Saint Petersburg'],0
188
- The headquarter of Pantheon-Sorbonne University is in [Y].,['Paris' 'Detroit' 'Cleveland' 'Ponce'],0
189
- Claudine Clark is a [Y] by profession.,['composer' 'politician' 'television presenter' 'screenwriter'],0
190
- Doig Medal is a [Y].,['award' 'bridge' 'barracks' 'pub'],0
191
- Daniele De Rossi was given the [Y] job.,['midfielder' 'pitcher' 'quarterback' 'goalkeeper'],0
192
- Which service originally aired College Football Live? [Y].,['ESPN' 'NBCSN' 'Channel 4' 'PBS'],0
193
- [Y] represents the capital city for Smyth County.,['Marion' 'Carlisle' 'Hartford' 'Hamilton'],0
194
- The headquarter of Adeline Software International is in [Y].,['Lyon' 'Madison' 'Italy' 'Leicestershire'],0
195
- [Y] is the place where Haaga is located.,['Helsinki' 'Nicaragua' 'Mumbai' 'Melbourne'],0
196
- Walter Branscombe started their life in [Y].,['Exeter' 'Doncaster' 'Johannesburg' 'Auckland'],0
197
- Michael Nyman plays [Y].,['piano' 'viol' 'slide' 'mandolin'],0
198
- Tegami Bachi first appeared in [Y].,['Japan' 'Philippines' 'Canada' 'Portugal'],0
199
- Monreale and [Y] are neighboring countries.,['Bisacquino' 'Emirate of Abu Dhabi' 'Eritrea' 'Papineau'],0
200
- Simon Law was born in [Y].,['Luton' 'Hawaii' 'Virginia' 'Wigan'],0
201
- The location of Danco Coast on the Earth is the [Y] continent.,['Antarctica' 'North America' 'Europe' 'Australia'],0
202
- [Y] encompasses dispositio as its element.,['rhetoric' 'Belarus' 'materials science' 'Europe'],0
203
- What makes up Eurasian Economic Union? [Y].,['Kazakhstan' 'Sudan' 'graph theory' 'Ludic'],0
204
- Which position does Bobby Layne play in? [Y].,['quarterback' 'right fielder' 'forward' 'goalkeeper'],0
205
- What is Steven Hartley's profession? [Y].,['actor' 'priest' 'horse trainer' 'restaurateur'],0
206
- The operation of Croatian National Bank depends on the headquarters in [Y].,['Zagreb' 'Alexandria' 'Shrewsbury' 'Madison'],0
207
- Where did Thomas G. Jones work? [Y].,['Montgomery' 'Luxembourg' 'Glasgow' 'Denver'],0
208
- Alex Sipiagin is the representative of the [Y] style.,['jazz' 'rock and roll' 'blues rock' 'modal jazz'],0
209
- What is Enrique Granados's profession? [Y].,['composer' 'economist' 'theatrical director' 'comedian'],0
210
- Bird's Head Peninsula is in the country [Y].,['Indonesia' 'Russia' 'Pakistan' 'Portugal'],0
211
- What is the native language of Max Jacob? [Y].,['French' 'Spanish' 'Dutch' 'Finnish'],0
212
- Soul Militia was created in [Y].,['Estonia' 'Kenya' 'Croatia' 'Ireland'],0
213
- Where did Leo X die? [Y].,['Rome' 'Alaska' 'Bologna' 'Poland'],0
214
- The Hitchhiker was originally aired on [Y].,['HBO' 'Showtime' 'FX' 'CBS'],0
215
- Where is York University located? [Y].,['Toronto' 'Milan' 'Egypt' 'Genoa'],0
216
- Friday Night Videos was originally aired on [Y].,['NBC' 'TF1' 'PBS' 'ITV'],0
217
- "In which region is Manitoba Act, 1870 a legal term? [Y].",['Canada' 'astronomical object' 'Greece' 'Queensland'],0
218
- [Y] is spoken as an official language by people in Yverdon-les-Bains.,['French' 'Quechua' 'Faroese' 'Chhattisgarhi'],0
219
- The location of Cape Selborne on the Earth is the [Y] continent.,['Antarctica' 'North America' 'Australia' 'Asia'],0
220
- Bad Wildungen is located in the country of [Y].,['Germany' 'Luxembourg' 'Somalia' 'Cambodia'],0
221
- "If you want to visit Nuri, you need to go to country [Y].",['Sudan' 'Afghanistan' 'Morocco' 'Lebanon'],0
222
- Minamiakita District is located in the country of [Y].,['Japan' 'Rwanda' 'Argentina' 'Armenia'],0
223
- [Y] is spoken as an official language by people in Republic of Ingushetia.,['Russian' 'Quechua' 'Abaza' 'Danish'],0
224
- Independent Administrative Institution is a legal term in [Y].,['Japan' 'Switzerland' 'Taiwan' 'Namibia'],0
225
- Eugendus served as [Y].,"['abbot' 'Anglican Bishop of Chichester' 'President of the Philippines'
226
- 'metropolitan']",0
227
- Steve Castle plays in [Y] position.,['midfielder' 'tackle' 'goalkeeper' 'right fielder'],0
228
- Fantasia Festival occurred in [Y].,['Montreal' 'Lviv' 'Anatolia' 'Vancouver'],0
229
- What is the genre of Eumir Deodato? [Y].,['jazz' 'fantasy' 'young adult literature' 'tragedy'],0
230
- Daniel Caligiuri is a famous [Y] player.,['midfielder' 'closer' 'pitcher' 'defender'],0
231
- Franco Sacchetti was awarded as a great [Y].,['poet' 'rabbi' 'television director' 'record producer'],0
232
- Charles Borromeo was sworn in as [Y].,['archbishop' 'Archbishop of Canterbury' 'God' 'capitano del popolo'],0
233
- Parque de Bombas is a part of [Y]'s assets.,['Ponce' 'California' 'Venice' 'Genoa'],0
234
- Where is the capital of Finnish Socialist Workers' Republic? [Y].,['Helsinki' 'Winnipeg' 'London' 'Kingston'],0
235
- "Non, je ne regrette rien was written in language of [Y].",['French' 'Tamil' 'German' 'Hawaiian'],0
236
- Muadh ibn Jabal has a deep relationship with the [Y] religion.,['Islam' 'Jerusalem' 'Christian' 'Hanif'],0
237
- Tricorn Centre is held by [Y].,['Portsmouth' 'Indian Ocean' 'Czech Republic' 'Orange'],0
238
- Pitchshifter was founded in [Y].,['Nottingham' 'Christchurch' 'Burlington' 'Hawthorne'],0
239
- Bangladesh’s name comes from [Y].,['Bengali' 'Franks' 'Americas' 'Italy'],0
240
- Which entity does post-production belong to? [Y].,['photography' 'blade' 'Luzon' 'Arab'],0
241
- Nikon is owned by [Y].,['Mitsubishi' 'Amazon' 'Catholic Church' 'Gibson'],0
242
- [Y] is the country in which Hong San See is located.,['Singapore' 'Russia' 'South Korea' 'Rwanda'],0
243
- The location of Liberia on the Earth is the [Y] continent.,['Africa' 'Antarctica' 'Americas' 'Australia'],0
244
- Which country is Illertissen located? [Y].,['Germany' 'France' 'Qatar' 'Bhutan'],0
245
- Callas Forever originates from the country of [Y].,['Romania' 'Pakistan' 'Belarus' 'France'],0
246
- Jason Trusnik is a player who plays as a [Y].,['linebacker' 'running back' 'centre' 'catcher'],0
247
- Spencer Treat Clark is known as a [Y] by profession.,['actor' 'jazz guitarist' 'jockey' 'biologist'],0
248
- Stanislao Gastaldon is a [Y] in the genre.,['opera' 'free jazz' 'classical music' 'disaster film'],0
249
- In which language is Feral Tribune written? [Y].,['Croatian' 'Dutch' 'Serbian' 'Greek'],0
250
- TKOL RMX 1234567 is in language [Y].,['English' 'Hindi' 'Sanskrit' 'Korean'],0
251
- Nasir al-Din al-Tusi is a follower of religion [Y].,['Islam' 'Christianity' 'Soka Gakkai' 'Nation of Islam'],0
252
- Zaventem shares border with [Y].,"['Woluwe-Saint-Lambert - Sint-Lambrechts-Woluwe' 'Rhode Island'
253
- 'United Principalities of Moldavia and Wallachia' 'Haiti']",0
254
- Darwin Mountains is a part of the continent [Y].,['Antarctica' 'Oceania' 'Australia' 'Africa'],0
255
- Nicholas V is affiliated with the [Y] religion.,['Christianity' 'Twelver Shiism' 'Bektashi Order' 'Christian'],0
256
- Chrysostomos II of Cyprus holds the political title of [Y].,['antipope' 'archbishop' 'Catholic bishop' 'President of Cyprus'],1
257
- Which country is National Republican Greek League located? [Y].,['Egypt' 'Greece' 'Cameroon' 'Belarus'],1
258
- Where is Kuthiyathodu grama panchayat located? [Y].,['Bangladesh' 'Kerala' 'Lincoln' 'Cornwall'],1
259
- Alfred Capus grew up speaking [Y] as their first language.,['Tamil' 'French' 'Hindi' 'Norwegian'],1
260
- Lee Mavers plays [Y].,['trumpet' 'guitar' 'cello' 'slide'],1
261
- Anne Simpson is known as a [Y] by profession.,['philosopher' 'novelist' 'news presenter' 'politician'],1
262
- The style of Kirsti Huke is [Y].,['hardcore' 'jazz' 'science fiction' 'country rock'],1
263
- Kingdom of the Netherlands is a part of the continent [Y].,['Africa' 'Europe' 'Americas' 'Asia'],1
264
- Teddy Bridgewater plays in [Y] position.,['forward' 'quarterback' 'guard' 'goalkeeper'],1
265
- What is the category of Gulfstream Park? [Y].,['Scottish civil parish' 'casino' 'anime' 'disease'],1
266
- Nymphomaniac is a work in the [Y] language.,['Azerbaijani' 'English' 'Welsh' 'Turkish'],1
267
- Amstrad is owned by [Y].,['Toulouse' 'Sky' 'Tennessee' 'PZL'],1
268
- [Y] is the head office location of Pagan Federation.,['Manchester' 'London' 'Canton' 'Lausanne'],1
269
- Which city is the sister city of Seattle? [Y].,['Campobasso' 'Bergen' 'Torzhok' 'Bremen'],1
270
- [Y] is the country in which Catholic Syrian Bank is located.,['Qatar' 'India' 'Dominican Republic' 'Luxembourg'],1
271
- Where is the capital of Indonesia? [Y].,['Grimsby' 'Jakarta' 'Susa' 'Winnipeg'],1
272
- "Speaking of [Y], Louis d'Or is an example of it.",['slum' 'award' 'Seyfert galaxy' 'choir'],1
273
- Hallaca first appeared in [Y].,['Kenya' 'Venezuela' 'Ukraine' 'Serbia'],1
274
- 2005 Beach Volleyball World Championships is located in [Y].,['United States of America' 'Berlin' 'Azerbaijan' 'Munich'],1
275
- Who does Brad Silverberg work for? [Y].,['BBC' 'Microsoft' 'Renault' 'Germany'],1
276
- "Speaking of [Y], Foeniculum vulgare is an example of it.",['baroque' 'vegetable' 'key' 'alloy'],1
277
- [Y] is the head office location of LG Chem.,['Hertfordshire' 'Seoul' 'Wellington' 'Amherst'],1
278
- Leila Schneps is known as a [Y] by profession.,['programmer' 'mathematician' 'astronaut' 'television director'],1
279
- Galen works in the field of [Y].,['mathematician' 'medicine' 'physiology' 'Ludwig Wittgenstein'],1
280
- Where did Sebastian Henricpetri work? [Y].,['Nuenen' 'Basel' 'Portugal' 'Malta'],1
281
- Mercer Ellington is the representative of the [Y] style.,['ballet' 'jazz' 'jazz-funk' 'big band'],1
282
- What position does Clement II hold? [Y].,['Shah' 'pope' 'economist' 'Archbishop of Canterbury'],1
283
- Indian Antarctic Program is a part of the continent [Y].,['Americas' 'Antarctica' 'Oceania' 'North America'],1
284
- Lou Reed is famous for achievements as a [Y].,['novelist' 'photographer' 'lepidopterist' 'bandleader'],1
285
- The nationality of Yunfa is [Y].,['United States of America' 'Nigeria' 'Argentina' 'Albania'],1
286
- Vjesnik is created in language [Y].,['Persian' 'Croatian' 'Slovene' 'Polish'],1
287
- Which country is Junnar located? [Y].,['Taiwan' 'India' 'Armenia' 'Paraguay'],1
288
- Spacewatch has work experience in the field of [Y].,['Unix' 'comet' 'computational science' 'drawing'],1
289
- Nureddin Pasha is famous for achievements as a [Y].,['regent' 'politician' 'poet' 'comedian'],1
290
- Benno Elkan resided in [Y] until death.,['Madrid' 'London' 'Utrecht' 'Palermo'],1
291
- Where did Max Richter work? [Y].,['Weimar' 'Edinburgh' 'Sheffield' 'Sparta'],1
292
- The headquarter of Propellerhead Software is in [Y].,['Pasadena' 'Stockholm' 'Homestead' 'Ecuador'],1
293
- [Y] is the location where Clan Cumming occurred.,['Hyderabad' 'Scotland' 'Marseille' 'Brisbane'],1
294
- Rocket Power was initially launched on [Y].,['NBC' 'Nickelodeon' 'AMC' 'Fox Business'],1
295
- Bobbi Humphrey is the representative of the [Y] style.,['didacticism' 'jazz' 'classical music' 'tragedy'],1
296
- Where is the headquarters of University at Buffalo? [Y].,['Singapore' 'Amherst' 'Tallinn' 'Basel'],1
297
- "The location of Sharp, Stewart and Company was based in [Y].",['Dublin' 'Glasgow' 'Croydon' 'Queensland'],1
298
- Nigel Pulsford can perform on the [Y].,['accordion' 'guitar' 'bass clarinet' 'violin'],1
299
- Yellowstone National Park is a place in [Y].,['New York City' 'Idaho' 'Missouri' 'Cameroon'],1
300
- muslin is also necessarily a [Y].,['Bavarian' 'textile' 'horse' 'V8'],1
301
- "Officially, the people living in Senegal use the language [Y] for communication.",['Sinhala' 'French' 'Spanish' 'Georgian'],1
302
- "Officially, the people living in Maharashtra use the language [Y] for communication.",['Esperanto' 'Marathi' 'Chinese' 'Greek'],1
303
- Parvin E'tesami used to communicate in [Y].,['Tamil' 'Persian' 'Swedish' 'Czech'],1
304
- [Y] consists of Tungurahua.,['feminism' 'Andes' 'Massachusetts' 'biology'],1
305
- Henri Hauser was awarded as a great [Y].,['politician' 'economist' 'geologist' 'model'],1
306
- William Sharpey has work experience in the field of [Y].,['linguistics' 'anatomy' 'jazz' 'video art'],1
307
- cepelinai first appeared in [Y].,['Japan' 'Lithuania' 'Iceland' 'Germany'],1
308
- Silverius served as [Y].,"['Ecumenical Patriarch of Constantinople' 'pope' 'Roman governor'
309
- 'Speaker of the House of Representatives of the Philippines']",1
310
- OpenSearch was originally created by [Y].,['Canon Inc.' 'Amazon' 'Access' 'Intel'],1
311
- Peter Simon Pallas resided in [Y] until death.,['Constantinople' 'Berlin' 'Alexandria' 'Georgetown'],1
312
- The formation location of Akai is [Y].,['Canada' 'Tokyo' 'Wolverhampton' 'Waterloo'],1
313
- Edward Sapir has work experience in the field of [Y].,['photojournalism' 'linguistics' 'mathematics' 'Russian literature'],1
314
- Football Association of Brunei Darussalam served for [Y].,['Slayer' 'FIFA' 'CONMEBOL' 'Ministry'],1
315
- Madrid and [Y] are twin cities.,['Lorient' 'Panama City' 'Isfahan' 'Praia'],1
316
- Which position does Giuseppe Dossena play in? [Y].,['outfielder' 'midfielder' 'pitcher' 'linebacker'],1
317
- The operation of Environics depends on the headquarters in [Y].,['Detroit' 'Toronto' 'Lahore' 'Springfield'],1
318
- Suvarnabhumi Airport is named after [Y].,"[""Edward O'Hare"" 'Bangkok' 'Mendoza' 'Saxons']",1
319
- The location of Telespazio was based in [Y].,['Gothenburg' 'Rome' 'Seoul' 'Colorado'],1
320
- You can go through Wallonia to reach [Y].,['South Kalimantan' 'North Rhine-Westphalia' 'Torfaen' 'Vestfold'],1
321
- Kalevala is a work in the [Y] language.,['French' 'Karelian' 'Portuguese' 'Danish'],1
322
- [Y] is the head office location of Annick Press.,['Belgium' 'Toronto' 'Cologne' 'Amsterdam'],1
323
- The operation of King Chulalongkorn Memorial Hospital depends on the headquarters in [Y].,['Erbil' 'Bangkok' 'Sukhumi' 'Bangladesh'],1
324
- What is the category of Biggesee? [Y].,['medication' 'reservoir' 'blog' 'shipyard'],1
325
- What makes up pectin? [Y].,['tree' 'carbon' 'Seram Island' 'bread'],1
326
- axon is part of [Y].,['National Guard' 'nerve' 'philosophy' 'Trinidad'],1
327
- The language [Y] was used for writing I See Fire.,['Dutch' 'English' 'Irish' 'Hebrew'],1
328
- Which city is the sister city of Rotterdam? [Y].,['Vukovar' 'Shanghai' 'Dieppe' 'Beersheba'],1
329
- "Of which class is ABL proto-oncogene 1, non-receptor tyrosine kinase a subclass? [Y].",['artist' 'protein' 'legume' 'LGBT'],1
330
- [Y] is a member of EPA.,['Algeria' 'carbon' 'graph theory' 'Moon'],1
331
- [Y] is the superclass of mail order.,['salad' 'retail' 'Buddhism in Japan' 'aldehydes'],1
332
- Jayabharathi grew up speaking [Y] as their first language.,['Belarusian' 'Malayalam' 'Georgian' 'Indonesian'],1
333
- [Y] is the mother tongue of Gustave Geffroy.,['Cantonese' 'French' 'English' 'Marathi'],1
334
- Who developed CUPS? [Y].,['Sega' 'Apple' 'Grezzo' 'Xamarin'],1
335
- Siple Dome is located on the continent of [Y].,['Americas' 'Antarctica' 'South America' 'Australia'],1
336
- Goguryeo has a role in the religion [Y].,['Shafi`i' 'Buddhism' 'Maronite Church' 'Hinduism'],1
337
- What is the genre of Energy 52? [Y].,['comedy drama' 'trance' 'horror film' 'Broadway theatre'],1
338
- The operation of Brown Company depends on the headquarters in [Y].,['San Francisco' 'Berlin' 'Albany' 'Hertfordshire'],1
339
- [Y] consists of Mount Penanggungan.,['smell' 'Java' 'nursing' 'NATO'],1
340
- L'Arianna is a work in the [Y] language.,['Turkish' 'Italian' 'Norwegian' 'Serbian'],1
341
- Waheed Murad was awarded as a great [Y].,['politician' 'film producer' 'regent' 'voice actor'],1
342
- The headquarter of United Grain Growers is in [Y].,['Johannesburg' 'Winnipeg' 'Bend' 'Canton'],1
343
- Rock Plaza Central was founded in [Y].,['Budapest' 'Toronto' 'Mobile' 'Chester'],1
344
- Broadway Open House premiered on the network [Y].,['Netflix' 'NBC' 'Team Toon' 'CNBC'],1
345
- The Brothers Four was founded in [Y].,['Shreveport' 'Seattle' 'Sofia' 'Munich'],1
346
- [Y] consists of Hindu deity.,['saddle' 'Hinduism' 'cartridge' 'species'],1
347
- The capital of Poland is [Y].,['Belgrade' 'Warsaw' 'Potsdam' 'Uppsala'],1
348
- Lewis Milestone was employed at [Y].,['Amboise' 'Hollywood' 'Kabul' 'Denver'],1
349
- Bundesautobahn 43 is owned by [Y].,['Nickelodeon' 'Germany' 'Belgrade' 'Malaysia'],1
350
- Where is the headquarters of Cirque du Soleil? [Y].,['Bangladesh' 'Montreal' 'Milton' 'Cleveland'],1
351
- Donovan Germain is the representative of the [Y] style.,['pastoral' 'reggae' 'ballad' 'young adult literature'],1
352
- Audrey Wise is famous for achievements as a [Y].,['mangaka' 'politician' 'songwriter' 'cinematographer'],1
353
- Cheryl Tiegs is known as a [Y] by profession.,['novelist' 'actor' 'film director' 'lawyer'],1
354
- Where is Mauna Kea located? [Y].,['Portugal' 'Hawaii' 'Venice' 'Montreal'],1
355
- Jared Diamond made significant contributions in the field of [Y].,['Tamil' 'ecology' 'egyptology' 'poetics'],1
356
- Tocotronic first appeared in [Y].,['United States of America' 'Germany' 'Egypt' 'Belgium'],1
357
- On what continent is Cannonball Cliffs located? [Y].,['Europe' 'Antarctica' 'Asia' 'Oceania'],1
358
- Wadhwan is a place in [Y].,['British Columbia' 'Surendranagar district' 'La Jolla' 'New York'],1
359
- 2006 Winter Paralympics is held by [Y].,['Yorkshire' 'Turin' 'Ukraine' 'Sambhajinagar district'],1
360
- Kim Walker-Smith is famous for achievements as a [Y].,['librarian' 'songwriter' 'lyricist' 'film producer'],1
361
- What makes up 7075 aluminium alloy? [Y].,['drum kit' 'zinc' 'Kibo' 'Arizona'],1
362
- Ali Karimi is a famous [Y] player.,['closer' 'midfielder' 'centre' 'forward'],1
363
- Rudolf Lothar resided in [Y] until death.,['Caucasus' 'Budapest' 'Cleveland' 'Amherst'],1
364
- Halls Stream is in the territory of [Y].,['Kyrgyzstan' 'New Hampshire' 'Wythenshawe' 'Scotland'],1
365
- There is a border that connects [Y] with Boston.,['Issy-les-Moulineaux' 'Quincy' 'Banten' 'European Union'],1
366
- Zanetto is an instance of [Y].,['siege' 'opera' 'treaty' 'infantry'],1
367
- The language [Y] was used for writing Dolomiten.,['Italian' 'German' 'Croatian' 'Spanish'],1
368
- On what continent is Ravens Mountains located? [Y].,['Africa' 'Antarctica' 'Asia' 'Europe'],1
369
- Senegal maintains diplomatic relations with [Y].,['Armenia' 'Germany' 'Fiji' 'Bahrain'],1
370
- Which country is adjacent to Mali? [Y].,['South Chungcheong' 'Guinea' 'Auderghem - Oudergem' 'Mettmann'],1
371
- "If you want to visit Saint Gayane Church, you need to go to country [Y].",['Azerbaijan' 'Armenia' 'Brazil' 'Morocco'],1
372
- The Lazarus Man was originally aired on [Y].,['AMC' 'TNT' 'Challenge' 'CNN International'],1
373
- The birth of Axle Whitehead occurred in [Y].,['Camden' 'Melbourne' 'Glasgow' 'Rome'],1
374
- Nikki Iles is a [Y] player.,['cello' 'piano' 'fortepiano' 'bassoon'],1
375
- Texas and [Y] are neighboring countries.,['Veracruz' 'New Mexico' 'Jharkhand' 'Cuxhaven'],1
376
- Vijetha was written in the [Y] language.,['Kannada' 'Telugu' 'Montenegrin' 'Filipino'],1
377
- International Space Station consists of [Y].,['Missouri' 'Poisk' 'Kuiper Belt' 'Spain'],1
378
- Where is the capital of Holy Roman Empire? [Y].,['Columbia' 'Vienna' 'Minsk' 'Brest'],1
379
- biochemistry is part of [Y].,['science' 'biology' 'Jainism' 'pistol'],1
380
- Where did Otto Hauser work? [Y].,['Warsaw' 'Berlin' 'Florence Baptistery' 'Arles'],1
381
- Edward Joseph Kelly started their life in [Y].,['Wisconsin' 'Chicago' 'Weimar' 'Frankfurt'],1
382
- Joan Ruddock had work activity in [Y].,['Auvers-sur-Oise' 'London' 'Karlsruhe' 'Dublin'],1
383
- Where is 1981 Southeast Asian Games located? [Y].,['Oslo' 'Manila' 'Milltown Cemetery' 'Johannesburg'],1
384
- The city of Vladivostok is twinned with [Y].,['Bonn' 'San Francisco' 'Kassel' 'Dakar'],1
385
- Gyllene Tider was created in [Y].,['Spain' 'Sweden' 'Romania' 'Greece'],1
386
- Theodor Kullak plays [Y].,['Hammond organ' 'piano' 'banjo' 'trombone'],1
387
- Which field does Wilhelm Ackermann work in? [Y].,['analytic philosophy' 'mathematics' 'astrology' 'philosophy'],1
388
- [Y] is the head office location of Cinven.,['Bern' 'London' 'Hawaii' 'Knoxville'],1
389
- Cor Fuhler plays [Y].,['Hammond organ' 'piano' 'accordion' 'clarinet'],1
390
- August Winding is famous for achievements as a [Y].,['radio personality' 'pianist' 'geologist' 'diplomat'],1
391
- Serbia maintains diplomatic relations with [Y].,['Jordan' 'United States of America' 'Malaysia' 'Iraq'],1
392
- What musical instrument does Ivar Antonsen play? [Y].,['cello' 'piano' 'saxophone' 'Bansuri'],1
393
- Where did Hans Riegel die? [Y].,['Alexandria' 'Bonn' 'Panama' 'England'],1
394
- oenology is part of [Y].,['Eurasia' 'chemistry' 'Information Technology' 'geology'],1
395
- Greg Buttle was given the [Y] job.,['goalkeeper' 'linebacker' 'tackle' 'midfielder'],1
396
- The location of Nigeria on the Earth is the [Y] continent.,['Asia' 'Africa' 'Oceania' 'Australia'],1
397
- Where was Scott Paper Company founded? [Y].,['Cologne' 'Philadelphia' 'Albany' 'Brighton'],1
398
- In which language is Caresses written? [Y].,['Russian' 'Catalan' 'Malayalam' 'Hausa'],1
399
- Tom McIntosh plays [Y].,['tenor saxophone' 'trombone' 'clavichord' 'bass guitar'],1
400
- Fingertips is represented by music label [Y].,['Federal' 'Motown' 'OKeh Records' 'Astralwerks'],1
401
- The location of ARM Holdings was based in [Y].,['Dresden' 'Cambridge' 'Atlanta' 'Wilmington'],1
402
- Mark Lawrenson develops a career in [Y].,['Sur' 'BBC' 'Germany' 'NBC'],1
403
- Arvada and [Y] are neighboring countries.,['France' 'Westminster' 'Toulouse' 'Karnataka'],1
404
- [Y] consists of Mount Bulusan.,['Tanakh' 'Luzon' 'monument' 'Americas'],1
405
- Hank Shaw saw the light of the world in [Y].,['Denver' 'London' 'Paris' 'Baltimore'],1
406
- Where did Jean Tinguely work? [Y].,['Edmonton' 'Paris' 'Rotterdam' 'Uranienburg'],1
407
- "Abraham Hume, 2nd Baronet had work activity in [Y].",['Gloucester' 'London' 'Basel' 'Rome'],1
408
- What makes up silicene? [Y].,['astronaut' 'silicon' 'Dover' 'drum kit'],1
409
- Samuil Marshak spent the last years of life in [Y].,['Medina' 'Moscow' 'Kent' 'Warwick'],1
410
- Cornelis van Haarlem is a [Y] in the genre.,['poetry' 'portrait' 'jazz-funk' 'big band'],1
411
- iWork is developed by [Y].,['Linux Foundation' 'Apple' 'Jonathan Sachs' 'Symbian Foundation'],1
412
- David Dickinson develops a career in [Y].,['The Guardian' 'BBC' 'Heart' 'CBS'],1
413
- Which city is the sister city of Cologne? [Y].,['Queensland' 'Thessaloniki' 'Kinshasa' 'Aarhus'],1
414
- Carl Friedrich Goerdeler used to work in [Y].,['San Francisco' 'Leipzig' 'Basel' 'Drenthe'],1
415
- Egon Bahr is [Y] citizen.,['Bulgaria' 'Germany' 'England' 'Iran'],1
416
- Bucharest serves as the county seat of [Y].,['Nicaragua' 'Kingdom of Romania' 'canton of Bern' 'Zagreb County'],1
417
- [Y] is one of the items in organoaluminium compound.,['phonetics' 'aluminum' 'brain' 'New Romney'],1
418
- Johannes de Jong was sworn in as [Y].,['pastor' 'archbishop' 'God' 'cardinal'],1
419
- "If you want to visit Goseck circle, you need to go to country [Y].",['Belarus' 'Germany' 'Taiwan' 'Morocco'],1
420
- John Rentoul is a [Y] by profession.,['chemist' 'journalist' 'economist' 'novelist'],1
421
- Mango Groove originated from [Y].,['Edmonton' 'Johannesburg' 'Melbourne' 'Kentucky'],1
422
- Robert Stawell Ball had work activity in [Y].,['Hollywood' 'Dublin' 'Lviv' 'New York City'],1
423
- "If you want to visit regiopolis, you need to go to country [Y].",['Fiji' 'Germany' 'Yemen' 'Egypt'],1
424
- [Y] is the artistic genre of Tryo.,['pop music' 'reggae' 'symphony' 'didacticism'],1
425
- Theodor von Oppolzer is influential in the domain of [Y].,"['American Registry for Internet Numbers' 'astronomy' 'cartography'
426
- 'geography']",1
427
- Baseball Tonight was initially launched on [Y].,['PBS' 'ESPN' 'Lifetime' 'broadcast syndication'],1
428
- Boris Rybakov has work experience in the field of [Y].,['statistics' 'archaeology' 'Sanskrit' 'theology'],1
429
- RAF 1 is a subclass of [Y].,['ball game' 'V8' 'Albanian' 'RNA'],1
430
- Afro-dite started their career in [Y].,['Pittsburgh' 'Sweden' 'Leicester' 'Rochester'],1
431
- [Y] is the location where Ye Olde Cheshire Cheese occurred.,['Normandy' 'London' 'Manhattan' 'Kabul'],1
432
- Donskoy Monastery is a place in [Y].,['Norfolk' 'Moscow' 'New Hampshire' 'Stockholm'],1
433
- Marc Ribot can perform on the [Y].,['slide' 'guitar' 'piano' 'oboe'],1
434
- What language is officially spoken in Altai Krai? [Y].,['Latin' 'Russian' 'Slovene' 'Basque'],1
435
- [Y] is the country in which Giurgiu County is located.,['Netherlands' 'Romania' 'Indonesia' 'Singapore'],1
436
- Point Douglas is located in [Y].,['Paterson' 'Manitoba' 'Surendranagar district' 'Karnataka'],1
437
- The style of La fiamma is [Y].,['aleatoric music' 'opera' 'pop music' 'cha-cha-cha'],1
438
- [Y] is one of the countries Pakistan has diplomatic relations with.,['Mozambique' 'Brazil' 'Jamaica' 'United Kingdom'],1
439
- [Y] encompasses forma specialis as its element.,['perfume' 'species' 'tide' 'Beijing'],1
440
- What is the original language of Punnagai Desam? [Y].,['Hindi' 'Tamil' 'Montenegrin' 'Filipino'],1
441
- [Y] is the continent where South Korea is located.,['Oceania' 'Asia' 'Europe' 'Antarctica'],1
442
- Elinor Ostrom works in the field of [Y].,['physician' 'economics' 'evolution' 'singing'],1
443
- There is a border that connects [Y] with Laatzen.,['Chelsea' 'Hanover' 'Surrey' 'Kenya'],1
444
- The Reputation started their career in [Y].,['London' 'Chicago' 'Preston' 'Riverside'],1
445
- Opioid related nociceptin receptor 1 is also necessarily a [Y].,['art' 'protein' 'pollution' 'RNA'],1
446
- Thomas Pinault plays in [Y] position.,['running back' 'midfielder' 'outfielder' 'tackle'],1
447
- Where did Reinhard Goebel work? [Y].,['Florence' 'Salzburg' 'Martinique' 'Ramsgate'],1
448
- Where did Harold Sakata die? [Y].,['Hollywood' 'Honolulu' 'Karachi' 'Leicester'],1
449
- Yutaka Abe resided in [Y] until death.,['Caracas' 'Kyoto' 'Houston' 'Beijing'],1
450
- Cyril Smith was employed at [Y].,['Pasadena' 'London' 'Brunswick' 'Uranienburg'],1
451
- Plovdiv and [Y] are sister cities that have been developing together.,['Brno' 'Thessaloniki' 'Kars' 'Celje'],1
452
- Reynaldo Hahn died in [Y].,['Birmingham' 'Paris' 'Cincinnati' 'Japan'],1
453
- Ivan Dias served as [Y].,['President of the Philippines' 'archbishop' 'abbot' 'sultan'],1
454
- Drew Gress is a [Y] in the genre.,['fable' 'jazz' 'traditional pop' 'funk'],1
455
- [Y] is the artistic genre of Rudolf Brucci.,['disco' 'opera' 'crime novel' 'fiction'],1
456
- Which entity does human evolution belong to? [Y].,['cast iron' 'anthropology' 'chromosome' 'Franconia'],1
457
- The language [Y] was used for writing Still Alive.,['Serbian' 'English' 'German' 'Chinese'],1
458
- [Y] is the creator of ActiveSync.,['Mojang' 'Microsoft' 'Reality Labs' 'Access'],1
459
- Where did Giovanni Pastrone die? [Y].,['Oklahoma' 'Turin' 'Southampton' 'Angeles'],1
460
- Which service originally aired Sense8? [Y].,['ITV' 'Netflix' 'TNT' 'Nick Jr. Channel'],1
461
- Which service originally aired Brooklyn South? [Y].,['CNN International' 'CBS' 'Telefe' 'broadcast syndication'],1
462
- Luis Miguel released their work via the [Y] music label.,['Vocalion' 'Warner Music Group' 'Chess Records' 'I.R.S. Records'],1
463
- Nur ad-Din al-Bitruji is influential in the domain of [Y].,['mathematical analysis' 'astronomy' 'radioactivity' 'computer science'],1
464
- Which position does Lee Sharpe play in? [Y].,['centre' 'midfielder' 'outfielder' 'pitcher'],1
465
- What position does Francisco Silvela hold? [Y].,['Maharaja' 'minister' 'economist' 'archbishop'],1
466
- The central government of British Guiana is in [Y].,['Naval' 'Georgetown' 'Canadian' 'Burlington'],1
467
- [Y] consists of Maine.,['archaeology' 'Massachusetts' 'Mindanao' 'science'],1
468
- Elias Hasket Derby was born in [Y].,['Houston' 'Salem' 'Leiden' 'Windsor'],1
469
- Ghana and [Y] have diplomatic friendly relations.,['Slovenia' 'Germany' 'Senegal' 'Brazil'],1
470
- Where is the headquarters of Amoco? [Y].,['Utrecht' 'Chicago' 'Oslo' 'New Delhi'],1
471
- Morelos shares border with [Y].,['West Athens' 'Guerrero' 'Republic of Buryatia' 'Warsaw'],1
472
- [Y] is the place where Oliver Ames High School is located.,['Toronto' 'Massachusetts' 'Brandenburg' 'Chichester'],1
473
- The style of Martin Denny is [Y].,['alternative rock' 'jazz' 'horror literature' 'disco'],1
474
- Willis Lamb is influential in the domain of [Y].,['animation' 'physics' 'etymology' 'smell'],1
475
- Costa Cruises originated from [Y].,['Nagoya' 'Genoa' 'Denton' 'Athens'],1
476
- [Y] is the continent where Yoruba religion is located.,['Oceania' 'Africa' 'Americas' 'Europe'],1
477
- Boniface VIII served as [Y].,"['camerlengo of the Holy Roman Church' 'pope'
478
- 'Camerlengo of the Sacred College of Cardinals' 'regent']",1
479
- Frank Pembleton used to work in [Y].,['Lansing' 'Baltimore' 'Philadelphia' 'Sacramento'],1
480
- What is the original language of Bojhena Shey Bojhena? [Y].,['Punjabi' 'Bengali' 'Hindi' 'Russian'],1
481
- Levallois Metropolitans occurred in [Y].,['Central' 'Paris' 'Moscow' 'Frankfurt'],1
482
- Rome is the capital of [Y].,['Burgundy' 'Lazio' 'Northern Rhodesia' 'Kingdom of Serbia'],1
483
- [Y] is the location where Santander Cycles occurred.,['Austria' 'London' 'Atlantic Ocean' 'Kazan'],1
484
- Where did Wilson Lumpkin work? [Y].,['Frankfurt' 'Atlanta' 'Italy' 'Dortmund'],1
485
- Edward Shortt had work activity in [Y].,['Drenthe' 'London' 'Frankfurt' 'Linz'],1
486
- The New Dick Van Dyke Show premiered on the network [Y].,['Current TV' 'CBS' 'Nickelodeon' 'BBC'],1
487
- The official language of Colorado is [Y].,['Malayalam' 'English' 'Javanese' 'Sundanese'],1
488
- Gabriele Oriali was given the [Y] job.,['forward' 'midfielder' 'outfielder' 'goaltender'],1
489
- Valery Gergiev released their work via the [Y] music label.,['Dot Records' 'Decca' 'Liberty Records' 'Mushroom Records'],1
490
- Bernard Tissier de Mallerais holds the political title of [Y].,"['Chair of the Federal Reserve' 'bishop' 'economist'
491
- 'protonotary apostolic']",1
492
- Where was Murata Manufacturing founded? [Y].,['Moscow' 'Kyoto' 'Vienna' 'Ipswich'],1
493
- Which country is adjacent to Wassenaar? [Y].,['Cinisello Balsamo' 'Leiden' 'Pontassieve' 'Ain'],1
494
- Pittsburg County’s name comes from [Y].,['Franks' 'Pittsburgh' 'Belfast' 'grape'],1
495
- [Y] is the place where Wildcat Hills is located.,['Yemen' 'Nebraska' 'Norfolk' 'Budapest'],1
496
- Garrincha is a player who plays as a [Y].,['defender' 'midfielder' 'goaltender' 'pitcher'],1
497
- [Y] is the country of origin of Sreeram.,['Netherlands' 'India' 'Indonesia' 'Lithuania'],1
498
- [Y] is the head office location of Chello Multicanal.,['Kolkata' 'Madrid' 'Gothersgade' 'Croydon'],1
499
- Satyendra Nath Bose uses language [Y].,['Tamil' 'English' 'Indonesian' 'Romanian'],1
500
- Herbert Romulus O'Conor was awarded as a great [Y].,['musician' 'lawyer' 'restaurateur' 'illustrator'],1
501
- Portugal joined [Y].,['Eagles' 'European Union' 'African Development Bank' 'Gong'],1
502
- [Y] represents the capital city for Maury County.,['Burlington' 'Columbia' 'Dover' 'Auburn'],1
503
- Bituin was created in [Y].,['Laos' 'Philippines' 'Malaysia' 'Mexico'],1
504
- Joan Dickson saw the light of the world in [Y].,['Impruneta' 'Edinburgh' 'Riverside' 'Exeter'],1
505
- Conrad Busken Huet resided in [Y] until death.,['Seville' 'Paris' 'Dublin' 'Weimar'],1
506
- Dir en grey first appeared in [Y].,['Philippines' 'Japan' 'Portugal' 'Lithuania'],1
507
- What is the original language of Europa riconosciuta? [Y].,['Bengali' 'Italian' 'Egyptian' 'Norwegian'],1
508
- "Love, Marriage & Divorce was released by the [Y] music label.",['Deram' 'Motown' 'Dot Records' 'Apple Records'],1
509
- Football Association of Brunei Darussalam is a member of [Y].,['Small Faces' 'FIFA' 'Permanent Court of Arbitration' 'United Nations'],1
510
- [Y] belongs to pectin.,['spinal cord' 'Finland' 'carbon' 'bromine'],2
511
- Maglenik Heights is a part of the continent [Y].,['Americas' 'Africa' 'Antarctica' 'Oceania'],2
512
- Lakewood Church is located in [Y].,['Guangzhou' 'Guerrero' 'Houston' 'Providence'],2
513
- Marion Davies was born in [Y].,['Scarborough' 'Nice' 'Brooklyn' 'Wolverhampton'],2
514
- Who developed HFS Plus? [Y].,['Yahoo' 'IBM' 'Apple' 'Symbian Foundation'],2
515
- Pietro Lorenzetti started their life in [Y].,['Canada' 'Hamburg' 'Siena' 'Gothenburg'],2
516
- Zagreb is the capital of [Y].,['Mauritius' 'Qatar' 'Zagreb County' 'Kingdom of Kartli-Kakheti'],2
517
- Stephanie Flanders works for [Y].,['Atari Games' 'Dropbox' 'BBC' 'Fox Sports Networks'],2
518
- eau de toilette consists of [Y].,['Bible' 'Joshua' 'ethanol' 'Kurma'],2
519
- Gilbert Harding works for [Y].,['Elle' 'Dynamix' 'BBC' 'Salon'],2
520
- [Y] is spoken as an official language by people in Barbados.,['Spanish' 'Rutul' 'English' 'Italian'],2
521
- Where was The Idoru founded? [Y].,['Estonia' 'Edinburgh' 'Budapest' 'Lancaster'],2
522
- Where is the headquarters of Lotte Hotels & Resorts? [Y].,['Beirut' 'Troy' 'Seoul' 'Hawthorne'],2
523
- In which language is La Voz del Interior written? [Y].,['Welsh' 'Hausa' 'Spanish' 'Thai'],2
524
- Svarthamaren Mountain is located on the continent of [Y].,['Australia' 'Asia' 'Antarctica' 'South America'],2
525
- [Y] is the administrative center of Jamaica.,['Tehran' 'Center' 'Kingston' 'Martinez'],2
526
- Pier Francesco Mola died in [Y].,['Libya' 'Jerusalem' 'Rome' 'Antwerp'],2
527
- Where is the headquarters of FIDE? [Y].,['Wolverhampton' 'Berlin' 'Athens' 'Egypt'],2
528
- [Y] is the country in which Moscato d'Asti is located.,['Mexico' 'Estonia' 'Italy' 'South Korea'],2
529
- Spanish treasure fleet is a work in the [Y] language.,['Armenian' 'Chinese' 'Dutch' 'Catalan'],2
530
- On what continent is Khabarovsk located? [Y].,['Americas' 'Oceania' 'Asia' 'Australia'],2
531
- [Y] consists of Forbidden City.,['logic' 'meteorology' 'Beijing' 'chemistry'],2
532
- The formation location of Rheinmetall MAN Military Vehicles is [Y].,['Peterborough' 'Sparta' 'Munich' 'Christchurch'],2
533
- Where is the headquarters of de Havilland? [Y].,['Newport' 'San Francisco' 'Hertfordshire' 'Dhaka'],2
534
- Vijetha is created in language [Y].,['Slovene' 'Karelian' 'Telugu' 'Catalan'],2
535
- Maxence Larrieu is a [Y] player.,['cornet' 'jazz piano' 'flute' 'viola'],2
536
- What makes up Jet fuel? [Y].,['Central America' 'nitrogen' 'carbon' 'Caribbean'],2
537
- Hank Jones is a [Y] player.,['viol' 'flute' 'piano' 'cornet'],2
538
- Led Zeppelin III was written in language of [Y].,['Croatian' 'Russian' 'English' 'Hindi'],2
539
- Desmond Tutu holds the political title of [Y].,['Lord Chancellor' 'Pope of the Coptic Orthodox Church' 'bishop' 'vicar'],2
540
- [Y] is a member of Hasenpfeffer.,['grass' 'Lee Joon' 'rabbit' 'cross country running'],2
541
- Lydie Polfer has the position of [Y].,"['minister' 'cardinal' 'member of the European Parliament'
542
- 'Catholic bishop']",2
543
- Industrial Design Centre is located in [Y].,['Nicaragua' 'Arkansas' 'Mumbai' 'Pakistan'],2
544
- The central government of Southern Common Market is in [Y].,['Liberty' 'Steele' 'Montevideo' 'Paris'],2
545
- Harishchandrachi Factory first appeared in [Y].,['Philippines' 'Kazakhstan' 'India' 'Serbia'],2
546
- "If you want to visit Sakarya Province, you need to go to country [Y].",['Republic of China' 'South Korea' 'Turkey' 'Guatemala'],2
547
- ayatollah is a follower of religion [Y].,['Hanif' 'Muslim' 'Islam' 'Bektashi Order'],2
548
- Where was Diane Hendricks born? [Y].,['Lithuania' 'Bangkok' 'Wisconsin' 'Wolverhampton'],2
549
- [Y] recognizes Republic of Karelia as its official language.,['Korean' 'Portuguese' 'Russian' 'Cape Verdean Creole'],2
550
- The style of Peak Records is [Y].,['electro' 'modal jazz' 'jazz' 'pastoral'],2
551
- Tim Paterson is [Y]'s employee.,['Mercedes' 'ITV Breakfast' 'Microsoft' 'BBC'],2
552
- OceanLab was founded in [Y].,['Auckland' 'Hull' 'London' 'Springfield'],2
553
- Campagnano di Roma shares border with [Y].,['Wiesbaden' 'Vogelsbergkreis' 'Nepi' 'Rhein-Berg District'],2
554
- Ignatius of Antioch holds the political title of [Y].,"['President of the Philippines'
555
- 'Speaker of the House of Representatives of the Philippines' 'bishop'
556
- 'Roman governor']",2
557
- [Y] is a member of fossil fuel.,['nitrogen' 'butter' 'petroleum' 'strong interaction'],2
558
- Lesser Antilles represents a segment of [Y].,['shell' 'Norman' 'Caribbean' 'nerve'],2
559
- Astrid Thors was employed at [Y].,['Zagreb' 'Leiden' 'Helsinki' 'London'],2
560
- Charles Cowper spent the last years of life in [Y].,['Panama' 'Toulouse' 'London' 'Livingston'],2
561
- Toktogul Dam is located in the country of [Y].,['Israel' 'Poland' 'Kyrgyzstan' 'Benin'],2
562
- "If you want to visit Rottendorf, you need to go to country [Y].",['Madagascar' 'Guatemala' 'Germany' 'Denmark'],2
563
- Nicky Barnes saw the light of the world in [Y].,['Greenwood' 'Hamburg' 'Harlem' 'Queensland'],2
564
- Flicky is one of the creations by [Y].,['Bill Atkinson' 'Macromedia' 'Sega' 'Claris'],2
565
- Trippin' premiered on the network [Y].,['NBC' 'PBS' 'MTV' 'AMC'],2
566
- "Three Up, Two Down is a [Y] in the genre.",['jazz' 'reggae' 'sitcom' 'musical'],2
567
- Which country is adjacent to Guidonia Montecelio? [Y].,['Khulna Division' 'Diepholz' 'Rome' 'Tuscany'],2
568
- Jeremy Allen White is a [Y] by profession.,['Playboy Playmate' 'psychologist' 'actor' 'playwright'],2
569
- Michael McGoldrick was born in [Y].,['Morocco' 'Brooklyn' 'Manchester' 'Germany'],2
570
- What is the category of Dolwyddelan? [Y].,['enzyme' 'city' 'village' 'Thoroughbred'],2
571
- [Y] is the place where Gottfried August Homilius worked.,['Siena' 'Rotterdam' 'Dresden' 'Lansing'],2
572
- Shop Around was released by the [Y] music label.,['Atco Records' 'Sugar Hill Records' 'Motown' 'Mercury Records'],2
573
- Tulsidas is a follower of religion [Y].,['Anglo-Saxon paganism' 'Hasidism' 'Hindus' 'Malikism'],2
574
- [Y] is the superclass of polycarbonate.,['helicopter' 'beer' 'polymer' 'archaeology'],2
575
- Where is the headquarters of Latvian Russian Union? [Y].,['Albany' 'Knoxville' 'Riga' 'Columbus'],2
576
- [Y] is the language that is used by Louis de Cahusac.,['Hindi' 'Polish' 'French' 'Persian'],2
577
- Orica started their career in [Y].,['Canton' 'Ljubljana' 'Australia' 'Geneva'],2
578
- Where was Guster founded? [Y].,['Shanghai' 'Dallas' 'Boston' 'Estonia'],2
579
- Which position does Frank Brimsek play in? [Y].,['catcher' 'forward' 'goaltender' 'midfielder'],2
580
- Dan Plonsey became known as a [Y] player.,['harpsichord' 'vibraphone' 'saxophone' 'mandolin'],2
581
- Where was Nick Raphael born? [Y].,['Queensland' 'Hamilton' 'London' 'Israel'],2
582
- [Y] is the mother tongue of Joseph Reinach.,['Spanish' 'Hindi' 'French' 'Chinese'],2
583
- The birth of William H. Seward occurred in [Y].,['Philadelphia' 'Denmark' 'Florida' 'Leeds'],2
584
- [Y] is the place where Alexander von Nordmann worked.,['Dortmund' 'Cairo' 'Helsinki' 'Malta'],2
585
- What is Mars Bonfire's nationality? [Y].,['Malaysia' 'Cambodia' 'Canada' 'Nigeria'],2
586
- The location of BSC Young Boys was based in [Y].,['Beirut' 'Gothenburg' 'Bern' 'Tampa'],2
587
- Where is the headquarters of PGi? [Y].,['Swindon' 'Greenville' 'Atlanta' 'Brunswick'],2
588
- Mohammad Hussein Fadlallah used to work in [Y].,['Dubai' 'Provincetown' 'Beirut' 'Werneck'],2
589
- Pearse Valley is a part of the continent [Y].,['Australia' 'Asia' 'Antarctica' 'Europe'],2
590
- Leicestershire and [Y] are neighboring countries.,['Staffordshire' 'Bosnia and Herzegovina' 'Northamptonshire' 'Katwijk'],2
591
- Basel is located on the continent of [Y].,['Africa' 'Antarctica' 'Europe' 'South America'],2
592
- Steven Mercurio was awarded as a great [Y].,['diplomat' 'surgeon' 'composer' 'actor'],2
593
- The formation location of Wolfson Microelectronics is [Y].,['Kiev' 'Franklin' 'Edinburgh' 'Mumbai'],2
594
- Bob Fuller plays [Y].,['electric guitar' 'trombone' 'clarinet' 'keyboard instrument'],2
595
- Tamaz Gamkrelidze is influential in the domain of [Y].,['cryptography' 'metrology' 'linguistics' 'history'],2
596
- Cornelius Jakhelln can perform on the [Y].,['banjo' 'accordion' 'guitar' 'bass guitar'],2
597
- The language [Y] was used for writing Como Ama una Mujer.,['Turkish' 'Hindi' 'Spanish' 'English'],2
598
- The city of Magdeburg is twinned with [Y].,['Bissau' 'Kinshasa' 'Brunswick' 'Riga'],2
599
- Adam Levy is the representative of the [Y] style.,['science fiction' 'comedy drama' 'jazz' 'post-bop'],2
600
- Isaac Boleslavsky resided in [Y] until death.,['Gibraltar' 'Houston' 'Minsk' 'Panama'],2
601
- Where was Swiss Federal Railways founded? [Y].,['Israel' 'Antwerp' 'Bern' 'Brazil'],2
602
- sodium laureth sulfate consists of [Y].,['political science' 'Brahma' 'carbon' 'Chad'],2
603
- Antipope Boniface VII was sworn in as [Y].,"['Archbishop of Canterbury' 'Chair of the Federal Reserve' 'cardinal'
604
- 'economist']",2
605
- Gopi Chand Narang used to communicate in [Y].,['Armenian' 'Dutch' 'Urdu' 'Ukrainian'],2
606
- You can go through Mauritania to reach [Y].,['Neuilly-sur-Seine' 'Sogn og Fjordane' 'Senegal' 'Basel-Stadt'],2
607
- Where is Sears Point located? [Y].,['Metz' 'Yukon' 'California' 'Algeria'],2
608
- Riccardo Maspero plays in [Y] position.,['outfielder' 'tackle' 'midfielder' 'quarterback'],2
609
- Pierfrancesco Favino is known as a [Y] by profession.,['missionary' 'pianist' 'actor' 'Playboy Playmate'],2
610
- What is the original language of L'Age d'Or? [Y].,['Turkish' 'Irish' 'French' 'Bulgarian'],2
611
- Krafla is part of [Y].,['Yoga' 'nucleus' 'Iceland' 'ecology'],2
612
- Ringedalsvatnet is a [Y].,['award' 'currency' 'reservoir' 'village'],2
613
- Newsweek Polska first appeared in [Y].,['Israel' 'Ghana' 'Poland' 'England'],2
614
- Sonny Simmons is a [Y] in the genre.,['operetta' 'rhythm and blues' 'jazz' 'heist film'],2
615
- Waverley Root died in [Y].,['Delhi' 'Armagh' 'Paris' 'Stratford'],2
616
- [Y] is spoken as an official language by people in Janakkala.,['Balinese' 'Indonesian' 'Finnish' 'Cebuano'],2
617
- Ashton Memorial is under the control of [Y].,['Manchester' 'Sega' 'Lancaster' 'Vienna'],2
618
- Gdynia is a part of the continent [Y].,['Asia' 'Oceania' 'Europe' 'Americas'],2
619
- Franz Boas has work experience in the field of [Y].,['Judaism' 'cartoonist' 'anthropology' 'topology'],2
620
- Theodor Leschetizky plays [Y].,['electric guitar' 'double bass' 'piano' 'cornet'],2
621
- [Y] is spoken as an official language by people in Quetzaltenango.,['German' 'Grenadian Creole English' 'Spanish' 'Portuguese'],2
622
- Dietrich Fischer-Dieskau is the representative of the [Y] style.,['didacticism' 'jazz' 'opera' 'fiction'],2
623
- [Y] is the place where Operation Teapot is located.,['Massachusetts' 'Wales' 'Nevada' 'Ukraine'],2
624
- [Y] is the place where Charles Lang Freer House is located.,['Bremen' 'Algeria' 'Detroit' 'Seattle'],2
625
- Which country is adjacent to Campi Bisenzio? [Y].,['Windsor' 'Tiglieto' 'Scandicci' 'Sovicille'],2
626
- Al-Masudi has work experience in the field of [Y].,['goaltender' 'mathematical logic' 'history' 'car'],2
627
- Object REXX was originally created by [Y].,['Reality Labs' 'Yahoo' 'IBM' 'Lenovo'],2
628
- Which service originally aired Capital Gang? [Y].,['BBC' 'Arena' 'CNN' 'ESPN2'],2
629
- Valdichiana is located in the country of [Y].,['Singapore' 'Moldova' 'Italy' 'Czechoslovakia'],2
630
- Charlie Creath plays [Y].,['synthesizer' 'cello' 'trumpet' 'electric guitar'],2
631
- The formation location of IndusInd Bank is [Y].,['Madrid' 'Sofia' 'Mumbai' 'Dallas'],2
632
- Where was Jason French born? [Y].,['Mumbai' 'Heidelberg' 'Montreal' 'Rome'],2
633
- Voyage to Cythera is created in language [Y].,['Polish' 'Dutch' 'Greek' 'Spanish'],2
634
- What is the genre of Alexander Knaifel? [Y].,['hard bop' 'heist film' 'opera' 'chamber music'],2
635
- What musical instrument does Gay-Yee Westerhoff play? [Y].,['cornet' 'vibraphone' 'cello' 'Dobro'],2
636
- The location of Montenegro on the Earth is the [Y] continent.,['Australia' 'Americas' 'Europe' 'Oceania'],2
637
- Antim Peak is located on the continent of [Y].,['South America' 'North America' 'Antarctica' 'Oceania'],2
638
- "If you want to visit Sculeni, you need to go to country [Y].",['Ireland' 'Slovakia' 'Moldova' 'Czechoslovakia'],2
639
- "Officially, the people living in Kaavi use the language [Y] for communication.",['Belarusian' 'Zulu' 'Finnish' 'Kumyk'],2
640
- Dave McKenna is the representative of the [Y] style.,['BBC' 'Gothic novel' 'jazz' 'folk rock'],2
641
- "Speaking of [Y], Cleator is an example of it.",['prejudice' 'twin' 'village' 'muscle'],2
642
- [Y] belongs to mescaline.,['bread' 'physics' 'nitrogen' 'Leviticus'],2
643
- [Y] is the artistic genre of Teddy Kotick.,['poetry' 'teen sitcom' 'jazz' 'young adult literature'],2
644
- Patrick Rambaud grew up speaking [Y] as their first language.,['Norwegian' 'Nepali' 'French' 'Indonesian'],2
645
- "Officially, the people living in Bhopal use the language [Y] for communication.",['Chuvash' 'Egyptian' 'Hindi' 'Estonian'],2
646
- Brooklyn South premiered on the network [Y].,['TF1' 'CNBC' 'CBS' 'WNET'],2
647
- [Y] is the artistic genre of Bernard Rogers.,['stride' 'electronic dance music' 'symphony' 'soul music'],2
648
- On what continent is Mount Cameroon located? [Y].,['North America' 'South America' 'Africa' 'Europe'],2
649
- In which language is Uncle Vanya written? [Y].,['Catalan' 'Telugu' 'Russian' 'German'],2
650
- [Y] is the administrative center of Central Macedonia.,['Belfast' 'Shrewsbury' 'Thessaloniki' 'Windsor'],2
651
- Mark O'Connor plays [Y].,['Dobro' 'trumpet' 'mandolin' 'piano'],2
652
- Francis Spellman was sworn in as [Y].,['Roman governor' 'poet' 'bishop' 'pope'],2
653
- Low-Life is in language [Y].,['Portuguese' 'Hebrew' 'English' 'Polish'],2
654
- Which service originally aired Tourgasm? [Y].,['Fox Business' 'American Broadcasting Company' 'HBO' 'Netflix'],2
655
- Bionz is a product of [Y]'s manufacturing.,['Nokia' 'SEAT' 'Sony' 'Dacia'],2
656
- 26th European Film Awards is located in [Y].,['Pacific Ocean' 'Ireland' 'Berlin' 'White Sea'],2
657
- Juan Pablo Galavis is a player who plays as a [Y].,['forward' 'goaltender' 'midfielder' 'quarterback'],2
658
- The style of De Werf is [Y].,['chamber music' 'young adult literature' 'jazz' 'alternative rock'],2
659
- Feral Tribune is a work in the [Y] language.,['Urdu' 'Dutch' 'Croatian' 'Cape Verdean Creole'],2
660
- [Y] is the country of origin of Suomen Kuvalehti.,['Philippines' 'Bulgaria' 'Finland' 'England'],2
661
- "In the context of [Y], Maharaja is termed legally.",['Guyana' 'Iran' 'India' 'Norway'],2
662
- You can go through Malaysia to reach [Y].,['Flintshire' 'South Korea' 'Singapore' 'Shropshire'],2
663
- apple butter was created in [Y].,['Peru' 'Bulgaria' 'Belgium' 'Malta'],2
664
- On what continent is Planet Heights located? [Y].,['Americas' 'Australia' 'Antarctica' 'Africa'],2
665
- Beuno was sworn in as [Y].,['pope' 'Anglican Archbishop of York' 'abbot' 'bishop'],2
666
- Which country is Bhamdoun located? [Y].,['Syria' 'Ethiopia' 'Lebanon' 'Bangladesh'],2
667
- [Y] is the superclass of Glutamate metabotropic receptor 7.,['Albanian' 'award' 'protein' 'airport'],2
668
- [Y] is the language that is used by Milo Manara.,['Romanian' 'Serbian' 'Italian' 'Dutch'],2
669
- The operation of Nymphenburg Porcelain Manufactory depends on the headquarters in [Y].,['Netherlands' 'Minnesota' 'Munich' 'York'],2
670
- "If you want to visit Wazzin, you need to go to country [Y].",['Oman' 'Italy' 'Libya' 'Paraguay'],2
671
- Where is the headquarters of EDP Renewables North America? [Y].,['Bangladesh' 'Waterloo' 'Houston' 'Lebanon'],2
672
- [Y] is the creator of Binary Synchronous Communications.,['Adobe' 'Ecma International' 'IBM' 'Philips'],2
673
- Joe Pisarcik plays in [Y] position.,['centre' 'tackle' 'quarterback' 'closer'],2
674
- [Y] is the last place where Jean Calas lived until death.,['Cologne' 'Ipswich' 'Toulouse' 'Japan'],2
675
- Who does Zai Bennett work for? [Y].,['Atari Games' 'Fortune' 'BBC' 'Toyota'],2
676
- Room Raiders was originally aired on [Y].,['CNN International' 'Arena' 'MTV' 'Bravo'],2
677
- What is the original language of Fort Apache Napoli? [Y].,['Polish' 'Turkish' 'Italian' 'Urdu'],2
678
- Don Francisco Presenta is created in language [Y].,['Indonesian' 'Punjabi' 'Spanish' 'Thai'],2
679
- The formation location of Immaculate Machine is [Y].,['Helsinki' 'Baden' 'Victoria' 'Rochester'],2
680
- Innocent X holds the political title of [Y].,['Shah' 'Chair of the Federal Reserve' 'pope' 'pastor'],2
681
- Arnaud Denjoy is influential in the domain of [Y].,['musical' 'smell' 'mathematics' 'espionage'],2
682
- [Y] is the artistic genre of Frank Teschemacher.,['rhythm and blues' 'chamber music' 'jazz' 'twelve-tone technique'],2
683
- Pelion is a [Y].,['republic' '3D film' 'mountain' 'lighthouse'],2
684
- Augustine Ahinful is [Y] citizen.,['Thailand' 'Malaysia' 'Ghana' 'Tunisia'],2
685
- Khan Jamal is a [Y] in the genre.,['rock and roll' 'orchestra' 'jazz' 'television'],2
686
- [Y] is the continent where Yamato 000593 is located.,['Asia' 'South America' 'Antarctica' 'Australia'],2
687
- Hungary and [Y] are neighboring countries.,['Tokyo' 'Salzburg' 'Slovenia' 'Hidalgo'],2
688
- Which country was Please Twins! created in? [Y].,['Kenya' 'Cuba' 'Japan' 'Finland'],2
689
- Prey Veng Province is a place in [Y].,['Ohio' 'Illinois' 'Cambodia' 'Athens'],2
690
- The sister cities of Belgrade include [Y].,['Beersheba' 'Osijek' 'Podgorica' 'Sakhalin Oblast'],2
691
- Neptali Gonzales II is a person from country [Y].,['France' 'England' 'Philippines' 'Georgia'],2
692
- Robertson Davies had work activity in [Y].,['Lutherstadt Wittenberg' 'Bonn' 'Toronto' 'Bologna'],2
693
- The name of Haute-Savoie is based on [Y].,['Ankara' 'uranium' 'Savoy' 'granite'],2
694
- Derrick Thomas is a player who plays as a [Y].,['midfielder' 'running back' 'linebacker' 'catcher'],2
695
- In which region is aktiebolag a legal term? [Y].,['Japan' 'India' 'Sweden' 'Slovenia'],2
696
- The operation of David McKay Publications depends on the headquarters in [Y].,['Norman' 'Milan' 'Philadelphia' 'Dresden'],2
697
- [Y] is the location where Louisiana Film Prize occurred.,['Barcelona' 'Bangkok' 'Shreveport' 'Utrecht'],2
698
- Bulgarian Football Union is a member of [Y].,['International Criminal Court' 'Thursday' 'FIFA' 'Gong'],2
699
- "Magnum, P.I. was originally aired on [Y].",['Argentina' 'PBS' 'CBS' 'Rai 2'],2
700
- 2007 European Youth Summer Olympic Festival is located in [Y].,['Milltown Cemetery' 'Aden' 'Belgrade' 'Aberdeen'],2
701
- What is Carlo Lizzani's profession? [Y].,['jockey' 'songwriter' 'film director' 'anthropologist'],2
702
- Which position does Marc Lamothe play in? [Y].,['outfielder' 'forward' 'goaltender' 'goalkeeper'],2
703
- Daniel Abineri is a [Y] by profession.,['lyricist' 'pastor' 'songwriter' 'Playboy Playmate'],2
704
- Randy Newman is a [Y] player.,['drum kit' 'double bass' 'piano' 'Dobro'],2
705
- Vidovdan applies to the jurisdiction in [Y].,['Lithuania' 'Finland' 'Serbia' 'Japan'],2
706
- The operation of United Airlines depends on the headquarters in [Y].,['Gothersgade' 'Aberdeen' 'Chicago' 'Norwich'],2
707
- Steve Mackay became known as a [Y] player.,['harp' 'fiddle' 'saxophone' 'Dobro'],2
708
- Who does Michaela Pereira work for? [Y].,"['PBS' 'Atari Games' 'KTLA' ""Talkin' Loud""]",2
709
- Vishwaroopam was written in the [Y] language.,['Slovene' 'Polish' 'Tamil' 'French'],2
710
- Where is Jablanica District located? [Y].,['Surat district' 'Alaska' 'Serbia' 'Nicaragua'],2
711
- The company [Y] is known for producing Daihatsu Sirion.,['Foxconn' 'General Dynamics' 'Toyota' 'Intel'],2
712
- James Franck made significant contributions in the field of [Y].,['French' 'asteroid' 'physics' 'priest'],2
713
- [Y] belongs to taurine.,['grammar' 'Mexico' 'oxygen' 'syrup'],2
714
- NTLDR is developed by [Y].,['Santa Cruz Operation' 'Boeing' 'Microsoft' 'Grezzo'],2
715
- Anna Livia Julian Brawn is [Y] citizen.,['Rwanda' 'Hungary' 'Ireland' 'Scotland'],2
716
- Starclub originated from [Y].,['Bologna' 'Canton' 'England' 'Illinois'],2
717
- Terrence Prendergast holds the political title of [Y].,"['Patriarch of Alexandria' 'President of the Philippines' 'archbishop'
718
- 'Catholic bishop']",2
719
- Where is the capital of Burleigh County? [Y].,['Conway' 'Clayton' 'Bismarck' 'Ljubljana'],2
720
- Which position does Steve Passmore play in? [Y].,['midfielder' 'guard' 'goaltender' 'linebacker'],2
721
- [Y] consists of Western Belorussia.,['business administration' 'Bali' 'Belarus' 'gene'],2
722
- George Frampton resided in [Y] until death.,['Oslo' 'Denmark' 'London' 'Honolulu'],2
723
- Liberia is a part of the continent [Y].,['Americas' 'South America' 'Africa' 'Antarctica'],2
724
- T. K. Blue can perform on the [Y].,['oboe' 'clavichord' 'saxophone' 'soprano saxophone'],2
725
- Where was Kurt Vile founded? [Y].,['Wakefield' 'Istanbul' 'Philadelphia' 'Hawthorne'],2
726
- Marie Byrd Land is a part of the continent [Y].,['South America' 'Americas' 'Antarctica' 'Africa'],2
727
- Clement XIV was sworn in as [Y].,['Shah' 'God' 'pope' 'Anglican Archbishop of York'],2
728
- How to Make It in America was initially launched on [Y].,['Telefe' 'Fox Business' 'HBO' 'broadcast syndication'],2
729
- [Y] is the country in which Toulouges is located.,['Poland' 'Morocco' 'France' 'Bhutan'],2
730
- Organic Articles was written in the [Y] language.,['Hindi' 'German' 'French' 'Dutch'],2
731
- Dennis DeYoung started their life in [Y].,['Halifax' 'Lincoln' 'Chicago' 'Weimar'],2
732
- Brussels-Halle-Vilvoorde is a [Y].,['parchment' 'trademark' 'constituency' 'single'],2
733
- [Y] is the head office location of Cable & Wireless Communications.,['Oslo' 'York' 'London' 'Nairobi'],2
734
- Andries Cornelis Dirk de Graeff grew up speaking [Y] as their first language.,['Romanian' 'Welsh' 'Dutch' 'Nepali'],2
735
- [Y] is one of the items in Chancaca.,['Sweden' 'grape' 'sugar' 'tungsten'],2
736
- Wiseton is in the territory of [Y].,['Thailand' 'Genoa' 'England' 'Netherlands'],2
737
- Francisco Mendoza de Bobadilla served as [Y].,['economist' 'Maharaja' 'cardinal' 'Pope of the Coptic Orthodox Church'],2
738
- Which country is Legnica County located? [Y].,"['Bangladesh' 'Russia' 'Poland' ""People's Republic of China""]",2
739
- Muhammad Tahir-ul-Qadri is a follower of religion [Y].,['Hasidism' 'Malikism' 'Islam' 'Bektashi Order'],2
740
- There is a border that connects [Y] with North Brabant.,['Montreuil' 'Manipur' 'Gelderland' 'Andorra'],2
741
- [Y] is the place where Walton Arts Center is located.,['Stuttgart' 'Mississippi' 'Arkansas' 'Dubai'],2
742
- Where is Zoo Miami located? [Y].,['Navarre' 'Gloucestershire' 'Florida' 'Genoa'],2
743
- Arkansas shares border with [Y].,['Jiangxi' 'Lehrte' 'Oklahoma' 'Oberhavel District'],2
744
- Grenada maintains diplomatic relations with [Y].,['Moldova' 'Syria' 'Australia' 'Malaysia'],2
745
- Sylvain Cambreling was employed at [Y].,['Bern' 'Antwerp' 'Stuttgart' 'Mainz'],2
746
- Komal Gandhar was written in the [Y] language.,['Georgian' 'Croatian' 'Bengali' 'Swedish'],2
747
- The central government of Province of New Jersey is in [Y].,['Butler' 'Douglas' 'Elizabeth' 'Tripoli'],2
748
- Vytautas Barkauskas used to communicate in [Y].,['Telugu' 'Latin' 'Lithuanian' 'Hebrew'],2
749
- Jerod Mayo is a famous [Y] player.,['guard' 'closer' 'linebacker' 'forward'],2
750
- Chipotle Mexican Grill originated from [Y].,['Shanghai' 'Athens' 'Denver' 'Cardiff'],2
751
- Payer Mountains is a part of the continent [Y].,['Asia' 'Australia' 'Antarctica' 'South America'],2
752
- Where was Dennis DeYoung born? [Y].,['Thailand' 'Denmark' 'Chicago' 'Bangkok'],2
753
- Simone Barone is a famous [Y] player.,['defender' 'forward' 'midfielder' 'centre'],2
754
- Which country maintains diplomatic relations with Republic of the Congo? [Y].,['Spain' 'Bulgaria' 'Germany' 'Canada'],2
755
- [Y] is a member of ethylbenzene.,['Ukraine' 'Saudi Arabia' 'carbon' 'osmium'],2
756
- [Y] is the artistic genre of Madeleine Peyroux.,['opera' 'tragedy' 'jazz' 'dancehall'],2
757
- The music label [Y] has signed DeBarge.,['Epic Records' 'MJJ Music' 'Motown' 'Festival'],2
758
- hay is a subclass of [Y].,['archive' 'LGBT' 'grass' 'dough'],2
759
- The official language of Siikajoki is [Y].,['Samoan' 'Hawaiian' 'Finnish' 'Croatian'],2
760
- Paulo Henrique Ganso plays in [Y] position.,['defender' 'forward' 'midfielder' 'goaltender'],2
761
- Cara Mia is a work in the [Y] language.,['Irish' 'Indonesian' 'English' 'Latin'],2
762
- In which region is Polish United Workers' Party a legal term? [Y].,['Wales' 'Zimbabwe' 'Poland' 'First Spanish Republic'],2
763
- Steven Spielberg had work activity in [Y].,['Arnstadt' 'Dortmund' 'Hollywood' 'Bath'],2
764
- "If you want to visit Maison du Peuple, you need to go to country [Y].",['Sweden' 'Poland' 'Belgium' 'Tanzania'],2
765
- What language is officially spoken in Kingdom of Bulgaria? [Y].,['Khanty' 'Italian' 'Macedonian' 'Bulgarian'],3
766
- Lexus IS is a product of [Y]'s manufacturing.,['Renault' 'Peugeot' 'Lockheed Corporation' 'Toyota'],3
767
- Roman de Gare is created in language [Y].,['Bengali' 'Kannada' 'Greek' 'French'],3
768
- Arthur Grumiaux is a [Y] player.,['double bass' 'guitar' 'Bansuri' 'piano'],3
769
- Lucien Leuwen was written in the [Y] language.,['Egyptian' 'Hebrew' 'Telugu' 'French'],3
770
- The official language of Les Bois is [Y].,['Hindi' 'Malay' 'Nauruan' 'French'],3
771
- What is the native language of Fred Vargas? [Y].,['Tamil' 'Chinese' 'Skolt Sami' 'French'],3
772
- Wear OS is one of the creations by [Y].,['Reality Labs' 'Santa Cruz Operation' 'Image-Line' 'Google'],3
773
- The city of Stuttgart is twinned with [Y].,['Frederick' 'Portsmouth' 'Bari' 'Brno'],3
774
- [Y] designates Toronto as its capital.,['Grand Duchy of Lithuania' 'German Samoa' 'Kingdom of Serbia' 'Ontario'],3
775
- Hidden Hills premiered on the network [Y].,['Showtime' 'VH1' 'CNBC' 'NBC'],3
776
- Big Blue Marble premiered on the network [Y].,['Argentina' 'YouTube' 'Arena' 'PBS'],3
777
- [Y] is a member of Dinuguan.,['dialectic' 'Destiny' 'Telangana' 'pork'],3
778
- Tartu Offensive is located in [Y].,['Michigan Territory' 'Belgium' 'Honolulu' 'Estonia'],3
779
- The original language of Vishwanatha Nayakudu is [Y].,['Finnish' 'Karelian' 'French' 'Telugu'],3
780
- Natalie Haas can perform on the [Y].,['drum kit' 'singing' 'clarinet' 'cello'],3
781
- Nan Hoover made significant contributions in the field of [Y].,['terrorism' 'hunting' 'science' 'video art'],3
782
- The nationality of Dan Bejar is [Y].,['Fiji' 'Taiwan' 'Lebanon' 'Canada'],3
783
- The birth of Pierre Dupont occurred in [Y].,['Georgetown' 'Lafayette' 'Bucharest' 'Lyon'],3
784
- Bispebjerg is in the country [Y].,['Iran' 'Colombia' 'Belarus' 'Denmark'],3
785
- SPDY is one of the creations by [Y].,['Sony' 'Fairchild' 'Amazon' 'Google'],3
786
- [Y] is the superclass of Integrin subunit alpha 3.,['legume' 'S-92' 'primary election' 'protein'],3
787
- Where was Roy Grounds born? [Y].,['Hope' 'Clinton' 'Kolkata' 'Melbourne'],3
788
- Which country is Marugame located? [Y].,['Republic of China' 'Albania' 'Morocco' 'Japan'],3
789
- Masato Wada was awarded as a great [Y].,['politician' 'physician' 'photographer' 'actor'],3
790
- Harare is the administrative center of [Y].,"['Liberia' 'Byelorussian Soviet Socialist Republic' 'Kingdom of Hungary'
791
- 'Rhodesia']",3
792
- Morton Salt started their career in [Y].,['Philippines' 'Bahamas' 'Peterborough' 'Chicago'],3
793
- [Y] is the first air channel of Boardwalk Empire.,['ITV' 'Nickelodeon' 'Showtime' 'HBO'],3
794
- Which music label represents Last Time I Saw Him? [Y].,['Mushroom Records' 'Universal Music Group' 'Atlantic Records' 'Motown'],3
795
- Natural City was written in the [Y] language.,['Breton' 'Hindi' 'Slovene' 'Korean'],3
796
- Guinness World Records originates from the country of [Y].,['Turkey' 'Czechoslovakia' 'Pakistan' 'Ireland'],3
797
- There is a border that connects [Y] with Dominican Republic.,['Taguig' 'Derbyshire' 'Calenzano' 'Venezuela'],3
798
- [Y] is a member of transmitter mast.,['Venus' 'astronomy' 'Borneo' 'antenna'],3
799
- Michel de Montaigne grew up speaking [Y] as their first language.,['Marathi' 'Romanian' 'French' 'Latin'],3
800
- [Y] is spoken as an official language by people in Mali.,['Malay' 'Luxembourgish' 'Southern Quechua' 'French'],3
801
- Eberhard Hopf made significant contributions in the field of [Y].,['art of painting' 'botany' 'karst' 'topology'],3
802
- Khmer Empire has a role in the religion [Y].,['Twelver Shiism' 'Celtic Christianity' 'Sufism' 'Hinduism'],3
803
- Carla Bruni used to work in [Y].,['Gloucester' 'Radebeul' 'Moscow' 'Paris'],3
804
- La Femme Nikita was created in [Y].,['Portugal' 'Mexico' 'Sweden' 'Canada'],3
805
- Muslim ibn al-Hajjaj is affiliated with the [Y] religion.,['Bektashi Order' 'Malikism' 'Nation of Islam' 'Sunni Islam'],3
806
- Which field does Mogens Herman Hansen work in? [Y].,['metrology' 'aviation' 'playwright' 'classics'],3
807
- Robert James Manion died in [Y].,['Baku' 'Dayton' 'Surrey' 'Ottawa'],3
808
- What language is officially spoken in Loviisa? [Y].,['Nogai' 'Chamorro' 'Korean' 'Swedish'],3
809
- [Y] is the language that is used by Maxence Caron.,['Swedish' 'Egyptian' 'Turkish' 'French'],3
810
- The Tablet was written in language of [Y].,['Indonesian' 'Polish' 'Danish' 'English'],3
811
- [Y] is the country where Hasibul Hossain holds citizenship.,['Venezuela' 'Kenya' 'Mongolia' 'Bangladesh'],3
812
- Johannes Brahms is a [Y] player.,['Bansuri' 'accordion' 'bassoon' 'piano'],3
813
- Sohodolls started their career in [Y].,['Rugby' 'Maryland' 'Philippines' 'London'],3
814
- Which country is adjacent to Korneuburg District? [Y].,['Bern' 'Telemark' 'Sassello' 'Vienna'],3
815
- [Y] is the first air channel of Circus Boy.,['CNBC' 'MTV2' 'Arena' 'NBC'],3
816
- M&T Bank Stadium is located in [Y].,['Jordan' 'Philadelphia' 'Lincoln' 'Maryland'],3
817
- Ronan Hardiman was awarded as a great [Y].,['surgeon' 'physicist' 'horse trainer' 'composer'],3
818
- Ancient Olympic Games is held by [Y].,['Cleveland' 'Aden' 'Geneva' 'Olympia'],3
819
- Horace Lamb has work experience in the field of [Y].,['physics' 'singing' 'psychotherapy' 'mathematics'],3
820
- Hans Tanzler holds the political title of [Y].,['archbishop' 'Roman governor' 'sultan' 'mayor'],3
821
- Schell Creek Range is in the territory of [Y].,['Singapore' 'Russia' 'Quebec' 'Nevada'],3
822
- "Officially, the people living in Montenegro use the language [Y] for communication.",['Tongan' 'Egyptian' 'Sesotho' 'Serbian'],3
823
- [Y] is the shareholder of Gangnam Station.,['Lisbon' 'Luxembourg' 'Ipswich' 'Seoul'],3
824
- August Winding is a [Y] by profession.,['actor' 'keyboardist' 'stunt performer' 'pianist'],3
825
- Illustrious Corpses is a work in the [Y] language.,['Hausa' 'Polish' 'Serbian' 'Italian'],3
826
- Which position does Koki Mizuno play in? [Y].,['catcher' 'right fielder' 'outfielder' 'midfielder'],3
827
- Alternative Nation was initially launched on [Y].,['YouTube' 'VH1' 'NBCSN' 'MTV'],3
828
- Manmadha Leelai was written in the [Y] language.,['Irish' 'Malayalam' 'Bengali' 'Tamil'],3
829
- Benito Perojo saw the light of the world in [Y].,['Odessa' 'Philadelphia' 'Jerusalem' 'Madrid'],3
830
- Puss in Boots is a work in the [Y] language.,['Sanskrit' 'Welsh' 'Breton' 'Italian'],3
831
- [Y] is one of the items in hemicellulose.,['Toshi' 'aluminum' 'Kalki' 'carbon'],3
832
- Hyderabad serves as the county seat of [Y].,['Laos' 'Slovenia' 'French Sudan' 'Telangana'],3
833
- Johan Christian Heuch used to work in [Y].,['Lansing' 'Brisbane' 'Nuremberg' 'Oslo'],3
834
- Albert Schweitzer has a role in the religion [Y].,['Bektashi Order' 'Islam' 'Christian' 'Christianity'],3
835
- Virtual Telecommunications Access Method was originally created by [Y].,['Mojang' 'Square Enix' 'Google' 'IBM'],3
836
- [Y] is the country in which Porto Azzurro is located.,['Sri Lanka' 'Hungary' 'Serbia' 'Italy'],3
837
- Maurice Clavel grew up speaking [Y] as their first language.,['Armenian' 'Tamil' 'Welsh' 'French'],3
838
- John McKinly resided in [Y] until death.,['Alaska' 'Lahore' 'Arctic' 'Wilmington'],3
839
- Which company produced iPhone 3GS? [Y].,['IBM' 'Microsoft' 'liver' 'Apple'],3
840
- What is the native language of Daniel Darc? [Y].,['Indonesian' 'Northern Sami' 'Hungarian' 'French'],3
841
- In which region is Armenian Secret Army for the Liberation of Armenia a legal term? [Y].,['Spain' 'Flanders' 'Indonesia' 'Europe'],3
842
- Robert Keayne had work activity in [Y].,['San Francisco' 'The Hague' 'Dublin' 'Boston'],3
843
- The location of Cape Filchner on the Earth is the [Y] continent.,['Europe' 'Oceania' 'South America' 'Antarctica'],3
844
- The Brian Keith Show was originally aired on [Y].,['WNET' 'ESPN2' 'TF1' 'NBC'],3
845
- "La, la, la is in language [Y].",['Vietnamese' 'Irish' 'Korean' 'Spanish'],3
846
- Poya is affiliated with the [Y] religion.,['Christian' 'Hasidism' 'Christianity' 'Buddhism'],3
847
- Renato Martino holds the political title of [Y].,"['Dean of the College of Cardinals' 'patriarch'
848
- 'Chair of the Federal Reserve' 'bishop']",3
849
- What is the category of A Fever You Can't Sweat Out? [Y].,['Christian' 'anime' 'sabotage' 'album'],3
850
- What is the category of Microsoft SQL Server? [Y].,['destroyer' 'nonprofit organization' 'airport' 'software'],3
851
- Gleb Yakunin used to work in [Y].,['Philadelphia' 'Scotland' 'Hamburg' 'Moscow'],3
852
- Santo Domingo and [Y] are twin cities.,['Cleveland' 'Bilbao' 'Esch-sur-Alzette' 'Montevideo'],3
853
- Elmer Snowden can perform on the [Y].,['jazz piano' 'violin' 'chromatic harmonica' 'banjo'],3
854
- Eid al-Fitr has a deep relationship with the [Y] religion.,['Hasidism' 'Twelver Shiism' 'Soka Gakkai' 'Islam'],3
855
- Travma was written in language of [Y].,['Malayalam' 'Persian' 'Gothic' 'Greek'],3
856
- Spuyten Duyvil Bridge is a place in [Y].,['Baltimore' 'Alappuzha district' 'Scotland' 'Manhattan'],3
857
- The birth of Irena Grafenauer occurred in [Y].,['Boston' 'Jackson' 'Lamar' 'Ljubljana'],3
858
- Which group or organization does Paraguayan Football Association belong to? [Y].,"['EFTA Court' 'World Trade Organization'
859
- 'Organisation of Islamic Cooperation' 'FIFA']",3
860
- Turkey served for [Y].,"['Western European Union' 'Control Denied'
861
- 'Community of Portuguese Language Countries'
862
- 'Organisation of Islamic Cooperation']",3
863
- Chongqing and [Y] are sister cities that have been developing together.,['Dresden' 'Sakhalin Oblast' 'Brno' 'Seattle'],3
864
- Dennis Coffey released their work via the [Y] music label.,['Track Record' 'Barclay' 'Warner Bros. Records' 'Motown'],3
865
- Veii is located in [Y].,['Albany' 'Russia' 'Genoa' 'Italy'],3
866
- Which country was Macaroon created in? [Y].,['Turkey' 'Greece' 'Taiwan' 'Italy'],3
867
- What is the category of Apocalypse Now? [Y].,['mausoleum' 'city' 'stage' 'film'],3
868
- "The region of [Y] uses The Income-tax Act, 1961 as a legal term.",['Kansas' 'Flanders' 'Europe' 'India'],3
869
- [Y] is the location where Pointe du Hoc occurred.,['Marseille' 'Sarawak' 'Bangalore' 'Normandy'],3
870
- Ian Trethowan is [Y]'s employee.,['Fiat' 'Boeing' 'Google' 'BBC'],3
871
- John Henni holds the political title of [Y].,"['President of Cyprus' 'goaltender' 'camerlengo of the Holy Roman Church'
872
- 'archbishop']",3
873
- Shape Magazine is a work in the [Y] language.,['German' 'Romanian' 'Telugu' 'English'],3
874
- What is Margarita Moran-Floirendo's nationality? [Y].,['Ghana' 'United States of America' 'Bolivia' 'Philippines'],3
875
- John Adams Whipple is famous for achievements as a [Y].,['chemist' 'psychiatrist' 'illustrator' 'photographer'],3
876
- Blackgang is an instance of [Y].,['statute' 'arena' 'brewery' 'village'],3
877
- The formation location of Off Course is [Y].,['Tyler' 'Peterborough' 'Frankfurt' 'Japan'],3
878
- Chuprene Glacier is a part of the continent [Y].,['Oceania' 'Americas' 'Australia' 'Antarctica'],3
879
- What administrative division is governed from Manama? [Y].,['Rajasthan' 'Rhodesia' 'Erivan Khanate' 'Bahrain'],3
880
- Where is Sturt Highway located? [Y].,['Cambodia' 'Queensland' 'Cameroon' 'South Australia'],3
881
- Tampere Cathedral is in the country [Y].,['Bosnia and Herzegovina' 'Latvia' 'Iraq' 'Finland'],3
882
- Wizzard started their career in [Y].,['Gilbert' 'Taipei' 'Athens' 'Birmingham'],3
883
- Palmer Land is a part of the continent [Y].,['Oceania' 'Asia' 'North America' 'Antarctica'],3
884
- Where did Domenichino die? [Y].,['Frankfurt' 'Sydney' 'Madison' 'Naples'],3
885
- What language is officially spoken in Republic of Khakassia? [Y].,"['Vietnamese' 'Venezuelan Sign Language' ""Poqomchi'"" 'Khakas']",3
886
- Baptist Union of Wales is a follower of religion [Y].,['Soka Gakkai' 'Malikism' 'Shafi`i' 'Christianity'],3
887
- Matteo I Visconti has the position of [Y].,['governor' 'Anglican Bishop of Chichester' 'bishop' 'vicar'],3
888
- Jonathan Goff was given the [Y] job.,['goalkeeper' 'outfielder' 'catcher' 'linebacker'],3
889
- Which city is the sister city of San Salvador? [Y].,['Bishkek' 'Bonn' 'Bamako' 'Caracas'],3
890
- Deane Montgomery has work experience in the field of [Y].,['apartheid' 'habitat' 'group theory' 'topology'],3
891
- The Vagabonds originates from the country of [Y].,['Brazil' 'Haiti' 'Iran' 'Poland'],3
892
- [Y] is the place where Svenn Stray worked.,['Cincinnati' 'Beijing' 'Gloucester' 'Oslo'],3
893
- Which country was The Caterpillar Wish created in? [Y].,['Switzerland' 'Malaysia' 'Czechoslovakia' 'Australia'],3
894
- Luke Chadwick is a famous [Y] player.,['goalkeeper' 'closer' 'running back' 'midfielder'],3
895
- Natalie Clifford Barney resided in [Y] until death.,['Tallinn' 'Beijing' 'Parma' 'Paris'],3
896
- [Y] is the administrative center of Confederate States of America.,['Liberty' 'Gibson' 'Honolulu' 'Richmond'],3
897
- The original language of June R is [Y].,['Hindi' 'Estonian' 'Dutch' 'Tamil'],3
898
- Leonhard Euler works in the field of [Y].,['drawn-on-film animation' 'cryptanalysis' 'film' 'physics'],3
899
- Heinz Lammerding started their life in [Y].,['Pittsburgh' 'Rutherford' 'Munich' 'Dortmund'],3
900
- 936 ABC Hobart is a place in [Y].,['Iran' 'Papua' 'Montreal' 'Tasmania'],3
901
- Jean-Paul Kalala plays in [Y] position.,['forward' 'right fielder' 'running back' 'midfielder'],3
902
- Freddie Gorman released their work via the [Y] music label.,['Virgin Music' 'Fantasy' 'Fervent Records' 'Motown'],3
903
- Janet Jackson is famous for achievements as a [Y].,['regent' 'priest' 'programmer' 'model'],3
904
- Where was Jacob Holdt born? [Y].,['Karnataka' 'Thailand' 'New York City' 'Copenhagen'],3
905
- [Y] is one of the items in diamorphine.,['Colombia' 'niobium' 'rice' 'carbon'],3
906
- Title Fight originated from [Y].,['Boston' 'Victoria' 'Hampton' 'Kingston'],3
907
- Which entity does noise belong to? [Y].,['software' 'steel' 'accounting' 'physics'],3
908
- Andrey Tikhonov works in the field of [Y].,['physics' 'differential geometry' 'natural history' 'topology'],3
909
- Trond Kirkvaag was awarded as a great [Y].,['stunt performer' 'astronomer' 'physicist' 'screenwriter'],3
910
- [Y] is the last place where Evert Taube lived until death.,['Bucharest' 'Frankfurt' 'Denver' 'Stockholm'],3
911
- Which religion is Sultan Satuq Bughra Khan affiliated with? [Y].,['Hinduism' 'Hindus' 'Christianity' 'Islam'],3
912
- Matthias Braun died in [Y].,['Augsburg' 'Vancouver' 'Antwerp' 'Prague'],3
913
- The Marvelettes is represented by music label [Y].,['Swan' 'ABKCO Records' 'Columbia Records' 'Motown'],3
914
- Darin King is [Y] citizen.,['Kazakhstan' 'Ecuador' 'Iraq' 'Canada'],3
915
- Shirase Glacier is located on the continent of [Y].,['Australia' 'Oceania' 'Africa' 'Antarctica'],3
916
- What is Alina Devecerski's nationality? [Y].,['Chile' 'Ethiopia' 'Lebanon' 'Sweden'],3
917
- Rootes Group is a [Y].,['cereal' 'sabotage' 'regiment' 'brand'],3
918
- [Y] is the mother tongue of Al Gore.,['French' 'Northern Sami' 'Cantonese' 'English'],3
919
- Nimrod Glacier is located on the continent of [Y].,['South America' 'Australia' 'Asia' 'Antarctica'],3
920
- The location of Larsemann Hills on the Earth is the [Y] continent.,['Europe' 'Africa' 'South America' 'Antarctica'],3
921
- What musical instrument does Frederick Grinke play? [Y].,['synthesizer' 'electric guitar' 'mandolin' 'violin'],3
922
- Sumayyah bint Khayyat is a follower of religion [Y].,['Anglo-Saxon paganism' 'Hinduism' 'Shafi`i' 'Islam'],3
923
- 2013 Australian Open occurred in [Y].,['Doncaster' 'Italy' 'Aden' 'Melbourne'],3
924
- [Y] is the continent where Anderson Hills is located.,['South America' 'Oceania' 'Europe' 'Antarctica'],3
925
- The Black Donnellys was originally aired on [Y].,['WPBT' 'Challenge' 'TNT' 'NBC'],3
926
- Hank Bassen is a famous [Y] player.,['centre' 'midfielder' 'quarterback' 'goaltender'],3
927
- The music label [Y] has signed Red Foley.,['Deram' 'Paramount' 'Chess Records' 'Decca'],3
928
- 2005 Southeast Asian Games is located in [Y].,['Florence' 'Herzegovina' 'Bethel' 'Philippines'],3
929
- You can go through Guizhou to reach [Y].,['Northumberland' 'Calais' 'Northern Territory' 'Hunan'],3
930
- 3M is named in honor of [Y].,['liver' 'Aristotle' 'Moscow' 'Minnesota'],3
931
- lithium perchlorate consists of [Y].,['chocolate' 'Varaha' 'beryllium' 'lithium'],3
932
- [Y] is the place where Lawrence Heights is located.,['Seattle' 'Gloucestershire' 'Burlington' 'Ontario'],3
933
- Which country was The Man on the Roof created in? [Y].,['Serbia' 'Poland' 'Lebanon' 'Sweden'],3
934
- Madeleine Peyroux was awarded as a great [Y].,['child actor' 'television presenter' 'actor' 'composer'],3
935
- AC4 first appeared in [Y].,['Cuba' 'Finland' 'Austria' 'Sweden'],3
936
- WebP Lossless is developed by [Y].,['Capcom' 'Symbian Software' 'NATO' 'Google'],3
937
- Where is the headquarters of UAL Corporation? [Y].,['Pune' 'Minsk' 'Leeds' 'Chicago'],3
938
- Of which class is mail order a subclass? [Y].,['screw' 'bomber' 'anime' 'retail'],3
939
- Cookley is located in [Y].,['Wiltshire' 'Thurgau' 'Highland' 'England'],3
940
- [Y] is the country of origin of Silverchair.,['Belgium' 'Denmark' 'Lithuania' 'Australia'],3
941
- Rinku Singh is a famous [Y] player.,['catcher' 'goaltender' 'guard' 'pitcher'],3
942
- The style of Fawlty Towers is [Y].,['action film' 'free jazz' 'Gothic novel' 'sitcom'],3
943
- The location of Cape Longing on the Earth is the [Y] continent.,['Europe' 'Oceania' 'South America' 'Antarctica'],3
944
- [Y] is the higher-level concept of Cholinergic receptor muscarinic 4.,['fat' 'synthesizer' 'aircraft' 'protein'],3
945
- Which service originally aired The New Show? [Y].,['Fox Business' 'Showtime' 'Channel 4' 'NBC'],3
946
- Chipotle Mexican Grill was founded in [Y].,['Elizabeth' 'Lancaster' 'Columbia' 'Denver'],3
947
- [Y] is the country in which Band-e Kaisar is located.,['Finland' 'Taiwan' 'Nigeria' 'Iran'],3
948
- Volga Bulgaria is located on the continent of [Y].,['Africa' 'Australia' 'Oceania' 'Europe'],3
949
- What is Ari Telch's profession? [Y].,['keyboardist' 'economist' 'librarian' 'actor'],3
950
- Adilson dos Santos was given the [Y] job.,['outfielder' 'linebacker' 'catcher' 'defender'],3
951
- "If you want to visit South East Cape, you need to go to country [Y].",['Czechoslovakia' 'Russia' 'Indonesia' 'Australia'],3
952
- The operation of Qimonda depends on the headquarters in [Y].,['California' 'Japan' 'Southampton' 'Dresden'],3
953
- Stefaneschi Triptych is in the territory of [Y].,['Wabash County' 'Swansea' 'Guyana' 'Rome'],3
954
- On what continent is Atlantic Club Ridge located? [Y].,['Oceania' 'Africa' 'Australia' 'Antarctica'],3
955
- B. Nagi Reddy resided in [Y] until death.,['Geneva' 'Egypt' 'Annapolis' 'Chennai'],3
956
- Rowland Greenberg died in [Y].,['Medina' 'Paris' 'Damascus' 'Oslo'],3
957
- [Y] is the mother tongue of Paul Morand.,['Chinese' 'Telugu' 'Hungarian' 'French'],3
958
- [Y] recognizes Kajaani as its official language.,['Mongolian' 'Valencian' 'Punjabi' 'Finnish'],3
959
- Seth Smith is a player who plays as a [Y].,['catcher' 'centre' 'right fielder' 'outfielder'],3
960
- [Y] consists of Warawarani (Bolivia).,['ecosystem' 'forest' 'Deuterocanonical books' 'Andes'],3
961
- John Howard Davies develops a career in [Y].,['Netscape' 'Nissan' 'Nintendo' 'BBC'],3
962
- The New Show was initially launched on [Y].,['Bravo' 'ITV' 'NRK1' 'NBC'],3
963
- Achille Lauro served as [Y].,['patriarch' 'councillor' 'antipope' 'mayor'],3
964
- Which country was Die Nibelungen created in? [Y].,['Poland' 'Norway' 'Denmark' 'Germany'],3
965
- crotonic acid consists of [Y].,['Bangladesh' 'Florida' 'nave' 'carbon'],3
966
- Paul Shan Kuo-hsi has the position of [Y].,['Dean of the College of Cardinals' 'Maharaja' 'vicar' 'bishop'],3
967
- "If you want to visit Ikaalinen, you need to go to country [Y].",['Canada' 'Uzbekistan' 'Ukraine' 'Finland'],3
968
- [Y] is the country in which Eurasian Steppe is located.,['Taiwan' 'Latvia' 'Bahamas' 'Ukraine'],3
969
- John Altenburgh is a [Y] in the genre.,['novella' 'crime film' 'horror literature' 'jazz'],3
970
- Where was Joan Carroll born? [Y].,['Nicaragua' 'Calais' 'Beirut' 'Paterson'],3
971
- Chuck D is affiliated with the [Y] religion.,['Twelver Shiism' 'Sufism' 'Christianity' 'Islam'],3
972
- [Y] is the last place where Elbert Tuttle lived until death.,['Vermont' 'Windsor' 'Nottingham' 'Atlanta'],3
973
- Daniels Range is a part of the continent [Y].,['Australia' 'Asia' 'South America' 'Antarctica'],3
974
- [Y] represents the capital city for Estonia.,['Dresden' 'Columbia' 'Madison' 'Tallinn'],3
975
- The capital of Maury County is [Y].,['Uppsala' 'Ljubljana' 'Linden' 'Columbia'],3
976
- Rose Tower is in the territory of [Y].,['Providence' 'Wyoming' 'Edinburgh' 'Dubai'],3
977
- Which position does Simone Barone play in? [Y].,['pitcher' 'outfielder' 'tackle' 'midfielder'],3
978
- [Y] consists of Ecclesiastes.,['finance' 'ethnology' 'Jainism' 'Five Megillot'],3
979
- What is the original language of Nanneri? [Y].,['Scots' 'Dutch' 'German' 'Tamil'],3
980
- [Y] is the place where Lochaline is located.,['Iraq' 'Chicago' 'Belfast' 'Highland'],3
981
- Ginni Rometty is employed by [Y].,['Apple' 'Elle' 'Digital Equipment Corporation' 'IBM'],3
982
- adit is also necessarily a [Y].,['pollution' 'wetland' 'waiter' 'tunnel'],3
983
- [Y] is the country of origin of Money No Enough.,['Cyprus' 'Jamaica' 'Ghana' 'Singapore'],3
984
- [Y] is the continent where Rajkot is located.,['Europe' 'Australia' 'South America' 'Asia'],3
985
- Ernest Archdeacon works in the field of [Y].,['cryptography' 'computer science' 'English' 'aviation'],3
986
- Treta Yuga has a role in the religion [Y].,['Judaism' 'Shafi`i' 'Hindus' 'Hinduism'],3
987
- Where did Jacques Auguste de Thou work? [Y].,['Los Angeles' 'Oslo' 'Luxembourg' 'Paris'],3
988
- [Y] has Nagara as an instance.,['emotion' 'diffusion' 'infection' 'village'],3
989
- The style of Dietrich Fischer-Dieskau is [Y].,['fiction' 'ballet' 'crime novel' 'opera'],3
990
- Turibius of Mongrovejo was sworn in as [Y].,['pastor' 'camerlengo of the Holy Roman Church' 'poet' 'archbishop'],3
991
- Aharon Barak used to communicate in [Y].,['Thai' 'Lithuanian' 'Hungarian' 'Hebrew'],3
992
- [Y] is the country in which Hilir Perak is located.,['Moldova' 'Bhutan' 'Syria' 'Malaysia'],3
993
- The Little Lulu Show premiered on the network [Y].,['Arena' 'iTunes' 'USA Network' 'HBO'],3
994
- Which group or organization does Don Henley belong to? [Y].,"['Control Denied' 'Dutch Language Union'
995
- 'International Labour Organization' 'Eagles']",3
996
- My-HiME first appeared in [Y].,['Ireland' 'Belarus' 'Jordan' 'Japan'],3
997
- John Joseph Cantwell holds the political title of [Y].,['God' 'patriarch' 'rabbi' 'archbishop'],3
998
- [Y] is the country in which Mahur Berenji Rural District is located.,['Poland' 'Bahamas' 'Mexico' 'Iran'],3
999
- The language [Y] was used for writing The Beauty of Independence.,['Dutch' 'Polish' 'Korean' 'English'],3
1000
- Yaganti is named in honor of [Y].,['Caravaggio' 'Onogurs' 'England' 'Shiva'],3
1001
- Melik Brown started their life in [Y].,['Venice' 'Bonn' 'Birmingham' 'Camden'],3
1002
- Which company produced Color TV-Game? [Y].,['Foxconn' 'SEAT' 'Unicomp' 'Nintendo'],3
1003
- The Long Bright Dark premiered on the network [Y].,['History' 'ESPN2' 'Challenge' 'HBO'],3
1004
- Kama River is a part of the continent [Y].,['Americas' 'South America' 'Africa' 'Europe'],3
1005
- The nationality of Nelida Lobato is [Y].,['Switzerland' 'Laos' 'Malaysia' 'Argentina'],3
1006
- Soir 3 is a work in the [Y] language.,['Hebrew' 'Bengali' 'Danish' 'French'],3
1007
- [Y] has hapten as an instance.,['carbohydrate' 'monastery' 'diffusion' 'molecule'],3
1008
- Thomas Blake Glover died in [Y].,['Idaho' 'Vilnius' 'Cornwall' 'Tokyo'],3
1009
- What musical instrument does Dan Plonsey play? [Y].,['clarinet' 'trumpet' 'cello' 'saxophone'],3
1010
- Arjuno-Welirang represents a segment of [Y].,['Hamburg' 'Torah' 'artificial intelligence' 'Java'],3
1011
- The location of Pappas Restaurants was based in [Y].,['Edmonton' 'Rochester' 'Mumbai' 'Houston'],3
1012
- [Y] designates Dar es Salaam as its capital.,['Croatia' 'Uzbekistan' 'Uruguay' 'Tanganyika'],3
1013
- Fernando Torres is a player who plays as a [Y].,['goalkeeper' 'linebacker' 'pitcher' 'forward'],3
1014
- [Y] is one of the items in allyl disulfide.,['trait' 'circus' 'arithmetic' 'sulfur'],3
1015
- Diego Fuser is a player who plays as a [Y].,['right fielder' 'running back' 'goalkeeper' 'midfielder'],3
1016
- Jorge Luis Borges is a [Y] by profession.,['pianist' 'novelist' 'physician' 'librarian'],3
1017
- Face Dances is a work in the [Y] language.,['Hawaiian' 'Azerbaijani' 'Latin' 'English'],3
1018
- The Amazing 3 originates from the country of [Y].,['Lithuania' 'Belarus' 'Ireland' 'Japan'],3
1019
- Which field does Carey Price work in? [Y].,['philosopher' 'extortion' 'cave' 'goaltender'],3
1020
- Inglourious Basterds is in language [Y].,['Latin' 'Gothic' 'Polish' 'French'],3
1021
- Diether von Isenburg has the position of [Y].,"['councillor' 'Ecumenical Patriarch of Constantinople' 'patriarch'
1022
- 'archbishop']",3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fact/myriadlama/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
fact/templama/test.csv DELETED
@@ -1,1001 +0,0 @@
1
- text,options,label
2
- Ricardo Quaresma plays for Inter Milan.,['2010' '2020' '2017' '2013'],0
3
- Santiago Cazorla plays for Villarreal Club de Fútbol.,['2011' '2012' '2015' '2013'],0
4
- Francis Maude holds the position of Minister for the Cabinet Office.,['2011' '2017' '2020' '2016'],0
5
- Portrait of Professor Benjamin H. Rand is owned by Crystal Bridges Museum of American Art.,['2011' '2010' '2009' '2008'],0
6
- "Peter Mandelson holds the position of Secretary of State for Business, Energy and Industrial Strategy.",['2010' '2019' '2018' '2016'],0
7
- Thomas F Krauss works for University of York.,['2016' '2011' '2010' '2009'],0
8
- Clarke Carlisle plays for York City F.C..,['2012' '2010' '2014' '2011'],0
9
- Mustapha Madih works for Al-Wakrah Sports Club.,['2010' '2013' '2012' '2014'],0
10
- Guillermo Barros Schelotto is the head coach of Boca Juniors.,['2017' '2019' '2012' '2011'],0
11
- Jeroen Zoet plays for PSV Eindhoven.,['2012' '2009' '2008' '2007'],0
12
- J. J. Redick plays for Los Angeles Clippers.,['2014' '2018' '2020' '2011'],0
13
- Indianapolis Motor Speedway is owned by Penske Corporation.,['2019' '2016' '2012' '2010'],0
14
- Mateo Kovačić plays for Croatia national under-17 football team.,['2011' '2014' '2019' '2018'],0
15
- Turnberry is owned by The Trump Organization.,['2014' '2011' '2013' '2012'],0
16
- Vasile Miriuță is the head coach of ASA 2013 Târgu Mureș.,['2015' '2014' '2016' '2013'],0
17
- Ingrid Daubechies is the chair of International Mathematical Union.,['2013' '2016' '2010' '2015'],0
18
- Neymar plays for FC Barcelona.,['2013' '2010' '2012' '2020'],0
19
- Athanasios Plevris is a member of the Popular Orthodox Rally.,['2010' '2014' '2020' '2017'],0
20
- Mostapha El Kabir plays for Gençlerbirliği S.K..,['2015' '2014' '2012' '2011'],0
21
- Mehbooba Mufti is the chair of Jammu and Kashmir People's Democratic Party.,['2017' '2010' '2015' '2013'],0
22
- Paul Ramchandani works for Imperial College London.,['2014' '2011' '2010' '2019'],0
23
- Kirk Hinrich plays for Washington Wizards.,['2011' '2019' '2018' '2020'],0
24
- Alex Mullen works for All Souls College.,['2015' '2009' '2010' '2008'],0
25
- Graeme Smith plays for Surrey County Cricket Club.,['2013' '2018' '2011' '2020'],0
26
- Luis Abinader is a member of the Modern Revolutionary Party.,['2018' '2012' '2011' '2013'],0
27
- Phil Murphy holds the position of United States Ambassador to Germany.,['2012' '2015' '2014' '2018'],0
28
- Jordan Henderson plays for England national under-21 football team.,['2012' '2015' '2018' '2017'],0
29
- Jan Piotrowski holds the position of diocesan bishop.,['2014' '2011' '2013' '2012'],0
30
- Amjad Kalaf plays for Iraq national under-20 football team.,['2012' '2013' '2019' '2020'],0
31
- Zoumana Bakayogo plays for Tranmere Rovers F.C..,['2011' '2016' '2020' '2015'],0
32
- Joyce Beatty holds the position of United States representative.,['2015' '2011' '2020' '2010'],0
33
- Vyacheslav Volodin holds the position of Chairman of the State Duma.,['2020' '2010' '2013' '2015'],0
34
- Ellen Tauscher holds the position of diplomat.,['2017' '2009' '2011' '2010'],0
35
- Enda Kenny holds the position of Teachta Dála.,['2018' '2007' '2009' '2008'],0
36
- Sergey Vekhtev is the head coach of FC Orsha.,['2019' '2016' '2012' '2010'],0
37
- Juan Cuadrado plays for Udinese Calcio.,['2011' '2018' '2014' '2015'],0
38
- Jordi Sànchez i Picanyol is a member of the independent politician.,['2014' '2009' '2007' '2008'],0
39
- Gary Roberts plays for Mansfield Town F.C..,['2012' '2010' '2019' '2016'],0
40
- Viktor Zimin is the head of the government of Republic of Khakassia.,['2014' '2019' '2020' '2009'],0
41
- Dejan Stanković plays for Serbia national football team.,['2010' '2016' '2017' '2018'],0
42
- Danielle Outlaw works for Portland Police Bureau.,['2017' '2013' '2011' '2020'],0
43
- Zoltán Stieber plays for Hamburger SV.,['2014' '2011' '2010' '2020'],0
44
- Kawlo Iyun Pacidal is a member of the Taiwan Renewal Party.,['2020' '2014' '2013' '2015'],0
45
- Yuriy Krot is the head coach of FC Slutsk.,['2012' '2020' '2019' '2017'],0
46
- Ashley Cole plays for Chelsea F.C..,['2012' '2019' '2017' '2016'],0
47
- Peter Hyballa is the head coach of Alemannia Aachen.,['2011' '2017' '2015' '2016'],0
48
- Archie Norman is the chair of ITV plc.,['2014' '2017' '2019' '2018'],0
49
- Hristo Yanev is the head coach of PFC CSKA Sofia.,['2015' '2014' '2018' '2020'],0
50
- Michael Gove holds the position of Chancellor of the Duchy of Lancaster.,['2020' '2016' '2014' '2017'],0
51
- Miroslav Kalousek is the chair of TOP 09.,['2015' '2010' '2011' '2019'],0
52
- "Jeanine Meerapfel is the chair of Academy of Arts, Berlin.",['2016' '2010' '2012' '2011'],0
53
- Mehmet Özdilek is the head coach of Büyükşehir Belediye Erzurumspor.,['2020' '2014' '2012' '2011'],0
54
- Georgi Ivanov is the head coach of PFC Cherno More Varna.,['2017' '2010' '2019' '2013'],0
55
- Rami Hamdallah is the head of the government of State of Palestine.,['2018' '2020' '2013' '2011'],0
56
- Sharon Gesthuizen is a member of the GroenLinks.,['2018' '2017' '2010' '2011'],0
57
- Lewis Dunk plays for England national association football team.,['2020' '2016' '2014' '2012'],0
58
- Bradley Beal plays for Washington Wizards.,['2016' '2011' '2010' '2009'],0
59
- Christos Zois is a member of the New Reformist Radical Reconstruction.,['2014' '2011' '2010' '2012'],0
60
- William H. McRaven works for University of Texas System.,['2015' '2020' '2013' '2014'],0
61
- Fumio Hayashi works for National Graduate Institute for Policy Studies.,['2017' '2010' '2012' '2014'],0
62
- Asad Umer holds the position of chief executive officer.,['2010' '2020' '2019' '2013'],0
63
- Jacques Rogge is the chair of International Olympic Committee.,['2012' '2015' '2014' '2018'],0
64
- Peter J. Wagner works for Field Museum of Natural History.,['2013' '2019' '2018' '2020'],0
65
- Néstor Kirchner holds the position of Secretary General of the Union of South American Nations.,['2010' '2019' '2012' '2020'],0
66
- Miralem Pjanić plays for Juventus FC.,['2017' '2010' '2011' '2013'],0
67
- Selim Benachour is the head coach of ACS Foresta Suceava.,['2018' '2014' '2017' '2020'],0
68
- Jeff Zeleny works for ABC News.,['2015' '2020' '2012' '2011'],0
69
- Shigefumi Mori is the chair of International Mathematical Union.,['2015' '2019' '2012' '2020'],0
70
- Peter Pilz is a member of the NOW – Pilz List.,['2017' '2016' '2012' '2015'],0
71
- chairperson is the chair of United States Forest Service.,['2018' '2012' '2013' '2011'],0
72
- Robert Snodgrass plays for Scotland national football team.,['2012' '2010' '2009' '2008'],0
73
- Simon Coveney holds the position of Tánaiste.,['2019' '2011' '2010' '2012'],0
74
- Petr Rada is the head coach of AC Sparta Prague.,['2017' '2011' '2012' '2010'],0
75
- Adam Vojtěch works for Ministry of Finance of the Czech Republic.,['2015' '2018' '2013' '2011'],0
76
- Fabian Picardo is the head of the government of Gibraltar.,['2016' '2008' '2009' '2010'],0
77
- Peter Smith is the chair of Roman Catholic Archdiocese of Cardiff.,['2010' '2011' '2019' '2015'],0
78
- Giuseppe Sannino is the head coach of Levadiakos F.C..,['2018' '2020' '2011' '2016'],0
79
- Neil Abercrombie holds the position of United States representative.,['2010' '2014' '2016' '2020'],0
80
- Sachin Tendulkar plays for Mumbai cricket team.,['2010' '2017' '2014' '2016'],0
81
- Kakha Kaladze is the head of the government of Tbilisi.,['2019' '2010' '2012' '2011'],0
82
- Maksym Kovalenko works for ETH Zurich.,['2012' '2010' '2009' '2008'],0
83
- Justin Trudeau is the chair of Liberal Party of Canada.,['2014' '2010' '2011' '2012'],0
84
- Ellen van Dijk plays for Trek-Segafredo Women.,['2020' '2014' '2015' '2011'],0
85
- Will Smith attended University of Louisville.,['2013' '2017' '2012' '2020'],0
86
- Artur Avakyants is the head coach of FC Akzhayik.,['2019' '2010' '2017' '2016'],0
87
- Harry Arter plays for Woking F.C..,['2010' '2014' '2012' '2017'],0
88
- Jessica Shepard attended Fremont Senior High School.,['2011' '2016' '2019' '2018'],0
89
- Ivica Kulešević is the head coach of NK Osijek.,['2020' '2012' '2014' '2013'],0
90
- David L. Goldfein holds the position of Vice Chief of Staff of the United States Air Force.,['2016' '2011' '2014' '2019'],0
91
- Mariano Rajoy holds the position of Prime Minister of Spain.,['2011' '2020' '2019' '2010'],0
92
- Trent Kelly holds the position of district attorney.,['2012' '2010' '2011' '2016'],0
93
- Richard David Precht works for Hanns Eisler College of Music Berlin.,['2017' '2011' '2010' '2009'],0
94
- Nano is the head coach of Gimnàstic de Tarragona.,['2017' '2011' '2015' '2020'],0
95
- Ray Laurence works for Macquarie University.,['2018' '2013' '2014' '2011'],0
96
- Tai Wynyard attended Santa Clara University.,['2018' '2014' '2010' '2016'],0
97
- Mihai Teja is the head coach of FC Voluntari.,['2020' '2010' '2019' '2015'],0
98
- Uffe Elbæk is a member of the Radical Left.,['2011' '2020' '2018' '2015'],0
99
- Axel Börsch-Supan works for Max Planck Institute for Social Law and Social Policy.,['2019' '2010' '2009' '2008'],0
100
- Christodoulos I. Stefanadis works for Yale University.,['2018' '2011' '2013' '2012'],0
101
- Mišo Krstičević is the head coach of H.N.K. Hajduk Split.,['2012' '2014' '2017' '2016'],0
102
- Jonathan de Guzmán plays for Swansea City A.F.C..,['2014' '2017' '2011' '2020'],0
103
- Peter Odemwingie plays for Nigeria national football team.,['2010' '2018' '2019' '2016'],0
104
- Ivan Lewis holds the position of Minister of State for Foreign Affairs.,['2010' '2013' '2017' '2020'],0
105
- Peter Caruana is the head of the government of Gibraltar.,['2010' '2020' '2012' '2016'],0
106
- Shafie Apdal is a member of the Sabah Heritage Party.,['2016' '2014' '2010' '2011'],0
107
- Quincy Promes plays for Sevilla FC.,['2019' '2011' '2014' '2012'],0
108
- Tim Southee plays for Middlesex County Cricket Club.,['2017' '2018' '2011' '2014'],0
109
- Enrico Poitschke is the head coach of Bora-Hansgrohe.,['2020' '2007' '2009' '2008'],0
110
- Hope Hicks holds the position of White House Director of Strategic Communications.,['2017' '2012' '2013' '2020'],0
111
- Katsuya Okada is the chair of Democratic Party.,['2016' '2020' '2019' '2017'],0
112
- Paul Collingwood plays for Delhi Daredevils.,['2010' '2015' '2013' '2019'],0
113
- Expobank CZ is owned by Igor Kim.,['2016' '2012' '2011' '2013'],0
114
- Mario Götze plays for Borussia Dortmund.,['2011' '2014' '2009' '2015'],0
115
- Massimo Carrera is the head coach of Juventus FC.,['2012' '2013' '2019' '2017'],0
116
- Baijayant Panda is a member of the Biju Janata Dal.,['2018' '2020' '2009' '2019'],0
117
- Rivaldo plays for São Paulo FC.,['2011' '2012' '2010' '2014'],0
118
- Alojzy Nowak works for Academic Sports Association.,['2018' '2014' '2016' '2011'],0
119
- Alex Hales plays for Mumbai Indians.,['2015' '2012' '2017' '2014'],0
120
- Rafael Márquez plays for Hellas Verona F.C..,['2014' '2020' '2010' '2011'],0
121
- Simon Stoddart works for McDonald Institute for Archaeological Research.,['2014' '2019' '2010' '2020'],0
122
- Manuel Neuer plays for FC Schalke 04.,['2010' '2015' '2017' '2014'],0
123
- Oliver Letwin holds the position of minister of state.,['2010' '2020' '2017' '2016'],0
124
- Christopher Barner-Kowollik works for Queensland University of Technology.,['2018' '2014' '2011' '2016'],0
125
- William Sachiti attended Aberystwyth University.,['2015' '2018' '2014' '2020'],0
126
- Daniel Meyer is the head coach of FC Erzgebirge Aue.,['2018' '2013' '2010' '2011'],0
127
- Janusz Piechociński is the chair of Polish People's Party.,['2012' '2011' '2016' '2017'],0
128
- Unai Emery is the head coach of Villarreal Club de Fútbol.,['2020' '2012' '2019' '2014'],0
129
- Don Farrell holds the position of Member of the Australian Senate.,['2012' '2009' '2008' '2015'],0
130
- Diego Forlán is the head coach of Club Atlético Cottolengo Don Orione.,['2019' '2013' '2014' '2011'],0
131
- Craig Bellamy plays for Liverpool F.C..,['2011' '2015' '2017' '2010'],0
132
- John Darley is a member of the Advance SA.,['2019' '2016' '2010' '2014'],0
133
- Pavlos Polakis is a member of the SYRIZA.,['2016' '2009' '2011' '2010'],0
134
- Raphaël Varane plays for R.C. Lens.,['2010' '2014' '2017' '2012'],0
135
- Nigel Farage is a member of the Brexit Party.,['2019' '2018' '2016' '2015'],0
136
- Hugo Barra works for Google.,['2010' '2019' '2014' '2016'],0
137
- Josh Perkins attended Huntington Prep School.,['2014' '2019' '2012' '2016'],0
138
- Ciro Immobile plays for Torino F.C..,['2014' '2010' '2011' '2012'],0
139
- María Teresa Sosa is a member of the Valor (political party).,['2018' '2016' '2011' '2015'],0
140
- David Cameron holds the position of Prime Minister of the United Kingdom.,['2012' '2019' '2018' '2017'],0
141
- Philippe Coutinho plays for Liverpool F.C..,['2018' '2010' '2012' '2020'],0
142
- Michail Michailowitsch Kapranow works for Yale University.,['2014' '2018' '2019' '2017'],0
143
- David Moyes is the head coach of Manchester United F.C..,['2013' '2018' '2011' '2016'],0
144
- Jonathan de Guzmán plays for Netherlands national association football team.,['2018' '2012' '2011' '2010'],0
145
- Montserrat Tura i Camafreita is a member of the Leftwing Movement.,['2014' '2011' '2018' '2016'],0
146
- Christine Lane works for University of Manchester.,['2015' '2017' '2018' '2010'],0
147
- Keir Starmer holds the position of Shadow Secretary of State for Exiting the European Union.,['2020' '2011' '2012' '2013'],0
148
- Hassan Maatouk plays for Nejmeh SC.,['2017' '2013' '2010' '2020'],0
149
- Mo'ne Davis attended Springside Chestnut Hill Academy.,['2013' '2009' '2008' '2020'],0
150
- Luis pistolero Suárez plays for Uruguay Olympic football team.,['2012' '2013' '2011' '2020'],0
151
- Ihor Palytsia is the head of the government of Odessa Oblast.,['2011' '2016' '2020' '2018'],0
152
- Arsène Wenger is the head coach of Arsenal F.C..,['2011' '2009' '2020' '2019'],0
153
- Nick Brown is the chair of Linacre College.,['2011' '2007' '2009' '2008'],0
154
- Andre Gray plays for England national football C team.,['2014' '2017' '2011' '2016'],0
155
- Diana Taurasi plays for Fenerbahçe Women's Basketball.,['2010' '2012' '2018' '2016'],0
156
- Slaviša Stojanovič is the head coach of PFC Levski Sofia.,['2018' '2011' '2010' '2015'],0
157
- Peter Reinhard Hansen works for University of North Carolina at Chapel Hill.,['2017' '2012' '2013' '2014'],0
158
- "Jeff Rooker, Baron Rooker is the chair of Food Standards Agency.",['2011' '2020' '2018' '2017'],0
159
- Shigefumi Matsuzawa is a member of the independent politician.,['2016' '2014' '2013' '2011'],0
160
- Mark Cavendish plays for Deceuninck-Quick-Step.,['2013' '2017' '2019' '2020'],0
161
- Chang San-cheng is the head of the government of Taiwan.,['2016' '2011' '2017' '2014'],0
162
- Raúl González plays for Al Sadd Sports Club.,['2012' '2018' '2010' '2016'],0
163
- Gavin Mahon plays for Stevenage F.C..,['2013' '2019' '2012' '2014'],0
164
- Raymond Leo Burke holds the position of prefect.,['2010' '2017' '2018' '2016'],0
165
- "Elon Musk is the chair of Tesla, Inc..",['2012' '2019' '2020' '2009'],0
166
- Àngels Ponsa i Roca is a member of the Democratic Convergence of Catalonia.,['2014' '2018' '2017' '2019'],0
167
- Ramal de Aveiro is owned by Infrastructures of Portugal.,['2020' '2014' '2010' '2011'],0
168
- Neil Martin is the head coach of An Post-ChainReaction.,['2017' '2012' '2019' '2014'],0
169
- Slavoljub Muslin is the head coach of FC Krasnodar.,['2012' '2014' '2019' '2016'],0
170
- Alexandru Pelici is the head coach of CSM Reșița.,['2020' '2010' '2015' '2013'],0
171
- Zoi Konstantopoulou is a member of the Popular Unity (Greece).,['2015' '2010' '2017' '2014'],0
172
- Marta Kuzma works for Yale School of Art.,['2017' '2010' '2015' '2013'],0
173
- Romulus Buia is the head coach of Fotbal Comuna Recea.,['2015' '2014' '2012' '2011'],0
174
- Deborah Schofield works for Macquarie University.,['2017' '2014' '2012' '2016'],0
175
- Josep Rull i Andreu is a member of the Catalan European Democratic Party.,['2016' '2013' '2014' '2011'],0
176
- Andrew Taylor plays for Cardiff City F.C..,['2012' '2020' '2015' '2017'],0
177
- John Guidetti plays for Sweden national under-19 football team.,['2010' '2019' '2013' '2020'],0
178
- Rui Vitória works for Vitória S.C..,['2015' '2018' '2017' '2010'],0
179
- Syed Mustafa Kamal is a member of the Pak Sarzameen Party.,['2016' '2014' '2012' '2011'],0
180
- Clinton Morrison plays for Long Eaton United F.C..,['2014' '2012' '2018' '2011'],0
181
- Antonio Valencia plays for Real Madrid CF.,['2020' '2013' '2014' '2011'],0
182
- Democratic and Republican Left is a member of the The Greens.,['2010' '2015' '2020' '2011'],0
183
- China Media Group Headquarters is owned by China Central Television.,['2018' '2020' '2009' '2019'],0
184
- Marcus Haber plays for Notts County F.C..,['2013' '2015' '2010' '2012'],0
185
- Margaret M. Hyland works for University of Waikato.,['2018' '2014' '2015' '2016'],0
186
- Henrietta Harrison works for Harvard University.,['2010' '2017' '2018' '2020'],0
187
- Katie Ledecky attended Stone Ridge School of the Sacred Heart.,['2010' '2017' '2019' '2016'],0
188
- Robert W. McElroy holds the position of titular bishop.,['2018' '2009' '2008' '2007'],0
189
- Mahmoud Ahmadinejad is the head of the government of Iran.,['2012' '2015' '2018' '2014'],0
190
- "Vlad Voiculescu is a member of the Liberty, Unity and Solidarity Party.",['2018' '2012' '2011' '2017'],0
191
- Gaël Clichy plays for France national association football team.,['2012' '2014' '2017' '2016'],0
192
- Servais Knaven is the head coach of Ineos Grenadier.,['2016' '2008' '2009' '2010'],0
193
- AB de Villiers plays for Barbados Tridents.,['2016' '2013' '2012' '2014'],0
194
- Romain Grau is a member of the The Republicans.,['2011' '2020' '2018' '2019'],0
195
- Giel Beelen works for BNNVARA.,['2014' '2018' '2020' '2019'],0
196
- "Jerome Guillen works for Tesla, Inc..",['2012' '2007' '2009' '2008'],0
197
- Corneliu Papură is the head coach of CS Universitatea Craiova.,['2020' '2012' '2014' '2010'],0
198
- Victoire Dogbé Tomegah is the head of the government of Togo.,['2020' '2011' '2019' '2012'],0
199
- Amr Zaki plays for ENPPI Club.,['2012' '2016' '2019' '2020'],0
200
- T. R. Zeliang is the head of the government of Nagaland.,['2017' '2012' '2016' '2013'],0
201
- Petar Mamić plays for Croatia national under-19 football team.,['2016' '2012' '2011' '2013'],0
202
- R.A. Dickey plays for Toronto Blue Jays.,['2017' '2011' '2010' '2009'],0
203
- Aušra Maldeikienė holds the position of councillor.,['2016' '2012' '2019' '2014'],0
204
- Derek Willis attended Bullitt East High School.,['2011' '2020' '2018' '2017'],0
205
- Alexander Valeryevich Dyukov is the chair of Russian Football Union.,['2019' '2010' '2012' '2015'],0
206
- Ursula Staudinger works for TU Dresden.,['2020' '2014' '2012' '2018'],0
207
- Luigi Bressan is the chair of Caritas Italiana.,['2014' '2011' '2019' '2016'],0
208
- Carol Boggs works for Stanford University.,['2010' '2018' '2014' '2016'],0
209
- Erwin Hoffer plays for Karlsruher SC.,['2015' '2010' '2014' '2011'],0
210
- Olivier de Germay holds the position of diocesan bishop.,['2017' '2009' '2011' '2010'],0
211
- Nikolaos Michos is a member of the Greek Solution.,['2017' '2012' '2015' '2020'],0
212
- Mark Steffens is the head coach of Pittsburgh Riverhounds SC.,['2014' '2018' '2019' '2011'],0
213
- Freddy Adu plays for Tampa Bay Rowdies.,['2017' '2012' '2013' '2011'],0
214
- Dominic LeBlanc holds the position of Leader of the Government in the House of Commons.,['2015' '2017' '2013' '2012'],0
215
- Joaquín Sobrino is the head coach of Inteja-Dominican.,['2016' '2013' '2012' '2017'],0
216
- Dimitris Kalaitzidis is the head coach of Nea Salamis Famagusta FC.,['2013' '2017' '2018' '2016'],0
217
- Sam Tomkins plays for Wigan Warriors.,['2011' '2015' '2020' '2016'],0
218
- Mateo Kovačić plays for GNK Dinamo Zagreb.,['2011' '2018' '2015' '2020'],0
219
- Stanislav Levý is the head coach of Śląsk Wrocław.,['2014' '2019' '2018' '2010'],0
220
- Mark J. Seitz holds the position of auxiliary bishop.,['2013' '2008' '2009' '2007'],0
221
- Landon Donovan plays for Everton F.C..,['2012' '2014' '2019' '2017'],0
222
- Lee Hae Chan is a member of the Democratic Party of Korea.,['2015' '2011' '2013' '2012'],0
223
- Vladimir Maminov is the head coach of FC Aktobe.,['2020' '2013' '2019' '2016'],0
224
- Lili Hinstin works for Locarno Film Festival.,['2019' '2017' '2013' '2012'],0
225
- Frank Heinricht works for Heraeus.,['2011' '2018' '2020' '2016'],0
226
- Loretta Lynch is the chair of United States Department of Justice.,['2015' '2010' '2020' '2019'],0
227
- DiDi Richards attended Cypress Ranch High School.,['2017' '2010' '2019' '2020'],0
228
- Laura Serrant works for University of Wolverhampton.,['2011' '2010' '2019' '2020'],0
229
- Pedro Martins is the head coach of C.S. Marítimo.,['2011' '2015' '2020' '2016'],0
230
- John Darley is a member of the Centre Alliance.,['2016' '2020' '2010' '2012'],0
231
- Hameed Hassan plays for Pakistan Customs cricket team.,['2010' '2017' '2015' '2014'],0
232
- Stefano Zanini is the head coach of Astana.,['2016' '2011' '2010' '2012'],0
233
- Gareth Barry plays for Everton F.C..,['2018' '2011' '2010' '2012'],0
234
- Brian Orser is the head coach of Yuzuru Hanyū.,['2012' '2011' '2009' '2010'],0
235
- Toshio Hirano is the chair of Osaka University.,['2015' '2017' '2010' '2018'],0
236
- Wanda Vázquez Garced is the head of the government of Puerto Rico.,['2019' '2018' '2014' '2016'],0
237
- Aleksandr Tochilin is the head coach of PFC Sochi.,['2018' '2011' '2012' '2020'],0
238
- Margaret Ferguson works for Indiana University – Purdue University Indianapolis.,['2015' '2013' '2012' '2011'],0
239
- Nathan Law is a member of the independent politician.,['2020' '2010' '2019' '2015'],0
240
- Toni Postius Terrado is a member of the Junts per Catalunya.,['2020' '2011' '2019' '2015'],0
241
- Krzysztof Gawkowski is a member of the Spring.,['2019' '2012' '2013' '2011'],0
242
- Stephen Dobbie plays for Bolton Wanderers F.C..,['2015' '2010' '2019' '2011'],0
243
- Ahmet Davutoğlu is a member of the Future Party (Turkey).,['2019' '2010' '2017' '2015'],0
244
- Andreas Alm is the head coach of BK Häcken.,['2020' '2017' '2010' '2011'],0
245
- Jesé Rodríguez plays for Spain national under-19 football team.,['2010' '2018' '2019' '2016'],0
246
- Emmanuel Culio plays for Defensa y Justicia.,['2020' '2013' '2012' '2016'],0
247
- Thierry Henry is the head coach of AS Monaco FC.,['2018' '2017' '2015' '2020'],0
248
- Chris Porter plays for Shrewsbury Town F.C..,['2013' '2019' '2014' '2020'],0
249
- Joan Ribó is the head of the government of Valencia.,['2017' '2010' '2012' '2014'],0
250
- Martin Stratmann is the chair of Max Planck Society.,['2020' '2011' '2013' '2012'],0
251
- Barham Salih holds the position of Prime Minister of Iraqi Kurdistan.,['2011' '2020' '2017' '2014'],0
252
- Tyler Ulis plays for Kentucky Wildcats men's basketball.,['2010' '2016' '2012' '2011'],1
253
- Ramal de Aveiro is owned by REFER.,['2019' '2014' '2018' '2016'],1
254
- Mark Hudson plays for Cardiff City F.C..,['2019' '2011' '2020' '2015'],1
255
- Frank Guinta holds the position of mayor.,['2016' '2010' '2012' '2020'],1
256
- Pepe Reina plays for Spain national association football team.,['2017' '2011' '2020' '2016'],1
257
- Carolyn Abbate works for Harvard University.,['2010' '2014' '2011' '2012'],1
258
- Vincent Chauvet works for Edenred.,['2019' '2016' '2010' '2020'],1
259
- Lee Hae Chan is a member of the Democratic Party.,['2015' '2012' '2017' '2010'],1
260
- Cathy L. Lanier works for Metropolitan Police Department of the District of Columbia.,['2020' '2014' '2017' '2019'],1
261
- Yuriko Koike is a member of the Liberal Democratic Party.,['2020' '2011' '2018' '2019'],1
262
- Faris Haroun plays for Cercle Brugge K.S.V..,['2012' '2016' '2011' '2010'],1
263
- Christophe Dessimoz works for University College London.,['2013' '2015' '2014' '2011'],1
264
- Aleksandr Grishin is the head coach of FK Spartaks Jūrmala.,['2014' '2018' '2015' '2013'],1
265
- Ihor Petrov is the head coach of FC Olimpik Donetsk.,['2018' '2011' '2019' '2015'],1
266
- Tyrone Mears plays for Seattle Sounders FC.,['2011' '2016' '2014' '2013'],1
267
- Thomas Tuchel is the head coach of Borussia Dortmund.,['2012' '2015' '2010' '2011'],1
268
- Jess Thorup is the head coach of K.A.A. Gent.,['2012' '2018' '2015' '2014'],1
269
- Kiyotaka Ishimaru is the head coach of Kyoto Sanga FC.,['2018' '2015' '2014' '2020'],1
270
- Liam Moore plays for Bristol City F.C..,['2010' '2016' '2019' '2014'],1
271
- Richard Keogh plays for Milton Keynes Dons F.C..,['2011' '2020' '2012' '2013'],1
272
- Quade Cooper plays for RC Toulonnais.,['2016' '2015' '2010' '2020'],1
273
- Ronaldinho plays for Associazione Calcio Milan.,['2015' '2010' '2014' '2016'],1
274
- James McClean plays for Derry City F.C..,['2012' '2010' '2018' '2020'],1
275
- Brett Lee plays for Kings XI Punjab.,['2019' '2010' '2014' '2015'],1
276
- Bogdan Vintilă is the head coach of FC Steaua II București.,['2010' '2020' '2017' '2016'],1
277
- Oleg Fomenko is the head coach of FC Krasnodar.,['2020' '2018' '2017' '2014'],1
278
- Pat Fenlon is the head coach of Hibernian F.C..,['2016' '2011' '2014' '2020'],1
279
- V. V. S. Laxman plays for Kochi Tuskers Kerala.,['2019' '2011' '2016' '2010'],1
280
- Johanna Stachel is the chair of Deutsche Physikalische Gesellschaft.,['2017' '2012' '2010' '2016'],1
281
- Ichiro Suzuki plays for Miami Marlins.,['2020' '2015' '2014' '2019'],1
282
- Petr Nečas is the chair of Civic Democratic Party.,['2019' '2011' '2020' '2016'],1
283
- Julian Smith holds the position of Parliamentary Secretary to the Treasury.,['2011' '2017' '2013' '2016'],1
284
- Jozef Barmoš is the head coach of FK Inter Bratislava.,['2010' '2017' '2019' '2013'],1
285
- Vasyl Hrytsak is the chair of Security Service of Ukraine.,['2011' '2019' '2013' '2010'],1
286
- Michael O'Brien holds the position of Treasurer of Victoria.,['2016' '2014' '2019' '2012'],1
287
- Florin Marin is the head coach of ACS Poli Timișoara.,['2010' '2015' '2020' '2019'],1
288
- David Gistau Retes works for El Mundo..,['2012' '2018' '2010' '2016'],1
289
- Greg Pearson plays for Brackley Town F.C..,['2016' '2014' '2018' '2020'],1
290
- Mary E. Northridge works for New York University College of Dentistry.,['2007' '2011' '2009' '2008'],1
291
- Shahid Khaqan Abbasi is the head of the government of Pakistan.,['2016' '2017' '2015' '2010'],1
292
- Rona Ambrose is the chair of Conservative Party of Canada.,['2020' '2017' '2019' '2018'],1
293
- Cameron Toshack is the head coach of Pafos FC.,['2013' '2019' '2017' '2011'],1
294
- Jay Gruden is the head coach of Washington Football Team.,['2011' '2019' '2012' '2020'],1
295
- Jose Manuel Sabucedo works for University of Santiago de Compostela.,['2009' '2017' '2011' '2010'],1
296
- Catalina Parot is a member of the National Renewal.,['2020' '2011' '2017' '2019'],1
297
- Willem B. Drees works for Leiden University.,['2015' '2014' '2020' '2018'],1
298
- Sean McVay is the head coach of Los Angeles Rams.,['2013' '2017' '2015' '2016'],1
299
- Paulo Centurión plays for Sol de América de Formosa.,['2011' '2017' '2010' '2012'],1
300
- Bernd Riexinger is the chair of The Left.,['2011' '2016' '2010' '2009'],1
301
- Helle Thomsen works for Swedish Handball Federation.,['2017' '2014' '2020' '2013'],1
302
- Luca D'Angelo is the head coach of A.C. Pisa 1909.,['2016' '2020' '2012' '2011'],1
303
- Paulo de Morais is a member of the Social Democratic Party.,['2017' '2011' '2020' '2016'],1
304
- Fraser Forster plays for Celtic F.C..,['2017' '2019' '2016' '2015'],1
305
- Rod Richards is a member of the UK Independence Party.,['2011' '2019' '2012' '2010'],1
306
- Jason Roy plays for Sydney Thunder.,['2019' '2015' '2011' '2016'],1
307
- Andrea Barzagli plays for VfL Wolfsburg.,['2014' '2010' '2015' '2020'],1
308
- Boško Gjurovski is the head coach of Kyoto Sanga FC.,['2020' '2018' '2014' '2015'],1
309
- Andreas Alm is the head coach of Vejle Boldklub.,['2019' '2017' '2018' '2014'],1
310
- Florent Malouda plays for Odisha FC.,['2012' '2015' '2019' '2011'],1
311
- Hanno Pevkur is the chair of Estonian Reform Party.,['2016' '2018' '2014' '2020'],1
312
- Fatoumata Tambajang holds the position of Vice President of the Gambia.,['2010' '2017' '2014' '2020'],1
313
- Luciana Berger is a member of the Liberal Democrats.,['2010' '2019' '2014' '2017'],1
314
- Dimitar Berbatov plays for AS Monaco FC.,['2013' '2014' '2010' '2011'],1
315
- Katherine Boyer attended University of Regina.,['2014' '2010' '2011' '2015'],1
316
- Radosław Sobolewski is the head coach of Wisła Płock.,['2011' '2019' '2013' '2016'],1
317
- Vince Carter plays for Memphis Grizzlies.,['2011' '2015' '2010' '2019'],1
318
- Greg Abbott holds the position of Governor of Texas.,['2012' '2016' '2010' '2013'],1
319
- Dani Poyatos is the head coach of Panathinaikos F.C..,['2011' '2020' '2019' '2013'],1
320
- Yulia Tymoshenko is the head of the government of Ukraine.,['2018' '2010' '2016' '2011'],1
321
- Peter Bosz is the head coach of AFC Ajax.,['2015' '2017' '2019' '2010'],1
322
- Shafie Apdal is a member of the United Malays National Organisation.,['2017' '2011' '2020' '2018'],1
323
- Marius Nicoară is a member of the National Liberal Party.,['2019' '2013' '2009' '2020'],1
324
- Siniša Oreščanin is the head coach of H.N.K. Hajduk Split.,['2012' '2019' '2017' '2011'],1
325
- Mykola Azarov is the chair of Cabinet of Ministers of Ukraine.,['2020' '2011' '2017' '2018'],1
326
- Bob Barr is a member of the Libertarian Party.,['2016' '2010' '2019' '2020'],1
327
- Richard Painter is a member of the Republican Party.,['2020' '2015' '2009' '2019'],1
328
- Anthony Annan plays for Club Atlético Osasuna.,['2011' '2012' '2016' '2019'],1
329
- Brendon McCullum plays for Brisbane Heat.,['2010' '2012' '2009' '2008'],1
330
- Michael Hansen is the head coach of Silkeborg IF.,['2016' '2018' '2015' '2010'],1
331
- Mohamed Abdullahi Farmajo holds the position of Prime Minister of Somalia.,['2012' '2011' '2019' '2017'],1
332
- Rebekha Sharkie is a member of the Liberal Party of Australia.,['2019' '2010' '2014' '2017'],1
333
- Susan Baer works for Arup.,['2010' '2014' '2011' '2012'],1
334
- "Kenneth Clarke holds the position of Shadow Secretary of State for Business, Innovation and Skills.",['2019' '2010' '2015' '2017'],1
335
- Peter Pacult is the head coach of OFK Titograd.,['2017' '2019' '2011' '2016'],1
336
- Mantena is owned by Ministry of Transport and Communications.,['2016' '2018' '2014' '2013'],1
337
- Lewis Holtby plays for Tottenham Hotspur F.C..,['2020' '2015' '2011' '2016'],1
338
- Persis Drell works for Stanford University.,['2014' '2018' '2011' '2015'],1
339
- Yvette Cooper holds the position of Shadow Foreign Secretary.,['2014' '2011' '2019' '2015'],1
340
- Ellen Tauscher holds the position of Under Secretary of State for Arms Control and International Security Affairs.,['2013' '2010' '2017' '2020'],1
341
- Hwang Woo-yea is the chair of Liberty Korea Party.,['2019' '2014' '2011' '2020'],1
342
- Fernando Llorente plays for Spain national association football team.,['2018' '2011' '2017' '2020'],1
343
- Gloria Macapagal-Arroyo holds the position of President of the Philippines.,['2020' '2010' '2017' '2014'],1
344
- Andre Drummond plays for Detroit Pistons.,['2011' '2020' '2009' '2010'],1
345
- Robert Ghiz is the head of the government of Prince Edward Island.,['2020' '2011' '2018' '2019'],1
346
- Bob Loughman is the head of the government of Vanuatu.,['2014' '2020' '2011' '2015'],1
347
- Clinton Morrison plays for Brentford F.C..,['2019' '2012' '2017' '2015'],1
348
- Corrie Moreau works for Field Museum of Natural History.,['2020' '2013' '2019' '2009'],1
349
- Nick Carter holds the position of Chief of the Defence Staff.,['2011' '2020' '2010' '2016'],1
350
- Radim Fiala is a member of the Dawn of Direct Democracy.,['2011' '2013' '2012' '2010'],1
351
- Graeme Smith plays for South Africa national cricket team.,['2017' '2014' '2016' '2018'],1
352
- Annemie Neyts-Uyttebroeck is the chair of Alliance of Liberals and Democrats for Europe Party.,['2017' '2011' '2015' '2012'],1
353
- Bogdan Vintilă is the head coach of FC Voluntari.,['2012' '2015' '2018' '2016'],1
354
- Bjarne Stroustrup works for Texas A&M University.,['2017' '2011' '2020' '2016'],1
355
- Zhang Dejiang holds the position of Chairman of the Standing Committee of the National People's Congress.,['2019' '2013' '2010' '2020'],1
356
- Filipe Morais plays for Oldham Athletic A.F.C..,['2018' '2010' '2015' '2020'],1
357
- Batu Khasikov is the head of the government of Republic of Kalmykia.,['2012' '2020' '2017' '2015'],1
358
- Bekim Balaj plays for KS Vllaznia Shkodër.,['2020' '2010' '2015' '2013'],1
359
- Taron Margaryan is the head of the government of Yerevan.,['2019' '2011' '2020' '2010'],1
360
- Remigijus Šimašius is a member of the Freedom Party.,['2010' '2019' '2016' '2018'],1
361
- Shinichi Fukushima is the head coach of Nippo-Vini Fantini-Europa Ovini.,['2011' '2016' '2010' '2020'],1
362
- Kathleen Doyle attended University of Iowa.,['2011' '2020' '2015' '2013'],1
363
- Radoslav Batak is the head coach of FK Radnički Niš.,['2016' '2020' '2012' '2014'],1
364
- Nikuyah Walker is the head of the government of Charlottesville.,['2016' '2019' '2017' '2013'],1
365
- Rúben Amorim is the head coach of Sporting CP.,['2011' '2020' '2016' '2018'],1
366
- Luca De Meo works for Volkswagen Group.,['2009' '2012' '2008' '2007'],1
367
- Sunil Singh is a member of the All India Trinamool Congress.,['2009' '2010' '2008' '2020'],1
368
- Josef Pešice is the head coach of Czech Republic national association football team.,['2020' '2013' '2010' '2016'],1
369
- Jan Björklund holds the position of Minister for Education and Science.,['2018' '2014' '2019' '2020'],1
370
- Rónald González works for Club Sport Uruguay de Coronado.,['2015' '2016' '2012' '2020'],1
371
- Mohamed Abdullahi Farmajo holds the position of President of Somalia.,['2010' '2019' '2015' '2014'],1
372
- Micah Richards plays for Aston Villa F.C..,['2012' '2015' '2014' '2011'],1
373
- Armando Sadiku plays for FC Lugano.,['2018' '2017' '2015' '2011'],1
374
- Guilherme Costa Marques plays for F.C. Vizela.,['2014' '2010' '2012' '2020'],1
375
- Saša Radulović is a member of the independent politician.,['2015' '2013' '2012' '2020'],1
376
- Riyad Mahrez plays for Manchester City F.C..,['2013' '2020' '2017' '2011'],1
377
- Flavius Stoican is the head coach of FC Voluntari.,['2011' '2015' '2012' '2014'],1
378
- Musa Aman is the head of the government of Sabah.,['2009' '2012' '2020' '2019'],1
379
- Martin Ødegaard plays for Norway national under-17 football team.,['2010' '2014' '2017' '2013'],1
380
- Adrian Mihalcea is the head coach of UTA Arad.,['2014' '2017' '2019' '2020'],1
381
- John Nutter plays for Gillingham F.C..,['2012' '2010' '2019' '2018'],1
382
- José Manuel Gomes is the head coach of Rio Ave F.C..,['2010' '2018' '2017' '2013'],1
383
- Tim Southee plays for Chennai Super Kings.,['2014' '2011' '2012' '2020'],1
384
- Lluís Corominas i Díaz is a member of the Democratic Convergence of Catalonia.,['2018' '2015' '2017' '2020'],1
385
- Michael F. Brennan is the head of the government of Portland.,['2017' '2015' '2020' '2018'],1
386
- Carlo Vizzini is the chair of Italian Socialist Party.,['2010' '2015' '2013' '2012'],1
387
- Oleg Kononov is the head coach of FC Arsenal Tula.,['2011' '2018' '2010' '2014'],1
388
- Henry McMaster holds the position of Governor of South Carolina.,['2015' '2018' '2014' '2011'],1
389
- Lucy Gichuhi is a member of the Family First Party.,['2018' '2014' '2020' '2019'],1
390
- Rémi Mathis works for Bibliothèque nationale de France.,['2008' '2018' '2009' '2007'],1
391
- "Brian Lenihan, Jnr holds the position of Minister for Finance.",['2014' '2010' '2017' '2016'],1
392
- Benoit Dorais is a member of the independent politician.,['2015' '2016' '2014' '2010'],1
393
- Thorgan Hazard plays for Chelsea F.C..,['2019' '2014' '2017' '2011'],1
394
- Frans Van de Werf works for UZ Leuven.,['2015' '2010' '2012' '2019'],1
395
- Park Ji-sung plays for South Korea national football team.,['2015' '2010' '2012' '2016'],1
396
- Giorgio Chiellini plays for Juventus FC.,['2009' '2013' '2008' '2020'],1
397
- Mark Cavendish plays for NTT Pro Cycling Team.,['2013' '2017' '2014' '2011'],1
398
- Robin Dutt is the head coach of SC Freiburg.,['2016' '2010' '2012' '2020'],1
399
- Sean Yates is the head coach of Ineos Grenadier.,['2017' '2010' '2014' '2020'],1
400
- Glenn Stevens is the chair of Reserve Bank of Australia.,['2019' '2012' '2018' '2020'],1
401
- Gilberto Silva plays for Panathinaikos F.C..,['2012' '2010' '2020' '2018'],1
402
- Culpeper Star-Exponent is owned by Berkshire Hathaway.,['2012' '2019' '2013' '2011'],1
403
- Dennis Hof is a member of the Libertarian Party.,['2010' '2015' '2012' '2018'],1
404
- Dmitri Alenichev is the head coach of Spartak Moscow.,['2010' '2015' '2019' '2018'],1
405
- Bekim Balaj plays for FC Akhmat Grozny.,['2011' '2016' '2010' '2020'],1
406
- Reinhard Bütikofer is the chair of European Green Party.,['2010' '2016' '2020' '2011'],1
407
- Angela Rasmussen works for University of Washington.,['2011' '2013' '2019' '2017'],1
408
- Hung Hsiu-chu holds the position of Chairperson of the Kuomintang.,['2019' '2016' '2010' '2012'],1
409
- David Castle works for University of Edinburgh.,['2015' '2010' '2017' '2016'],1
410
- Erin Lavik works for Case Western Reserve University.,['2017' '2016' '2020' '2018'],1
411
- Walter Schachner is the head coach of L.A.S.K. Linz.,['2020' '2012' '2019' '2018'],1
412
- Hans van Baalen is the chair of Alliance of Liberals and Democrats for Europe Party.,['2010' '2020' '2011' '2012'],1
413
- Romelu Lukaku plays for Manchester United F.C..,['2010' '2017' '2011' '2014'],1
414
- Christen Press plays for Kopparbergs/Göteborg FC.,['2018' '2012' '2011' '2016'],1
415
- Roderich Kiesewetter is the chair of Verband der Reservisten der Deutschen Bundeswehr.,['2010' '2011' '2019' '2020'],1
416
- Martin Schulz holds the position of parliamentary group leader.,['2013' '2010' '2015' '2016'],1
417
- "Paschal Donohoe holds the position of Minister for Transport, Tourism and Sport.",['2013' '2014' '2010' '2020'],1
418
- Rafał Trzaskowski holds the position of Mayor of Warsaw.,['2017' '2020' '2013' '2010'],1
419
- Marina Weisband is a member of the Pirate Party Germany.,['2019' '2012' '2017' '2018'],1
420
- Marcus Rashford plays for Manchester United F.C..,['2010' '2016' '2013' '2012'],1
421
- "Obi Toppin attended Heritage High School (Palm Bay, Florida).",['2019' '2013' '2012' '2016'],1
422
- Pavel Gusev is the head coach of FC Ural Yekaterinburg.,['2015' '2012' '2018' '2020'],1
423
- Rachel Aldred works for University of Westminster.,['2009' '2016' '2011' '2010'],1
424
- Stavros Lambrinidis holds the position of Minister for Foreign Affairs of Greece.,['2019' '2011' '2015' '2017'],1
425
- Ron Jans works for FC Cincinnati.,['2017' '2020' '2015' '2012'],1
426
- Craig Emerson holds the position of Minister for Small Business (Australia).,['2012' '2010' '2018' '2013'],1
427
- Jonathan Mensah plays for Udinese Calcio.,['2012' '2011' '2019' '2020'],1
428
- Rama Govindarajan works for Jawaharlal Nehru Centre for Advanced Scientific Research.,['2020' '2011' '2018' '2015'],1
429
- Justin Thomas attended St. Xavier High School.,['2017' '2011' '2018' '2014'],1
430
- Cas Mudde works for DePauw University.,['2018' '2010' '2015' '2020'],1
431
- Olivier Dall'Oglio is the head coach of Stade Brestois 29.,['2010' '2019' '2018' '2014'],1
432
- Will Buckley plays for Rochdale A.F.C..,['2018' '2010' '2011' '2015'],1
433
- Chris Gayle plays for Sydney Thunder.,['2016' '2012' '2017' '2018'],1
434
- Ousseini Tinni is the chair of National Assembly.,['2013' '2016' '2015' '2011'],1
435
- Luka Dončić plays for Real Madrid Baloncesto.,['2013' '2017' '2010' '2019'],1
436
- James Rodríguez plays for Colombia national football team.,['2009' '2013' '2008' '2010'],1
437
- Henny Seibeb is a member of the Landless People's Movement.,['2010' '2016' '2012' '2011'],1
438
- Marcel Ciolacu is the chair of Social Democratic Party.,['2017' '2019' '2012' '2015'],1
439
- New York Daily News is owned by Mortimer Zuckerman.,['2019' '2015' '2018' '2020'],1
440
- "Jim Wallace, Baron Wallace of Tankerness holds the position of Leader of the House of Lords.",['2011' '2013' '2010' '2020'],1
441
- Radislav Dragićević is the head coach of FK Kom.,['2017' '2020' '2016' '2015'],1
442
- Matamela Cyril Ramaphosa holds the position of Deputy President of South Africa.,['2019' '2018' '2010' '2012'],1
443
- Didier Drogba plays for Ivory Coast national football team.,['2017' '2011' '2020' '2015'],1
444
- Abiy Ahmed is the head of the government of Ethiopia.,['2014' '2018' '2010' '2011'],1
445
- Tom Cairney plays for Fulham F.C..,['2013' '2015' '2014' '2011'],1
446
- Marius Niculae plays for Shandong Luneng Taishan F.C..,['2017' '2013' '2011' '2020'],1
447
- Adrian Falub is the head coach of FC Universitatea Cluj.,['2011' '2017' '2012' '2016'],1
448
- David Ige is the head of the government of Hawaii.,['2011' '2016' '2013' '2010'],1
449
- Grzegorz Schetyna is the chair of Civic Platform.,['2012' '2018' '2015' '2011'],1
450
- Yakubu plays for Al-Rayyan S.C..,['2018' '2014' '2011' '2013'],1
451
- Jessica Valenti works for Feministing.,['2015' '2010' '2018' '2016'],1
452
- Steven Schumacher plays for Bury F.C..,['2015' '2012' '2017' '2014'],1
453
- Carlos Eduardo Marques plays for Rubin Kazan.,['2017' '2016' '2020' '2018'],1
454
- Vladimir Stojković plays for Wigan Athletic F.C..,['2012' '2010' '2015' '2013'],1
455
- Jeremy Heywood holds the position of Principal Private Secretary to the Prime Minister.,['2011' '2010' '2015' '2018'],1
456
- Katri Kulmuni is the chair of Centre Party.,['2018' '2019' '2017' '2011'],1
457
- Ma Ying-jeou holds the position of Chairperson of the Kuomintang.,['2016' '2010' '2018' '2015'],1
458
- Vincent Kompany is the head coach of R.S.C. Anderlecht.,['2011' '2020' '2018' '2016'],1
459
- Rahul Gandhi is the chair of Indian National Congress.,['2008' '2014' '2009' '2020'],1
460
- Riccardo Piatti is the head coach of Milos Raonic.,['2010' '2018' '2011' '2012'],1
461
- Giorgia Meloni is a member of the The People of Freedom.,['2016' '2012' '2019' '2013'],1
462
- Evangelos Venizelos is a member of the Panhellenic Socialist Movement.,['2020' '2010' '2009' '2008'],1
463
- Sarath Fonseka is a member of the United National Party.,['2015' '2016' '2014' '2011'],1
464
- Valérien Ismaël is the head coach of L.A.S.K. Linz.,['2015' '2019' '2017' '2016'],1
465
- Maya Yoshida plays for Japan national under-23 football team.,['2018' '2010' '2015' '2020'],1
466
- Dejan Lovren plays for FC Zenit Saint Petersburg.,['2011' '2020' '2010' '2014'],1
467
- Alistair Darling holds the position of Shadow Chancellor of the Exchequer.,['2015' '2010' '2017' '2016'],1
468
- William Kamkwamba attended Dartmouth College.,['2018' '2010' '2015' '2016'],1
469
- Andre Gray plays for Burnley F.C..,['2010' '2016' '2012' '2014'],1
470
- Heather Hancock is the chair of Food Standards Agency.,['2015' '2016' '2012' '2011'],1
471
- Yulia Tymoshenko is the chair of Cabinet of Ministers of Ukraine.,['2014' '2010' '2018' '2020'],1
472
- Jamie Whyte is the chair of ACT New Zealand.,['2012' '2014' '2017' '2019'],1
473
- Sampa Das attended Indian Institute of Technology Bombay.,['2014' '2010' '2017' '2013'],1
474
- Anerood Jugnauth holds the position of Prime Minister of Mauritius.,['2012' '2015' '2011' '2020'],1
475
- Dan Ryckert works for CBS Interactive.,['2013' '2019' '2010' '2011'],1
476
- Kai G. Henriksen is the chair of Vy.,['2017' '2014' '2010' '2020'],1
477
- Charles Davis attended University of Hartford.,['2019' '2012' '2018' '2020'],1
478
- Hüseyin Özgürgün is the head of the government of Turkish Republic of Northern Cyprus.,['2015' '2016' '2014' '2011'],1
479
- Hernán Losada plays for SC Heerenveen.,['2015' '2010' '2012' '2020'],1
480
- Frauke Petry is a member of the The Blue Party.,['2016' '2017' '2013' '2015'],1
481
- Cole Hamels plays for Texas Rangers.,['2013' '2015' '2010' '2020'],1
482
- Hassan Maatouk plays for Al Ahed FC.,['2018' '2010' '2019' '2016'],1
483
- Léa Salamé works for France 2.,['2010' '2015' '2013' '2012'],1
484
- Kevin Pietersen plays for England and Wales cricket team.,['2015' '2010' '2019' '2016'],1
485
- Adam Reach plays for Darlington F.C..,['2016' '2011' '2012' '2013'],1
486
- Francisco Álvarez-Cascos is a member of the Asturias Forum.,['2009' '2019' '2008' '2010'],1
487
- Chris Wood plays for Millwall F.C..,['2020' '2012' '2019' '2011'],1
488
- David Makhura is the head of the government of Gauteng.,['2011' '2016' '2013' '2010'],1
489
- Cihat Arslan is the head coach of Akhisar Belediyespor.,['2014' '2018' '2012' '2011'],1
490
- Nick Griffin is the chair of British National Party.,['2018' '2014' '2015' '2019'],1
491
- Amjad Kalaf plays for Erbil SC.,['2016' '2010' '2019' '2013'],1
492
- Zhang Dejiang holds the position of Vice Premier of the State Council of the People's Republic of China.,['2020' '2012' '2014' '2018'],1
493
- Tom Frieden holds the position of président-directeur général.,['2016' '2019' '2010' '2013'],1
494
- Adesewa Josh works for Voice of America.,['2015' '2017' '2010' '2020'],1
495
- Georgina Roberts works for GlaxoSmithKline.,['2010' '2017' '2012' '2011'],1
496
- Alexandra Mitroshina attended MSU Faculty of Journalism.,['2016' '2013' '2010' '2017'],1
497
- Loudon Love attended Wright State University.,['2013' '2017' '2011' '2016'],1
498
- José Calderón plays for Detroit Pistons.,['2012' '2013' '2016' '2020'],1
499
- Hugo Lloris plays for Tottenham Hotspur F.C..,['2011' '2017' '2010' '2009'],1
500
- Douglas Costa plays for FC Bayern Munich.,['2011' '2017' '2012' '2019'],1
501
- Claudio Ranieri is the head coach of U.C. Sampdoria.,['2012' '2019' '2018' '2017'],1
502
- Lausanne HC is owned by Zdeněk Bakala.,['2019' '2010' '2020' '2014'],2
503
- Serena A. Corr works for University of Kent.,['2020' '2018' '2010' '2016'],2
504
- Ma'ruf Amin is the chair of Majelis Ulama Indonesia.,['2012' '2013' '2017' '2014'],2
505
- Ibram X. Kendi works for Brown University.,['2019' '2017' '2014' '2016'],2
506
- Tom Ince plays for Hull City A.F.C..,['2020' '2012' '2014' '2016'],2
507
- Andrew V. Goldberg works for Microsoft Research.,['2015' '2018' '2010' '2016'],2
508
- Jana Žitňanská is a member of the New Majority.,['2020' '2011' '2013' '2010'],2
509
- Serguei Yakovlev is the head coach of Astana.,['2012' '2011' '2018' '2010'],2
510
- Robert Yevdokimov is the head coach of FC Orenburg.,['2010' '2020' '2015' '2019'],2
511
- Pedro Cateriano holds the position of President of the Council of Ministers of Peru.,['2019' '2017' '2016' '2018'],2
512
- Justin Longmuir is the head coach of Fremantle Football Club.,['2012' '2016' '2019' '2011'],2
513
- Lorenzo D'Anna is the head coach of F.C. Südtirol.,['2016' '2014' '2013' '2015'],2
514
- Beate Meinl-Reisinger is a member of the NEOS – The New Austria.,['2009' '2011' '2017' '2010'],2
515
- Kay Bailey Hutchison holds the position of United States Permanent Representative to NATO.,['2010' '2013' '2018' '2011'],2
516
- Giselle Zarur works for Fox Deportes.,['2015' '2018' '2019' '2010'],2
517
- Peter Ventress is the chair of Bunzl.,['2019' '2010' '2020' '2016'],2
518
- Adam Hammill plays for Middlesbrough F.C..,['2018' '2014' '2012' '2020'],2
519
- Marius Niculae plays for FC Vaslui.,['2016' '2019' '2013' '2020'],2
520
- Wilbur Ross is a member of the Democratic Party.,['2017' '2018' '2016' '2020'],2
521
- Neill Collins is the head coach of Tampa Bay Rowdies.,['2017' '2013' '2019' '2015'],2
522
- Kåre Ingebrigtsen is the head coach of APOEL F.C..,['2011' '2013' '2019' '2016'],2
523
- Levi Mackin plays for Flint Town United F.C..,['2019' '2014' '2017' '2013'],2
524
- Lucas Biglia plays for Associazione Calcio Milan.,['2012' '2011' '2017' '2016'],2
525
- Donato Bruno is a member of the Forza Italia (2013).,['2010' '2012' '2015' '2011'],2
526
- Jane Willenbring works for University of Pennsylvania.,['2018' '2020' '2012' '2017'],2
527
- Gwendolyn Garcia is the head of the government of Cebu.,['2017' '2015' '2020' '2014'],2
528
- John Carmack works for id Software.,['2020' '2014' '2011' '2019'],2
529
- Yemi Odubade plays for Forest Green Rovers F.C..,['2018' '2011' '2013' '2015'],2
530
- Benny Gantz holds the position of Chief of the General Staff (Israel).,['2020' '2017' '2011' '2016'],2
531
- Ayelet Shaked is a member of the New Right.,['2012' '2015' '2020' '2011'],2
532
- Carlos Beltrán plays for St. Louis Cardinals.,['2010' '2009' '2012' '2008'],2
533
- Paul McGowan plays for St. Mirren F.C..,['2016' '2020' '2014' '2018'],2
534
- Christophe Steiner is a member of the Horizon Monaco.,['2010' '2011' '2018' '2012'],2
535
- Justin Welby holds the position of Archbishop of Canterbury.,['2012' '2011' '2018' '2010'],2
536
- Henrik Pedersen is the head coach of Eintracht Braunschweig.,['2019' '2013' '2018' '2011'],2
537
- Hayk Marutyan is the head of the government of Yerevan.,['2014' '2015' '2020' '2012'],2
538
- Douglas Franco Teixeira plays for Trabzonspor.,['2010' '2012' '2020' '2014'],2
539
- Claus-Dieter Wollitz is the head coach of VfL Osnabrück.,['2010' '2015' '2012' '2014'],2
540
- Xavier Florencio is the head coach of Katusha-Alpecin.,['2013' '2011' '2015' '2010'],2
541
- Han Kuo-yu holds the position of general manager.,['2020' '2019' '2013' '2018'],2
542
- Allison Randal is the chair of Open Source Initiative.,['2010' '2014' '2015' '2012'],2
543
- Vladimir Stojković plays for Sporting CP.,['2020' '2019' '2011' '2015'],2
544
- Verdiana Masanja works for University of Dar es Salaam.,['2015' '2011' '2010' '2018'],2
545
- Joshua Wong is a member of the independent politician.,['2014' '2015' '2020' '2016'],2
546
- Nadarajah Asokan works for Aalto University.,['2010' '2011' '2014' '2012'],2
547
- Yolanda Barcina is the head of the government of Navarre.,['2017' '2010' '2013' '2020'],2
548
- Serhiy Leshchenko is a member of the European Solidarity.,['2019' '2017' '2016' '2020'],2
549
- Stockwell Day holds the position of Minister of International Trade.,['2014' '2016' '2010' '2019'],2
550
- Nicky Morgan holds the position of Minister for Women and Equalities.,['2010' '2018' '2014' '2012'],2
551
- Adam Gilchrist plays for Deccan Chargers.,['2011' '2013' '2010' '2012'],2
552
- Darcy Padilla works for San Francisco Art Institute.,['2020' '2017' '2011' '2019'],2
553
- Jiang Jiemin is the chair of State-owned Assets Supervision and Administration Commission of the State Council.,['2010' '2015' '2013' '2020'],2
554
- Alex Hales plays for Adelaide Strikers.,['2015' '2018' '2013' '2020'],2
555
- Yu Darvish plays for Hokkaido Nippon-Ham Fighters.,['2014' '2018' '2010' '2013'],2
556
- Dušan Kerkez is the head coach of AEL Limassol FC.,['2012' '2017' '2018' '2010'],2
557
- Ed Davey is the chair of Liberal Democrats.,['2010' '2017' '2020' '2012'],2
558
- Danny Shittu plays for Bolton Wanderers F.C..,['2014' '2019' '2010' '2018'],2
559
- Mircea Hava is a member of the National Liberal Party.,['2014' '2013' '2019' '2010'],2
560
- John Kerry is the chair of United States Department of State.,['2018' '2012' '2014' '2011'],2
561
- Lomana LuaLua plays for Şanlıurfaspor.,['2013' '2012' '2020' '2015'],2
562
- Tom Finkelpearl works for New York City Department of Cultural Affairs.,['2013' '2011' '2020' '2010'],2
563
- Luther Strange holds the position of United States senator.,['2016' '2010' '2017' '2011'],2
564
- Rajko Magić is the head coach of NK Inter Zaprešić.,['2016' '2014' '2013' '2018'],2
565
- Valerie Hackl works for Österreichische Bundesbahnen.,['2019' '2011' '2012' '2010'],2
566
- Nora Hamzawi works for M6.,['2019' '2015' '2011' '2016'],2
567
- Bonnie Henry works for Ministry of Health.,['2010' '2012' '2018' '2013'],2
568
- Xavi plays for FC Barcelona.,['2017' '2020' '2010' '2016'],2
569
- Antoinette Sandbach is a member of the Welsh Conservative Party.,['2008' '2020' '2012' '2009'],2
570
- Rondale Moore attended New Albany High School.,['2013' '2017' '2016' '2018'],2
571
- Thomas Letsch is the head coach of FC Liefering.,['2013' '2019' '2016' '2020'],2
572
- MyAnimeList is owned by CraveOnline.,['2017' '2015' '2010' '2016'],2
573
- Roberto Bordin is the head coach of Neftchi Baku PFC.,['2011' '2012' '2020' '2010'],2
574
- Dmytro Mykhaylenko is the head coach of SC Dnipro-1.,['2010' '2011' '2017' '2016'],2
575
- Helen McEntee holds the position of Teachta Dála.,['2012' '2011' '2018' '2010'],2
576
- Kirkus Reviews is owned by Herbert Simon.,['2009' '2007' '2010' '2008'],2
577
- Jill R. Horwitz works for New York University School of Law.,['2010' '2015' '2016' '2014'],2
578
- Trace Urban is owned by Modern Times Group.,['2020' '2010' '2016' '2011'],2
579
- Maria Eagle holds the position of Shadow Secretary of State for Defence.,['2011' '2010' '2015' '2018'],2
580
- Pedro J. Ramírez works for El Mundo..,['2020' '2018' '2014' '2015'],2
581
- Astrit Ajdarević plays for Hereford United F.C..,['2014' '2012' '2010' '2017'],2
582
- Janet Montgomery works for Durham University.,['2008' '2009' '2015' '2010'],2
583
- Russell J. Hemley is the chair of JASON.,['2013' '2010' '2014' '2012'],2
584
- Oscar Brevi is the head coach of Società Polisportiva Ars et Labor.,['2016' '2012' '2014' '2017'],2
585
- Raúl Jiménez plays for S.L. Benfica.,['2012' '2014' '2017' '2010'],2
586
- Alexander Zorniger is the head coach of Brøndby IF.,['2015' '2013' '2016' '2020'],2
587
- Jean-Michel Clément is a member of the Place publique.,['2011' '2013' '2020' '2016'],2
588
- Bruce Poliquin holds the position of Maine State Treasurer.,['2015' '2016' '2010' '2020'],2
589
- John L. Hennessy holds the position of director.,['2011' '2013' '2018' '2014'],2
590
- Sven Köhler is the head coach of Hallescher FC.,['2019' '2018' '2012' '2020'],2
591
- John Mensah plays for Asante Kotoko F.C..,['2015' '2011' '2013' '2019'],2
592
- Zdeněk Hřib is the head of the government of Prague.,['2015' '2017' '2020' '2011'],2
593
- Margaret Gardner works for RMIT University.,['2017' '2020' '2010' '2016'],2
594
- Rodrigo Duterte holds the position of Mayor of Davao City.,['2017' '2020' '2010' '2019'],2
595
- Cat Hope works for Monash University.,['2015' '2011' '2017' '2016'],2
596
- David L. Goldfein holds the position of Chief of Staff of the United States Air Force.,['2012' '2014' '2018' '2015'],2
597
- Isaac Humphries attended University of Kentucky.,['2013' '2019' '2016' '2020'],2
598
- Thomas Tuchel is the head coach of Paris Saint-Germain.,['2010' '2016' '2018' '2011'],2
599
- Tyrese Maxey attended South Garland High School.,['2020' '2009' '2019' '2008'],2
600
- Farid Azarkan is the chair of DENK.,['2011' '2017' '2020' '2018'],2
601
- Virginia Raggi is the head of the government of Rome.,['2015' '2010' '2017' '2014'],2
602
- Leigh Griffiths plays for Hibernian F.C..,['2020' '2014' '2013' '2015'],2
603
- Sooronbay Jeenbekov holds the position of President of Kyrgyzstan.,['2011' '2016' '2017' '2014'],2
604
- Eamon Gilmore holds the position of Minister for Foreign Affairs and Trade.,['2015' '2010' '2012' '2020'],2
605
- Chris Beardsley plays for Bristol Rovers F.C..,['2016' '2012' '2014' '2020'],2
606
- Robbie Neilson is the head coach of Dundee United F.C..,['2011' '2010' '2020' '2015'],2
607
- Edinson Cavani plays for Paris Saint-Germain.,['2010' '2012' '2016' '2011'],2
608
- Shakib Al Hasan plays for Leicestershire County Cricket Club.,['2014' '2016' '2013' '2020'],2
609
- Mix Megapol is owned by Discovery Communications Nordic.,['2020' '2018' '2011' '2019'],2
610
- Bohuslav Sobotka holds the position of Prime Minister of the Czech Republic.,['2010' '2018' '2016' '2019'],2
611
- Mourad Boudjellal works for RMC.,['2012' '2010' '2016' '2011'],2
612
- Alexander Stubb holds the position of Minister for European Affairs and Foreign Trade.,['2017' '2010' '2013' '2020'],2
613
- Aleksandr Brazevich is the head coach of FK Žalgiris Vilnius.,['2013' '2010' '2017' '2020'],2
614
- Ilion Lika plays for KS Vllaznia Shkodër.,['2015' '2011' '2010' '2019'],2
615
- Christian Porter holds the position of Attorney-General for Australia.,['2011' '2010' '2018' '2012'],2
616
- Dejan Stanković is the head coach of Red Star Belgrade.,['2010' '2015' '2019' '2017'],2
617
- Christos Zois is a member of the Independent Greeks.,['2010' '2016' '2012' '2020'],2
618
- Mattias Tesfaye is a member of the Socialist People's Party.,['2018' '2014' '2012' '2020'],2
619
- Clemens Fuest works for Zentrum für Europäische Wirtschaftsforschung.,['2019' '2010' '2014' '2011'],2
620
- Suzan DelBene holds the position of director.,['2015' '2014' '2010' '2013'],2
621
- Andrea Bargnani plays for New York Knicks.,['2020' '2010' '2015' '2018'],2
622
- James P. Allison works for Memorial Sloan Kettering Cancer Center.,['2015' '2018' '2012' '2020'],2
623
- Kieron Pollard plays for Adelaide Strikers.,['2020' '2019' '2014' '2018'],2
624
- Marc Dierickx is the head coach of ERA-Circus.,['2011' '2010' '2014' '2012'],2
625
- Carol van Driel-Murray works for Leiden University.,['2016' '2020' '2013' '2010'],2
626
- Ilkka Laitinen is the chair of European Border and Coast Guard Agency.,['2020' '2015' '2010' '2016'],2
627
- James Franklin Jeffrey holds the position of United States Ambassador to Turkey.,['2011' '2015' '2010' '2013'],2
628
- Roman Cieślak is the chair of SWPS University of Social Sciences and Humanities.,['2012' '2010' '2016' '2011'],2
629
- James McClean plays for West Bromwich Albion F.C..,['2013' '2019' '2017' '2010'],2
630
- Dorien Rookmaker is a member of the Group Otten.,['2012' '2015' '2019' '2014'],2
631
- Damir Burić is the head coach of FC Admira Wacker Mödling.,['2018' '2012' '2017' '2013'],2
632
- Tedros Adhanom Ghebreyesus works for Ministry of Foreign Affairs of the Federal Democratic Republic of Ethiopia.,['2019' '2014' '2010' '2015'],2
633
- Dan Holman plays for Histon F.C..,['2017' '2019' '2012' '2015'],2
634
- Dean Windass plays for Scarborough Athletic F.C..,['2018' '2015' '2010' '2020'],2
635
- Thomas Oppermann holds the position of Chief Whip.,['2020' '2016' '2010' '2017'],2
636
- Alex Morgan plays for United States women's national soccer team.,['2007' '2009' '2018' '2008'],2
637
- Harry Herstad is the head of the government of Stord.,['2014' '2020' '2015' '2011'],2
638
- Irakli Gharibashvili is the head of the government of Georgia.,['2010' '2018' '2015' '2011'],2
639
- Neville Powell is the head coach of Bangor City F.C..,['2017' '2020' '2014' '2019'],2
640
- Jonathan de Guzmán plays for S.S.C. Napoli.,['2020' '2018' '2016' '2011'],2
641
- Arturo Vidal plays for Inter Milan.,['2015' '2010' '2020' '2019'],2
642
- Pepe Reina plays for Liverpool F.C..,['2016' '2019' '2012' '2015'],2
643
- Júlio César plays for Queens Park Rangers F.C..,['2017' '2011' '2012' '2015'],2
644
- Yuriy Maleyev is the head coach of FC Slavia-Mozyr.,['2018' '2019' '2012' '2020'],2
645
- James E. Ryan works for University of Virginia.,['2017' '2014' '2019' '2012'],2
646
- Silvio Berlusconi is the chair of Associazione Calcio Milan.,['2019' '2018' '2011' '2020'],2
647
- Yiotis Engomitis is the head coach of Ethnikos Achna FC.,['2020' '2014' '2019' '2012'],2
648
- François Fillon is a member of the The Republicans.,['2010' '2012' '2015' '2011'],2
649
- Reince Priebus is the chair of Republican Party.,['2020' '2010' '2013' '2018'],2
650
- Mikele Leigertwood plays for Reading F.C..,['2015' '2020' '2011' '2019'],2
651
- Urby Emanuelson plays for Hellas Verona F.C..,['2011' '2010' '2017' '2014'],2
652
- Erwin Hoffer plays for Fortuna Düsseldorf.,['2011' '2019' '2015' '2018'],2
653
- Jana Žitňanská is a member of the For the People.,['2017' '2012' '2019' '2013'],2
654
- André Bahia plays for Samsunspor.,['2019' '2010' '2011' '2020'],2
655
- Fabian Picardo is the chair of Gibraltar Socialist Labour Party.,['2009' '2010' '2015' '2008'],2
656
- Skøyen Station is owned by Bane NOR Eiendom.,['2016' '2015' '2017' '2013'],2
657
- Victor Oladipo plays for Oklahoma City Thunder.,['2019' '2015' '2017' '2020'],2
658
- Russell Westbrook plays for Oklahoma City Thunder.,['2009' '2020' '2018' '2008'],2
659
- Samuel Eto'o plays for Qatar SC.,['2011' '2010' '2018' '2017'],2
660
- Daniel Kráľ works for University of West Bohemia.,['2016' '2014' '2011' '2018'],2
661
- Mohamed Salah plays for Egypt national under-20 football team.,['2012' '2015' '2010' '2016'],2
662
- Quique Sánchez Flores is the head coach of Watford F.C..,['2010' '2013' '2015' '2020'],2
663
- César Gaviria is the chair of Colombian Liberal Party.,['2015' '2013' '2017' '2016'],2
664
- Teodor Meleșcanu is a member of the Alliance of Liberals and Democrats Party (Romania).,['2014' '2015' '2018' '2010'],2
665
- Dimitris Syllouris is a member of the European Party.,['2020' '2018' '2012' '2019'],2
666
- Diana Egerton-Warburton works for Griffith University.,['2011' '2016' '2017' '2015'],2
667
- Carlos Jiménez Villarejo is a member of the Socialists' Party of Catalonia.,['2010' '2013' '2019' '2014'],2
668
- Ciro Immobile plays for Italy national association football team.,['2012' '2013' '2015' '2010'],2
669
- Helle Thomsen works for TTH Holstebro.,['2020' '2019' '2012' '2014'],2
670
- Didier Deschamps is the head coach of Olympique de Marseille.,['2014' '2015' '2010' '2019'],2
671
- Anne Hege Grung is the chair of Norwegian Association for Women's Rights.,['2013' '2012' '2020' '2016'],2
672
- Sabrina Ionescu plays for Oregon Ducks women's basketball.,['2014' '2015' '2016' '2011'],2
673
- "Chesley ""Sully"" Sullenberger works for CBS News.",['2010' '2008' '2014' '2009'],2
674
- Norman Sharpless is the chair of National Cancer Institute.,['2012' '2015' '2017' '2016'],2
675
- Devin Booker plays for Phoenix Suns.,['2011' '2010' '2016' '2012'],2
676
- José Luís Jesus is the chair of International Tribunal for the Law of the Sea.,['2018' '2014' '2010' '2019'],2
677
- Filippo Inzaghi is the head coach of Associazione Calcio Milan.,['2011' '2019' '2015' '2017'],2
678
- Jim Sensenbrenner holds the position of United States representative.,['2020' '2009' '2010' '2008'],2
679
- Alessandro Del Piero plays for Odisha FC.,['2012' '2017' '2014' '2020'],2
680
- Lee Boylan plays for Stevenage F.C..,['2017' '2019' '2011' '2012'],2
681
- Jonathan de Guzmán plays for Carpi FC 1909.,['2010' '2011' '2020' '2013'],2
682
- Alex Mullen works for Magdalene College.,['2016' '2019' '2011' '2018'],2
683
- Carlo Ancelotti is the head coach of Real Madrid CF.,['2019' '2017' '2014' '2018'],2
684
- Kevin Phillips plays for Crystal Palace F.C..,['2016' '2020' '2013' '2015'],2
685
- Scott Sinclair plays for Manchester City F.C..,['2020' '2018' '2012' '2016'],2
686
- Espen Barth Eide holds the position of State Secretary.,['2019' '2018' '2011' '2015'],2
687
- Mac McClung attended Georgetown University.,['2012' '2013' '2020' '2015'],2
688
- Sunny Sanwar works for North South University.,['2017' '2015' '2011' '2014'],2
689
- Christian Solinas is the head of the government of Sardinia.,['2016' '2017' '2020' '2014'],2
690
- Che Adams plays for England national football C team.,['2012' '2015' '2014' '2010'],2
691
- Leann Birch works for University of Georgia.,['2013' '2011' '2018' '2010'],2
692
- Henryk Broder works for Die Welt.,['2009' '2008' '2011' '2010'],2
693
- Michal Petrouš is the head coach of SK Slavia Prague.,['2020' '2014' '2013' '2015'],2
694
- Robert Finn holds the position of Catholic bishop.,['2016' '2020' '2011' '2019'],2
695
- Gordon Brown holds the position of First Lord of the Treasury.,['2016' '2013' '2010' '2019'],2
696
- William Hague holds the position of Secretary of State for Foreign and Commonwealth Affairs.,['2016' '2015' '2014' '2018'],2
697
- Eric Abetz holds the position of Minister for Employment and Workplace Relations.,['2019' '2020' '2013' '2016'],2
698
- Tim Cahill plays for New York Red Bulls.,['2011' '2017' '2014' '2010'],2
699
- Ciro Gomes is a member of the Brazilian Socialist Party.,['2014' '2018' '2012' '2017'],2
700
- Colleen Hanabusa holds the position of United States representative.,['2010' '2020' '2011' '2009'],2
701
- Meir Cohen is a member of the Yesh Atid.,['2010' '2011' '2016' '2012'],2
702
- Bülent Korkmaz is the head coach of Antalyaspor.,['2014' '2015' '2018' '2016'],2
703
- Jack Rodwell plays for England national under-21 football team.,['2017' '2018' '2011' '2013'],2
704
- Zoi Konstantopoulou is a member of the SYRIZA.,['2011' '2018' '2013' '2020'],2
705
- Peter Vorderer works for Vrije Universiteit Amsterdam.,['2012' '2013' '2010' '2016'],2
706
- Eric Van Lancker is the head coach of Israel Start-Up Nation.,['2014' '2015' '2018' '2011'],2
707
- Jacques Le Nay is a member of the Union of Democrats and Independents.,['2010' '2011' '2016' '2012'],2
708
- Recep Tayyip Erdoğan is the head of the government of Turkey.,['2017' '2016' '2011' '2015'],2
709
- TVNorge is owned by Discovery Inc..,['2012' '2011' '2013' '2010'],2
710
- "Michael Gove holds the position of Secretary of State for Environment, Food and Rural Affairs.",['2010' '2020' '2017' '2016'],2
711
- Equanimity is owned by Jho Low.,['2010' '2019' '2016' '2013'],2
712
- Danny White works for University at Buffalo.,['2011' '2017' '2013' '2020'],2
713
- Dele Alli plays for England national under-19 football team.,['2013' '2012' '2014' '2016'],2
714
- Alan Johnson holds the position of Home Secretary.,['2011' '2020' '2010' '2014'],2
715
- Ehsan Elahi Zaheer is the chair of Jamiat Ahle Hadith.,['2015' '2018' '2010' '2016'],2
716
- "Simon Coveney holds the position of Minister for Housing, Planning and Local Government.",['2011' '2010' '2016' '2013'],2
717
- Luka Elsner is the head coach of NK Olimpija Ljubljana.,['2011' '2019' '2017' '2018'],2
718
- Carson Pickett attended Florida State University.,['2017' '2010' '2014' '2011'],2
719
- Karim Matmour plays for Borussia Mönchengladbach.,['2016' '2019' '2011' '2013'],2
720
- Babis Tennes is the head coach of Apollon Smyrna F.C..,['2014' '2017' '2020' '2013'],2
721
- Arthur Vanetsyan is the chair of Football Federation of Armenia.,['2013' '2011' '2018' '2016'],2
722
- Tele2 Russia is owned by Rostelecom.,['2013' '2010' '2014' '2012'],2
723
- Alexandre Pato plays for Chelsea F.C..,['2012' '2013' '2016' '2017'],2
724
- Mike Thompson holds the position of United States representative.,['2007' '2009' '2010' '2008'],2
725
- Paul Butler holds the position of Bishop of Southampton.,['2013' '2019' '2010' '2014'],2
726
- Dan Koehl works for Airavata Elephant Foundation.,['2011' '2010' '2019' '2013'],2
727
- Serhiy Kovalets is the head coach of FC Chornomorets Odesa.,['2011' '2019' '2020' '2010'],2
728
- Nicolas Florian is the head of the government of Bordeaux.,['2010' '2011' '2019' '2016'],2
729
- Víctor Ibarbo plays for Cagliari Calcio.,['2016' '2020' '2012' '2019'],2
730
- Carwyn Jones is the head of the government of Wales.,['2020' '2019' '2018' '2009'],2
731
- Teaira McCowan attended Mississippi State University.,['2011' '2014' '2016' '2010'],2
732
- Muhammadu Buhari is the chair of Economic Community of West African States.,['2016' '2012' '2019' '2011'],2
733
- Tonny Vilhena plays for FC Krasnodar.,['2014' '2013' '2020' '2010'],2
734
- Luis Gallego works for Iberia.,['2010' '2012' '2016' '2011'],2
735
- Christia Mercer is the chair of American Philosophical Association.,['2012' '2017' '2019' '2013'],2
736
- Ed Balls holds the position of Shadow Home Secretary.,['2019' '2015' '2011' '2020'],2
737
- Michael D. Higgins holds the position of President of Ireland.,['2010' '2009' '2016' '2008'],2
738
- Saido Berahino plays for England national under-18 football team.,['2019' '2018' '2011' '2017'],2
739
- Jean-Paul Garraud is a member of the The Republicans.,['2013' '2012' '2019' '2014'],2
740
- Peggy Johnson works for Microsoft Corporation.,['2012' '2013' '2015' '2010'],2
741
- Luis Miguel Ramis is the head coach of Albacete Balompié.,['2017' '2016' '2018' '2011'],2
742
- Jeff Hendrick plays for Burnley F.C..,['2012' '2015' '2018' '2010'],2
743
- Alexander Stubb is the head of the government of Finland.,['2019' '2013' '2015' '2018'],2
744
- Lee Peltier plays for Leicester City F.C..,['2017' '2013' '2012' '2015'],2
745
- Judith Collins holds the position of Minister of Corrections.,['2013' '2014' '2015' '2017'],2
746
- Pacheta is the head coach of Elche CF.,['2015' '2013' '2018' '2016'],2
747
- Leslie M. Hicks works for Donald Danforth Plant Science Center.,['2020' '2018' '2011' '2014'],2
748
- Robyn Denholm works for Telstra.,['2011' '2013' '2018' '2010'],2
749
- Marta plays for Western New York Flash.,['2012' '2018' '2011' '2014'],2
750
- Tião Viana is the head of the government of Acre.,['2010' '2020' '2014' '2019'],2
751
- Barbara R. Holland works for University of Tasmania.,['2009' '2007' '2020' '2008'],2
752
- Vince Carter plays for Atlanta Hawks.,['2010' '2013' '2015' '2019'],3
753
- Djibril Cissé plays for France national association football team.,['2014' '2018' '2019' '2011'],3
754
- Luciano Becchio plays for Norwich City F.C..,['2012' '2018' '2016' '2014'],3
755
- Max Verstappen plays for Red Bull Racing.,['2013' '2015' '2014' '2020'],3
756
- Jordi Xuclà is a member of the Partit Nacionalista de Catalunya.,['2015' '2017' '2012' '2020'],3
757
- DeepMind is owned by Google.,['2018' '2011' '2013' '2015'],3
758
- Fox Entertainment Group is owned by 21st Century Fox.,['2011' '2012' '2010' '2020'],3
759
- Mikalay Branfilaw is the head coach of FC Granit Mikashevichi.,['2017' '2015' '2018' '2019'],3
760
- Wen Jiabao is the head of the government of People's Republic of China.,['2017' '2019' '2014' '2013'],3
761
- Ellen Ueberschär is the chair of Heinrich Böll Foundation.,['2011' '2012' '2013' '2020'],3
762
- Qi Lu works for Microsoft Corporation.,['2018' '2020' '2019' '2013'],3
763
- Chris Hipkins holds the position of Minister of Education.,['2014' '2015' '2013' '2020'],3
764
- "Daniel M. Donovan, Jr. holds the position of New York County District Attorney.",['2019' '2016' '2017' '2015'],3
765
- Jimmy Butler plays for Marquette Golden Eagles men's basketball.,['2018' '2013' '2019' '2011'],3
766
- Ellis Webster is the head of the government of Anguilla.,['2010' '2017' '2014' '2020'],3
767
- Andrus Ansip is the chair of Estonian Reform Party.,['2018' '2017' '2020' '2013'],3
768
- Malachi Flynn attended San Diego State University.,['2015' '2014' '2010' '2020'],3
769
- Xavier Bettel is the chair of Democratic Party.,['2017' '2011' '2018' '2014'],3
770
- Obafemi Martins plays for Seattle Sounders FC.,['2018' '2017' '2010' '2014'],3
771
- Ramires plays for Sociedade Esportiva Palmeiras.,['2013' '2015' '2012' '2020'],3
772
- Blagoja Milevski is the head coach of FK Vardar.,['2018' '2017' '2015' '2014'],3
773
- Homare Sawa plays for Japan women's national football team.,['2017' '2016' '2018' '2014'],3
774
- Ivica Dačić holds the position of Minister of Internal Affairs.,['2020' '2016' '2017' '2013'],3
775
- Scott Sinclair plays for England national under-21 football team.,['2017' '2013' '2019' '2011'],3
776
- Trey McKinney-Jones attended University of Miami.,['2015' '2020' '2019' '2013'],3
777
- Harry Kewell plays for Al-Gharafa Sports Club.,['2010' '2016' '2017' '2013'],3
778
- Alan Johnson holds the position of Shadow Home Secretary.,['2017' '2012' '2015' '2010'],3
779
- José Riga is the head coach of Cercle Brugge K.S.V..,['2020' '2013' '2015' '2017'],3
780
- Guido Westerwelle holds the position of Federal Minister for Foreign Affairs.,['2016' '2018' '2019' '2013'],3
781
- Nik Stauskas plays for Michigan Wolverines men's basketball.,['2020' '2019' '2018' '2013'],3
782
- Hiroki Sakai plays for Hannover 96.,['2018' '2019' '2017' '2015'],3
783
- Anies Baswedan is the head of the government of Jakarta.,['2013' '2010' '2012' '2020'],3
784
- Mateo Kovačić plays for Inter Milan.,['2017' '2019' '2018' '2014'],3
785
- Douglas Alexander holds the position of Secretary of State for International Development.,['2016' '2018' '2012' '2010'],3
786
- Luciano Becchio plays for Rotherham United F.C..,['2013' '2012' '2010' '2017'],3
787
- James Allsop works for University of Sydney.,['2016' '2017' '2015' '2013'],3
788
- "Caroline Spelman holds the position of Secretary of State for Housing, Communities and Local Government.",['2017' '2016' '2018' '2010'],3
789
- Frank Scholze works for Karlsruhe Institute of Technology.,['2008' '2020' '2009' '2019'],3
790
- Missy Franklin attended Regis Jesuit High School.,['2020' '2019' '2015' '2013'],3
791
- Wolfgang Böhmer is the head of the government of Saxony-Anhalt.,['2014' '2016' '2018' '2011'],3
792
- Martina Anderson holds the position of member of the European Parliament.,['2011' '2009' '2010' '2020'],3
793
- Catherine Guillouard works for Eutelsat.,['2015' '2018' '2019' '2013'],3
794
- Jeff Flake holds the position of United States senator.,['2010' '2012' '2020' '2016'],3
795
- Andre Iguodala plays for Philadelphia 76ers.,['2014' '2013' '2015' '2011'],3
796
- Bernard Monot is a member of the National Rally.,['2020' '2019' '2009' '2016'],3
797
- Paul Murphy is a member of the RISE (Ireland).,['2011' '2015' '2013' '2020'],3
798
- Masahiro Wada is the head coach of Kyoto Sanga FC.,['2020' '2019' '2012' '2015'],3
799
- Harbhajan Singh plays for Mumbai Indians.,['2020' '2019' '2018' '2016'],3
800
- Matthew Wilson is the head coach of Mitchelton-Scott.,['2009' '2011' '2010' '2019'],3
801
- Motohiro Yogo works for The Wharton School.,['2019' '2011' '2017' '2010'],3
802
- Chris Wood plays for West Bromwich Albion F.C..,['2015' '2019' '2018' '2013'],3
803
- Ioan Andone is the head coach of FC Dinamo București.,['2013' '2014' '2018' '2017'],3
804
- Niall Ferguson works for Harvard University.,['2019' '2018' '2020' '2013'],3
805
- Che Adams plays for England national under-20 football team.,['2020' '2019' '2013' '2015'],3
806
- Todd Landman works for University of Essex.,['2011' '2020' '2018' '2014'],3
807
- Brook Lopez plays for Los Angeles Lakers.,['2019' '2012' '2011' '2018'],3
808
- Ralph Hasenhüttl is the head coach of RB Leipzig.,['2012' '2020' '2013' '2017'],3
809
- Jörgen Lennartsson is the head coach of Lillestrøm SK.,['2012' '2017' '2014' '2019'],3
810
- Will Buckley plays for Sunderland A.F.C..,['2010' '2011' '2013' '2020'],3
811
- Michael Clarke plays for Australia national cricket team.,['2018' '2020' '2017' '2013'],3
812
- "Roger Wakimoto works for University of California, Los Angeles.",['2012' '2013' '2014' '2020'],3
813
- Javier Hernández plays for West Ham United F.C..,['2020' '2015' '2011' '2018'],3
814
- Phase 10 is owned by Mattel.,['2009' '2008' '2007' '2019'],3
815
- Lili Hinstin works for Cinéma du Réel.,['2019' '2018' '2020' '2012'],3
816
- Paul George plays for Los Angeles Clippers.,['2016' '2017' '2013' '2020'],3
817
- Gary Roberts plays for Witton Albion F.C..,['2011' '2017' '2016' '2015'],3
818
- Bill Shorten holds the position of Minister for Education.,['2017' '2018' '2010' '2013'],3
819
- Benji Marshall plays for Blues.,['2011' '2016' '2017' '2014'],3
820
- Joachim Son-Forget is a member of the Socialist Party.,['2015' '2016' '2017' '2013'],3
821
- Albin Kurti is the chair of Vetëvendosje!.,['2016' '2009' '2017' '2020'],3
822
- Yaakov Peri is a member of the Kadima.,['2020' '2018' '2013' '2012'],3
823
- Sascha Riether plays for Germany national association football team.,['2017' '2012' '2015' '2010'],3
824
- Nick Foles plays for Los Angeles Rams.,['2019' '2017' '2012' '2015'],3
825
- Patrick Bamford plays for England national under-21 football team.,['2017' '2012' '2019' '2014'],3
826
- Penny James works for Prudential plc.,['2020' '2010' '2019' '2015'],3
827
- Alberto Fabra is the head of the government of Community of Valencia.,['2016' '2019' '2017' '2015'],3
828
- Jermaine Pennant plays for Tampines Rovers FC.,['2011' '2013' '2014' '2019'],3
829
- Fabio Caserta is the head coach of A.C. Perugia Calcio.,['2017' '2013' '2015' '2020'],3
830
- Pellegrino Matarazzo is the head coach of VfB Stuttgart.,['2018' '2014' '2015' '2020'],3
831
- Hashim Mahomed Amla plays for Dolphins cricket team.,['2017' '2019' '2018' '2013'],3
832
- Joseph DaGrosa is the chair of FC Girondins de Bordeaux.,['2012' '2015' '2013' '2019'],3
833
- Şenol Güneş is the head coach of Turkey national association football team.,['2013' '2015' '2014' '2020'],3
834
- Emmanuel Macron is a member of the independent politician.,['2017' '2019' '2020' '2013'],3
835
- Olivier Giroud plays for Chelsea F.C..,['2013' '2014' '2010' '2019'],3
836
- Thawte Consulting is owned by NortonLifeLock.,['2008' '2009' '2007' '2016'],3
837
- Algimantas Briaunis is the head coach of FK Palanga.,['2013' '2017' '2015' '2019'],3
838
- Troy Bell is a member of the Liberal Party of Australia (South Australian Division).,['2018' '2020' '2019' '2017'],3
839
- Peter R. Orszag works for Lazard.,['2014' '2012' '2010' '2019'],3
840
- Zlatan Pepemovic plays for Los Angeles Galaxy.,['2010' '2016' '2013' '2020'],3
841
- Mamadou Sakho plays for Paris Saint-Germain.,['2019' '2017' '2018' '2013'],3
842
- David Laws holds the position of Chief Secretary to the Treasury.,['2016' '2017' '2013' '2010'],3
843
- Scotty Walden attended Sul Ross State University.,['2014' '2016' '2013' '2012'],3
844
- José Antonio Kast is a member of the independent politician.,['2011' '2012' '2015' '2019'],3
845
- Juan Cuadrado plays for ACF Fiorentina.,['2019' '2010' '2016' '2015'],3
846
- Alla Pugacheva is a member of the Party of Growth.,['2018' '2013' '2017' '2011'],3
847
- Tim Walter is the head coach of VfB Stuttgart.,['2014' '2020' '2017' '2019'],3
848
- Dan Koehl works for Karlsruhe Zoo.,['2007' '2009' '2008' '2019'],3
849
- Alexandru Darie works for Bulandra Theatre.,['2008' '2020' '2009' '2017'],3
850
- Darijo Srna plays for Croatia national association football team.,['2020' '2018' '2017' '2014'],3
851
- André Ventura is a member of the Social Democratic Party.,['2019' '2009' '2020' '2017'],3
852
- Kevin Cobb works for Jacobs School of Music.,['2018' '2013' '2017' '2020'],3
853
- Iveta Radičová is the head of the government of Slovakia.,['2016' '2013' '2014' '2011'],3
854
- "Malcolm Turnbull holds the position of Minister for Broadband, Communications and the Digital Economy.",['2020' '2016' '2018' '2015'],3
855
- "Maroš Šefčovič holds the position of European Commissioner for Education, Culture, Multilingualism and Youth.",['2017' '2013' '2020' '2010'],3
856
- Rubén Albés is the head coach of FC Hermannstadt.,['2019' '2015' '2017' '2020'],3
857
- Tibisay Lucena is the chair of National Electoral Council of Venezuela.,['2008' '2009' '2007' '2017'],3
858
- Ewerthon plays for América Futebol Clube (MG).,['2020' '2018' '2010' '2012'],3
859
- Ismail Ould Bedde Ould Cheikh Sidiya is the head of the government of Mauritania.,['2018' '2010' '2017' '2020'],3
860
- Michael Brown plays for Portsmouth F.C..,['2016' '2013' '2019' '2011'],3
861
- Robert A. McDonald is the chair of United States Department of Veterans Affairs.,['2012' '2011' '2010' '2017'],3
862
- Kaleemullah Khan plays for Sacramento Republic FC.,['2010' '2013' '2017' '2015'],3
863
- Gennady Gudkov is a member of the A Just Russia.,['2019' '2017' '2018' '2013'],3
864
- Nikola Mirotić plays for FC Barcelona Bàsquet.,['2012' '2014' '2013' '2020'],3
865
- Cheyna Matthews attended Florida State University.,['2012' '2019' '2017' '2016'],3
866
- Ki Sung-yueng plays for Celtic F.C..,['2020' '2013' '2019' '2012'],3
867
- Brandi M. Cossairt works for University of Washington.,['2009' '2011' '2010' '2019'],3
868
- Sir George Young holds the position of Shadow Leader of the House of Commons.,['2013' '2018' '2015' '2010'],3
869
- Kurban Berdyev is the head coach of Rubin Kazan.,['2012' '2015' '2011' '2018'],3
870
- Shivnarine Chanderpaul plays for Guyana Amazon Warriors.,['2012' '2013' '2019' '2015'],3
871
- Tammam Salam holds the position of President of Lebanon.,['2011' '2019' '2013' '2015'],3
872
- Liu Jiayi is the chair of National Audit Office of the People's Republic of China.,['2018' '2019' '2020' '2016'],3
873
- Vince Cable is the chair of Liberal Democrats.,['2012' '2015' '2016' '2018'],3
874
- Tom Southam is the head coach of EF Pro Cycling.,['2014' '2013' '2012' '2019'],3
875
- "Volodymyr Yelchenko is the chair of Embassy of Ukraine, Moscow.",['2016' '2017' '2020' '2013'],3
876
- Andrzej Duda holds the position of President of the Republic of Poland.,['2014' '2013' '2012' '2020'],3
877
- Yuba Raj Khatiwada works for Nepal Rastra Bank.,['2020' '2016' '2017' '2013'],3
878
- Antonino Raspanti holds the position of Catholic bishop.,['2008' '2010' '2009' '2018'],3
879
- Kevin Cramer holds the position of United States senator.,['2015' '2012' '2013' '2020'],3
880
- Gary Hooper plays for Sheffield Wednesday F.C..,['2013' '2014' '2012' '2019'],3
881
- Fox Mobile Entertainment is owned by Freenet AG.,['2010' '2011' '2013' '2017'],3
882
- Dennis Hof is a member of the Republican Party.,['2014' '2015' '2012' '2019'],3
883
- Iker Casillas plays for Spain national association football team.,['2020' '2018' '2017' '2015'],3
884
- Dean Whitehead plays for Middlesbrough F.C..,['2010' '2018' '2017' '2014'],3
885
- Khadija Arib is the chair of House of Representatives.,['2014' '2013' '2011' '2020'],3
886
- Beata Szydło is the head of the government of Poland.,['2011' '2013' '2010' '2016'],3
887
- Rebecca Long-Bailey holds the position of Shadow Secretary of State for Education.,['2014' '2017' '2015' '2020'],3
888
- Rick Perry holds the position of United States Secretary of Energy.,['2012' '2016' '2015' '2020'],3
889
- Davide Galimberti is the head of the government of Varese.,['2010' '2011' '2014' '2019'],3
890
- Renee M. Johnson works for Harvard T.H. Chan School of Public Health.,['2017' '2020' '2018' '2014'],3
891
- Jim Sensenbrenner holds the position of delegate.,['2019' '2020' '2018' '2016'],3
892
- Jim Murphy holds the position of Shadow Secretary of State for Scotland.,['2014' '2018' '2017' '2010'],3
893
- Augustus John Rush works for Duke University.,['2014' '2013' '2011' '2020'],3
894
- Jack Straw holds the position of Secretary of State for Justice.,['2016' '2017' '2013' '2010'],3
895
- i is owned by JPIMedia.,['2017' '2011' '2012' '2019'],3
896
- Sébastien Hinault is the head coach of Arkéa-Samsic.,['2010' '2013' '2014' '2019'],3
897
- Kim Little plays for Great Britain women's Olympic association football team.,['2016' '2017' '2010' '2012'],3
898
- Călin Popescu-Tăriceanu is a member of the National Liberal Party.,['2017' '2018' '2019' '2013'],3
899
- "James Brokenshire holds the position of Secretary of State for Housing, Communities and Local Government.",['2016' '2013' '2014' '2019'],3
900
- Stefan Białas is the head coach of Legia Warsaw.,['2013' '2019' '2017' '2010'],3
901
- Renato Sanches plays for Portugal national association football team.,['2011' '2014' '2015' '2019'],3
902
- Ben May plays for Scunthorpe United F.C..,['2018' '2019' '2015' '2010'],3
903
- Daniel Ramos is the head coach of G.D. Chaves.,['2014' '2017' '2019' '2018'],3
904
- Memphis Depay plays for Netherlands national under-19 football team.,['2010' '2018' '2015' '2012'],3
905
- Giorgio Napolitano holds the position of senatore a vita.,['2012' '2011' '2014' '2018'],3
906
- Nikola Žigić plays for Valencia CF.,['2019' '2011' '2018' '2010'],3
907
- Carolyn K. Peterson is the head of the government of Ithaca.,['2012' '2020' '2013' '2011'],3
908
- Hideyo Hanazumi is the head of the government of Niigata Prefecture.,['2011' '2013' '2015' '2020'],3
909
- Anerood Jugnauth holds the position of President of Mauritius.,['2015' '2013' '2019' '2012'],3
910
- Viorel Tănase is the head coach of Viitorul-Pandurii.,['2013' '2017' '2014' '2020'],3
911
- Emmanuel Culio plays for Al Wasl FC.,['2012' '2016' '2017' '2014'],3
912
- Yury Konoplev is the head coach of FC Orsha.,['2012' '2020' '2018' '2017'],3
913
- Kevin Anderson works for University of Maryland.,['2019' '2020' '2009' '2016'],3
914
- Self-portrait wearing a white feathered bonnet is owned by National Trust.,['2009' '2007' '2008' '2018'],3
915
- Clifford Williams works for Wheaton College.,['2012' '2019' '2011' '2016'],3
916
- Paige Bueckers attended Hopkins High School.,['2013' '2012' '2014' '2020'],3
917
- Raimondas Šukys is the chair of Ministry of Health.,['2017' '2020' '2015' '2011'],3
918
- Play M Entertainment is owned by Kakao M.,['2013' '2010' '2014' '2018'],3
919
- Enda Kenny holds the position of Leader of Fine Gael.,['2020' '2019' '2018' '2016'],3
920
- Pavel Hoftych is the head coach of FC Spartak Trnava.,['2010' '2014' '2013' '2012'],3
921
- J. J. Redick plays for Milwaukee Bucks.,['2019' '2015' '2010' '2013'],3
922
- Aliyah Boston attended University of South Carolina.,['2014' '2018' '2013' '2020'],3
923
- Robert Biedroń is a member of the Palikot's Movement.,['2010' '2017' '2019' '2014'],3
924
- Ryan Babel plays for Liverpool F.C..,['2014' '2016' '2018' '2011'],3
925
- Flekkefjord Line is owned by Norwegian National Rail Administration.,['2020' '2018' '2017' '2016'],3
926
- John R. Curtis holds the position of mayor.,['2018' '2019' '2020' '2016'],3
927
- Sabine Carey works for University of Nottingham.,['2017' '2013' '2015' '2010'],3
928
- Marius Baciu is the head coach of CS Concordia Chiajna.,['2010' '2020' '2019' '2015'],3
929
- Angela Rayner holds the position of Shadow Minister for Women and Equalities.,['2015' '2010' '2014' '2019'],3
930
- David Lidington holds the position of Chancellor of the Duchy of Lancaster.,['2011' '2016' '2013' '2019'],3
931
- Steve Smith plays for Antigua Hawksbills.,['2017' '2019' '2012' '2013'],3
932
- Marcus Haber plays for Canada men's national under-17 soccer team.,['2016' '2018' '2015' '2011'],3
933
- Minho railway line is owned by Infrastructures of Portugal.,['2014' '2013' '2011' '2018'],3
934
- Austin Petersen is a member of the Republican Party.,['2016' '2013' '2012' '2020'],3
935
- Sydney Leroux plays for United States women's national under-20 soccer team.,['2017' '2011' '2018' '2010'],3
936
- Andre Gray plays for Brentford F.C..,['2017' '2019' '2016' '2015'],3
937
- Roger Sandberg is the head coach of Hammarby Fotboll.,['2014' '2018' '2010' '2011'],3
938
- Nordic Regional Airlines is owned by Finnair.,['2008' '2009' '2010' '2017'],3
939
- Victor Ciorbea is a member of the National Liberal Party.,['2015' '2019' '2011' '2013'],3
940
- Yemi Odubade plays for Newport County A.F.C..,['2014' '2013' '2017' '2011'],3
941
- Etrit Berisha plays for S.S. Lazio.,['2019' '2012' '2020' '2016'],3
942
- Kevin Rudd holds the position of Prime Minister of Australia.,['2014' '2018' '2019' '2013'],3
943
- Steve Bannon works for Breitbart News.,['2019' '2020' '2017' '2013'],3
944
- Harry Kewell plays for Melbourne City Football Club.,['2018' '2015' '2017' '2014'],3
945
- Víctor Ibarbo plays for A.S. Roma.,['2016' '2011' '2019' '2015'],3
946
- David Dunn plays for Oldham Athletic A.F.C..,['2012' '2018' '2013' '2016'],3
947
- Oleg Dulub is the head coach of FC BATE Borisov.,['2016' '2019' '2015' '2018'],3
948
- Elisabeth Moreno works for Hewlett-Packard.,['2018' '2010' '2014' '2020'],3
949
- Andrew Holding works for Medical Research Council.,['2018' '2017' '2019' '2013'],3
950
- Ling Long works for Iowa State University.,['2020' '2019' '2017' '2013'],3
951
- Hanna Jensen is a member of the People's Party.,['2012' '2020' '2018' '2011'],3
952
- Iurie Leancă is a member of the Liberal Democratic Party of Moldova.,['2018' '2020' '2017' '2015'],3
953
- Ivan Lewis holds the position of Shadow Secretary of State for International Development.,['2016' '2019' '2018' '2012'],3
954
- Filippo Nogarin is the head of the government of Livorno.,['2010' '2011' '2013' '2017'],3
955
- David de Gea Quintana plays for Spain national under-21 football team.,['2016' '2019' '2014' '2013'],3
956
- Raf Simons works for Christian Dior S.A..,['2016' '2020' '2010' '2015'],3
957
- Bill Peduto is the head of the government of Pittsburgh.,['2012' '2010' '2013' '2019'],3
958
- Alan Kelly holds the position of Teachta Dála.,['2008' '2009' '2010' '2017'],3
959
- Juan Carlos Oliva is the head coach of AC Omonia.,['2015' '2012' '2017' '2018'],3
960
- Tom Brady plays for New England Patriots.,['2009' '2008' '2020' '2017'],3
961
- John Harkes is the head coach of FC Cincinnati.,['2018' '2013' '2019' '2017'],3
962
- Anthony Grant plays for Crewe Alexandra F.C..,['2020' '2018' '2011' '2015'],3
963
- Xavier Trias is a member of the Catalan European Democratic Party.,['2014' '2013' '2012' '2019'],3
964
- Robert W. McElroy holds the position of diocesan bishop.,['2014' '2013' '2011' '2020'],3
965
- Louis Bontes is a member of the Party for Freedom.,['2018' '2015' '2019' '2013'],3
966
- Leanid Lahun is the head coach of FC Torpedo-MAZ Minsk.,['2019' '2015' '2012' '2018'],3
967
- Ida Auken is a member of the Socialist People's Party.,['2016' '2017' '2015' '2013'],3
968
- Anne Hidalgo is the head of the government of Paris.,['2012' '2010' '2013' '2020'],3
969
- Andre Drummond plays for UConn Huskies men's basketball.,['2016' '2015' '2013' '2012'],3
970
- Ihor Sorkin is the chair of National Bank of Ukraine.,['2018' '2017' '2010' '2014'],3
971
- Valentina Melnikova is the chair of People's Freedom Party.,['2014' '2015' '2013' '2012'],3
972
- Stephen O'Brien holds the position of Under-Secretary-General for Humanitarian Affairs and Emergency Relief Coordinator.,['2012' '2010' '2014' '2018'],3
973
- Shang Fulin is the chair of China Banking Regulatory Commission.,['2009' '2010' '2008' '2018'],3
974
- Jae Crowder plays for Miami Heat.,['2010' '2011' '2018' '2020'],3
975
- Luke Moore plays for Swansea City A.F.C..,['2015' '2019' '2017' '2013'],3
976
- Gabriela Rivadeneira is a member of the Citizen Revolution.,['2017' '2015' '2016' '2020'],3
977
- Chris Uhlmann works for Nine.,['2012' '2013' '2015' '2020'],3
978
- Anghel Iordănescu is the head coach of Romania national association football team.,['2020' '2018' '2017' '2013'],3
979
- Filipe Morais plays for Stevenage F.C..,['2016' '2015' '2018' '2013'],3
980
- Ali Krieger plays for Tyresö FF.,['2019' '2018' '2012' '2013'],3
981
- Sergio Villalobos works for Andrés Bello University.,['2015' '2018' '2017' '2010'],3
982
- Sylvie Paycha works for University of Potsdam.,['2008' '2009' '2010' '2017'],3
983
- Ivan Rakitić plays for FC Barcelona.,['2011' '2010' '2012' '2020'],3
984
- Cha Du-ri plays for Celtic F.C..,['2020' '2013' '2015' '2011'],3
985
- Daniel Salaverry is a member of the American Popular Revolutionary Alliance.,['2017' '2016' '2015' '2013'],3
986
- Christopher Samba plays for FC Anzhi Makhachkala.,['2017' '2020' '2015' '2013'],3
987
- Migen Memelli plays for Partizani Tirana.,['2010' '2017' '2016' '2014'],3
988
- Peadar Tóibín is a member of the Aontú.,['2013' '2015' '2010' '2020'],3
989
- Frank de Boer is the head coach of AFC Ajax.,['2020' '2018' '2017' '2014'],3
990
- Armand Traoré plays for Juventus FC.,['2016' '2013' '2019' '2011'],3
991
- Dario Nardella is the head of the government of Florence.,['2012' '2010' '2013' '2019'],3
992
- Viron Polydoras is a member of the New Democracy.,['2020' '2018' '2019' '2013'],3
993
- Alex Oxlade-Chamberlain plays for Arsenal F.C..,['2020' '2010' '2019' '2014'],3
994
- Igor Kriushenko is the head coach of Belarus national football team.,['2010' '2016' '2015' '2019'],3
995
- Frances Fitzgerald holds the position of Minister for Justice and Equality.,['2012' '2020' '2019' '2017'],3
996
- Rohit Sharma plays for Mumbai Indians.,['2009' '2008' '2010' '2018'],3
997
- Cuauhtémoc Blanco plays for Mexico national football team.,['2017' '2018' '2019' '2013'],3
998
- Mae Montaño is a member of the CREO.,['2020' '2019' '2009' '2017'],3
999
- Karim Matmour plays for Eintracht Frankfurt.,['2015' '2017' '2010' '2012'],3
1000
- Jim Goodwin is the head coach of St. Mirren F.C..,['2016' '2013' '2017' '2020'],3
1001
- Pablo Casado is the chair of People's Party.,['2012' '2011' '2013' '2020'],3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fact/templama/test.json ADDED
The diff for this file is too large to render. See raw diff
 
fact/templama/train.csv DELETED
The diff for this file is too large to render. See raw diff
 
fact/templama/train.json ADDED
The diff for this file is too large to render. See raw diff
 
fact/templama/valid.csv DELETED
@@ -1,1001 +0,0 @@
1
- text,options,label
2
- Ricardo Quaresma plays for Inter Milan.,['2010' '2020' '2017' '2013'],0
3
- Santiago Cazorla plays for Villarreal Club de Fútbol.,['2011' '2012' '2015' '2013'],0
4
- Francis Maude holds the position of Minister for the Cabinet Office.,['2011' '2017' '2020' '2016'],0
5
- Portrait of Professor Benjamin H. Rand is owned by Crystal Bridges Museum of American Art.,['2011' '2010' '2009' '2008'],0
6
- "Peter Mandelson holds the position of Secretary of State for Business, Energy and Industrial Strategy.",['2010' '2019' '2018' '2016'],0
7
- Thomas F Krauss works for University of York.,['2016' '2011' '2010' '2009'],0
8
- Clarke Carlisle plays for York City F.C..,['2012' '2010' '2014' '2011'],0
9
- Mustapha Madih works for Al-Wakrah Sports Club.,['2010' '2013' '2012' '2014'],0
10
- Guillermo Barros Schelotto is the head coach of Boca Juniors.,['2017' '2019' '2012' '2011'],0
11
- Jeroen Zoet plays for PSV Eindhoven.,['2012' '2009' '2008' '2007'],0
12
- J. J. Redick plays for Los Angeles Clippers.,['2014' '2018' '2020' '2011'],0
13
- Indianapolis Motor Speedway is owned by Penske Corporation.,['2019' '2016' '2012' '2010'],0
14
- Mateo Kovačić plays for Croatia national under-17 football team.,['2011' '2014' '2019' '2018'],0
15
- Turnberry is owned by The Trump Organization.,['2014' '2011' '2013' '2012'],0
16
- Vasile Miriuță is the head coach of ASA 2013 Târgu Mureș.,['2015' '2014' '2016' '2013'],0
17
- Ingrid Daubechies is the chair of International Mathematical Union.,['2013' '2016' '2010' '2015'],0
18
- Neymar plays for FC Barcelona.,['2013' '2010' '2012' '2020'],0
19
- Athanasios Plevris is a member of the Popular Orthodox Rally.,['2010' '2014' '2020' '2017'],0
20
- Mostapha El Kabir plays for Gençlerbirliği S.K..,['2015' '2014' '2012' '2011'],0
21
- Mehbooba Mufti is the chair of Jammu and Kashmir People's Democratic Party.,['2017' '2010' '2015' '2013'],0
22
- Paul Ramchandani works for Imperial College London.,['2014' '2011' '2010' '2019'],0
23
- Kirk Hinrich plays for Washington Wizards.,['2011' '2019' '2018' '2020'],0
24
- Alex Mullen works for All Souls College.,['2015' '2009' '2010' '2008'],0
25
- Graeme Smith plays for Surrey County Cricket Club.,['2013' '2018' '2011' '2020'],0
26
- Luis Abinader is a member of the Modern Revolutionary Party.,['2018' '2012' '2011' '2013'],0
27
- Phil Murphy holds the position of United States Ambassador to Germany.,['2012' '2015' '2014' '2018'],0
28
- Jordan Henderson plays for England national under-21 football team.,['2012' '2015' '2018' '2017'],0
29
- Jan Piotrowski holds the position of diocesan bishop.,['2014' '2011' '2013' '2012'],0
30
- Amjad Kalaf plays for Iraq national under-20 football team.,['2012' '2013' '2019' '2020'],0
31
- Zoumana Bakayogo plays for Tranmere Rovers F.C..,['2011' '2016' '2020' '2015'],0
32
- Joyce Beatty holds the position of United States representative.,['2015' '2011' '2020' '2010'],0
33
- Vyacheslav Volodin holds the position of Chairman of the State Duma.,['2020' '2010' '2013' '2015'],0
34
- Ellen Tauscher holds the position of diplomat.,['2017' '2009' '2011' '2010'],0
35
- Enda Kenny holds the position of Teachta Dála.,['2018' '2007' '2009' '2008'],0
36
- Sergey Vekhtev is the head coach of FC Orsha.,['2019' '2016' '2012' '2010'],0
37
- Juan Cuadrado plays for Udinese Calcio.,['2011' '2018' '2014' '2015'],0
38
- Jordi Sànchez i Picanyol is a member of the independent politician.,['2014' '2009' '2007' '2008'],0
39
- Gary Roberts plays for Mansfield Town F.C..,['2012' '2010' '2019' '2016'],0
40
- Viktor Zimin is the head of the government of Republic of Khakassia.,['2014' '2019' '2020' '2009'],0
41
- Dejan Stanković plays for Serbia national football team.,['2010' '2016' '2017' '2018'],0
42
- Danielle Outlaw works for Portland Police Bureau.,['2017' '2013' '2011' '2020'],0
43
- Zoltán Stieber plays for Hamburger SV.,['2014' '2011' '2010' '2020'],0
44
- Kawlo Iyun Pacidal is a member of the Taiwan Renewal Party.,['2020' '2014' '2013' '2015'],0
45
- Yuriy Krot is the head coach of FC Slutsk.,['2012' '2020' '2019' '2017'],0
46
- Ashley Cole plays for Chelsea F.C..,['2012' '2019' '2017' '2016'],0
47
- Peter Hyballa is the head coach of Alemannia Aachen.,['2011' '2017' '2015' '2016'],0
48
- Archie Norman is the chair of ITV plc.,['2014' '2017' '2019' '2018'],0
49
- Hristo Yanev is the head coach of PFC CSKA Sofia.,['2015' '2014' '2018' '2020'],0
50
- Michael Gove holds the position of Chancellor of the Duchy of Lancaster.,['2020' '2016' '2014' '2017'],0
51
- Miroslav Kalousek is the chair of TOP 09.,['2015' '2010' '2011' '2019'],0
52
- "Jeanine Meerapfel is the chair of Academy of Arts, Berlin.",['2016' '2010' '2012' '2011'],0
53
- Mehmet Özdilek is the head coach of Büyükşehir Belediye Erzurumspor.,['2020' '2014' '2012' '2011'],0
54
- Georgi Ivanov is the head coach of PFC Cherno More Varna.,['2017' '2010' '2019' '2013'],0
55
- Rami Hamdallah is the head of the government of State of Palestine.,['2018' '2020' '2013' '2011'],0
56
- Sharon Gesthuizen is a member of the GroenLinks.,['2018' '2017' '2010' '2011'],0
57
- Lewis Dunk plays for England national association football team.,['2020' '2016' '2014' '2012'],0
58
- Bradley Beal plays for Washington Wizards.,['2016' '2011' '2010' '2009'],0
59
- Christos Zois is a member of the New Reformist Radical Reconstruction.,['2014' '2011' '2010' '2012'],0
60
- William H. McRaven works for University of Texas System.,['2015' '2020' '2013' '2014'],0
61
- Fumio Hayashi works for National Graduate Institute for Policy Studies.,['2017' '2010' '2012' '2014'],0
62
- Asad Umer holds the position of chief executive officer.,['2010' '2020' '2019' '2013'],0
63
- Jacques Rogge is the chair of International Olympic Committee.,['2012' '2015' '2014' '2018'],0
64
- Peter J. Wagner works for Field Museum of Natural History.,['2013' '2019' '2018' '2020'],0
65
- Néstor Kirchner holds the position of Secretary General of the Union of South American Nations.,['2010' '2019' '2012' '2020'],0
66
- Miralem Pjanić plays for Juventus FC.,['2017' '2010' '2011' '2013'],0
67
- Selim Benachour is the head coach of ACS Foresta Suceava.,['2018' '2014' '2017' '2020'],0
68
- Jeff Zeleny works for ABC News.,['2015' '2020' '2012' '2011'],0
69
- Shigefumi Mori is the chair of International Mathematical Union.,['2015' '2019' '2012' '2020'],0
70
- Peter Pilz is a member of the NOW – Pilz List.,['2017' '2016' '2012' '2015'],0
71
- chairperson is the chair of United States Forest Service.,['2018' '2012' '2013' '2011'],0
72
- Robert Snodgrass plays for Scotland national football team.,['2012' '2010' '2009' '2008'],0
73
- Simon Coveney holds the position of Tánaiste.,['2019' '2011' '2010' '2012'],0
74
- Petr Rada is the head coach of AC Sparta Prague.,['2017' '2011' '2012' '2010'],0
75
- Adam Vojtěch works for Ministry of Finance of the Czech Republic.,['2015' '2018' '2013' '2011'],0
76
- Fabian Picardo is the head of the government of Gibraltar.,['2016' '2008' '2009' '2010'],0
77
- Peter Smith is the chair of Roman Catholic Archdiocese of Cardiff.,['2010' '2011' '2019' '2015'],0
78
- Giuseppe Sannino is the head coach of Levadiakos F.C..,['2018' '2020' '2011' '2016'],0
79
- Neil Abercrombie holds the position of United States representative.,['2010' '2014' '2016' '2020'],0
80
- Sachin Tendulkar plays for Mumbai cricket team.,['2010' '2017' '2014' '2016'],0
81
- Kakha Kaladze is the head of the government of Tbilisi.,['2019' '2010' '2012' '2011'],0
82
- Maksym Kovalenko works for ETH Zurich.,['2012' '2010' '2009' '2008'],0
83
- Justin Trudeau is the chair of Liberal Party of Canada.,['2014' '2010' '2011' '2012'],0
84
- Ellen van Dijk plays for Trek-Segafredo Women.,['2020' '2014' '2015' '2011'],0
85
- Will Smith attended University of Louisville.,['2013' '2017' '2012' '2020'],0
86
- Artur Avakyants is the head coach of FC Akzhayik.,['2019' '2010' '2017' '2016'],0
87
- Harry Arter plays for Woking F.C..,['2010' '2014' '2012' '2017'],0
88
- Jessica Shepard attended Fremont Senior High School.,['2011' '2016' '2019' '2018'],0
89
- Ivica Kulešević is the head coach of NK Osijek.,['2020' '2012' '2014' '2013'],0
90
- David L. Goldfein holds the position of Vice Chief of Staff of the United States Air Force.,['2016' '2011' '2014' '2019'],0
91
- Mariano Rajoy holds the position of Prime Minister of Spain.,['2011' '2020' '2019' '2010'],0
92
- Trent Kelly holds the position of district attorney.,['2012' '2010' '2011' '2016'],0
93
- Richard David Precht works for Hanns Eisler College of Music Berlin.,['2017' '2011' '2010' '2009'],0
94
- Nano is the head coach of Gimnàstic de Tarragona.,['2017' '2011' '2015' '2020'],0
95
- Ray Laurence works for Macquarie University.,['2018' '2013' '2014' '2011'],0
96
- Tai Wynyard attended Santa Clara University.,['2018' '2014' '2010' '2016'],0
97
- Mihai Teja is the head coach of FC Voluntari.,['2020' '2010' '2019' '2015'],0
98
- Uffe Elbæk is a member of the Radical Left.,['2011' '2020' '2018' '2015'],0
99
- Axel Börsch-Supan works for Max Planck Institute for Social Law and Social Policy.,['2019' '2010' '2009' '2008'],0
100
- Christodoulos I. Stefanadis works for Yale University.,['2018' '2011' '2013' '2012'],0
101
- Mišo Krstičević is the head coach of H.N.K. Hajduk Split.,['2012' '2014' '2017' '2016'],0
102
- Jonathan de Guzmán plays for Swansea City A.F.C..,['2014' '2017' '2011' '2020'],0
103
- Peter Odemwingie plays for Nigeria national football team.,['2010' '2018' '2019' '2016'],0
104
- Ivan Lewis holds the position of Minister of State for Foreign Affairs.,['2010' '2013' '2017' '2020'],0
105
- Peter Caruana is the head of the government of Gibraltar.,['2010' '2020' '2012' '2016'],0
106
- Shafie Apdal is a member of the Sabah Heritage Party.,['2016' '2014' '2010' '2011'],0
107
- Quincy Promes plays for Sevilla FC.,['2019' '2011' '2014' '2012'],0
108
- Tim Southee plays for Middlesex County Cricket Club.,['2017' '2018' '2011' '2014'],0
109
- Enrico Poitschke is the head coach of Bora-Hansgrohe.,['2020' '2007' '2009' '2008'],0
110
- Hope Hicks holds the position of White House Director of Strategic Communications.,['2017' '2012' '2013' '2020'],0
111
- Katsuya Okada is the chair of Democratic Party.,['2016' '2020' '2019' '2017'],0
112
- Paul Collingwood plays for Delhi Daredevils.,['2010' '2015' '2013' '2019'],0
113
- Expobank CZ is owned by Igor Kim.,['2016' '2012' '2011' '2013'],0
114
- Mario Götze plays for Borussia Dortmund.,['2011' '2014' '2009' '2015'],0
115
- Massimo Carrera is the head coach of Juventus FC.,['2012' '2013' '2019' '2017'],0
116
- Baijayant Panda is a member of the Biju Janata Dal.,['2018' '2020' '2009' '2019'],0
117
- Rivaldo plays for São Paulo FC.,['2011' '2012' '2010' '2014'],0
118
- Alojzy Nowak works for Academic Sports Association.,['2018' '2014' '2016' '2011'],0
119
- Alex Hales plays for Mumbai Indians.,['2015' '2012' '2017' '2014'],0
120
- Rafael Márquez plays for Hellas Verona F.C..,['2014' '2020' '2010' '2011'],0
121
- Simon Stoddart works for McDonald Institute for Archaeological Research.,['2014' '2019' '2010' '2020'],0
122
- Manuel Neuer plays for FC Schalke 04.,['2010' '2015' '2017' '2014'],0
123
- Oliver Letwin holds the position of minister of state.,['2010' '2020' '2017' '2016'],0
124
- Christopher Barner-Kowollik works for Queensland University of Technology.,['2018' '2014' '2011' '2016'],0
125
- William Sachiti attended Aberystwyth University.,['2015' '2018' '2014' '2020'],0
126
- Daniel Meyer is the head coach of FC Erzgebirge Aue.,['2018' '2013' '2010' '2011'],0
127
- Janusz Piechociński is the chair of Polish People's Party.,['2012' '2011' '2016' '2017'],0
128
- Unai Emery is the head coach of Villarreal Club de Fútbol.,['2020' '2012' '2019' '2014'],0
129
- Don Farrell holds the position of Member of the Australian Senate.,['2012' '2009' '2008' '2015'],0
130
- Diego Forlán is the head coach of Club Atlético Cottolengo Don Orione.,['2019' '2013' '2014' '2011'],0
131
- Craig Bellamy plays for Liverpool F.C..,['2011' '2015' '2017' '2010'],0
132
- John Darley is a member of the Advance SA.,['2019' '2016' '2010' '2014'],0
133
- Pavlos Polakis is a member of the SYRIZA.,['2016' '2009' '2011' '2010'],0
134
- Raphaël Varane plays for R.C. Lens.,['2010' '2014' '2017' '2012'],0
135
- Nigel Farage is a member of the Brexit Party.,['2019' '2018' '2016' '2015'],0
136
- Hugo Barra works for Google.,['2010' '2019' '2014' '2016'],0
137
- Josh Perkins attended Huntington Prep School.,['2014' '2019' '2012' '2016'],0
138
- Ciro Immobile plays for Torino F.C..,['2014' '2010' '2011' '2012'],0
139
- María Teresa Sosa is a member of the Valor (political party).,['2018' '2016' '2011' '2015'],0
140
- David Cameron holds the position of Prime Minister of the United Kingdom.,['2012' '2019' '2018' '2017'],0
141
- Philippe Coutinho plays for Liverpool F.C..,['2018' '2010' '2012' '2020'],0
142
- Michail Michailowitsch Kapranow works for Yale University.,['2014' '2018' '2019' '2017'],0
143
- David Moyes is the head coach of Manchester United F.C..,['2013' '2018' '2011' '2016'],0
144
- Jonathan de Guzmán plays for Netherlands national association football team.,['2018' '2012' '2011' '2010'],0
145
- Montserrat Tura i Camafreita is a member of the Leftwing Movement.,['2014' '2011' '2018' '2016'],0
146
- Christine Lane works for University of Manchester.,['2015' '2017' '2018' '2010'],0
147
- Keir Starmer holds the position of Shadow Secretary of State for Exiting the European Union.,['2020' '2011' '2012' '2013'],0
148
- Hassan Maatouk plays for Nejmeh SC.,['2017' '2013' '2010' '2020'],0
149
- Mo'ne Davis attended Springside Chestnut Hill Academy.,['2013' '2009' '2008' '2020'],0
150
- Luis pistolero Suárez plays for Uruguay Olympic football team.,['2012' '2013' '2011' '2020'],0
151
- Ihor Palytsia is the head of the government of Odessa Oblast.,['2011' '2016' '2020' '2018'],0
152
- Arsène Wenger is the head coach of Arsenal F.C..,['2011' '2009' '2020' '2019'],0
153
- Nick Brown is the chair of Linacre College.,['2011' '2007' '2009' '2008'],0
154
- Andre Gray plays for England national football C team.,['2014' '2017' '2011' '2016'],0
155
- Diana Taurasi plays for Fenerbahçe Women's Basketball.,['2010' '2012' '2018' '2016'],0
156
- Slaviša Stojanovič is the head coach of PFC Levski Sofia.,['2018' '2011' '2010' '2015'],0
157
- Peter Reinhard Hansen works for University of North Carolina at Chapel Hill.,['2017' '2012' '2013' '2014'],0
158
- "Jeff Rooker, Baron Rooker is the chair of Food Standards Agency.",['2011' '2020' '2018' '2017'],0
159
- Shigefumi Matsuzawa is a member of the independent politician.,['2016' '2014' '2013' '2011'],0
160
- Mark Cavendish plays for Deceuninck-Quick-Step.,['2013' '2017' '2019' '2020'],0
161
- Chang San-cheng is the head of the government of Taiwan.,['2016' '2011' '2017' '2014'],0
162
- Raúl González plays for Al Sadd Sports Club.,['2012' '2018' '2010' '2016'],0
163
- Gavin Mahon plays for Stevenage F.C..,['2013' '2019' '2012' '2014'],0
164
- Raymond Leo Burke holds the position of prefect.,['2010' '2017' '2018' '2016'],0
165
- "Elon Musk is the chair of Tesla, Inc..",['2012' '2019' '2020' '2009'],0
166
- Àngels Ponsa i Roca is a member of the Democratic Convergence of Catalonia.,['2014' '2018' '2017' '2019'],0
167
- Ramal de Aveiro is owned by Infrastructures of Portugal.,['2020' '2014' '2010' '2011'],0
168
- Neil Martin is the head coach of An Post-ChainReaction.,['2017' '2012' '2019' '2014'],0
169
- Slavoljub Muslin is the head coach of FC Krasnodar.,['2012' '2014' '2019' '2016'],0
170
- Alexandru Pelici is the head coach of CSM Reșița.,['2020' '2010' '2015' '2013'],0
171
- Zoi Konstantopoulou is a member of the Popular Unity (Greece).,['2015' '2010' '2017' '2014'],0
172
- Marta Kuzma works for Yale School of Art.,['2017' '2010' '2015' '2013'],0
173
- Romulus Buia is the head coach of Fotbal Comuna Recea.,['2015' '2014' '2012' '2011'],0
174
- Deborah Schofield works for Macquarie University.,['2017' '2014' '2012' '2016'],0
175
- Josep Rull i Andreu is a member of the Catalan European Democratic Party.,['2016' '2013' '2014' '2011'],0
176
- Andrew Taylor plays for Cardiff City F.C..,['2012' '2020' '2015' '2017'],0
177
- John Guidetti plays for Sweden national under-19 football team.,['2010' '2019' '2013' '2020'],0
178
- Rui Vitória works for Vitória S.C..,['2015' '2018' '2017' '2010'],0
179
- Syed Mustafa Kamal is a member of the Pak Sarzameen Party.,['2016' '2014' '2012' '2011'],0
180
- Clinton Morrison plays for Long Eaton United F.C..,['2014' '2012' '2018' '2011'],0
181
- Antonio Valencia plays for Real Madrid CF.,['2020' '2013' '2014' '2011'],0
182
- Democratic and Republican Left is a member of the The Greens.,['2010' '2015' '2020' '2011'],0
183
- China Media Group Headquarters is owned by China Central Television.,['2018' '2020' '2009' '2019'],0
184
- Marcus Haber plays for Notts County F.C..,['2013' '2015' '2010' '2012'],0
185
- Margaret M. Hyland works for University of Waikato.,['2018' '2014' '2015' '2016'],0
186
- Henrietta Harrison works for Harvard University.,['2010' '2017' '2018' '2020'],0
187
- Katie Ledecky attended Stone Ridge School of the Sacred Heart.,['2010' '2017' '2019' '2016'],0
188
- Robert W. McElroy holds the position of titular bishop.,['2018' '2009' '2008' '2007'],0
189
- Mahmoud Ahmadinejad is the head of the government of Iran.,['2012' '2015' '2018' '2014'],0
190
- "Vlad Voiculescu is a member of the Liberty, Unity and Solidarity Party.",['2018' '2012' '2011' '2017'],0
191
- Gaël Clichy plays for France national association football team.,['2012' '2014' '2017' '2016'],0
192
- Servais Knaven is the head coach of Ineos Grenadier.,['2016' '2008' '2009' '2010'],0
193
- AB de Villiers plays for Barbados Tridents.,['2016' '2013' '2012' '2014'],0
194
- Romain Grau is a member of the The Republicans.,['2011' '2020' '2018' '2019'],0
195
- Giel Beelen works for BNNVARA.,['2014' '2018' '2020' '2019'],0
196
- "Jerome Guillen works for Tesla, Inc..",['2012' '2007' '2009' '2008'],0
197
- Corneliu Papură is the head coach of CS Universitatea Craiova.,['2020' '2012' '2014' '2010'],0
198
- Victoire Dogbé Tomegah is the head of the government of Togo.,['2020' '2011' '2019' '2012'],0
199
- Amr Zaki plays for ENPPI Club.,['2012' '2016' '2019' '2020'],0
200
- T. R. Zeliang is the head of the government of Nagaland.,['2017' '2012' '2016' '2013'],0
201
- Petar Mamić plays for Croatia national under-19 football team.,['2016' '2012' '2011' '2013'],0
202
- R.A. Dickey plays for Toronto Blue Jays.,['2017' '2011' '2010' '2009'],0
203
- Aušra Maldeikienė holds the position of councillor.,['2016' '2012' '2019' '2014'],0
204
- Derek Willis attended Bullitt East High School.,['2011' '2020' '2018' '2017'],0
205
- Alexander Valeryevich Dyukov is the chair of Russian Football Union.,['2019' '2010' '2012' '2015'],0
206
- Ursula Staudinger works for TU Dresden.,['2020' '2014' '2012' '2018'],0
207
- Luigi Bressan is the chair of Caritas Italiana.,['2014' '2011' '2019' '2016'],0
208
- Carol Boggs works for Stanford University.,['2010' '2018' '2014' '2016'],0
209
- Erwin Hoffer plays for Karlsruher SC.,['2015' '2010' '2014' '2011'],0
210
- Olivier de Germay holds the position of diocesan bishop.,['2017' '2009' '2011' '2010'],0
211
- Nikolaos Michos is a member of the Greek Solution.,['2017' '2012' '2015' '2020'],0
212
- Mark Steffens is the head coach of Pittsburgh Riverhounds SC.,['2014' '2018' '2019' '2011'],0
213
- Freddy Adu plays for Tampa Bay Rowdies.,['2017' '2012' '2013' '2011'],0
214
- Dominic LeBlanc holds the position of Leader of the Government in the House of Commons.,['2015' '2017' '2013' '2012'],0
215
- Joaquín Sobrino is the head coach of Inteja-Dominican.,['2016' '2013' '2012' '2017'],0
216
- Dimitris Kalaitzidis is the head coach of Nea Salamis Famagusta FC.,['2013' '2017' '2018' '2016'],0
217
- Sam Tomkins plays for Wigan Warriors.,['2011' '2015' '2020' '2016'],0
218
- Mateo Kovačić plays for GNK Dinamo Zagreb.,['2011' '2018' '2015' '2020'],0
219
- Stanislav Levý is the head coach of Śląsk Wrocław.,['2014' '2019' '2018' '2010'],0
220
- Mark J. Seitz holds the position of auxiliary bishop.,['2013' '2008' '2009' '2007'],0
221
- Landon Donovan plays for Everton F.C..,['2012' '2014' '2019' '2017'],0
222
- Lee Hae Chan is a member of the Democratic Party of Korea.,['2015' '2011' '2013' '2012'],0
223
- Vladimir Maminov is the head coach of FC Aktobe.,['2020' '2013' '2019' '2016'],0
224
- Lili Hinstin works for Locarno Film Festival.,['2019' '2017' '2013' '2012'],0
225
- Frank Heinricht works for Heraeus.,['2011' '2018' '2020' '2016'],0
226
- Loretta Lynch is the chair of United States Department of Justice.,['2015' '2010' '2020' '2019'],0
227
- DiDi Richards attended Cypress Ranch High School.,['2017' '2010' '2019' '2020'],0
228
- Laura Serrant works for University of Wolverhampton.,['2011' '2010' '2019' '2020'],0
229
- Pedro Martins is the head coach of C.S. Marítimo.,['2011' '2015' '2020' '2016'],0
230
- John Darley is a member of the Centre Alliance.,['2016' '2020' '2010' '2012'],0
231
- Hameed Hassan plays for Pakistan Customs cricket team.,['2010' '2017' '2015' '2014'],0
232
- Stefano Zanini is the head coach of Astana.,['2016' '2011' '2010' '2012'],0
233
- Gareth Barry plays for Everton F.C..,['2018' '2011' '2010' '2012'],0
234
- Brian Orser is the head coach of Yuzuru Hanyū.,['2012' '2011' '2009' '2010'],0
235
- Toshio Hirano is the chair of Osaka University.,['2015' '2017' '2010' '2018'],0
236
- Wanda Vázquez Garced is the head of the government of Puerto Rico.,['2019' '2018' '2014' '2016'],0
237
- Aleksandr Tochilin is the head coach of PFC Sochi.,['2018' '2011' '2012' '2020'],0
238
- Margaret Ferguson works for Indiana University – Purdue University Indianapolis.,['2015' '2013' '2012' '2011'],0
239
- Nathan Law is a member of the independent politician.,['2020' '2010' '2019' '2015'],0
240
- Toni Postius Terrado is a member of the Junts per Catalunya.,['2020' '2011' '2019' '2015'],0
241
- Krzysztof Gawkowski is a member of the Spring.,['2019' '2012' '2013' '2011'],0
242
- Stephen Dobbie plays for Bolton Wanderers F.C..,['2015' '2010' '2019' '2011'],0
243
- Ahmet Davutoğlu is a member of the Future Party (Turkey).,['2019' '2010' '2017' '2015'],0
244
- Andreas Alm is the head coach of BK Häcken.,['2020' '2017' '2010' '2011'],0
245
- Jesé Rodríguez plays for Spain national under-19 football team.,['2010' '2018' '2019' '2016'],0
246
- Emmanuel Culio plays for Defensa y Justicia.,['2020' '2013' '2012' '2016'],0
247
- Thierry Henry is the head coach of AS Monaco FC.,['2018' '2017' '2015' '2020'],0
248
- Chris Porter plays for Shrewsbury Town F.C..,['2013' '2019' '2014' '2020'],0
249
- Joan Ribó is the head of the government of Valencia.,['2017' '2010' '2012' '2014'],0
250
- Martin Stratmann is the chair of Max Planck Society.,['2020' '2011' '2013' '2012'],0
251
- Barham Salih holds the position of Prime Minister of Iraqi Kurdistan.,['2011' '2020' '2017' '2014'],0
252
- Tyler Ulis plays for Kentucky Wildcats men's basketball.,['2010' '2016' '2012' '2011'],1
253
- Ramal de Aveiro is owned by REFER.,['2019' '2014' '2018' '2016'],1
254
- Mark Hudson plays for Cardiff City F.C..,['2019' '2011' '2020' '2015'],1
255
- Frank Guinta holds the position of mayor.,['2016' '2010' '2012' '2020'],1
256
- Pepe Reina plays for Spain national association football team.,['2017' '2011' '2020' '2016'],1
257
- Carolyn Abbate works for Harvard University.,['2010' '2014' '2011' '2012'],1
258
- Vincent Chauvet works for Edenred.,['2019' '2016' '2010' '2020'],1
259
- Lee Hae Chan is a member of the Democratic Party.,['2015' '2012' '2017' '2010'],1
260
- Cathy L. Lanier works for Metropolitan Police Department of the District of Columbia.,['2020' '2014' '2017' '2019'],1
261
- Yuriko Koike is a member of the Liberal Democratic Party.,['2020' '2011' '2018' '2019'],1
262
- Faris Haroun plays for Cercle Brugge K.S.V..,['2012' '2016' '2011' '2010'],1
263
- Christophe Dessimoz works for University College London.,['2013' '2015' '2014' '2011'],1
264
- Aleksandr Grishin is the head coach of FK Spartaks Jūrmala.,['2014' '2018' '2015' '2013'],1
265
- Ihor Petrov is the head coach of FC Olimpik Donetsk.,['2018' '2011' '2019' '2015'],1
266
- Tyrone Mears plays for Seattle Sounders FC.,['2011' '2016' '2014' '2013'],1
267
- Thomas Tuchel is the head coach of Borussia Dortmund.,['2012' '2015' '2010' '2011'],1
268
- Jess Thorup is the head coach of K.A.A. Gent.,['2012' '2018' '2015' '2014'],1
269
- Kiyotaka Ishimaru is the head coach of Kyoto Sanga FC.,['2018' '2015' '2014' '2020'],1
270
- Liam Moore plays for Bristol City F.C..,['2010' '2016' '2019' '2014'],1
271
- Richard Keogh plays for Milton Keynes Dons F.C..,['2011' '2020' '2012' '2013'],1
272
- Quade Cooper plays for RC Toulonnais.,['2016' '2015' '2010' '2020'],1
273
- Ronaldinho plays for Associazione Calcio Milan.,['2015' '2010' '2014' '2016'],1
274
- James McClean plays for Derry City F.C..,['2012' '2010' '2018' '2020'],1
275
- Brett Lee plays for Kings XI Punjab.,['2019' '2010' '2014' '2015'],1
276
- Bogdan Vintilă is the head coach of FC Steaua II București.,['2010' '2020' '2017' '2016'],1
277
- Oleg Fomenko is the head coach of FC Krasnodar.,['2020' '2018' '2017' '2014'],1
278
- Pat Fenlon is the head coach of Hibernian F.C..,['2016' '2011' '2014' '2020'],1
279
- V. V. S. Laxman plays for Kochi Tuskers Kerala.,['2019' '2011' '2016' '2010'],1
280
- Johanna Stachel is the chair of Deutsche Physikalische Gesellschaft.,['2017' '2012' '2010' '2016'],1
281
- Ichiro Suzuki plays for Miami Marlins.,['2020' '2015' '2014' '2019'],1
282
- Petr Nečas is the chair of Civic Democratic Party.,['2019' '2011' '2020' '2016'],1
283
- Julian Smith holds the position of Parliamentary Secretary to the Treasury.,['2011' '2017' '2013' '2016'],1
284
- Jozef Barmoš is the head coach of FK Inter Bratislava.,['2010' '2017' '2019' '2013'],1
285
- Vasyl Hrytsak is the chair of Security Service of Ukraine.,['2011' '2019' '2013' '2010'],1
286
- Michael O'Brien holds the position of Treasurer of Victoria.,['2016' '2014' '2019' '2012'],1
287
- Florin Marin is the head coach of ACS Poli Timișoara.,['2010' '2015' '2020' '2019'],1
288
- David Gistau Retes works for El Mundo..,['2012' '2018' '2010' '2016'],1
289
- Greg Pearson plays for Brackley Town F.C..,['2016' '2014' '2018' '2020'],1
290
- Mary E. Northridge works for New York University College of Dentistry.,['2007' '2011' '2009' '2008'],1
291
- Shahid Khaqan Abbasi is the head of the government of Pakistan.,['2016' '2017' '2015' '2010'],1
292
- Rona Ambrose is the chair of Conservative Party of Canada.,['2020' '2017' '2019' '2018'],1
293
- Cameron Toshack is the head coach of Pafos FC.,['2013' '2019' '2017' '2011'],1
294
- Jay Gruden is the head coach of Washington Football Team.,['2011' '2019' '2012' '2020'],1
295
- Jose Manuel Sabucedo works for University of Santiago de Compostela.,['2009' '2017' '2011' '2010'],1
296
- Catalina Parot is a member of the National Renewal.,['2020' '2011' '2017' '2019'],1
297
- Willem B. Drees works for Leiden University.,['2015' '2014' '2020' '2018'],1
298
- Sean McVay is the head coach of Los Angeles Rams.,['2013' '2017' '2015' '2016'],1
299
- Paulo Centurión plays for Sol de América de Formosa.,['2011' '2017' '2010' '2012'],1
300
- Bernd Riexinger is the chair of The Left.,['2011' '2016' '2010' '2009'],1
301
- Helle Thomsen works for Swedish Handball Federation.,['2017' '2014' '2020' '2013'],1
302
- Luca D'Angelo is the head coach of A.C. Pisa 1909.,['2016' '2020' '2012' '2011'],1
303
- Paulo de Morais is a member of the Social Democratic Party.,['2017' '2011' '2020' '2016'],1
304
- Fraser Forster plays for Celtic F.C..,['2017' '2019' '2016' '2015'],1
305
- Rod Richards is a member of the UK Independence Party.,['2011' '2019' '2012' '2010'],1
306
- Jason Roy plays for Sydney Thunder.,['2019' '2015' '2011' '2016'],1
307
- Andrea Barzagli plays for VfL Wolfsburg.,['2014' '2010' '2015' '2020'],1
308
- Boško Gjurovski is the head coach of Kyoto Sanga FC.,['2020' '2018' '2014' '2015'],1
309
- Andreas Alm is the head coach of Vejle Boldklub.,['2019' '2017' '2018' '2014'],1
310
- Florent Malouda plays for Odisha FC.,['2012' '2015' '2019' '2011'],1
311
- Hanno Pevkur is the chair of Estonian Reform Party.,['2016' '2018' '2014' '2020'],1
312
- Fatoumata Tambajang holds the position of Vice President of the Gambia.,['2010' '2017' '2014' '2020'],1
313
- Luciana Berger is a member of the Liberal Democrats.,['2010' '2019' '2014' '2017'],1
314
- Dimitar Berbatov plays for AS Monaco FC.,['2013' '2014' '2010' '2011'],1
315
- Katherine Boyer attended University of Regina.,['2014' '2010' '2011' '2015'],1
316
- Radosław Sobolewski is the head coach of Wisła Płock.,['2011' '2019' '2013' '2016'],1
317
- Vince Carter plays for Memphis Grizzlies.,['2011' '2015' '2010' '2019'],1
318
- Greg Abbott holds the position of Governor of Texas.,['2012' '2016' '2010' '2013'],1
319
- Dani Poyatos is the head coach of Panathinaikos F.C..,['2011' '2020' '2019' '2013'],1
320
- Yulia Tymoshenko is the head of the government of Ukraine.,['2018' '2010' '2016' '2011'],1
321
- Peter Bosz is the head coach of AFC Ajax.,['2015' '2017' '2019' '2010'],1
322
- Shafie Apdal is a member of the United Malays National Organisation.,['2017' '2011' '2020' '2018'],1
323
- Marius Nicoară is a member of the National Liberal Party.,['2019' '2013' '2009' '2020'],1
324
- Siniša Oreščanin is the head coach of H.N.K. Hajduk Split.,['2012' '2019' '2017' '2011'],1
325
- Mykola Azarov is the chair of Cabinet of Ministers of Ukraine.,['2020' '2011' '2017' '2018'],1
326
- Bob Barr is a member of the Libertarian Party.,['2016' '2010' '2019' '2020'],1
327
- Richard Painter is a member of the Republican Party.,['2020' '2015' '2009' '2019'],1
328
- Anthony Annan plays for Club Atlético Osasuna.,['2011' '2012' '2016' '2019'],1
329
- Brendon McCullum plays for Brisbane Heat.,['2010' '2012' '2009' '2008'],1
330
- Michael Hansen is the head coach of Silkeborg IF.,['2016' '2018' '2015' '2010'],1
331
- Mohamed Abdullahi Farmajo holds the position of Prime Minister of Somalia.,['2012' '2011' '2019' '2017'],1
332
- Rebekha Sharkie is a member of the Liberal Party of Australia.,['2019' '2010' '2014' '2017'],1
333
- Susan Baer works for Arup.,['2010' '2014' '2011' '2012'],1
334
- "Kenneth Clarke holds the position of Shadow Secretary of State for Business, Innovation and Skills.",['2019' '2010' '2015' '2017'],1
335
- Peter Pacult is the head coach of OFK Titograd.,['2017' '2019' '2011' '2016'],1
336
- Mantena is owned by Ministry of Transport and Communications.,['2016' '2018' '2014' '2013'],1
337
- Lewis Holtby plays for Tottenham Hotspur F.C..,['2020' '2015' '2011' '2016'],1
338
- Persis Drell works for Stanford University.,['2014' '2018' '2011' '2015'],1
339
- Yvette Cooper holds the position of Shadow Foreign Secretary.,['2014' '2011' '2019' '2015'],1
340
- Ellen Tauscher holds the position of Under Secretary of State for Arms Control and International Security Affairs.,['2013' '2010' '2017' '2020'],1
341
- Hwang Woo-yea is the chair of Liberty Korea Party.,['2019' '2014' '2011' '2020'],1
342
- Fernando Llorente plays for Spain national association football team.,['2018' '2011' '2017' '2020'],1
343
- Gloria Macapagal-Arroyo holds the position of President of the Philippines.,['2020' '2010' '2017' '2014'],1
344
- Andre Drummond plays for Detroit Pistons.,['2011' '2020' '2009' '2010'],1
345
- Robert Ghiz is the head of the government of Prince Edward Island.,['2020' '2011' '2018' '2019'],1
346
- Bob Loughman is the head of the government of Vanuatu.,['2014' '2020' '2011' '2015'],1
347
- Clinton Morrison plays for Brentford F.C..,['2019' '2012' '2017' '2015'],1
348
- Corrie Moreau works for Field Museum of Natural History.,['2020' '2013' '2019' '2009'],1
349
- Nick Carter holds the position of Chief of the Defence Staff.,['2011' '2020' '2010' '2016'],1
350
- Radim Fiala is a member of the Dawn of Direct Democracy.,['2011' '2013' '2012' '2010'],1
351
- Graeme Smith plays for South Africa national cricket team.,['2017' '2014' '2016' '2018'],1
352
- Annemie Neyts-Uyttebroeck is the chair of Alliance of Liberals and Democrats for Europe Party.,['2017' '2011' '2015' '2012'],1
353
- Bogdan Vintilă is the head coach of FC Voluntari.,['2012' '2015' '2018' '2016'],1
354
- Bjarne Stroustrup works for Texas A&M University.,['2017' '2011' '2020' '2016'],1
355
- Zhang Dejiang holds the position of Chairman of the Standing Committee of the National People's Congress.,['2019' '2013' '2010' '2020'],1
356
- Filipe Morais plays for Oldham Athletic A.F.C..,['2018' '2010' '2015' '2020'],1
357
- Batu Khasikov is the head of the government of Republic of Kalmykia.,['2012' '2020' '2017' '2015'],1
358
- Bekim Balaj plays for KS Vllaznia Shkodër.,['2020' '2010' '2015' '2013'],1
359
- Taron Margaryan is the head of the government of Yerevan.,['2019' '2011' '2020' '2010'],1
360
- Remigijus Šimašius is a member of the Freedom Party.,['2010' '2019' '2016' '2018'],1
361
- Shinichi Fukushima is the head coach of Nippo-Vini Fantini-Europa Ovini.,['2011' '2016' '2010' '2020'],1
362
- Kathleen Doyle attended University of Iowa.,['2011' '2020' '2015' '2013'],1
363
- Radoslav Batak is the head coach of FK Radnički Niš.,['2016' '2020' '2012' '2014'],1
364
- Nikuyah Walker is the head of the government of Charlottesville.,['2016' '2019' '2017' '2013'],1
365
- Rúben Amorim is the head coach of Sporting CP.,['2011' '2020' '2016' '2018'],1
366
- Luca De Meo works for Volkswagen Group.,['2009' '2012' '2008' '2007'],1
367
- Sunil Singh is a member of the All India Trinamool Congress.,['2009' '2010' '2008' '2020'],1
368
- Josef Pešice is the head coach of Czech Republic national association football team.,['2020' '2013' '2010' '2016'],1
369
- Jan Björklund holds the position of Minister for Education and Science.,['2018' '2014' '2019' '2020'],1
370
- Rónald González works for Club Sport Uruguay de Coronado.,['2015' '2016' '2012' '2020'],1
371
- Mohamed Abdullahi Farmajo holds the position of President of Somalia.,['2010' '2019' '2015' '2014'],1
372
- Micah Richards plays for Aston Villa F.C..,['2012' '2015' '2014' '2011'],1
373
- Armando Sadiku plays for FC Lugano.,['2018' '2017' '2015' '2011'],1
374
- Guilherme Costa Marques plays for F.C. Vizela.,['2014' '2010' '2012' '2020'],1
375
- Saša Radulović is a member of the independent politician.,['2015' '2013' '2012' '2020'],1
376
- Riyad Mahrez plays for Manchester City F.C..,['2013' '2020' '2017' '2011'],1
377
- Flavius Stoican is the head coach of FC Voluntari.,['2011' '2015' '2012' '2014'],1
378
- Musa Aman is the head of the government of Sabah.,['2009' '2012' '2020' '2019'],1
379
- Martin Ødegaard plays for Norway national under-17 football team.,['2010' '2014' '2017' '2013'],1
380
- Adrian Mihalcea is the head coach of UTA Arad.,['2014' '2017' '2019' '2020'],1
381
- John Nutter plays for Gillingham F.C..,['2012' '2010' '2019' '2018'],1
382
- José Manuel Gomes is the head coach of Rio Ave F.C..,['2010' '2018' '2017' '2013'],1
383
- Tim Southee plays for Chennai Super Kings.,['2014' '2011' '2012' '2020'],1
384
- Lluís Corominas i Díaz is a member of the Democratic Convergence of Catalonia.,['2018' '2015' '2017' '2020'],1
385
- Michael F. Brennan is the head of the government of Portland.,['2017' '2015' '2020' '2018'],1
386
- Carlo Vizzini is the chair of Italian Socialist Party.,['2010' '2015' '2013' '2012'],1
387
- Oleg Kononov is the head coach of FC Arsenal Tula.,['2011' '2018' '2010' '2014'],1
388
- Henry McMaster holds the position of Governor of South Carolina.,['2015' '2018' '2014' '2011'],1
389
- Lucy Gichuhi is a member of the Family First Party.,['2018' '2014' '2020' '2019'],1
390
- Rémi Mathis works for Bibliothèque nationale de France.,['2008' '2018' '2009' '2007'],1
391
- "Brian Lenihan, Jnr holds the position of Minister for Finance.",['2014' '2010' '2017' '2016'],1
392
- Benoit Dorais is a member of the independent politician.,['2015' '2016' '2014' '2010'],1
393
- Thorgan Hazard plays for Chelsea F.C..,['2019' '2014' '2017' '2011'],1
394
- Frans Van de Werf works for UZ Leuven.,['2015' '2010' '2012' '2019'],1
395
- Park Ji-sung plays for South Korea national football team.,['2015' '2010' '2012' '2016'],1
396
- Giorgio Chiellini plays for Juventus FC.,['2009' '2013' '2008' '2020'],1
397
- Mark Cavendish plays for NTT Pro Cycling Team.,['2013' '2017' '2014' '2011'],1
398
- Robin Dutt is the head coach of SC Freiburg.,['2016' '2010' '2012' '2020'],1
399
- Sean Yates is the head coach of Ineos Grenadier.,['2017' '2010' '2014' '2020'],1
400
- Glenn Stevens is the chair of Reserve Bank of Australia.,['2019' '2012' '2018' '2020'],1
401
- Gilberto Silva plays for Panathinaikos F.C..,['2012' '2010' '2020' '2018'],1
402
- Culpeper Star-Exponent is owned by Berkshire Hathaway.,['2012' '2019' '2013' '2011'],1
403
- Dennis Hof is a member of the Libertarian Party.,['2010' '2015' '2012' '2018'],1
404
- Dmitri Alenichev is the head coach of Spartak Moscow.,['2010' '2015' '2019' '2018'],1
405
- Bekim Balaj plays for FC Akhmat Grozny.,['2011' '2016' '2010' '2020'],1
406
- Reinhard Bütikofer is the chair of European Green Party.,['2010' '2016' '2020' '2011'],1
407
- Angela Rasmussen works for University of Washington.,['2011' '2013' '2019' '2017'],1
408
- Hung Hsiu-chu holds the position of Chairperson of the Kuomintang.,['2019' '2016' '2010' '2012'],1
409
- David Castle works for University of Edinburgh.,['2015' '2010' '2017' '2016'],1
410
- Erin Lavik works for Case Western Reserve University.,['2017' '2016' '2020' '2018'],1
411
- Walter Schachner is the head coach of L.A.S.K. Linz.,['2020' '2012' '2019' '2018'],1
412
- Hans van Baalen is the chair of Alliance of Liberals and Democrats for Europe Party.,['2010' '2020' '2011' '2012'],1
413
- Romelu Lukaku plays for Manchester United F.C..,['2010' '2017' '2011' '2014'],1
414
- Christen Press plays for Kopparbergs/Göteborg FC.,['2018' '2012' '2011' '2016'],1
415
- Roderich Kiesewetter is the chair of Verband der Reservisten der Deutschen Bundeswehr.,['2010' '2011' '2019' '2020'],1
416
- Martin Schulz holds the position of parliamentary group leader.,['2013' '2010' '2015' '2016'],1
417
- "Paschal Donohoe holds the position of Minister for Transport, Tourism and Sport.",['2013' '2014' '2010' '2020'],1
418
- Rafał Trzaskowski holds the position of Mayor of Warsaw.,['2017' '2020' '2013' '2010'],1
419
- Marina Weisband is a member of the Pirate Party Germany.,['2019' '2012' '2017' '2018'],1
420
- Marcus Rashford plays for Manchester United F.C..,['2010' '2016' '2013' '2012'],1
421
- "Obi Toppin attended Heritage High School (Palm Bay, Florida).",['2019' '2013' '2012' '2016'],1
422
- Pavel Gusev is the head coach of FC Ural Yekaterinburg.,['2015' '2012' '2018' '2020'],1
423
- Rachel Aldred works for University of Westminster.,['2009' '2016' '2011' '2010'],1
424
- Stavros Lambrinidis holds the position of Minister for Foreign Affairs of Greece.,['2019' '2011' '2015' '2017'],1
425
- Ron Jans works for FC Cincinnati.,['2017' '2020' '2015' '2012'],1
426
- Craig Emerson holds the position of Minister for Small Business (Australia).,['2012' '2010' '2018' '2013'],1
427
- Jonathan Mensah plays for Udinese Calcio.,['2012' '2011' '2019' '2020'],1
428
- Rama Govindarajan works for Jawaharlal Nehru Centre for Advanced Scientific Research.,['2020' '2011' '2018' '2015'],1
429
- Justin Thomas attended St. Xavier High School.,['2017' '2011' '2018' '2014'],1
430
- Cas Mudde works for DePauw University.,['2018' '2010' '2015' '2020'],1
431
- Olivier Dall'Oglio is the head coach of Stade Brestois 29.,['2010' '2019' '2018' '2014'],1
432
- Will Buckley plays for Rochdale A.F.C..,['2018' '2010' '2011' '2015'],1
433
- Chris Gayle plays for Sydney Thunder.,['2016' '2012' '2017' '2018'],1
434
- Ousseini Tinni is the chair of National Assembly.,['2013' '2016' '2015' '2011'],1
435
- Luka Dončić plays for Real Madrid Baloncesto.,['2013' '2017' '2010' '2019'],1
436
- James Rodríguez plays for Colombia national football team.,['2009' '2013' '2008' '2010'],1
437
- Henny Seibeb is a member of the Landless People's Movement.,['2010' '2016' '2012' '2011'],1
438
- Marcel Ciolacu is the chair of Social Democratic Party.,['2017' '2019' '2012' '2015'],1
439
- New York Daily News is owned by Mortimer Zuckerman.,['2019' '2015' '2018' '2020'],1
440
- "Jim Wallace, Baron Wallace of Tankerness holds the position of Leader of the House of Lords.",['2011' '2013' '2010' '2020'],1
441
- Radislav Dragićević is the head coach of FK Kom.,['2017' '2020' '2016' '2015'],1
442
- Matamela Cyril Ramaphosa holds the position of Deputy President of South Africa.,['2019' '2018' '2010' '2012'],1
443
- Didier Drogba plays for Ivory Coast national football team.,['2017' '2011' '2020' '2015'],1
444
- Abiy Ahmed is the head of the government of Ethiopia.,['2014' '2018' '2010' '2011'],1
445
- Tom Cairney plays for Fulham F.C..,['2013' '2015' '2014' '2011'],1
446
- Marius Niculae plays for Shandong Luneng Taishan F.C..,['2017' '2013' '2011' '2020'],1
447
- Adrian Falub is the head coach of FC Universitatea Cluj.,['2011' '2017' '2012' '2016'],1
448
- David Ige is the head of the government of Hawaii.,['2011' '2016' '2013' '2010'],1
449
- Grzegorz Schetyna is the chair of Civic Platform.,['2012' '2018' '2015' '2011'],1
450
- Yakubu plays for Al-Rayyan S.C..,['2018' '2014' '2011' '2013'],1
451
- Jessica Valenti works for Feministing.,['2015' '2010' '2018' '2016'],1
452
- Steven Schumacher plays for Bury F.C..,['2015' '2012' '2017' '2014'],1
453
- Carlos Eduardo Marques plays for Rubin Kazan.,['2017' '2016' '2020' '2018'],1
454
- Vladimir Stojković plays for Wigan Athletic F.C..,['2012' '2010' '2015' '2013'],1
455
- Jeremy Heywood holds the position of Principal Private Secretary to the Prime Minister.,['2011' '2010' '2015' '2018'],1
456
- Katri Kulmuni is the chair of Centre Party.,['2018' '2019' '2017' '2011'],1
457
- Ma Ying-jeou holds the position of Chairperson of the Kuomintang.,['2016' '2010' '2018' '2015'],1
458
- Vincent Kompany is the head coach of R.S.C. Anderlecht.,['2011' '2020' '2018' '2016'],1
459
- Rahul Gandhi is the chair of Indian National Congress.,['2008' '2014' '2009' '2020'],1
460
- Riccardo Piatti is the head coach of Milos Raonic.,['2010' '2018' '2011' '2012'],1
461
- Giorgia Meloni is a member of the The People of Freedom.,['2016' '2012' '2019' '2013'],1
462
- Evangelos Venizelos is a member of the Panhellenic Socialist Movement.,['2020' '2010' '2009' '2008'],1
463
- Sarath Fonseka is a member of the United National Party.,['2015' '2016' '2014' '2011'],1
464
- Valérien Ismaël is the head coach of L.A.S.K. Linz.,['2015' '2019' '2017' '2016'],1
465
- Maya Yoshida plays for Japan national under-23 football team.,['2018' '2010' '2015' '2020'],1
466
- Dejan Lovren plays for FC Zenit Saint Petersburg.,['2011' '2020' '2010' '2014'],1
467
- Alistair Darling holds the position of Shadow Chancellor of the Exchequer.,['2015' '2010' '2017' '2016'],1
468
- William Kamkwamba attended Dartmouth College.,['2018' '2010' '2015' '2016'],1
469
- Andre Gray plays for Burnley F.C..,['2010' '2016' '2012' '2014'],1
470
- Heather Hancock is the chair of Food Standards Agency.,['2015' '2016' '2012' '2011'],1
471
- Yulia Tymoshenko is the chair of Cabinet of Ministers of Ukraine.,['2014' '2010' '2018' '2020'],1
472
- Jamie Whyte is the chair of ACT New Zealand.,['2012' '2014' '2017' '2019'],1
473
- Sampa Das attended Indian Institute of Technology Bombay.,['2014' '2010' '2017' '2013'],1
474
- Anerood Jugnauth holds the position of Prime Minister of Mauritius.,['2012' '2015' '2011' '2020'],1
475
- Dan Ryckert works for CBS Interactive.,['2013' '2019' '2010' '2011'],1
476
- Kai G. Henriksen is the chair of Vy.,['2017' '2014' '2010' '2020'],1
477
- Charles Davis attended University of Hartford.,['2019' '2012' '2018' '2020'],1
478
- Hüseyin Özgürgün is the head of the government of Turkish Republic of Northern Cyprus.,['2015' '2016' '2014' '2011'],1
479
- Hernán Losada plays for SC Heerenveen.,['2015' '2010' '2012' '2020'],1
480
- Frauke Petry is a member of the The Blue Party.,['2016' '2017' '2013' '2015'],1
481
- Cole Hamels plays for Texas Rangers.,['2013' '2015' '2010' '2020'],1
482
- Hassan Maatouk plays for Al Ahed FC.,['2018' '2010' '2019' '2016'],1
483
- Léa Salamé works for France 2.,['2010' '2015' '2013' '2012'],1
484
- Kevin Pietersen plays for England and Wales cricket team.,['2015' '2010' '2019' '2016'],1
485
- Adam Reach plays for Darlington F.C..,['2016' '2011' '2012' '2013'],1
486
- Francisco Álvarez-Cascos is a member of the Asturias Forum.,['2009' '2019' '2008' '2010'],1
487
- Chris Wood plays for Millwall F.C..,['2020' '2012' '2019' '2011'],1
488
- David Makhura is the head of the government of Gauteng.,['2011' '2016' '2013' '2010'],1
489
- Cihat Arslan is the head coach of Akhisar Belediyespor.,['2014' '2018' '2012' '2011'],1
490
- Nick Griffin is the chair of British National Party.,['2018' '2014' '2015' '2019'],1
491
- Amjad Kalaf plays for Erbil SC.,['2016' '2010' '2019' '2013'],1
492
- Zhang Dejiang holds the position of Vice Premier of the State Council of the People's Republic of China.,['2020' '2012' '2014' '2018'],1
493
- Tom Frieden holds the position of président-directeur général.,['2016' '2019' '2010' '2013'],1
494
- Adesewa Josh works for Voice of America.,['2015' '2017' '2010' '2020'],1
495
- Georgina Roberts works for GlaxoSmithKline.,['2010' '2017' '2012' '2011'],1
496
- Alexandra Mitroshina attended MSU Faculty of Journalism.,['2016' '2013' '2010' '2017'],1
497
- Loudon Love attended Wright State University.,['2013' '2017' '2011' '2016'],1
498
- José Calderón plays for Detroit Pistons.,['2012' '2013' '2016' '2020'],1
499
- Hugo Lloris plays for Tottenham Hotspur F.C..,['2011' '2017' '2010' '2009'],1
500
- Douglas Costa plays for FC Bayern Munich.,['2011' '2017' '2012' '2019'],1
501
- Claudio Ranieri is the head coach of U.C. Sampdoria.,['2012' '2019' '2018' '2017'],1
502
- Lausanne HC is owned by Zdeněk Bakala.,['2019' '2010' '2020' '2014'],2
503
- Serena A. Corr works for University of Kent.,['2020' '2018' '2010' '2016'],2
504
- Ma'ruf Amin is the chair of Majelis Ulama Indonesia.,['2012' '2013' '2017' '2014'],2
505
- Ibram X. Kendi works for Brown University.,['2019' '2017' '2014' '2016'],2
506
- Tom Ince plays for Hull City A.F.C..,['2020' '2012' '2014' '2016'],2
507
- Andrew V. Goldberg works for Microsoft Research.,['2015' '2018' '2010' '2016'],2
508
- Jana Žitňanská is a member of the New Majority.,['2020' '2011' '2013' '2010'],2
509
- Serguei Yakovlev is the head coach of Astana.,['2012' '2011' '2018' '2010'],2
510
- Robert Yevdokimov is the head coach of FC Orenburg.,['2010' '2020' '2015' '2019'],2
511
- Pedro Cateriano holds the position of President of the Council of Ministers of Peru.,['2019' '2017' '2016' '2018'],2
512
- Justin Longmuir is the head coach of Fremantle Football Club.,['2012' '2016' '2019' '2011'],2
513
- Lorenzo D'Anna is the head coach of F.C. Südtirol.,['2016' '2014' '2013' '2015'],2
514
- Beate Meinl-Reisinger is a member of the NEOS – The New Austria.,['2009' '2011' '2017' '2010'],2
515
- Kay Bailey Hutchison holds the position of United States Permanent Representative to NATO.,['2010' '2013' '2018' '2011'],2
516
- Giselle Zarur works for Fox Deportes.,['2015' '2018' '2019' '2010'],2
517
- Peter Ventress is the chair of Bunzl.,['2019' '2010' '2020' '2016'],2
518
- Adam Hammill plays for Middlesbrough F.C..,['2018' '2014' '2012' '2020'],2
519
- Marius Niculae plays for FC Vaslui.,['2016' '2019' '2013' '2020'],2
520
- Wilbur Ross is a member of the Democratic Party.,['2017' '2018' '2016' '2020'],2
521
- Neill Collins is the head coach of Tampa Bay Rowdies.,['2017' '2013' '2019' '2015'],2
522
- Kåre Ingebrigtsen is the head coach of APOEL F.C..,['2011' '2013' '2019' '2016'],2
523
- Levi Mackin plays for Flint Town United F.C..,['2019' '2014' '2017' '2013'],2
524
- Lucas Biglia plays for Associazione Calcio Milan.,['2012' '2011' '2017' '2016'],2
525
- Donato Bruno is a member of the Forza Italia (2013).,['2010' '2012' '2015' '2011'],2
526
- Jane Willenbring works for University of Pennsylvania.,['2018' '2020' '2012' '2017'],2
527
- Gwendolyn Garcia is the head of the government of Cebu.,['2017' '2015' '2020' '2014'],2
528
- John Carmack works for id Software.,['2020' '2014' '2011' '2019'],2
529
- Yemi Odubade plays for Forest Green Rovers F.C..,['2018' '2011' '2013' '2015'],2
530
- Benny Gantz holds the position of Chief of the General Staff (Israel).,['2020' '2017' '2011' '2016'],2
531
- Ayelet Shaked is a member of the New Right.,['2012' '2015' '2020' '2011'],2
532
- Carlos Beltrán plays for St. Louis Cardinals.,['2010' '2009' '2012' '2008'],2
533
- Paul McGowan plays for St. Mirren F.C..,['2016' '2020' '2014' '2018'],2
534
- Christophe Steiner is a member of the Horizon Monaco.,['2010' '2011' '2018' '2012'],2
535
- Justin Welby holds the position of Archbishop of Canterbury.,['2012' '2011' '2018' '2010'],2
536
- Henrik Pedersen is the head coach of Eintracht Braunschweig.,['2019' '2013' '2018' '2011'],2
537
- Hayk Marutyan is the head of the government of Yerevan.,['2014' '2015' '2020' '2012'],2
538
- Douglas Franco Teixeira plays for Trabzonspor.,['2010' '2012' '2020' '2014'],2
539
- Claus-Dieter Wollitz is the head coach of VfL Osnabrück.,['2010' '2015' '2012' '2014'],2
540
- Xavier Florencio is the head coach of Katusha-Alpecin.,['2013' '2011' '2015' '2010'],2
541
- Han Kuo-yu holds the position of general manager.,['2020' '2019' '2013' '2018'],2
542
- Allison Randal is the chair of Open Source Initiative.,['2010' '2014' '2015' '2012'],2
543
- Vladimir Stojković plays for Sporting CP.,['2020' '2019' '2011' '2015'],2
544
- Verdiana Masanja works for University of Dar es Salaam.,['2015' '2011' '2010' '2018'],2
545
- Joshua Wong is a member of the independent politician.,['2014' '2015' '2020' '2016'],2
546
- Nadarajah Asokan works for Aalto University.,['2010' '2011' '2014' '2012'],2
547
- Yolanda Barcina is the head of the government of Navarre.,['2017' '2010' '2013' '2020'],2
548
- Serhiy Leshchenko is a member of the European Solidarity.,['2019' '2017' '2016' '2020'],2
549
- Stockwell Day holds the position of Minister of International Trade.,['2014' '2016' '2010' '2019'],2
550
- Nicky Morgan holds the position of Minister for Women and Equalities.,['2010' '2018' '2014' '2012'],2
551
- Adam Gilchrist plays for Deccan Chargers.,['2011' '2013' '2010' '2012'],2
552
- Darcy Padilla works for San Francisco Art Institute.,['2020' '2017' '2011' '2019'],2
553
- Jiang Jiemin is the chair of State-owned Assets Supervision and Administration Commission of the State Council.,['2010' '2015' '2013' '2020'],2
554
- Alex Hales plays for Adelaide Strikers.,['2015' '2018' '2013' '2020'],2
555
- Yu Darvish plays for Hokkaido Nippon-Ham Fighters.,['2014' '2018' '2010' '2013'],2
556
- Dušan Kerkez is the head coach of AEL Limassol FC.,['2012' '2017' '2018' '2010'],2
557
- Ed Davey is the chair of Liberal Democrats.,['2010' '2017' '2020' '2012'],2
558
- Danny Shittu plays for Bolton Wanderers F.C..,['2014' '2019' '2010' '2018'],2
559
- Mircea Hava is a member of the National Liberal Party.,['2014' '2013' '2019' '2010'],2
560
- John Kerry is the chair of United States Department of State.,['2018' '2012' '2014' '2011'],2
561
- Lomana LuaLua plays for Şanlıurfaspor.,['2013' '2012' '2020' '2015'],2
562
- Tom Finkelpearl works for New York City Department of Cultural Affairs.,['2013' '2011' '2020' '2010'],2
563
- Luther Strange holds the position of United States senator.,['2016' '2010' '2017' '2011'],2
564
- Rajko Magić is the head coach of NK Inter Zaprešić.,['2016' '2014' '2013' '2018'],2
565
- Valerie Hackl works for Österreichische Bundesbahnen.,['2019' '2011' '2012' '2010'],2
566
- Nora Hamzawi works for M6.,['2019' '2015' '2011' '2016'],2
567
- Bonnie Henry works for Ministry of Health.,['2010' '2012' '2018' '2013'],2
568
- Xavi plays for FC Barcelona.,['2017' '2020' '2010' '2016'],2
569
- Antoinette Sandbach is a member of the Welsh Conservative Party.,['2008' '2020' '2012' '2009'],2
570
- Rondale Moore attended New Albany High School.,['2013' '2017' '2016' '2018'],2
571
- Thomas Letsch is the head coach of FC Liefering.,['2013' '2019' '2016' '2020'],2
572
- MyAnimeList is owned by CraveOnline.,['2017' '2015' '2010' '2016'],2
573
- Roberto Bordin is the head coach of Neftchi Baku PFC.,['2011' '2012' '2020' '2010'],2
574
- Dmytro Mykhaylenko is the head coach of SC Dnipro-1.,['2010' '2011' '2017' '2016'],2
575
- Helen McEntee holds the position of Teachta Dála.,['2012' '2011' '2018' '2010'],2
576
- Kirkus Reviews is owned by Herbert Simon.,['2009' '2007' '2010' '2008'],2
577
- Jill R. Horwitz works for New York University School of Law.,['2010' '2015' '2016' '2014'],2
578
- Trace Urban is owned by Modern Times Group.,['2020' '2010' '2016' '2011'],2
579
- Maria Eagle holds the position of Shadow Secretary of State for Defence.,['2011' '2010' '2015' '2018'],2
580
- Pedro J. Ramírez works for El Mundo..,['2020' '2018' '2014' '2015'],2
581
- Astrit Ajdarević plays for Hereford United F.C..,['2014' '2012' '2010' '2017'],2
582
- Janet Montgomery works for Durham University.,['2008' '2009' '2015' '2010'],2
583
- Russell J. Hemley is the chair of JASON.,['2013' '2010' '2014' '2012'],2
584
- Oscar Brevi is the head coach of Società Polisportiva Ars et Labor.,['2016' '2012' '2014' '2017'],2
585
- Raúl Jiménez plays for S.L. Benfica.,['2012' '2014' '2017' '2010'],2
586
- Alexander Zorniger is the head coach of Brøndby IF.,['2015' '2013' '2016' '2020'],2
587
- Jean-Michel Clément is a member of the Place publique.,['2011' '2013' '2020' '2016'],2
588
- Bruce Poliquin holds the position of Maine State Treasurer.,['2015' '2016' '2010' '2020'],2
589
- John L. Hennessy holds the position of director.,['2011' '2013' '2018' '2014'],2
590
- Sven Köhler is the head coach of Hallescher FC.,['2019' '2018' '2012' '2020'],2
591
- John Mensah plays for Asante Kotoko F.C..,['2015' '2011' '2013' '2019'],2
592
- Zdeněk Hřib is the head of the government of Prague.,['2015' '2017' '2020' '2011'],2
593
- Margaret Gardner works for RMIT University.,['2017' '2020' '2010' '2016'],2
594
- Rodrigo Duterte holds the position of Mayor of Davao City.,['2017' '2020' '2010' '2019'],2
595
- Cat Hope works for Monash University.,['2015' '2011' '2017' '2016'],2
596
- David L. Goldfein holds the position of Chief of Staff of the United States Air Force.,['2012' '2014' '2018' '2015'],2
597
- Isaac Humphries attended University of Kentucky.,['2013' '2019' '2016' '2020'],2
598
- Thomas Tuchel is the head coach of Paris Saint-Germain.,['2010' '2016' '2018' '2011'],2
599
- Tyrese Maxey attended South Garland High School.,['2020' '2009' '2019' '2008'],2
600
- Farid Azarkan is the chair of DENK.,['2011' '2017' '2020' '2018'],2
601
- Virginia Raggi is the head of the government of Rome.,['2015' '2010' '2017' '2014'],2
602
- Leigh Griffiths plays for Hibernian F.C..,['2020' '2014' '2013' '2015'],2
603
- Sooronbay Jeenbekov holds the position of President of Kyrgyzstan.,['2011' '2016' '2017' '2014'],2
604
- Eamon Gilmore holds the position of Minister for Foreign Affairs and Trade.,['2015' '2010' '2012' '2020'],2
605
- Chris Beardsley plays for Bristol Rovers F.C..,['2016' '2012' '2014' '2020'],2
606
- Robbie Neilson is the head coach of Dundee United F.C..,['2011' '2010' '2020' '2015'],2
607
- Edinson Cavani plays for Paris Saint-Germain.,['2010' '2012' '2016' '2011'],2
608
- Shakib Al Hasan plays for Leicestershire County Cricket Club.,['2014' '2016' '2013' '2020'],2
609
- Mix Megapol is owned by Discovery Communications Nordic.,['2020' '2018' '2011' '2019'],2
610
- Bohuslav Sobotka holds the position of Prime Minister of the Czech Republic.,['2010' '2018' '2016' '2019'],2
611
- Mourad Boudjellal works for RMC.,['2012' '2010' '2016' '2011'],2
612
- Alexander Stubb holds the position of Minister for European Affairs and Foreign Trade.,['2017' '2010' '2013' '2020'],2
613
- Aleksandr Brazevich is the head coach of FK Žalgiris Vilnius.,['2013' '2010' '2017' '2020'],2
614
- Ilion Lika plays for KS Vllaznia Shkodër.,['2015' '2011' '2010' '2019'],2
615
- Christian Porter holds the position of Attorney-General for Australia.,['2011' '2010' '2018' '2012'],2
616
- Dejan Stanković is the head coach of Red Star Belgrade.,['2010' '2015' '2019' '2017'],2
617
- Christos Zois is a member of the Independent Greeks.,['2010' '2016' '2012' '2020'],2
618
- Mattias Tesfaye is a member of the Socialist People's Party.,['2018' '2014' '2012' '2020'],2
619
- Clemens Fuest works for Zentrum für Europäische Wirtschaftsforschung.,['2019' '2010' '2014' '2011'],2
620
- Suzan DelBene holds the position of director.,['2015' '2014' '2010' '2013'],2
621
- Andrea Bargnani plays for New York Knicks.,['2020' '2010' '2015' '2018'],2
622
- James P. Allison works for Memorial Sloan Kettering Cancer Center.,['2015' '2018' '2012' '2020'],2
623
- Kieron Pollard plays for Adelaide Strikers.,['2020' '2019' '2014' '2018'],2
624
- Marc Dierickx is the head coach of ERA-Circus.,['2011' '2010' '2014' '2012'],2
625
- Carol van Driel-Murray works for Leiden University.,['2016' '2020' '2013' '2010'],2
626
- Ilkka Laitinen is the chair of European Border and Coast Guard Agency.,['2020' '2015' '2010' '2016'],2
627
- James Franklin Jeffrey holds the position of United States Ambassador to Turkey.,['2011' '2015' '2010' '2013'],2
628
- Roman Cieślak is the chair of SWPS University of Social Sciences and Humanities.,['2012' '2010' '2016' '2011'],2
629
- James McClean plays for West Bromwich Albion F.C..,['2013' '2019' '2017' '2010'],2
630
- Dorien Rookmaker is a member of the Group Otten.,['2012' '2015' '2019' '2014'],2
631
- Damir Burić is the head coach of FC Admira Wacker Mödling.,['2018' '2012' '2017' '2013'],2
632
- Tedros Adhanom Ghebreyesus works for Ministry of Foreign Affairs of the Federal Democratic Republic of Ethiopia.,['2019' '2014' '2010' '2015'],2
633
- Dan Holman plays for Histon F.C..,['2017' '2019' '2012' '2015'],2
634
- Dean Windass plays for Scarborough Athletic F.C..,['2018' '2015' '2010' '2020'],2
635
- Thomas Oppermann holds the position of Chief Whip.,['2020' '2016' '2010' '2017'],2
636
- Alex Morgan plays for United States women's national soccer team.,['2007' '2009' '2018' '2008'],2
637
- Harry Herstad is the head of the government of Stord.,['2014' '2020' '2015' '2011'],2
638
- Irakli Gharibashvili is the head of the government of Georgia.,['2010' '2018' '2015' '2011'],2
639
- Neville Powell is the head coach of Bangor City F.C..,['2017' '2020' '2014' '2019'],2
640
- Jonathan de Guzmán plays for S.S.C. Napoli.,['2020' '2018' '2016' '2011'],2
641
- Arturo Vidal plays for Inter Milan.,['2015' '2010' '2020' '2019'],2
642
- Pepe Reina plays for Liverpool F.C..,['2016' '2019' '2012' '2015'],2
643
- Júlio César plays for Queens Park Rangers F.C..,['2017' '2011' '2012' '2015'],2
644
- Yuriy Maleyev is the head coach of FC Slavia-Mozyr.,['2018' '2019' '2012' '2020'],2
645
- James E. Ryan works for University of Virginia.,['2017' '2014' '2019' '2012'],2
646
- Silvio Berlusconi is the chair of Associazione Calcio Milan.,['2019' '2018' '2011' '2020'],2
647
- Yiotis Engomitis is the head coach of Ethnikos Achna FC.,['2020' '2014' '2019' '2012'],2
648
- François Fillon is a member of the The Republicans.,['2010' '2012' '2015' '2011'],2
649
- Reince Priebus is the chair of Republican Party.,['2020' '2010' '2013' '2018'],2
650
- Mikele Leigertwood plays for Reading F.C..,['2015' '2020' '2011' '2019'],2
651
- Urby Emanuelson plays for Hellas Verona F.C..,['2011' '2010' '2017' '2014'],2
652
- Erwin Hoffer plays for Fortuna Düsseldorf.,['2011' '2019' '2015' '2018'],2
653
- Jana Žitňanská is a member of the For the People.,['2017' '2012' '2019' '2013'],2
654
- André Bahia plays for Samsunspor.,['2019' '2010' '2011' '2020'],2
655
- Fabian Picardo is the chair of Gibraltar Socialist Labour Party.,['2009' '2010' '2015' '2008'],2
656
- Skøyen Station is owned by Bane NOR Eiendom.,['2016' '2015' '2017' '2013'],2
657
- Victor Oladipo plays for Oklahoma City Thunder.,['2019' '2015' '2017' '2020'],2
658
- Russell Westbrook plays for Oklahoma City Thunder.,['2009' '2020' '2018' '2008'],2
659
- Samuel Eto'o plays for Qatar SC.,['2011' '2010' '2018' '2017'],2
660
- Daniel Kráľ works for University of West Bohemia.,['2016' '2014' '2011' '2018'],2
661
- Mohamed Salah plays for Egypt national under-20 football team.,['2012' '2015' '2010' '2016'],2
662
- Quique Sánchez Flores is the head coach of Watford F.C..,['2010' '2013' '2015' '2020'],2
663
- César Gaviria is the chair of Colombian Liberal Party.,['2015' '2013' '2017' '2016'],2
664
- Teodor Meleșcanu is a member of the Alliance of Liberals and Democrats Party (Romania).,['2014' '2015' '2018' '2010'],2
665
- Dimitris Syllouris is a member of the European Party.,['2020' '2018' '2012' '2019'],2
666
- Diana Egerton-Warburton works for Griffith University.,['2011' '2016' '2017' '2015'],2
667
- Carlos Jiménez Villarejo is a member of the Socialists' Party of Catalonia.,['2010' '2013' '2019' '2014'],2
668
- Ciro Immobile plays for Italy national association football team.,['2012' '2013' '2015' '2010'],2
669
- Helle Thomsen works for TTH Holstebro.,['2020' '2019' '2012' '2014'],2
670
- Didier Deschamps is the head coach of Olympique de Marseille.,['2014' '2015' '2010' '2019'],2
671
- Anne Hege Grung is the chair of Norwegian Association for Women's Rights.,['2013' '2012' '2020' '2016'],2
672
- Sabrina Ionescu plays for Oregon Ducks women's basketball.,['2014' '2015' '2016' '2011'],2
673
- "Chesley ""Sully"" Sullenberger works for CBS News.",['2010' '2008' '2014' '2009'],2
674
- Norman Sharpless is the chair of National Cancer Institute.,['2012' '2015' '2017' '2016'],2
675
- Devin Booker plays for Phoenix Suns.,['2011' '2010' '2016' '2012'],2
676
- José Luís Jesus is the chair of International Tribunal for the Law of the Sea.,['2018' '2014' '2010' '2019'],2
677
- Filippo Inzaghi is the head coach of Associazione Calcio Milan.,['2011' '2019' '2015' '2017'],2
678
- Jim Sensenbrenner holds the position of United States representative.,['2020' '2009' '2010' '2008'],2
679
- Alessandro Del Piero plays for Odisha FC.,['2012' '2017' '2014' '2020'],2
680
- Lee Boylan plays for Stevenage F.C..,['2017' '2019' '2011' '2012'],2
681
- Jonathan de Guzmán plays for Carpi FC 1909.,['2010' '2011' '2020' '2013'],2
682
- Alex Mullen works for Magdalene College.,['2016' '2019' '2011' '2018'],2
683
- Carlo Ancelotti is the head coach of Real Madrid CF.,['2019' '2017' '2014' '2018'],2
684
- Kevin Phillips plays for Crystal Palace F.C..,['2016' '2020' '2013' '2015'],2
685
- Scott Sinclair plays for Manchester City F.C..,['2020' '2018' '2012' '2016'],2
686
- Espen Barth Eide holds the position of State Secretary.,['2019' '2018' '2011' '2015'],2
687
- Mac McClung attended Georgetown University.,['2012' '2013' '2020' '2015'],2
688
- Sunny Sanwar works for North South University.,['2017' '2015' '2011' '2014'],2
689
- Christian Solinas is the head of the government of Sardinia.,['2016' '2017' '2020' '2014'],2
690
- Che Adams plays for England national football C team.,['2012' '2015' '2014' '2010'],2
691
- Leann Birch works for University of Georgia.,['2013' '2011' '2018' '2010'],2
692
- Henryk Broder works for Die Welt.,['2009' '2008' '2011' '2010'],2
693
- Michal Petrouš is the head coach of SK Slavia Prague.,['2020' '2014' '2013' '2015'],2
694
- Robert Finn holds the position of Catholic bishop.,['2016' '2020' '2011' '2019'],2
695
- Gordon Brown holds the position of First Lord of the Treasury.,['2016' '2013' '2010' '2019'],2
696
- William Hague holds the position of Secretary of State for Foreign and Commonwealth Affairs.,['2016' '2015' '2014' '2018'],2
697
- Eric Abetz holds the position of Minister for Employment and Workplace Relations.,['2019' '2020' '2013' '2016'],2
698
- Tim Cahill plays for New York Red Bulls.,['2011' '2017' '2014' '2010'],2
699
- Ciro Gomes is a member of the Brazilian Socialist Party.,['2014' '2018' '2012' '2017'],2
700
- Colleen Hanabusa holds the position of United States representative.,['2010' '2020' '2011' '2009'],2
701
- Meir Cohen is a member of the Yesh Atid.,['2010' '2011' '2016' '2012'],2
702
- Bülent Korkmaz is the head coach of Antalyaspor.,['2014' '2015' '2018' '2016'],2
703
- Jack Rodwell plays for England national under-21 football team.,['2017' '2018' '2011' '2013'],2
704
- Zoi Konstantopoulou is a member of the SYRIZA.,['2011' '2018' '2013' '2020'],2
705
- Peter Vorderer works for Vrije Universiteit Amsterdam.,['2012' '2013' '2010' '2016'],2
706
- Eric Van Lancker is the head coach of Israel Start-Up Nation.,['2014' '2015' '2018' '2011'],2
707
- Jacques Le Nay is a member of the Union of Democrats and Independents.,['2010' '2011' '2016' '2012'],2
708
- Recep Tayyip Erdoğan is the head of the government of Turkey.,['2017' '2016' '2011' '2015'],2
709
- TVNorge is owned by Discovery Inc..,['2012' '2011' '2013' '2010'],2
710
- "Michael Gove holds the position of Secretary of State for Environment, Food and Rural Affairs.",['2010' '2020' '2017' '2016'],2
711
- Equanimity is owned by Jho Low.,['2010' '2019' '2016' '2013'],2
712
- Danny White works for University at Buffalo.,['2011' '2017' '2013' '2020'],2
713
- Dele Alli plays for England national under-19 football team.,['2013' '2012' '2014' '2016'],2
714
- Alan Johnson holds the position of Home Secretary.,['2011' '2020' '2010' '2014'],2
715
- Ehsan Elahi Zaheer is the chair of Jamiat Ahle Hadith.,['2015' '2018' '2010' '2016'],2
716
- "Simon Coveney holds the position of Minister for Housing, Planning and Local Government.",['2011' '2010' '2016' '2013'],2
717
- Luka Elsner is the head coach of NK Olimpija Ljubljana.,['2011' '2019' '2017' '2018'],2
718
- Carson Pickett attended Florida State University.,['2017' '2010' '2014' '2011'],2
719
- Karim Matmour plays for Borussia Mönchengladbach.,['2016' '2019' '2011' '2013'],2
720
- Babis Tennes is the head coach of Apollon Smyrna F.C..,['2014' '2017' '2020' '2013'],2
721
- Arthur Vanetsyan is the chair of Football Federation of Armenia.,['2013' '2011' '2018' '2016'],2
722
- Tele2 Russia is owned by Rostelecom.,['2013' '2010' '2014' '2012'],2
723
- Alexandre Pato plays for Chelsea F.C..,['2012' '2013' '2016' '2017'],2
724
- Mike Thompson holds the position of United States representative.,['2007' '2009' '2010' '2008'],2
725
- Paul Butler holds the position of Bishop of Southampton.,['2013' '2019' '2010' '2014'],2
726
- Dan Koehl works for Airavata Elephant Foundation.,['2011' '2010' '2019' '2013'],2
727
- Serhiy Kovalets is the head coach of FC Chornomorets Odesa.,['2011' '2019' '2020' '2010'],2
728
- Nicolas Florian is the head of the government of Bordeaux.,['2010' '2011' '2019' '2016'],2
729
- Víctor Ibarbo plays for Cagliari Calcio.,['2016' '2020' '2012' '2019'],2
730
- Carwyn Jones is the head of the government of Wales.,['2020' '2019' '2018' '2009'],2
731
- Teaira McCowan attended Mississippi State University.,['2011' '2014' '2016' '2010'],2
732
- Muhammadu Buhari is the chair of Economic Community of West African States.,['2016' '2012' '2019' '2011'],2
733
- Tonny Vilhena plays for FC Krasnodar.,['2014' '2013' '2020' '2010'],2
734
- Luis Gallego works for Iberia.,['2010' '2012' '2016' '2011'],2
735
- Christia Mercer is the chair of American Philosophical Association.,['2012' '2017' '2019' '2013'],2
736
- Ed Balls holds the position of Shadow Home Secretary.,['2019' '2015' '2011' '2020'],2
737
- Michael D. Higgins holds the position of President of Ireland.,['2010' '2009' '2016' '2008'],2
738
- Saido Berahino plays for England national under-18 football team.,['2019' '2018' '2011' '2017'],2
739
- Jean-Paul Garraud is a member of the The Republicans.,['2013' '2012' '2019' '2014'],2
740
- Peggy Johnson works for Microsoft Corporation.,['2012' '2013' '2015' '2010'],2
741
- Luis Miguel Ramis is the head coach of Albacete Balompié.,['2017' '2016' '2018' '2011'],2
742
- Jeff Hendrick plays for Burnley F.C..,['2012' '2015' '2018' '2010'],2
743
- Alexander Stubb is the head of the government of Finland.,['2019' '2013' '2015' '2018'],2
744
- Lee Peltier plays for Leicester City F.C..,['2017' '2013' '2012' '2015'],2
745
- Judith Collins holds the position of Minister of Corrections.,['2013' '2014' '2015' '2017'],2
746
- Pacheta is the head coach of Elche CF.,['2015' '2013' '2018' '2016'],2
747
- Leslie M. Hicks works for Donald Danforth Plant Science Center.,['2020' '2018' '2011' '2014'],2
748
- Robyn Denholm works for Telstra.,['2011' '2013' '2018' '2010'],2
749
- Marta plays for Western New York Flash.,['2012' '2018' '2011' '2014'],2
750
- Tião Viana is the head of the government of Acre.,['2010' '2020' '2014' '2019'],2
751
- Barbara R. Holland works for University of Tasmania.,['2009' '2007' '2020' '2008'],2
752
- Vince Carter plays for Atlanta Hawks.,['2010' '2013' '2015' '2019'],3
753
- Djibril Cissé plays for France national association football team.,['2014' '2018' '2019' '2011'],3
754
- Luciano Becchio plays for Norwich City F.C..,['2012' '2018' '2016' '2014'],3
755
- Max Verstappen plays for Red Bull Racing.,['2013' '2015' '2014' '2020'],3
756
- Jordi Xuclà is a member of the Partit Nacionalista de Catalunya.,['2015' '2017' '2012' '2020'],3
757
- DeepMind is owned by Google.,['2018' '2011' '2013' '2015'],3
758
- Fox Entertainment Group is owned by 21st Century Fox.,['2011' '2012' '2010' '2020'],3
759
- Mikalay Branfilaw is the head coach of FC Granit Mikashevichi.,['2017' '2015' '2018' '2019'],3
760
- Wen Jiabao is the head of the government of People's Republic of China.,['2017' '2019' '2014' '2013'],3
761
- Ellen Ueberschär is the chair of Heinrich Böll Foundation.,['2011' '2012' '2013' '2020'],3
762
- Qi Lu works for Microsoft Corporation.,['2018' '2020' '2019' '2013'],3
763
- Chris Hipkins holds the position of Minister of Education.,['2014' '2015' '2013' '2020'],3
764
- "Daniel M. Donovan, Jr. holds the position of New York County District Attorney.",['2019' '2016' '2017' '2015'],3
765
- Jimmy Butler plays for Marquette Golden Eagles men's basketball.,['2018' '2013' '2019' '2011'],3
766
- Ellis Webster is the head of the government of Anguilla.,['2010' '2017' '2014' '2020'],3
767
- Andrus Ansip is the chair of Estonian Reform Party.,['2018' '2017' '2020' '2013'],3
768
- Malachi Flynn attended San Diego State University.,['2015' '2014' '2010' '2020'],3
769
- Xavier Bettel is the chair of Democratic Party.,['2017' '2011' '2018' '2014'],3
770
- Obafemi Martins plays for Seattle Sounders FC.,['2018' '2017' '2010' '2014'],3
771
- Ramires plays for Sociedade Esportiva Palmeiras.,['2013' '2015' '2012' '2020'],3
772
- Blagoja Milevski is the head coach of FK Vardar.,['2018' '2017' '2015' '2014'],3
773
- Homare Sawa plays for Japan women's national football team.,['2017' '2016' '2018' '2014'],3
774
- Ivica Dačić holds the position of Minister of Internal Affairs.,['2020' '2016' '2017' '2013'],3
775
- Scott Sinclair plays for England national under-21 football team.,['2017' '2013' '2019' '2011'],3
776
- Trey McKinney-Jones attended University of Miami.,['2015' '2020' '2019' '2013'],3
777
- Harry Kewell plays for Al-Gharafa Sports Club.,['2010' '2016' '2017' '2013'],3
778
- Alan Johnson holds the position of Shadow Home Secretary.,['2017' '2012' '2015' '2010'],3
779
- José Riga is the head coach of Cercle Brugge K.S.V..,['2020' '2013' '2015' '2017'],3
780
- Guido Westerwelle holds the position of Federal Minister for Foreign Affairs.,['2016' '2018' '2019' '2013'],3
781
- Nik Stauskas plays for Michigan Wolverines men's basketball.,['2020' '2019' '2018' '2013'],3
782
- Hiroki Sakai plays for Hannover 96.,['2018' '2019' '2017' '2015'],3
783
- Anies Baswedan is the head of the government of Jakarta.,['2013' '2010' '2012' '2020'],3
784
- Mateo Kovačić plays for Inter Milan.,['2017' '2019' '2018' '2014'],3
785
- Douglas Alexander holds the position of Secretary of State for International Development.,['2016' '2018' '2012' '2010'],3
786
- Luciano Becchio plays for Rotherham United F.C..,['2013' '2012' '2010' '2017'],3
787
- James Allsop works for University of Sydney.,['2016' '2017' '2015' '2013'],3
788
- "Caroline Spelman holds the position of Secretary of State for Housing, Communities and Local Government.",['2017' '2016' '2018' '2010'],3
789
- Frank Scholze works for Karlsruhe Institute of Technology.,['2008' '2020' '2009' '2019'],3
790
- Missy Franklin attended Regis Jesuit High School.,['2020' '2019' '2015' '2013'],3
791
- Wolfgang Böhmer is the head of the government of Saxony-Anhalt.,['2014' '2016' '2018' '2011'],3
792
- Martina Anderson holds the position of member of the European Parliament.,['2011' '2009' '2010' '2020'],3
793
- Catherine Guillouard works for Eutelsat.,['2015' '2018' '2019' '2013'],3
794
- Jeff Flake holds the position of United States senator.,['2010' '2012' '2020' '2016'],3
795
- Andre Iguodala plays for Philadelphia 76ers.,['2014' '2013' '2015' '2011'],3
796
- Bernard Monot is a member of the National Rally.,['2020' '2019' '2009' '2016'],3
797
- Paul Murphy is a member of the RISE (Ireland).,['2011' '2015' '2013' '2020'],3
798
- Masahiro Wada is the head coach of Kyoto Sanga FC.,['2020' '2019' '2012' '2015'],3
799
- Harbhajan Singh plays for Mumbai Indians.,['2020' '2019' '2018' '2016'],3
800
- Matthew Wilson is the head coach of Mitchelton-Scott.,['2009' '2011' '2010' '2019'],3
801
- Motohiro Yogo works for The Wharton School.,['2019' '2011' '2017' '2010'],3
802
- Chris Wood plays for West Bromwich Albion F.C..,['2015' '2019' '2018' '2013'],3
803
- Ioan Andone is the head coach of FC Dinamo București.,['2013' '2014' '2018' '2017'],3
804
- Niall Ferguson works for Harvard University.,['2019' '2018' '2020' '2013'],3
805
- Che Adams plays for England national under-20 football team.,['2020' '2019' '2013' '2015'],3
806
- Todd Landman works for University of Essex.,['2011' '2020' '2018' '2014'],3
807
- Brook Lopez plays for Los Angeles Lakers.,['2019' '2012' '2011' '2018'],3
808
- Ralph Hasenhüttl is the head coach of RB Leipzig.,['2012' '2020' '2013' '2017'],3
809
- Jörgen Lennartsson is the head coach of Lillestrøm SK.,['2012' '2017' '2014' '2019'],3
810
- Will Buckley plays for Sunderland A.F.C..,['2010' '2011' '2013' '2020'],3
811
- Michael Clarke plays for Australia national cricket team.,['2018' '2020' '2017' '2013'],3
812
- "Roger Wakimoto works for University of California, Los Angeles.",['2012' '2013' '2014' '2020'],3
813
- Javier Hernández plays for West Ham United F.C..,['2020' '2015' '2011' '2018'],3
814
- Phase 10 is owned by Mattel.,['2009' '2008' '2007' '2019'],3
815
- Lili Hinstin works for Cinéma du Réel.,['2019' '2018' '2020' '2012'],3
816
- Paul George plays for Los Angeles Clippers.,['2016' '2017' '2013' '2020'],3
817
- Gary Roberts plays for Witton Albion F.C..,['2011' '2017' '2016' '2015'],3
818
- Bill Shorten holds the position of Minister for Education.,['2017' '2018' '2010' '2013'],3
819
- Benji Marshall plays for Blues.,['2011' '2016' '2017' '2014'],3
820
- Joachim Son-Forget is a member of the Socialist Party.,['2015' '2016' '2017' '2013'],3
821
- Albin Kurti is the chair of Vetëvendosje!.,['2016' '2009' '2017' '2020'],3
822
- Yaakov Peri is a member of the Kadima.,['2020' '2018' '2013' '2012'],3
823
- Sascha Riether plays for Germany national association football team.,['2017' '2012' '2015' '2010'],3
824
- Nick Foles plays for Los Angeles Rams.,['2019' '2017' '2012' '2015'],3
825
- Patrick Bamford plays for England national under-21 football team.,['2017' '2012' '2019' '2014'],3
826
- Penny James works for Prudential plc.,['2020' '2010' '2019' '2015'],3
827
- Alberto Fabra is the head of the government of Community of Valencia.,['2016' '2019' '2017' '2015'],3
828
- Jermaine Pennant plays for Tampines Rovers FC.,['2011' '2013' '2014' '2019'],3
829
- Fabio Caserta is the head coach of A.C. Perugia Calcio.,['2017' '2013' '2015' '2020'],3
830
- Pellegrino Matarazzo is the head coach of VfB Stuttgart.,['2018' '2014' '2015' '2020'],3
831
- Hashim Mahomed Amla plays for Dolphins cricket team.,['2017' '2019' '2018' '2013'],3
832
- Joseph DaGrosa is the chair of FC Girondins de Bordeaux.,['2012' '2015' '2013' '2019'],3
833
- Şenol Güneş is the head coach of Turkey national association football team.,['2013' '2015' '2014' '2020'],3
834
- Emmanuel Macron is a member of the independent politician.,['2017' '2019' '2020' '2013'],3
835
- Olivier Giroud plays for Chelsea F.C..,['2013' '2014' '2010' '2019'],3
836
- Thawte Consulting is owned by NortonLifeLock.,['2008' '2009' '2007' '2016'],3
837
- Algimantas Briaunis is the head coach of FK Palanga.,['2013' '2017' '2015' '2019'],3
838
- Troy Bell is a member of the Liberal Party of Australia (South Australian Division).,['2018' '2020' '2019' '2017'],3
839
- Peter R. Orszag works for Lazard.,['2014' '2012' '2010' '2019'],3
840
- Zlatan Pepemovic plays for Los Angeles Galaxy.,['2010' '2016' '2013' '2020'],3
841
- Mamadou Sakho plays for Paris Saint-Germain.,['2019' '2017' '2018' '2013'],3
842
- David Laws holds the position of Chief Secretary to the Treasury.,['2016' '2017' '2013' '2010'],3
843
- Scotty Walden attended Sul Ross State University.,['2014' '2016' '2013' '2012'],3
844
- José Antonio Kast is a member of the independent politician.,['2011' '2012' '2015' '2019'],3
845
- Juan Cuadrado plays for ACF Fiorentina.,['2019' '2010' '2016' '2015'],3
846
- Alla Pugacheva is a member of the Party of Growth.,['2018' '2013' '2017' '2011'],3
847
- Tim Walter is the head coach of VfB Stuttgart.,['2014' '2020' '2017' '2019'],3
848
- Dan Koehl works for Karlsruhe Zoo.,['2007' '2009' '2008' '2019'],3
849
- Alexandru Darie works for Bulandra Theatre.,['2008' '2020' '2009' '2017'],3
850
- Darijo Srna plays for Croatia national association football team.,['2020' '2018' '2017' '2014'],3
851
- André Ventura is a member of the Social Democratic Party.,['2019' '2009' '2020' '2017'],3
852
- Kevin Cobb works for Jacobs School of Music.,['2018' '2013' '2017' '2020'],3
853
- Iveta Radičová is the head of the government of Slovakia.,['2016' '2013' '2014' '2011'],3
854
- "Malcolm Turnbull holds the position of Minister for Broadband, Communications and the Digital Economy.",['2020' '2016' '2018' '2015'],3
855
- "Maroš Šefčovič holds the position of European Commissioner for Education, Culture, Multilingualism and Youth.",['2017' '2013' '2020' '2010'],3
856
- Rubén Albés is the head coach of FC Hermannstadt.,['2019' '2015' '2017' '2020'],3
857
- Tibisay Lucena is the chair of National Electoral Council of Venezuela.,['2008' '2009' '2007' '2017'],3
858
- Ewerthon plays for América Futebol Clube (MG).,['2020' '2018' '2010' '2012'],3
859
- Ismail Ould Bedde Ould Cheikh Sidiya is the head of the government of Mauritania.,['2018' '2010' '2017' '2020'],3
860
- Michael Brown plays for Portsmouth F.C..,['2016' '2013' '2019' '2011'],3
861
- Robert A. McDonald is the chair of United States Department of Veterans Affairs.,['2012' '2011' '2010' '2017'],3
862
- Kaleemullah Khan plays for Sacramento Republic FC.,['2010' '2013' '2017' '2015'],3
863
- Gennady Gudkov is a member of the A Just Russia.,['2019' '2017' '2018' '2013'],3
864
- Nikola Mirotić plays for FC Barcelona Bàsquet.,['2012' '2014' '2013' '2020'],3
865
- Cheyna Matthews attended Florida State University.,['2012' '2019' '2017' '2016'],3
866
- Ki Sung-yueng plays for Celtic F.C..,['2020' '2013' '2019' '2012'],3
867
- Brandi M. Cossairt works for University of Washington.,['2009' '2011' '2010' '2019'],3
868
- Sir George Young holds the position of Shadow Leader of the House of Commons.,['2013' '2018' '2015' '2010'],3
869
- Kurban Berdyev is the head coach of Rubin Kazan.,['2012' '2015' '2011' '2018'],3
870
- Shivnarine Chanderpaul plays for Guyana Amazon Warriors.,['2012' '2013' '2019' '2015'],3
871
- Tammam Salam holds the position of President of Lebanon.,['2011' '2019' '2013' '2015'],3
872
- Liu Jiayi is the chair of National Audit Office of the People's Republic of China.,['2018' '2019' '2020' '2016'],3
873
- Vince Cable is the chair of Liberal Democrats.,['2012' '2015' '2016' '2018'],3
874
- Tom Southam is the head coach of EF Pro Cycling.,['2014' '2013' '2012' '2019'],3
875
- "Volodymyr Yelchenko is the chair of Embassy of Ukraine, Moscow.",['2016' '2017' '2020' '2013'],3
876
- Andrzej Duda holds the position of President of the Republic of Poland.,['2014' '2013' '2012' '2020'],3
877
- Yuba Raj Khatiwada works for Nepal Rastra Bank.,['2020' '2016' '2017' '2013'],3
878
- Antonino Raspanti holds the position of Catholic bishop.,['2008' '2010' '2009' '2018'],3
879
- Kevin Cramer holds the position of United States senator.,['2015' '2012' '2013' '2020'],3
880
- Gary Hooper plays for Sheffield Wednesday F.C..,['2013' '2014' '2012' '2019'],3
881
- Fox Mobile Entertainment is owned by Freenet AG.,['2010' '2011' '2013' '2017'],3
882
- Dennis Hof is a member of the Republican Party.,['2014' '2015' '2012' '2019'],3
883
- Iker Casillas plays for Spain national association football team.,['2020' '2018' '2017' '2015'],3
884
- Dean Whitehead plays for Middlesbrough F.C..,['2010' '2018' '2017' '2014'],3
885
- Khadija Arib is the chair of House of Representatives.,['2014' '2013' '2011' '2020'],3
886
- Beata Szydło is the head of the government of Poland.,['2011' '2013' '2010' '2016'],3
887
- Rebecca Long-Bailey holds the position of Shadow Secretary of State for Education.,['2014' '2017' '2015' '2020'],3
888
- Rick Perry holds the position of United States Secretary of Energy.,['2012' '2016' '2015' '2020'],3
889
- Davide Galimberti is the head of the government of Varese.,['2010' '2011' '2014' '2019'],3
890
- Renee M. Johnson works for Harvard T.H. Chan School of Public Health.,['2017' '2020' '2018' '2014'],3
891
- Jim Sensenbrenner holds the position of delegate.,['2019' '2020' '2018' '2016'],3
892
- Jim Murphy holds the position of Shadow Secretary of State for Scotland.,['2014' '2018' '2017' '2010'],3
893
- Augustus John Rush works for Duke University.,['2014' '2013' '2011' '2020'],3
894
- Jack Straw holds the position of Secretary of State for Justice.,['2016' '2017' '2013' '2010'],3
895
- i is owned by JPIMedia.,['2017' '2011' '2012' '2019'],3
896
- Sébastien Hinault is the head coach of Arkéa-Samsic.,['2010' '2013' '2014' '2019'],3
897
- Kim Little plays for Great Britain women's Olympic association football team.,['2016' '2017' '2010' '2012'],3
898
- Călin Popescu-Tăriceanu is a member of the National Liberal Party.,['2017' '2018' '2019' '2013'],3
899
- "James Brokenshire holds the position of Secretary of State for Housing, Communities and Local Government.",['2016' '2013' '2014' '2019'],3
900
- Stefan Białas is the head coach of Legia Warsaw.,['2013' '2019' '2017' '2010'],3
901
- Renato Sanches plays for Portugal national association football team.,['2011' '2014' '2015' '2019'],3
902
- Ben May plays for Scunthorpe United F.C..,['2018' '2019' '2015' '2010'],3
903
- Daniel Ramos is the head coach of G.D. Chaves.,['2014' '2017' '2019' '2018'],3
904
- Memphis Depay plays for Netherlands national under-19 football team.,['2010' '2018' '2015' '2012'],3
905
- Giorgio Napolitano holds the position of senatore a vita.,['2012' '2011' '2014' '2018'],3
906
- Nikola Žigić plays for Valencia CF.,['2019' '2011' '2018' '2010'],3
907
- Carolyn K. Peterson is the head of the government of Ithaca.,['2012' '2020' '2013' '2011'],3
908
- Hideyo Hanazumi is the head of the government of Niigata Prefecture.,['2011' '2013' '2015' '2020'],3
909
- Anerood Jugnauth holds the position of President of Mauritius.,['2015' '2013' '2019' '2012'],3
910
- Viorel Tănase is the head coach of Viitorul-Pandurii.,['2013' '2017' '2014' '2020'],3
911
- Emmanuel Culio plays for Al Wasl FC.,['2012' '2016' '2017' '2014'],3
912
- Yury Konoplev is the head coach of FC Orsha.,['2012' '2020' '2018' '2017'],3
913
- Kevin Anderson works for University of Maryland.,['2019' '2020' '2009' '2016'],3
914
- Self-portrait wearing a white feathered bonnet is owned by National Trust.,['2009' '2007' '2008' '2018'],3
915
- Clifford Williams works for Wheaton College.,['2012' '2019' '2011' '2016'],3
916
- Paige Bueckers attended Hopkins High School.,['2013' '2012' '2014' '2020'],3
917
- Raimondas Šukys is the chair of Ministry of Health.,['2017' '2020' '2015' '2011'],3
918
- Play M Entertainment is owned by Kakao M.,['2013' '2010' '2014' '2018'],3
919
- Enda Kenny holds the position of Leader of Fine Gael.,['2020' '2019' '2018' '2016'],3
920
- Pavel Hoftych is the head coach of FC Spartak Trnava.,['2010' '2014' '2013' '2012'],3
921
- J. J. Redick plays for Milwaukee Bucks.,['2019' '2015' '2010' '2013'],3
922
- Aliyah Boston attended University of South Carolina.,['2014' '2018' '2013' '2020'],3
923
- Robert Biedroń is a member of the Palikot's Movement.,['2010' '2017' '2019' '2014'],3
924
- Ryan Babel plays for Liverpool F.C..,['2014' '2016' '2018' '2011'],3
925
- Flekkefjord Line is owned by Norwegian National Rail Administration.,['2020' '2018' '2017' '2016'],3
926
- John R. Curtis holds the position of mayor.,['2018' '2019' '2020' '2016'],3
927
- Sabine Carey works for University of Nottingham.,['2017' '2013' '2015' '2010'],3
928
- Marius Baciu is the head coach of CS Concordia Chiajna.,['2010' '2020' '2019' '2015'],3
929
- Angela Rayner holds the position of Shadow Minister for Women and Equalities.,['2015' '2010' '2014' '2019'],3
930
- David Lidington holds the position of Chancellor of the Duchy of Lancaster.,['2011' '2016' '2013' '2019'],3
931
- Steve Smith plays for Antigua Hawksbills.,['2017' '2019' '2012' '2013'],3
932
- Marcus Haber plays for Canada men's national under-17 soccer team.,['2016' '2018' '2015' '2011'],3
933
- Minho railway line is owned by Infrastructures of Portugal.,['2014' '2013' '2011' '2018'],3
934
- Austin Petersen is a member of the Republican Party.,['2016' '2013' '2012' '2020'],3
935
- Sydney Leroux plays for United States women's national under-20 soccer team.,['2017' '2011' '2018' '2010'],3
936
- Andre Gray plays for Brentford F.C..,['2017' '2019' '2016' '2015'],3
937
- Roger Sandberg is the head coach of Hammarby Fotboll.,['2014' '2018' '2010' '2011'],3
938
- Nordic Regional Airlines is owned by Finnair.,['2008' '2009' '2010' '2017'],3
939
- Victor Ciorbea is a member of the National Liberal Party.,['2015' '2019' '2011' '2013'],3
940
- Yemi Odubade plays for Newport County A.F.C..,['2014' '2013' '2017' '2011'],3
941
- Etrit Berisha plays for S.S. Lazio.,['2019' '2012' '2020' '2016'],3
942
- Kevin Rudd holds the position of Prime Minister of Australia.,['2014' '2018' '2019' '2013'],3
943
- Steve Bannon works for Breitbart News.,['2019' '2020' '2017' '2013'],3
944
- Harry Kewell plays for Melbourne City Football Club.,['2018' '2015' '2017' '2014'],3
945
- Víctor Ibarbo plays for A.S. Roma.,['2016' '2011' '2019' '2015'],3
946
- David Dunn plays for Oldham Athletic A.F.C..,['2012' '2018' '2013' '2016'],3
947
- Oleg Dulub is the head coach of FC BATE Borisov.,['2016' '2019' '2015' '2018'],3
948
- Elisabeth Moreno works for Hewlett-Packard.,['2018' '2010' '2014' '2020'],3
949
- Andrew Holding works for Medical Research Council.,['2018' '2017' '2019' '2013'],3
950
- Ling Long works for Iowa State University.,['2020' '2019' '2017' '2013'],3
951
- Hanna Jensen is a member of the People's Party.,['2012' '2020' '2018' '2011'],3
952
- Iurie Leancă is a member of the Liberal Democratic Party of Moldova.,['2018' '2020' '2017' '2015'],3
953
- Ivan Lewis holds the position of Shadow Secretary of State for International Development.,['2016' '2019' '2018' '2012'],3
954
- Filippo Nogarin is the head of the government of Livorno.,['2010' '2011' '2013' '2017'],3
955
- David de Gea Quintana plays for Spain national under-21 football team.,['2016' '2019' '2014' '2013'],3
956
- Raf Simons works for Christian Dior S.A..,['2016' '2020' '2010' '2015'],3
957
- Bill Peduto is the head of the government of Pittsburgh.,['2012' '2010' '2013' '2019'],3
958
- Alan Kelly holds the position of Teachta Dála.,['2008' '2009' '2010' '2017'],3
959
- Juan Carlos Oliva is the head coach of AC Omonia.,['2015' '2012' '2017' '2018'],3
960
- Tom Brady plays for New England Patriots.,['2009' '2008' '2020' '2017'],3
961
- John Harkes is the head coach of FC Cincinnati.,['2018' '2013' '2019' '2017'],3
962
- Anthony Grant plays for Crewe Alexandra F.C..,['2020' '2018' '2011' '2015'],3
963
- Xavier Trias is a member of the Catalan European Democratic Party.,['2014' '2013' '2012' '2019'],3
964
- Robert W. McElroy holds the position of diocesan bishop.,['2014' '2013' '2011' '2020'],3
965
- Louis Bontes is a member of the Party for Freedom.,['2018' '2015' '2019' '2013'],3
966
- Leanid Lahun is the head coach of FC Torpedo-MAZ Minsk.,['2019' '2015' '2012' '2018'],3
967
- Ida Auken is a member of the Socialist People's Party.,['2016' '2017' '2015' '2013'],3
968
- Anne Hidalgo is the head of the government of Paris.,['2012' '2010' '2013' '2020'],3
969
- Andre Drummond plays for UConn Huskies men's basketball.,['2016' '2015' '2013' '2012'],3
970
- Ihor Sorkin is the chair of National Bank of Ukraine.,['2018' '2017' '2010' '2014'],3
971
- Valentina Melnikova is the chair of People's Freedom Party.,['2014' '2015' '2013' '2012'],3
972
- Stephen O'Brien holds the position of Under-Secretary-General for Humanitarian Affairs and Emergency Relief Coordinator.,['2012' '2010' '2014' '2018'],3
973
- Shang Fulin is the chair of China Banking Regulatory Commission.,['2009' '2010' '2008' '2018'],3
974
- Jae Crowder plays for Miami Heat.,['2010' '2011' '2018' '2020'],3
975
- Luke Moore plays for Swansea City A.F.C..,['2015' '2019' '2017' '2013'],3
976
- Gabriela Rivadeneira is a member of the Citizen Revolution.,['2017' '2015' '2016' '2020'],3
977
- Chris Uhlmann works for Nine.,['2012' '2013' '2015' '2020'],3
978
- Anghel Iordănescu is the head coach of Romania national association football team.,['2020' '2018' '2017' '2013'],3
979
- Filipe Morais plays for Stevenage F.C..,['2016' '2015' '2018' '2013'],3
980
- Ali Krieger plays for Tyresö FF.,['2019' '2018' '2012' '2013'],3
981
- Sergio Villalobos works for Andrés Bello University.,['2015' '2018' '2017' '2010'],3
982
- Sylvie Paycha works for University of Potsdam.,['2008' '2009' '2010' '2017'],3
983
- Ivan Rakitić plays for FC Barcelona.,['2011' '2010' '2012' '2020'],3
984
- Cha Du-ri plays for Celtic F.C..,['2020' '2013' '2015' '2011'],3
985
- Daniel Salaverry is a member of the American Popular Revolutionary Alliance.,['2017' '2016' '2015' '2013'],3
986
- Christopher Samba plays for FC Anzhi Makhachkala.,['2017' '2020' '2015' '2013'],3
987
- Migen Memelli plays for Partizani Tirana.,['2010' '2017' '2016' '2014'],3
988
- Peadar Tóibín is a member of the Aontú.,['2013' '2015' '2010' '2020'],3
989
- Frank de Boer is the head coach of AFC Ajax.,['2020' '2018' '2017' '2014'],3
990
- Armand Traoré plays for Juventus FC.,['2016' '2013' '2019' '2011'],3
991
- Dario Nardella is the head of the government of Florence.,['2012' '2010' '2013' '2019'],3
992
- Viron Polydoras is a member of the New Democracy.,['2020' '2018' '2019' '2013'],3
993
- Alex Oxlade-Chamberlain plays for Arsenal F.C..,['2020' '2010' '2019' '2014'],3
994
- Igor Kriushenko is the head coach of Belarus national football team.,['2010' '2016' '2015' '2019'],3
995
- Frances Fitzgerald holds the position of Minister for Justice and Equality.,['2012' '2020' '2019' '2017'],3
996
- Rohit Sharma plays for Mumbai Indians.,['2009' '2008' '2010' '2018'],3
997
- Cuauhtémoc Blanco plays for Mexico national football team.,['2017' '2018' '2019' '2013'],3
998
- Mae Montaño is a member of the CREO.,['2020' '2019' '2009' '2017'],3
999
- Karim Matmour plays for Eintracht Frankfurt.,['2015' '2017' '2010' '2012'],3
1000
- Jim Goodwin is the head coach of St. Mirren F.C..,['2016' '2013' '2017' '2020'],3
1001
- Pablo Casado is the chair of People's Party.,['2012' '2011' '2013' '2020'],3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fact/templama/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
linguistic/chunking/test.csv DELETED
The diff for this file is too large to render. See raw diff
 
linguistic/chunking/test.json ADDED
The diff for this file is too large to render. See raw diff
 
linguistic/chunking/train.csv DELETED
The diff for this file is too large to render. See raw diff
 
linguistic/chunking/train.json ADDED
The diff for this file is too large to render. See raw diff
 
linguistic/chunking/valid.csv DELETED
The diff for this file is too large to render. See raw diff
 
linguistic/chunking/valid.json ADDED
The diff for this file is too large to render. See raw diff
 
linguistic/clang8/test.csv DELETED
The diff for this file is too large to render. See raw diff
 
linguistic/clang8/test.json ADDED
The diff for this file is too large to render. See raw diff