meetdoshi90 commited on
Commit
4962c33
·
verified ·
1 Parent(s): 904e560

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ corpus_linearized.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ corpus_md.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ corpus_structure.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,209 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - eng
6
+ license: cc-by-4.0
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-retrieval
10
+ task_ids:
11
+ - document-retrieval
12
+ tags:
13
+ - table-retrieval
14
+ - text
15
+ pretty_name: NQTables
16
+ config_names:
17
+ - default
18
+ - queries
19
+ - corpus_linearized
20
+ - corpus_md
21
+ - corpus_structure
22
+
23
+ dataset_info:
24
+ - config_name: default
25
+ features:
26
+ - name: qid
27
+ dtype: string
28
+ - name: did
29
+ dtype: string
30
+ - name: score
31
+ dtype: int32
32
+ splits:
33
+ - name: train
34
+ num_bytes: 1044168
35
+ num_examples: 9594
36
+ - name: dev
37
+ num_bytes: 117198
38
+ num_examples: 1068
39
+ - name: test
40
+ num_bytes: 103735
41
+ num_examples: 966
42
+ - config_name: queries
43
+ features:
44
+ - name: _id
45
+ dtype: string
46
+ - name: text
47
+ dtype: string
48
+ splits:
49
+ - name: train_queries
50
+ num_bytes: 955578
51
+ num_examples: 9594
52
+ - name: dev_queries
53
+ num_bytes: 106125
54
+ num_examples: 1068
55
+ - name: test_queries
56
+ num_bytes: 94603
57
+ num_examples: 966
58
+ - config_name: corpus_linearized
59
+ features:
60
+ - name: _id
61
+ dtype: string
62
+ - name: title
63
+ dtype: string
64
+ - name: text
65
+ dtype: string
66
+ splits:
67
+ - name: corpus_linearized
68
+ num_bytes: 416763646
69
+ num_examples: 169898
70
+ - config_name: corpus_md
71
+ features:
72
+ - name: _id
73
+ dtype: string
74
+ - name: title
75
+ dtype: string
76
+ - name: text
77
+ dtype: string
78
+ splits:
79
+ - name: corpus_md
80
+ num_bytes: 448109052
81
+ num_examples: 169898
82
+ - config_name: corpus_structure
83
+ features:
84
+ - name: _id
85
+ dtype: string
86
+ - name: title
87
+ dtype: string
88
+ - name: text
89
+ dtype: string
90
+ - name: meta_data
91
+ dtype: string
92
+ - name: headers
93
+ sequence: string
94
+ - name: cells
95
+ sequence: string
96
+ splits:
97
+ - name: corpus_structure
98
+ num_bytes: 859992305
99
+ num_examples: 169898
100
+
101
+ configs:
102
+ - config_name: default
103
+ data_files:
104
+ - split: train
105
+ path: train_qrels.jsonl
106
+ - split: dev
107
+ path: dev_qrels.jsonl
108
+ - split: test
109
+ path: test_qrels.jsonl
110
+ - config_name: queries
111
+ data_files:
112
+ - split: train_queries
113
+ path: train_queries.jsonl
114
+ - split: dev_queries
115
+ path: dev_queries.jsonl
116
+ - split: test_queries
117
+ path: test_queries.jsonl
118
+ - config_name: corpus_linearized
119
+ data_files:
120
+ - split: corpus_linearized
121
+ path: corpus_linearized.jsonl
122
+ - config_name: corpus_md
123
+ data_files:
124
+ - split: corpus_md
125
+ path: corpus_md.jsonl
126
+ - config_name: corpus_structure
127
+ data_files:
128
+ - split: corpus_structure
129
+ path: corpus_structure.jsonl
130
+ ---
131
+
132
+ # NQTables Retrieval
133
+
134
+ This dataset is part of a Table + Text retrieval benchmark. Includes queries and relevance judgments across train, dev, test split(s), with corpus in 3 format(s): `corpus_linearized`, `corpus_md`, `corpus_structure`.
135
+
136
+ ## Configs
137
+
138
+ | Config | Description | Split(s) |
139
+ |---|---|---|
140
+ | `default` | Relevance judgments (qrels): `qid`, `did`, `score` | `train`, `dev`, `test` |
141
+ | `queries` | Query IDs and text | `train_queries`, `dev_queries`, `test_queries` |
142
+ | `corpus_linearized` | Linearized table representation | `corpus_linearized` |
143
+ | `corpus_md` | Markdown table representation | `corpus_md` |
144
+ | `corpus_structure` | Structured corpus with `headers`, `cells`, `meta_data`. `text` field corresponds to linearized Text + Table. | `corpus_structure` |
145
+
146
+ ## `corpus_structure` additional fields
147
+
148
+ | Field | Type | Description |
149
+ |---|---|---|
150
+ | `meta_data` | string | Table metadata / caption |
151
+ | `headers` | list[string] | Column headers |
152
+ | `cells` | list[string] | Flattened cell values |
153
+
154
+ ## TableIR Benchmark Statistics
155
+
156
+ | Dataset | Structured | #Train | #Dev | #Test | #Corpus |
157
+ |---|:---:|---:|---:|---:|---:|
158
+ | OpenWikiTables | ✓ | 53.8k | 6.6k | 6.6k | 24.7k |
159
+ | NQTables | ✓ | 9.6k | 1.1k | 1k | 170k |
160
+ | FeTaQA | ✓ | 7.3k | 1k | 2k | 10.3k |
161
+ | OTT-QA (small) | ✓ | 41.5k | 2.2k | -- | 8.8k |
162
+ | MultiHierTT | ✗ | -- | 929 | -- | 9.9k |
163
+ | AIT-QA | ✗ | -- | -- | 515 | 1.9k |
164
+ | StatcanRetrieval | ✗ | -- | -- | 870 | 5.9k |
165
+ | watsonxDocsQA | ✗ | -- | -- | 30 | 1.1k |
166
+
167
+ ## Citation
168
+
169
+ If you use **TableIR Eval: Table-Text IR Evaluation Collection**, please cite:
170
+
171
+ ```bibtex
172
+ @misc{doshi2026tableir,
173
+ title = {TableIR Eval: Table-Text IR Evaluation Collection},
174
+ author = {Doshi, Meet and Boni, Odellia and Kumar, Vishwajeet and Sen, Jaydeep and Joshi, Sachindra},
175
+ year = {2026},
176
+ institution = {IBM Research},
177
+ howpublished = {https://huggingface.co/collections/ibm-research/table-text-ir-evaluation},
178
+ note = {Hugging Face dataset collection}
179
+ }
180
+ ```
181
+
182
+ All credit goes to original authors. Please cite their work:
183
+ ```bibtex
184
+ @inproceedings{herzig-etal-2021-open,
185
+ title = "Open Domain Question Answering over Tables via Dense Retrieval",
186
+ author = {Herzig, Jonathan and
187
+ M{\"u}ller, Thomas and
188
+ Krichene, Syrine and
189
+ Eisenschlos, Julian},
190
+ editor = "Toutanova, Kristina and
191
+ Rumshisky, Anna and
192
+ Zettlemoyer, Luke and
193
+ Hakkani-Tur, Dilek and
194
+ Beltagy, Iz and
195
+ Bethard, Steven and
196
+ Cotterell, Ryan and
197
+ Chakraborty, Tanmoy and
198
+ Zhou, Yichao",
199
+ booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
200
+ month = jun,
201
+ year = "2021",
202
+ address = "Online",
203
+ publisher = "Association for Computational Linguistics",
204
+ url = "https://aclanthology.org/2021.naacl-main.43/",
205
+ doi = "10.18653/v1/2021.naacl-main.43",
206
+ pages = "512--519",
207
+ abstract = "Recent advances in open-domain QA have led to strong models based on dense retrieval, but only focused on retrieving textual passages. In this work, we tackle open-domain QA over tables for the first time, and show that retrieval can be improved by a retriever designed to handle tabular context. We present an effective pre-training procedure for our retriever and improve retrieval quality with mined hard negatives. As relevant datasets are missing, we extract a subset of Natural Questions (Kwiatkowski et al., 2019) into a Table QA dataset. We find that our retriever improves retrieval results from 72.0 to 81.1 recall@10 and end-to-end QA results from 33.8 to 37.7 exact match, over a BERT based retriever."
208
+ }
209
+ ```
corpus_linearized.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38791b0d39991b94af70a712d6e15bf467863b616b353490faae67f8bdd8f94
3
+ size 416763646
corpus_md.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c56caf4f69aecb2906b2848333849fd79b57e0d5305609a128c24646229e25
3
+ size 448109052
corpus_structure.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c092e422de4cb18963d21216afffb1678ec1920c0ed37c5982423e204e85e75
3
+ size 859992305
dev_qrels.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dev_qrels.tsv ADDED
@@ -0,0 +1,1069 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ qid did score
2
+ train_-8299677311763995761_0_0 One_Tree_Hill_(TV_series)_F62C2191AF13884B 1
3
+ train_7304359590063067942_0_0 The_Thinning_374A6394451B5F65 1
4
+ train_4074776855802409677_0_0 List_of_Charlie_and_the_Chocolate_Factory_characters_275AFFF07EC2F129 1
5
+ train_4311258658221995209_0_0 Alaskan_Bush_People_6DBF93EFFA70615B 1
6
+ train_-6552897788416774982_0_0 Isle_of_Man_TT_F26E238CF215C3C6 1
7
+ train_8211653332103107678_0_0 List_of_English_football_champions_6159A3C5BA22E3D3 1
8
+ train_7503449810493099418_0_0 iPad_(2017)_56A3FDBDF8B6562D 1
9
+ train_7350061343960539161_0_0 Deion_Sanders_31B91B17773DFD7C 1
10
+ train_4152846960040914039_0_0 Friday_Night_Lights_(TV_series)_FE97D5CD0BE32C4A 1
11
+ train_-8840224938397390239_0_0 2017_California_wildfires_CFD54812ADB063C7 1
12
+ train_1043381693780273520_0_0 List_of_El_Clásico_matches_C7B988076808EB7D 1
13
+ train_2182457467627139574_0_0 Nedbank_D1370B1780CD9ABC 1
14
+ train_-6559991952872643496_0_0 Kansas_City_Chiefs_845E4CD0D4073AE5 1
15
+ train_-5387096363340560574_0_0 List_of_football_clubs_in_Scotland_by_major_honours_won_E4B801D6115C5CF 1
16
+ train_-1041949344879306628_0_0 List_of_Christmas_hit_singles_in_the_United_Kingdom_BFE65866523CFD98 1
17
+ train_-549252769826078040_0_0 Ryan_Gosling_23F18AF4C4F7797A 1
18
+ train_-1142907310054144230_0_0 List_of_highest_scoring_NFL_games_F000C5BD6CCF2484 1
19
+ train_-7057293210754032626_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
20
+ train_677159637718912376_0_0 Landlocked_country_C2603DBBED82BB0F 1
21
+ train_-5565287694325416346_0_0 Rick_and_Morty_556B21CBFFF93E0A 1
22
+ train_-2143563630008182845_0_0 Sare_Jahan_se_Accha_B7831A4D8A879607 1
23
+ train_8268893892907960100_0_0 Green_Bay_Packers_86C051B603E4D45D 1
24
+ train_-1337578627082186207_0_0 Lok_Sabha_8E523B9B06202674 1
25
+ train_-2064680820854729713_0_0 Will_You_Love_Me_Tomorrow_5A35B2F768C03556 1
26
+ train_1754699819269427278_0_0 List_of_largest_lakes_of_the_United_States_by_area_9FF6281BEC2ECD81 1
27
+ train_3857748571656126098_0_0 Wookiee_607F583FF8E4EC62 1
28
+ train_-869739596172571627_0_0 United_States_presidential_election_in_Florida,_2000_E7C48076D8B284B4 1
29
+ train_-1122061593228659412_0_0 The_End_of_the_World_(Skeeter_Davis_song)_C4F30AF0E431CD9E 1
30
+ train_-8085758219559765560_0_0 The_Daily_Telegraph_B393FDC4C239DADC 1
31
+ train_-188889914147817721_0_0 List_of_Phoenix_Suns_seasons_92D0AE822F6FC670 1
32
+ train_608555350492105805_0_0 United_Kingdom_weather_records_B1D5FA95E3FF62DD 1
33
+ train_-2100500488818401802_0_0 Cam_Brainard_C827A1951160264E 1
34
+ train_-3395745610933548354_0_0 How_Far_I'll_Go_B5359815A1C8E782 1
35
+ train_3483941750501905946_0_0 List_of_Mako:_Island_of_Secrets_episodes_E536268F3AFB32C2 1
36
+ train_7049986611922892520_0_0 List_of_Everton_F.C._records_and_statistics_3F43DB618EE50023 1
37
+ train_7806071514084675404_0_0 Matthew_Labyorteaux_E56ACDF22A12129A 1
38
+ train_3646560546809830862_0_0 List_of_Chief_Ministers_of_Tamil_Nadu_E9BB2F9DB189CCB8 1
39
+ train_635153237198267129_0_0 President_of_India_EF99038879A842A9 1
40
+ train_-4058879644260635242_0_0 So_You_Think_You_Can_Dance_(U.S._TV_series)_7D9F0BF344FEECB0 1
41
+ train_-6516071366425930036_0_0 Man_Booker_International_Prize_92A8B7CF847A7B98 1
42
+ train_-556859623571443406_0_0 Avatar_(2009_film)_7B9F6246E16CFD3A 1
43
+ train_9151456329227418853_0_0 Simba_F1A060F565F769C2 1
44
+ train_-7969407017061863495_0_0 2015_Cleveland_Browns_season_2D3AC5DD86252DB5 1
45
+ train_-3308470507109161581_0_0 Pirates_of_the_Caribbean:_Dead_Men_Tell_No_Tales_CF158FE914BBAE82 1
46
+ train_-868513994738408589_0_0 List_of_golfers_with_most_LPGA_major_championship_wins_B77D1EE661B42FF1 1
47
+ train_-203787163798116016_0_0 Bagnell_Dam_F9B3940209030F28 1
48
+ train_4906594321492168975_0_0 List_of_countries_by_level_of_military_equipment_B0A4F141390CE5AF 1
49
+ train_1035292918754036597_0_0 Thomas_&_Friends_53AE06EBA841AD12 1
50
+ train_-8276915332945029338_0_0 Speaker_of_the_Lok_Sabha_D69F189FF1BFF74 1
51
+ train_-5437431641145774847_0_0 I've_Gotta_Be_Me_CAA82747A5797A61 1
52
+ train_-1866141011208181937_0_0 List_of_countries_by_barley_production_27EB013E4B81558D 1
53
+ train_-3922312995339970676_0_0 Roman_Catholic_Archdiocese_of_Brisbane_E819D2BBE2DA022E 1
54
+ train_-4762200835186125972_0_0 Matthew_Labyorteaux_E56ACDF22A12129A 1
55
+ train_3137983053654409042_0_0 List_of_Indian_Premier_League_records_and_statistics_890D651B90505C17 1
56
+ train_5982980948867770014_0_0 Road_to_Nowhere_6ADA44B412565F7 1
57
+ train_-5709763155722028468_0_0 Man_Booker_International_Prize_92A8B7CF847A7B98 1
58
+ train_-4150220697789367508_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
59
+ train_-5819878749695442404_0_0 Dance_with_Me_(Orleans_song)_1F3C301F4672CF45 1
60
+ train_8714657123361958999_0_0 Elena_Gilbert_6200E37E285A505B 1
61
+ train_-7210261945007306645_0_0 Buick_LeSabre_39A2D6AC566C1E44 1
62
+ train_1640231859062884671_0_0 List_of_awards_and_nominations_received_by_BTS_BFD8F9D86C216DDA 1
63
+ train_-6854705744237347786_0_0 MX_vs._ATV_Reflex_2A0B00FEB3363396 1
64
+ train_4428906366524936025_0_0 List_of_North_Korean_missile_tests_378BEBF60CFCCE3A 1
65
+ train_1896169098323658928_0_0 Danny_Phantom_268270F2FD9C79A6 1
66
+ train_-5298150289472204168_0_0 Without_Me_9E2BC340E05ECC87 1
67
+ train_3041611340375882333_0_0 Bachelor_Party_(How_I_Met_Your_Mother)_9B9C6B3F42A40605 1
68
+ train_5869718724083541782_0_0 Man_v._Food_CA18A8626AF6A500 1
69
+ train_5025048886945015951_0_0 Battle_of_Lake_Erie_A2E983AAB585F55A 1
70
+ train_2309071219544700964_0_0 Disney's_All-Star_Sports_Resort_90C3162FEF6C7577 1
71
+ train_7570386097434709721_0_0 There's_No_Place_I'd_Rather_Be_50221A42E076BC01 1
72
+ train_8992403415742336420_0_0 List_of_Chief_Ministers_of_Nagaland_54EE3AB0DDABA8C0 1
73
+ train_1616810287777418755_0_0 Super_Bowl_I_1ADB0FA2ACE1D3CC 1
74
+ train_-2241479832634390772_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
75
+ train_3144851421291084874_0_0 United_States_presidential_election_in_Florida,_2000_E7C48076D8B284B4 1
76
+ train_1299452526159276502_0_0 List_of_Billboard_Hot_100_number-one_singles_of_1984_8B2E22F4A647514B 1
77
+ train_8351607903539491538_0_0 Han_Solo_AC8751C09AB5A22B 1
78
+ train_-3489670529532500707_0_0 United_States_twenty-dollar_bill_EA2ACE0078698295 1
79
+ train_-3547003634175063794_0_0 Take_On_Me_688185A7CFEB5AF4 1
80
+ train_482912031216577464_0_0 Baby_Guinness_9BD30F87AADDE7E5 1
81
+ train_3447523548471594707_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_F176C9B9674C4198 1
82
+ train_-3781412609876215626_0_0 The_Sims_4_7071AF6496ECB2AF 1
83
+ train_4069877854335141723_0_0 Fuel_taxes_in_the_United_States_568CAE8CDCA3F165 1
84
+ train_9110946562797287705_0_0 The_Tonight_Show_812DEB30BA9DD193 1
85
+ train_4041116188558116374_0_0 Scar_(The_Lion_King)_5B7C4C26CC3BB5D4 1
86
+ train_-2719091964035018559_0_0 Canon_EOS_5D_Mark_II_713EBD0C18B221DA 1
87
+ train_-6338757780436024296_0_0 List_of_highest-grossing_concert_tours_F332A2F99991AFFB 1
88
+ train_-8264302674261927775_0_0 Copperhead_Road_2D6BDC74DF6DDDB 1
89
+ train_-162308396450138543_0_0 Willy_Wonka_&_the_Chocolate_Factory_60353FEC9BEF4FA 1
90
+ train_-473298815511751233_0_0 List_of_NASCAR_drivers_11EFA79A97992138 1
91
+ train_359257114717264322_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
92
+ train_7054320799215627613_0_0 United_States_Declaration_of_Independence_F3EA177C3572D15B 1
93
+ train_4275902871238399430_0_0 Israel_54B4EE12148A0D7B 1
94
+ train_5705904677041566633_0_0 National_Basketball_Association_All-Star_Game_1CF7D9993CBB33A6 1
95
+ train_-3232721351369999609_0_0 Oando_3E7030F37553C337 1
96
+ train_-2341436171821827223_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
97
+ train_-5541926844333217602_0_0 Michigan–Ohio_State_football_rivalry_54917E3F3E73A981 1
98
+ train_4983873800319868139_0_0 Left-_and_right-hand_traffic_10D9440D0502CD7C 1
99
+ train_2422976173368763780_0_0 Tennis_players_with_most_titles_in_the_Open_Era_8E5C8228A76D338C 1
100
+ train_-6667063277348133828_0_0 Michigan–Ohio_State_football_rivalry_88F5AE6B61EA56E6 1
101
+ train_1727471943321790558_0_0 Hawaii_Five-0_(2010_TV_series,_season_8)_B93D667316F411F3 1
102
+ train_-4537086783435040268_0_0 World_War_II_casualties_D8A38E6EAFE4E23F 1
103
+ train_-3625632053761950915_0_0 Dream_a_Little_Dream_of_Me_206DA3B45F7A8939 1
104
+ train_7291412641754211631_0_0 List_of_British_royal_residences_3F4156DF9DFAA8E2 1
105
+ train_5713277857421460102_0_0 Public_holidays_in_Puerto_Rico_4CFCCCF19AFD9069 1
106
+ train_3504846630167920664_0_0 United_States_box_office_records_7BDFE945CAC8EB03 1
107
+ train_2785114186325528480_0_0 Central_Time_Zone_3D224902B55D3F0B 1
108
+ train_-5428799893277289514_0_0 Secretary-General_of_the_United_Nations_B90E6400ACEFCC2C 1
109
+ train_-7042334625370527103_0_0 Balkan_Campaign_(World_War_II)_677AD5435E389325 1
110
+ train_-3497802619069258294_0_0 The_Mortal_Instruments_43DB49ECC9CDE57C 1
111
+ train_-6715860913591909939_0_0 List_of_rivers_by_discharge_A6237FEC490A73FB 1
112
+ train_4700008896749584912_0_0 Lok_Sabha_A63D43F198FD92D3 1
113
+ train_5429966331020405717_0_0 Green_tea_D99120F61589A121 1
114
+ train_5951536783285475717_0_0 Egypt–Israel_Peace_Treaty_ABC4CEBEC2DCC2AF 1
115
+ train_-8713000851671558123_0_0 Iran–Iraq_War_3109F7AA90228663 1
116
+ train_-3399360996612743689_0_0 Find_Out_Who_Your_Friends_Are_F52137DC4471684A 1
117
+ train_-5791030498142856649_0_0 Oldest_people_F9233B64E2C8D7E0 1
118
+ train_-7817390271443572591_0_0 Gossip_Girl_(season_5)_1CE59544E5C51C0C 1
119
+ train_8827997492946932083_0_0 This_Is_Us_(season_2)_BBC4C4C3FEADA3E0 1
120
+ train_-4421765378494225758_0_0 Ariel_Winter_F69761CBDB8FDE80 1
121
+ train_4910332202241394042_0_0 I_Want_You_Back_B48C2FF06CE8E16D 1
122
+ train_-2650848642490082728_0_0 List_of_Indian_Premier_League_records_and_statistics_7D74FEDD1372CB5 1
123
+ train_-7794912577158416308_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
124
+ train_-1708822237169024859_0_0 United_States_Bill_of_Rights_649EFBF7B663A4CE 1
125
+ train_-7268006504982329982_0_0 List_of_Mako:_Island_of_Secrets_episodes_EBEA3C6D28AC33D0 1
126
+ train_-8456561241204940081_0_0 Virginia_lieutenant_gubernatorial_election,_2017_A3F428621ABDD5D4 1
127
+ train_4696587162491581715_0_0 Vegas_Golden_Knights_FF51DEBEE973CF42 1
128
+ train_5293113747515435835_0_0 The_Secret_Life_of_Bees_(film)_F8A65B7C9D41E4E3 1
129
+ train_-6360372356289428569_0_0 Great_Wall_of_China_496A17F9C83E62C0 1
130
+ train_-1599046537087357097_0_0 Iberian_Peninsula_22E24B860ADD6539 1
131
+ train_4989486900121221203_0_0 List_of_NBA_franchise_post-season_droughts_3A9396A5E48679E9 1
132
+ train_-4947332338130829239_0_0 List_of_oldest_and_youngest_National_Basketball_Association_players_B72C42CAD26EA3C2 1
133
+ train_-7795888652355181892_0_0 Android_Wear_918116A75960838B 1
134
+ train_5954218882560531222_0_0 List_of_Olympic_medalists_in_bobsleigh_A5282B7AE1F3D976 1
135
+ train_7516080317304519175_0_0 Golden_Gate_Bridge_23AA84951371F6CE 1
136
+ train_9106359394484232844_0_0 List_of_international_trips_made_by_the_President_of_the_United_States_9C50D6875155A4D6 1
137
+ train_-3299627514945841716_0_0 Spirit_Riding_Free_A2E455E6B13A23DB 1
138
+ train_7899348438075242838_0_0 List_of_countries_by_minimum_driving_age_62EED25DD1FD957C 1
139
+ train_-18669648532001_0_0 International_English_food_terms_8E9158BE6583916A 1
140
+ train_-3573165745051415511_0_0 Great_Britain_at_the_2012_Summer_Olympics_8EAB583E89126FAA 1
141
+ train_-7663522954274757653_0_0 Sesame_Street_BCC080D205D0358A 1
142
+ train_2304707793223407513_0_0 Secretary-General_of_the_United_Nations_B90E6400ACEFCC2C 1
143
+ train_2358929730631596391_0_0 Green_Bay_Packers_86C051B603E4D45D 1
144
+ train_7551113798822030177_0_0 Hell_on_Wheels_(season_5)_D69DFFC8C9C617CF 1
145
+ train_8401895428752799572_0_0 iPad_(2017)_56A3FDBDF8B6562D 1
146
+ train_8740112956660652408_0_0 British_Chess_Championship_F47F71397B71AAFD 1
147
+ train_5071624972590720592_0_0 List_of_most_disliked_YouTube_videos_C78C5FA6C39EA1E9 1
148
+ train_1004006460920509263_0_0 Southwest_Airlines_destinations_9EB572405A46C422 1
149
+ train_2393646557101481765_0_0 2011_FA_Cup_Final_12B29A051309F802 1
150
+ train_-8097591013815538567_0_0 Visa_requirements_for_Kenyan_citizens_480A28072EB5AE3 1
151
+ train_-5392811414748911710_0_0 List_of_1997_box_office_number-one_films_in_the_United_States_14B9669658819209 1
152
+ train_1995415225735171212_0_0 Kentucky–Louisville_rivalry_6B1AC3D940910B19 1
153
+ train_8059727619774648051_0_0 List_of_Naruto_episodes_C366CEB4CCD44314 1
154
+ train_-1757904552409029500_0_0 The_Sims_2_197FC4CED3BF8526 1
155
+ train_-4459026382749225438_0_0 I'm_Not_Ashamed_9E9015B672C3E5AB 1
156
+ train_8000678282838907860_0_0 El_Chaltén_FCCB361AF2EF1BB 1
157
+ train_-8594976734343038386_0_0 Kansas_City_Chiefs_845E4CD0D4073AE5 1
158
+ train_-5779610085405596217_0_0 Utica,_New_York_116417D84ABC4B50 1
159
+ train_8058721648023483854_0_0 Becki_Newton_620DCF60CC37EC87 1
160
+ train_4881211072652424863_0_0 Ralph_Macchio_8997DC477653CF95 1
161
+ train_-4560248938307069712_0_0 List_of_British_billionaires_by_net_worth_A850D1210E018A1D 1
162
+ train_604611189332072028_0_0 List_of_most_disliked_YouTube_videos_7CEBB2A88431C07C 1
163
+ train_1048864911177267342_0_0 Czech_Republic_E7F22BFBC22A831A 1
164
+ train_1455248337921832657_0_0 History_of_rugby_union_matches_between_New_Zealand_and_the_British_and_Irish_Lions_70DAEEC31C684B70 1
165
+ train_7011540581571672948_0_0 History_of_rugby_union_matches_between_New_Zealand_and_the_British_and_Irish_Lions_B5EED728651526A6 1
166
+ train_8053365698701232858_0_0 Spitzer_Space_Telescope_56F727905A5E81B 1
167
+ train_6130524435079386874_0_0 List_of_highest_paid_American_television_stars_BF1D903B4F6058B8 1
168
+ train_7533414793808068658_0_0 Microsoft_Outlook_15F594CAE706EF67 1
169
+ train_-6515346873779259500_0_0 Tennessee_Titans_1C9FDBF6C71097F 1
170
+ train_-2887139326978051695_0_0 Battle_of_Kadesh_E2D9EECAC631B44B 1
171
+ train_7651914067220028839_0_0 Angular_diameter_F37AD8C21E34CA4B 1
172
+ train_-5457634933786908777_0_0 Nigeria_and_the_United_Nations_8A69BF8610C1BA33 1
173
+ train_-6047997140375916807_0_0 List_of_career_achievements_by_Tiger_Woods_1A2C76AD322159D6 1
174
+ train_3183571511936088593_0_0 Sleeping_Beauty_(1959_film)_B9E4580A3DCFD6C6 1
175
+ train_3359881862956095091_0_0 List_of_Billboard_Hot_100_number-one_singles_of_2008_FB31EC66AEBBA3BD 1
176
+ train_-2170276873365868486_0_0 Baby,_You're_a_Rich_Man_7B16304ED3CCA7E7 1
177
+ train_-4644120123662875269_0_0 Grammy_Award_for_Best_Reggae_Album_6166CB91FE1D0D1F 1
178
+ train_5415010133657404700_0_0 List_of_IIHF_World_Championship_medalists_D00BBF3A260F6272 1
179
+ train_-7898750797139075326_0_0 The_Post_(film)_7AADACF0BE1E2E48 1
180
+ train_2836916659279787633_0_0 India_national_football_team_B8F53EA8D8E5D773 1
181
+ train_8525005149535090241_0_0 Thor:_Ragnarok_894070AF13ED476E 1
182
+ train_1084816477988330147_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_C688802E4F03E1E9 1
183
+ train_4357880432218212266_0_0 List_of_districts_of_Uttarakhand_8DBA7AF71809CF52 1
184
+ train_975059404351123881_0_0 2017_Notre_Dame_Fighting_Irish_football_team_5579547A7E408732 1
185
+ train_-7837302859186283069_0_0 Comparison_of_top_chess_players_throughout_history_7DD400DA47D63837 1
186
+ train_7430107694959752893_0_0 List_of_tallest_buildings_in_Nigeria_4F9EA8450600B3B3 1
187
+ train_7939525138301562897_0_0 United_States_presidential_visits_to_East_Asia_615040973B786C9 1
188
+ train_1563517500973816189_0_0 List_of_National_Basketball_Association_career_blocks_leaders_CA7FA9E09F99C1F4 1
189
+ train_-2196031196587549401_0_0 Flower_Child_(Once_Upon_a_Time)_35192704C4CFFAD9 1
190
+ train_390578167214809453_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
191
+ train_-1361539813975645158_0_0 NFC_North_9AF555463BA68AE7 1
192
+ train_-6067962491863247974_0_0 South_Point_Hotel,_Casino_&_Spa_C4668D0A47BF321B 1
193
+ train_-200329563049649624_0_0 Charles_Darwin_741640EC2BCB69A 1
194
+ train_-7878587596578282787_0_0 Guardians_of_the_Galaxy:_The_Telltale_Series_C84A148167BDE3C7 1
195
+ train_7071384151184051600_0_0 Vietnam_War_1B2C43C4820776CA 1
196
+ train_-3039745806966464536_0_0 Tokyo_6699DF1F45A5180D 1
197
+ train_6928183328248816594_0_0 Strong_Enough_(Sheryl_Crow_song)_5EAD28C6BBD5A599 1
198
+ train_-8587207002552933804_0_0 Real_World:_Go_Big_or_Go_Home_C43F3FF53B51ADC8 1
199
+ train_1386316796631125887_0_0 List_of_international_trips_made_by_the_President_of_the_United_States_9C50D6875155A4D6 1
200
+ train_2177855570205199561_0_0 Dancing_with_the_Stars_(U.S._season_1)_A46C47E3954FD16F 1
201
+ train_2312630807027084256_0_0 List_of_countries_by_sex_ratio_5A177C820C00D31E 1
202
+ train_-3478577174775192816_0_0 Knockin'_on_Heaven's_Door_2C99B84C8B6F28B9 1
203
+ train_3925882416211767460_0_0 List_of_highest_paid_American_television_stars_1A30A6B0932068FB 1
204
+ train_4969224624569583858_0_0 Bank_of_England_£10_note_9B180D7A090B5CAC 1
205
+ train_6397895838367884710_0_0 President_of_India_EF99038879A842A9 1
206
+ train_-2884142622397847109_0_0 Sanam_Teri_Kasam_(2016_film)_F751084B420E9954 1
207
+ train_-544664403407312824_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
208
+ train_6480334558079357016_0_0 Cathedral_of_Saint_Paul_(Minnesota)_6FC773446D102B83 1
209
+ train_-8499839852858453896_0_0 American_Ninja_Warrior:_USA_vs._The_World_AF91FD60A76FB940 1
210
+ train_4559014979139188110_0_0 Hallmark_Movies_&_Mysteries_41FBEA056264F79 1
211
+ train_8507465927849538769_0_0 List_of_TCP_and_UDP_port_numbers_ABD681A31F06D297 1
212
+ train_6913854858166743476_0_0 Battles_of_Saratoga_26FA72689060A7C0 1
213
+ train_-1190382034053241916_0_0 New_York_Knicks_A2C0B52630B194DE 1
214
+ train_-1776891268092889098_0_0 SEC_Men's_Basketball_Tournament_78E9EEEF47195E5C 1
215
+ train_3720413883454168856_0_0 List_of_chemical_element_name_etymologies_41934D70E87D313A 1
216
+ train_-2326573937041240034_0_0 List_of_Indian_Premier_League_records_and_statistics_7D74FEDD1372CB5 1
217
+ train_-7330397327818210687_0_0 Plutonium-239_B4604CA2CB1E8040 1
218
+ train_-4274425064083032411_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
219
+ train_-8212253706066418767_0_0 Elul_6CC55887AB617B57 1
220
+ train_-722896287239808854_0_0 Confederate_States_Army_78ACBEBF2A1258BF 1
221
+ train_1863881472707730450_0_0 Ready_or_Not_Here_I_Come_(Can't_Hide_from_Love)_73890DF95390370D 1
222
+ train_4976127696491021066_0_0 A_Million_Ways_to_Die_in_the_West_5C2CC625DED2672E 1
223
+ train_4234958791308278418_0_0 List_of_countries_by_GDP_(PPP)_975A752AF792844F 1
224
+ train_8502893196752738951_0_0 All-Ireland_Senior_Football_Championship_records_and_statistics_44B770AD190FA08E 1
225
+ train_6768227533176627978_0_0 Battle_of_Château-Thierry_(1918)_FF6FA902DD4CA501 1
226
+ train_-4653659407858942648_0_0 My_Big_Fat_Greek_Wedding_7D03505EFA2A01D 1
227
+ train_-2125218903099578559_0_0 Battle_of_San_Juan_Hill_409A2511375173F2 1
228
+ train_7165668402034289118_0_0 Pokémon_the_Movie:_I_Choose_You!_4BAA66DC2063E0E0 1
229
+ train_-6634850103100431616_0_0 List_of_Disney's_Beauty_and_the_Beast_characters_BF977C53564189F6 1
230
+ train_-5636187461192986143_0_0 Northumberland_Development_Project_D007E692A80C8D1 1
231
+ train_-4289263183987181216_0_0 High_School_Musical_3:_Senior_Year_26043C902794045A 1
232
+ train_-6777144068984978001_0_0 Microsoft_Excel_70CDC9C46FB9897A 1
233
+ train_9061405085454844410_0_0 Minister_of_Finance_(South_Africa)_96FDE4ED480862D2 1
234
+ train_7194345561747105434_0_0 Tour_de_France_records_and_statistics_C65E05E29F1B8800 1
235
+ train_2236383984877354985_0_0 Let_It_Go_(Disney_song)_514C0779DDEC4488 1
236
+ train_-6762319294735732431_0_0 United_States_Census_89806E99C34FB338 1
237
+ train_3150966327409387818_0_0 Food_Network_Star_8993956A001A56C 1
238
+ train_2280455854062375472_0_0 List_of_largest_lakes_of_the_United_States_by_area_9FF6281BEC2ECD81 1
239
+ train_7936337482968826206_0_0 Auburn_Tigers_men's_basketball_9A7692F7F3BAB66B 1
240
+ train_2988361598758856436_0_0 List_of_largest_lakes_of_the_United_States_by_area_9FF6281BEC2ECD81 1
241
+ train_3735231182209314384_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
242
+ train_768675520948963380_0_0 List_of_Charlie_and_the_Chocolate_Factory_characters_8840A61D4B6D8AED 1
243
+ train_7077034332191348734_0_0 Third_Battle_of_Panipat_D8D03843662F4566 1
244
+ train_2377590287668100539_0_0 List_of_El_Clásico_matches_C7B988076808EB7D 1
245
+ train_-8909161292425934823_0_0 Matthew_Labyorteaux_E56ACDF22A12129A 1
246
+ train_944916995633900940_0_0 List_of_proxy_wars_7A3F8E5F1141531E 1
247
+ train_-3745210779323762498_0_0 Ossification_81DB63CFF3ECC655 1
248
+ train_2588828183586059915_0_0 Third_Saturday_in_October_F62B1617B0A7DED7 1
249
+ train_6845524361612655730_0_0 The_Bachelor_(season_22)_F0B2C811813EFCAC 1
250
+ train_-745179499669015458_0_0 Monday_Night_Football_D8933050C32A9B0B 1
251
+ train_2282855136566430519_0_0 List_of_U.S._states_by_Amish_population_2E49115A1CB21A97 1
252
+ train_1015720558121711605_0_0 Ease_of_doing_business_index_6204DAF5B68453A3 1
253
+ train_4899363277877811079_0_0 Tomb_of_the_Unknown_Soldier_22504D0C59255BA2 1
254
+ train_8880483707014332335_0_0 Nicaraguan_general_election,_1990_C7A89C091D229711 1
255
+ train_-4208122188761677026_0_0 Immigration_to_the_United_States_DA5C62C43F2779B2 1
256
+ train_1965427940614964175_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
257
+ train_-6015206844394274686_0_0 The_Chase_(UK_game_show)_D7EBD5C3A1E290D3 1
258
+ train_7679275870898048918_0_0 List_of_country_subdivisions_by_area_7501E13E75EC6C6C 1
259
+ train_-1261129742149484837_0_0 List_of_Indian_Premier_League_records_and_statistics_890D651B90505C17 1
260
+ train_-743719609388855380_0_0 Thomas_Brodie-Sangster_F0E186CECEBF9463 1
261
+ train_4022020549114176540_0_0 Frankfurt_50A7C40FCC10EFEC 1
262
+ train_-7217227793465084733_0_0 Supreme_Court_of_California_E12677BE54CE9B52 1
263
+ train_-7140966137416626276_0_0 Loire_2EA2B2228B8965F6 1
264
+ train_8173928098617761832_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
265
+ train_-5885734569843886277_0_0 The_Young_and_the_Restless_cast_members_E58793B55CFF3277 1
266
+ train_3874947851073275990_0_0 List_of_United_States_cities_by_population_42406A86CABB731F 1
267
+ train_8421631201491002858_0_0 Electron_shell_939B8804D1DB95AF 1
268
+ train_1399090222350815041_0_0 Green_Bay_Packers_86C051B603E4D45D 1
269
+ train_4852478941649501261_0_0 Everton_F.C._B454E7357F13625E 1
270
+ train_-5849563573700278911_0_0 Ben_Aaron_D229BF8F26C8714D 1
271
+ train_-3491946911934384789_0_0 List_of_human_evolution_fossils_5EB5299C16F56EB1 1
272
+ train_1542746918529506683_0_0 Siege_of_Leningrad_25B04942FA6C3299 1
273
+ train_-8325115228774170014_0_0 Jessica_Jones_(season_2)_74B0C4B5976BE544 1
274
+ train_4738233578819560578_0_0 Kelly_Severide_40E97AB0BAD3A23 1
275
+ train_-2630736233816690442_0_0 Battle_of_the_Somme_FBCE647BAF769523 1
276
+ train_-7498296586917897382_0_0 United_States_House_Committee_on_Ways_and_Means_A66DDB10DD4B8166 1
277
+ train_5408087129166130629_0_0 List_of_NBA_franchise_post-season_droughts_98D0B0EAB9D95491 1
278
+ train_7207146533356144547_0_0 Don't_Smile_at_Me_4892D6408A52B52 1
279
+ train_276953027919443058_0_0 Universal_Declaration_of_Human_Rights_1B0A7264D8F8910D 1
280
+ train_3375243583594902574_0_0 Atlanta_Falcons_9FC3AE1FDFAD5BF2 1
281
+ train_3242607479123144691_0_0 List_of_countries_by_minimum_driving_age_4CFAE28658F08296 1
282
+ train_2718261988427387026_0_0 MS_Oasis_of_the_Seas_27B7330C9864983A 1
283
+ train_-5611009568522294798_0_0 I'm_Still_in_Love_with_You_(New_Edition_song)_349B8C982B28998E 1
284
+ train_-7152150630675013678_0_0 Governor-General_of_the_Bahamas_EEEAB9634D8E4625 1
285
+ train_-3095717778802988043_0_0 So_You_Think_You_Can_Dance_(U.S._season_14)_219A40275D11763F 1
286
+ train_-5327453721383552639_0_0 Love_on_the_Brain_9E4A078B9D117E70 1
287
+ train_-2436545283290029160_0_0 South_India_30DBF212BCB55C55 1
288
+ train_7167119080112865777_0_0 Ben_Wyatt_(Parks_and_Recreation)_96E659A40A43C949 1
289
+ train_5711174123351508599_0_0 Star_Tours_C872850A3410A5D8 1
290
+ train_-1793422900803995098_0_0 Black_Panther_(comics)_198370C09A45D3F6 1
291
+ train_1611333043522586727_0_0 List_of_English_football_champions_6159A3C5BA22E3D3 1
292
+ train_-4808254026798420442_0_0 List_of_bowlers_who_have_taken_300_or_more_wickets_in_Test_cricket_F4C4063171E2BCA9 1
293
+ train_740297507701431068_0_0 Toronto_Argonauts_EB164E3801558537 1
294
+ train_-1794472512190006041_0_0 Tapti_River_A75B9F4DCCDCB1D0 1
295
+ train_-7682708996774394708_0_0 Daytona_500_4841F931C2F15A20 1
296
+ train_4953988931530879852_0_0 List_of_countries_by_GDP_(PPP)_975A752AF792844F 1
297
+ train_6846052432723333563_0_0 Winfield_Scott_CA6F6E99C192DE4A 1
298
+ train_-3338359903905601428_0_0 Major_League_Baseball_schedule_6A481B1B7D61FE98 1
299
+ train_-7952087597522057742_0_0 Nottingham_Forest_F.C._80421DD935B0218B 1
300
+ train_-5280896974192217721_0_0 List_of_countries_by_cigarette_consumption_per_capita_FF87894BF0562E2F 1
301
+ train_-955556760509426456_0_0 Honorific_nicknames_in_popular_music_27B2D8D6C9894706 1
302
+ train_8844826707488134564_0_0 List_of_Category_5_Atlantic_hurricanes_E429788887E6EC44 1
303
+ train_1231457700832138633_0_0 America's_Got_Talent_(season_10)_22CC0F296DF3EA1A 1
304
+ train_-9221099467086629378_0_0 The_Voice_(U.S._season_11)_60E6A5A6C7EFFCC9 1
305
+ train_6954739864320771551_0_0 Sauvignon_blanc_BD21B127F45BDD7C 1
306
+ train_2288127711767599817_0_0 List_of_Chief_Ministers_of_Nagaland_21BFEFBD31961CA0 1
307
+ train_-7235092055260640952_0_0 New_York_City_mayoral_election,_2017_F0007164174ABF85 1
308
+ train_-6219306245052908290_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
309
+ train_7649956348185896549_0_0 UK_Singles_Chart_records_and_statistics_60550D4E84DE4796 1
310
+ train_5076605951595447546_0_0 Kansas_State_Wildcats_men's_basketball_A31758B72192F836 1
311
+ train_1274714577621248169_0_0 Vietnam_War_5BD0836A11313C2D 1
312
+ train_6488832543754925536_0_0 Ministry_of_Drinking_Water_and_Sanitation_47D04314985D60FA 1
313
+ train_7312877610305425173_0_0 Albuquerque,_New_Mexico_B1D845CD56177A26 1
314
+ train_748536603612182761_0_0 The_Young_and_the_Restless_cast_members_F16ED77AC88A3CA5 1
315
+ train_771123953636625169_0_0 Gautama_Buddha_DDC242A6407B8455 1
316
+ train_-2576520557934945946_0_0 Triple_Alliance_(1882)_6FDAA75BE9F65B23 1
317
+ train_-8791303332992423560_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
318
+ train_-3108152015240372348_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
319
+ train_-1464924981339199406_0_0 Deputy_President_of_the_Nigerian_Senate_F916E6C5B84C026C 1
320
+ train_9175387817365652217_0_0 I_Left_My_Heart_in_San_Francisco_B456AFDE76593C63 1
321
+ train_6070554240510021117_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
322
+ train_7979894458528973979_0_0 Dusk_Till_Dawn_(Zayn_song)_2717F5D5E88FF84D 1
323
+ train_993219365900134717_0_0 Saving_All_My_Love_for_You_58685DF9537C35D4 1
324
+ train_5884267878565490805_0_0 Place_de_la_Concorde_59BAE0DADD84BA15 1
325
+ train_-6707279693101592698_0_0 List_of_current_Major_League_Baseball_stadiums_B8685CCD1E5FCA79 1
326
+ train_-6046303482636451706_0_0 Battle_of_Salamis_82E2B0FE18EA385F 1
327
+ train_3552994178214401139_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
328
+ train_-7746224911214298235_0_0 Vices_&_Virtues_B2245307C45F1C2F 1
329
+ train_-2745525472488418857_0_0 Recueil_des_Travaux_Chimiques_des_Pays-Bas_AD7C433CA6BB1FE6 1
330
+ train_908015269402380232_0_0 The_Beatles_timeline_F752EA19E398719B 1
331
+ train_-1948148070209820908_0_0 La_Spezia_B25CF33E893ABF4D 1
332
+ train_-3471431404263946048_0_0 You_Remind_Me_of_Something_67E4C686464E00C5 1
333
+ train_4975459449802296293_0_0 Snipping_Tool_5EED712318966AE8 1
334
+ train_9000363101253801740_0_0 List_of_Chief_Ministers_of_Nagaland_B050FDC87520DB09 1
335
+ train_-6729716142030724057_0_0 List_of_Indian_Premier_League_records_and_statistics_7D74FEDD1372CB5 1
336
+ train_9221728174875822509_0_0 "Katherine_""Scottie""_MacGregor_E1B1FB3955CDE490" 1
337
+ train_2433381405200124219_0_0 Western_Wall_F8BB789B2626E41A 1
338
+ train_5737486292426862041_0_0 List_of_NBA_franchise_post-season_droughts_99302D7F67DC0552 1
339
+ train_-3455408192013625352_0_0 United_States_Department_of_Homeland_Security_D4868D762EDF56B0 1
340
+ train_-780693533952919125_0_0 2017_NCAA_Division_I_Baseball_Tournament_1AEB95064FC19882 1
341
+ train_-679695353031752849_0_0 List_of_James_Bond_films_9C71196F3E973ED1 1
342
+ train_-1953211309029816373_0_0 Colombia_6F856BC3D53AB548 1
343
+ train_-103173348686474166_0_0 It's_Only_Make_Believe_43B0E6FB75467BD 1
344
+ train_-7314900947517015998_0_0 Nieves_E938228C655599A2 1
345
+ train_-8125223799903855191_0_0 If_You_Leave_Me_Now_DF5289D5534847A6 1
346
+ train_4354790848041665015_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
347
+ train_3518438215672495335_0_0 List_of_countries_by_southernmost_point_310DE1A36DDBCCEB 1
348
+ train_2551084479963210643_0_0 Philadelphia_Phillies_194A3CC679347FD2 1
349
+ train_2460272613262303836_0_0 Serena_Williams_8AE25E58E13881AE 1
350
+ train_2675285917845051290_0_0 List_of_archipelagos_by_number_of_islands_CCC0FC836D58A060 1
351
+ train_3717942650627920588_0_0 Pirates_of_the_Caribbean:_The_Curse_of_the_Black_Pearl_(soundtrack)_BAFA25C23D9FED3B 1
352
+ train_-3069185867499991159_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
353
+ train_-4697095031140352551_0_0 University_of_Southern_Indiana_72214608B8D67D88 1
354
+ train_-2733502504362970847_0_0 Abigail_Deveraux_BC1817064F440567 1
355
+ train_-2038299292385346315_0_0 George_O'Malley_D1370A4B1BA21BB 1
356
+ train_-2323254416620274187_0_0 Northumberland_Development_Project_D007E692A80C8D1 1
357
+ train_-4596089979614359383_0_0 Electron_shell_D233A5A6941769B3 1
358
+ train_-5788936797092596721_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
359
+ train_2488694354466612305_0_0 National_team_appearances_in_the_FIFA_World_Cup_FA7A138DA690F3 1
360
+ train_-2076443572283279979_0_0 Venus_de_Milo_1E733F6F7F4C812E 1
361
+ train_7626469161460525254_0_0 Declaration_of_the_Rights_of_Man_and_of_the_Citizen_DE50AEF49B2ED3B2 1
362
+ train_3725813781881858440_0_0 NFL_Honors_B577B001E51932E3 1
363
+ train_-18907135176901347_0_0 Green_Bay_Packers_ED84FDD1F354B04F 1
364
+ train_8940205974656696792_0_0 I_Hate_U,_I_Love_U_4811F577E90FF715 1
365
+ train_-1349727789702150810_0_0 Millard_Fillmore_7912F81196998254 1
366
+ train_-4818553646448449443_0_0 List_of_countries_by_population_growth_rate_F22D7EFA6A513BC1 1
367
+ train_-1222006775584426266_0_0 Monday_Night_Football_D8933050C32A9B0B 1
368
+ train_3919106101519566172_0_0 Great_Wall_of_China_A12BA338E54E8AC1 1
369
+ train_-3888839650629294651_0_0 Flags_of_the_Confederate_States_of_America_B4E18D38BC93A78B 1
370
+ train_-5088132479499600653_0_0 Virginia–Virginia_Tech_football_rivalry_1CE9A9E1A5C7F0F1 1
371
+ train_-9167682050066978664_0_0 Kwik-E-Mart_BB13A0026733B0D2 1
372
+ train_-1182087090315979169_0_0 Black_Panther_(comics)_198370C09A45D3F6 1
373
+ train_-7301195291123155724_0_0 Yeh_Rishta_Kya_Kehlata_Hai_70B2A526AD08211F 1
374
+ train_-3180403999765206885_0_0 Kansas_City_Chiefs_845E4CD0D4073AE5 1
375
+ train_5051583337270307341_0_0 The_Nightmare_Before_Christmas_(soundtrack)_A3856BC36F3299E2 1
376
+ train_2688350960131617345_0_0 2000_United_States_Census_9B6DF03169571C0E 1
377
+ train_1831962071702782977_0_0 Green_Bay_Packers_86C051B603E4D45D 1
378
+ train_-5568659561052847453_0_0 HPV_vaccines_9F1006F7D583888E 1
379
+ train_-3243991320733904457_0_0 Old_Kingdom_of_Egypt_64AC855BDB6C4370 1
380
+ train_-1428244702661323478_0_0 Proceedings_of_the_Royal_Society_A443C0ADA8C1DCE0 1
381
+ train_6063821146221711867_0_0 World_War_II_casualties_D8A38E6EAFE4E23F 1
382
+ train_-8543399722149922949_0_0 Jude_the_Apostle_724DCFA4E99E63E8 1
383
+ train_-1769784686528704474_0_0 Atlanta_Falcons_4174C40FF54C53F9 1
384
+ train_3099200452906217005_0_0 Pirates_of_the_Caribbean:_Dead_Men_Tell_No_Tales_CF158FE914BBAE82 1
385
+ train_9210856662302195700_0_0 Eruption_of_Mount_Vesuvius_in_79_2170FCED2CC10146 1
386
+ train_-125418256039741273_0_0 NFC_North_9AF555463BA68AE7 1
387
+ train_-8842941458379063500_0_0 Hell_in_a_Cell_A513532F0708641B 1
388
+ train_-2347304889282812243_0_0 Boeing_747_943F954CCE72592F 1
389
+ train_-2310161920303568569_0_0 List_of_Prime_Ministers_of_Bulgaria_B19653FFFC21030A 1
390
+ train_4151136672125226011_0_0 List_of_highest_paid_American_television_stars_1A30A6B0932068FB 1
391
+ train_-3169643504588125261_0_0 Michigan–Ohio_State_football_rivalry_88F5AE6B61EA56E6 1
392
+ train_4917942390024874205_0_0 List_of_highest_paid_American_television_stars_BF1D903B4F6058B8 1
393
+ train_1010416399308081406_0_0 Bonus_Army_B452BEAB0D9351AA 1
394
+ train_-1262251090218463284_0_0 Love_and_War_(Tamar_Braxton_song)_B9FF854559CE372D 1
395
+ train_-4487006825059227018_0_0 List_of_Disney's_Beauty_and_the_Beast_characters_DD1F5AC971C9E63A 1
396
+ train_-9046217087010288633_0_0 Kids'_Choice_Award_for_Favorite_Music_Group_4B46BE1945BF47BE 1
397
+ train_-3794877328839540995_0_0 Carolina_Hurricanes_6428C3758CF1127E 1
398
+ train_-367502240332408050_0_0 Marina_Bay_Sands_40E473439692F869 1
399
+ train_-7347889026530217206_0_0 Daytona_500_4841F931C2F15A20 1
400
+ train_-7191932299040125333_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
401
+ train_6898313232331489738_0_0 Bone_Thugs-n-Harmony_1CB0054EC7B6B073 1
402
+ train_5937347484322573436_0_0 Sweet_Sixteen_(KHSAA_State_Basketball_Championship)_36872A3FB1247BE3 1
403
+ train_-3891640944371276149_0_0 Mr._Toad's_Wild_Ride_60895C65E6AA8E9 1
404
+ train_-7471746367032894044_0_0 Power_Rangers_Ninja_Steel_EEF02BF72AC6B256 1
405
+ train_8977865423973132373_0_0 The_Secret_Life_of_Bees_(novel)_E2D927F33A215EBD 1
406
+ train_4281722509927744807_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
407
+ train_4171965141066170691_0_0 Lok_Sabha_A63D43F198FD92D3 1
408
+ train_-4736657004700359415_0_0 So_You_Think_You_Can_Dance_(U.S._season_14)_27B1D0F96459F576 1
409
+ train_-8553980290511219610_0_0 Kiss_and_Say_Goodbye_E42A6A374E6BC3A2 1
410
+ train_1914924331753441691_0_0 List_of_highest_paid_American_television_stars_1A30A6B0932068FB 1
411
+ train_7792108957975414027_0_0 List_of_the_oldest_buildings_in_South_Carolina_A625E36F211F92E8 1
412
+ train_5484307516230288531_0_0 Public_holidays_in_South_Korea_F04901CE5257BC04 1
413
+ train_4335875204582139169_0_0 Love_on_the_Brain_9E4A078B9D117E70 1
414
+ train_2710810910439429951_0_0 List_of_Billboard_Hot_100_number-one_singles_of_2008_FB31EC66AEBBA3BD 1
415
+ train_7350302412114460387_0_0 Dave_Fennoy_D3F69B0AD8357705 1
416
+ train_6149248659930528217_0_0 List_of_wealthiest_organizations_E8D6BF9E85EB9325 1
417
+ train_6170228189942197673_0_0 Michigan–Ohio_State_football_rivalry_C5C0B31DC22E1D1 1
418
+ train_6199305145750841239_0_0 Rising_Star_India_(season_2)_FC8D8A47FE6148B5 1
419
+ train_-718393473009768651_0_0 List_of_Formula_One_constructors_326850DD9B70C614 1
420
+ train_-8033111735336640474_0_0 V-2_rocket_BD5AC0B62B7D75E4 1
421
+ train_6434663970099609992_0_0 Battle_of_the_Wilderness_7EB66BD78AF9EB13 1
422
+ train_-4237370588701411387_0_0 Why_Don't_We_23A8C83AFA3FC5F8 1
423
+ train_-4159428937332681550_0_0 This_Is_Us_(season_2)_E5717A0700AA4A53 1
424
+ train_3861924946813951472_0_0 What_a_Wonderful_World_A4A75A0893A77619 1
425
+ train_-6371194604785307523_0_0 Seven_Seconds_(TV_series)_D150F48656041ED5 1
426
+ train_7566456109483617822_0_0 Bureau_of_Land_Management_4EBDD8F71E8EA398 1
427
+ train_-8858327052341817400_0_0 Vatican_City_D0B7577D2142769B 1
428
+ train_151163631718087410_0_0 Willy_Wonka_&_the_Chocolate_Factory_60353FEC9BEF4FA 1
429
+ train_991260365002237035_0_0 Girl_Scouts_of_the_USA_E3C3A76AE37E9A99 1
430
+ train_-1271983947182911489_0_0 Art_Deco_A8786B52D5148274 1
431
+ train_-3359506447857821707_0_0 Mosin–Nagant_B6AD507FC9B017F0 1
432
+ train_4099217858976214714_0_0 List_of_best-selling_PlayStation_4_video_games_C1E0F98BA08B5A29 1
433
+ train_-5012857028313248863_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
434
+ train_-5521046824506851869_0_0 Abigail_Deveraux_BC1817064F440567 1
435
+ train_-2566640762028565940_0_0 Pretty_Little_Liars_(season_5)_851AA47B85C13080 1
436
+ train_4479857934089965845_0_0 List_of_Indian_Premier_League_records_and_statistics_775084AC9E7F8A34 1
437
+ train_-9193227759455449087_0_0 Internment_of_Japanese_Americans_302DE3F8046C6A49 1
438
+ train_-1639143193433105286_0_0 List_of_Indian_Premier_League_records_and_statistics_AA7A27F28006F608 1
439
+ train_5866210348166253753_0_0 List_of_Dallas_Cowboys_starting_quarterbacks_EBF42A8CE872DEBA 1
440
+ train_4187667762791163_0_0 Scar_(The_Lion_King)_5B7C4C26CC3BB5D4 1
441
+ train_-4280614133773854615_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
442
+ train_-1249378321638279736_0_0 Great_Wall_of_China_A12BA338E54E8AC1 1
443
+ train_4026785781432121367_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
444
+ train_-3717973424067386610_0_0 Grand_River_(Michigan)_DEDCDDCC38472D02 1
445
+ train_-8034158299768324013_0_0 Salt_River_Fields_at_Talking_Stick_1F0A105054B5EA61 1
446
+ train_-3161859246773756434_0_0 Bank_of_England_£10_note_9B180D7A090B5CAC 1
447
+ train_-5775444444206204019_0_0 Pixel_(smartphone)_72CF181A4438D3C6 1
448
+ train_2734188884418213879_0_0 Horrid_Henry:_The_Movie_BCC7E6AB7F2FCD85 1
449
+ train_3415983341642784856_0_0 Left-_and_right-hand_traffic_10D9440D0502CD7C 1
450
+ train_6140281195477781252_0_0 Anthony_Eden_E83E3B34DCA7494C 1
451
+ train_4661148496001254991_0_0 List_of_Linux_distributions_56B98B7BDF5193AC 1
452
+ train_-5683959394940883799_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
453
+ train_-1315470077323075369_0_0 June_Brown_780E7083CDA44381 1
454
+ train_4172857488917384786_0_0 Common_bottlenose_dolphin_FE66DA262ABA418F 1
455
+ train_3172469222519232277_0_0 Spirit_Riding_Free_A2E455E6B13A23DB 1
456
+ train_7338775402579444527_0_0 Ben_Linus_90352E246335E34 1
457
+ train_-255812635050276616_0_0 List_of_Seattle_Seahawks_starting_quarterbacks_4A784EEDF3F9C39D 1
458
+ train_8363535834304498519_0_0 Liberty_National_Golf_Club_46A8744DFD758904 1
459
+ train_-7412716113918470227_0_0 Mount_Nyiragongo_C78E28C31BF8A74E 1
460
+ train_8369724318880894003_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_C688802E4F03E1E9 1
461
+ train_-6879628816558848871_0_0 Constantinople_987D94127366EFEF 1
462
+ train_4528985198477702162_0_0 Gus_Malzahn_D2D31163912FEB20 1
463
+ train_-4483306756470613271_0_0 Toronto_Argonauts_EB164E3801558537 1
464
+ train_3556362634481473632_0_0 Star_vs._the_Forces_of_Evil_66E1E5F5F94CFA18 1
465
+ train_4083446010583436155_0_0 Athletics_at_the_1958_Asian_Games_DA68C73FC91B433F 1
466
+ train_8708059253107279856_0_0 List_of_Category_5_Atlantic_hurricanes_E429788887E6EC44 1
467
+ train_6953103378816557938_0_0 Quantico_(season_3)_6412DAC519BAF1D7 1
468
+ train_7194020901873455523_0_0 List_of_Ohio_area_codes_5F41C5A46B3096B0 1
469
+ train_222860239441963662_0_0 United_States_congressional_delegations_from_Florida_19F8D87989DFB931 1
470
+ train_6295886493525876205_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_F176C9B9674C4198 1
471
+ train_684963118435966048_0_0 Robert_Langdon_(book_series)_93CFC9C6B545E194 1
472
+ train_9115507917275013674_0_0 AT&T_Park_19D59838B2526EB8 1
473
+ train_-7287224673850259207_0_0 Alpine_skiing_at_the_2018_Winter_Olympics_–_Women's_super-G_29FEC92B425F574E 1
474
+ train_-3471920049757906395_0_0 Chinese_New_Year_83E348458712E1C8 1
475
+ train_-8715005380520094437_0_0 List_of_highest_paid_American_television_stars_BF1D903B4F6058B8 1
476
+ train_3826458265557522173_0_0 Mexico_City_637EB0C9F8D53200 1
477
+ train_8624811389808469284_0_0 List_of_Indian_Premier_League_records_and_statistics_890D651B90505C17 1
478
+ train_1759609035782325834_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
479
+ train_7200030354926034490_0_0 André_the_Giant_Memorial_Battle_Royal_7075710E156BE85D 1
480
+ train_-7819051685789178127_0_0 Lake_Victoria_EA54E6875AD6C3BF 1
481
+ train_767127045028144186_0_0 Geography_of_India_F16430CCCBDC13AB 1
482
+ train_6308057818200634946_0_0 Right_to_Information_Act,_2005_6DC306ECB3AEBE67 1
483
+ train_-8882494468041087056_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
484
+ train_8697121606225809335_0_0 San_Diego_Convention_Center_714A7F8776759731 1
485
+ train_5358989750134113442_0_0 Chicago_6CBCC14507B2DA40 1
486
+ train_1340628542769755603_0_0 Kath_&_Kim_3662093221CF611B 1
487
+ train_-4632179914989396164_0_0 Magnesium_hydroxide_EB8DE38338E051E1 1
488
+ train_-4359056317751539535_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_8BAF3D794D90A961 1
489
+ train_-5796127787335119223_0_0 DC_Extended_Universe_AB03421AB613C3A3 1
490
+ train_3283139871688181867_0_0 So_You_Think_You_Can_Dance_(U.S._TV_series)_7D9F0BF344FEECB0 1
491
+ train_2323889159812766930_0_0 Response_to_the_State_of_the_Union_address_E658C40ADCC6ADB 1
492
+ train_5335549297190539121_0_0 The_X-Files_(film)_6174E5B1F1948485 1
493
+ train_4262355706677910854_0_0 List_of_NBA_franchise_post-season_droughts_3A9396A5E48679E9 1
494
+ train_3590624887942929026_0_0 Demographics_of_New_Zealand_814D92BF0D77637E 1
495
+ train_2670232886936460791_0_0 Another_One_Bites_the_Dust_BE2061EFB55D15CF 1
496
+ train_4467145203910917407_0_0 List_of_South_American_countries_by_area_E1C35FCCAB6CE284 1
497
+ train_-8514434791527272624_0_0 The_Challenge_(TV_series)_2D4FE637DDE242FE 1
498
+ train_6692214664647586967_0_0 Working_time_C10C3311335B0034 1
499
+ train_2990432836016693008_0_0 Infiniti_G-series_(Q40/Q60)_830940B5E7293EF3 1
500
+ train_4995609684779961506_0_0 Indian_subcontinent_3F0E1CB40090F0A3 1
501
+ train_-8279936909131625284_0_0 I_Heard_It_Through_the_Grapevine_DD1068FDD4F0B7FD 1
502
+ train_-6194360978580085030_0_0 Medici:_Masters_of_Florence_2C5A3353A7EF0117 1
503
+ train_-537783784851069588_0_0 James_Pankow_BCF40D7BB461FB0B 1
504
+ train_-8498628600240478442_0_0 So_You_Think_You_Can_Dance_(U.S._season_14)_27B1D0F96459F576 1
505
+ train_5053376447389138875_0_0 Lok_Sabha_A63D43F198FD92D3 1
506
+ train_-1146103823014146250_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_F176C9B9674C4198 1
507
+ train_6724909131431200840_0_0 Stratosphere_Las_Vegas_868DB2C705333950 1
508
+ train_-1168785008776672083_0_0 Geography_of_India_F16430CCCBDC13AB 1
509
+ train_3442557988071449770_0_0 Green_Bay_Packers_86C051B603E4D45D 1
510
+ train_1305837213217137348_0_0 MS_Oasis_of_the_Seas_27B7330C9864983A 1
511
+ train_-5764630190079311587_0_0 List_of_NHL_players_with_100-point_seasons_B0B1D8B23DE01CD4 1
512
+ train_-6427556934856437598_0_0 List_of_largest_lakes_of_the_United_States_by_area_ACB806C2D0442F68 1
513
+ train_8785375239765857073_0_0 World_War_II_casualties_88A3ECCF4AD3867D 1
514
+ train_-5743598712370087344_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
515
+ train_-8618816589245791851_0_0 United_Kingdom_weather_records_D8442CE27E146F9E 1
516
+ train_-7162587983336641688_0_0 List_of_Indian_Premier_League_records_and_statistics_DEC1204D9C7B345B 1
517
+ train_8056347316032669801_0_0 I'm_Gonna_Make_You_Love_Me_2DE5460FB6F1CE93 1
518
+ train_-6435604861120807829_0_0 It_Don't_Come_Easy_223F97F2EEE14071 1
519
+ train_7558182047474122804_0_0 List_of_football_clubs_in_Scotland_by_major_honours_won_E4B801D6115C5CF 1
520
+ train_1953868967024607131_0_0 When_Harry_Met_Sally..._FB98722838A2539F 1
521
+ train_1303692620395234868_0_0 Crime_in_the_United_States_9F8B133EED33B550 1
522
+ train_8535823083896959273_0_0 Philippine–American_War_129BC552C177FD6D 1
523
+ train_2802470407921881096_0_0 Mughal_Empire_BC3899EA2E996D42 1
524
+ train_7826095352595952612_0_0 Dancing_with_the_Stars_(U.S._season_1)_A46C47E3954FD16F 1
525
+ train_1199268171011454645_0_0 2015_College_Football_Playoff_National_Championship_D6DB6D3E6343DADC 1
526
+ train_30832753299209511_0_0 Vegas_Golden_Knights_FF51DEBEE973CF42 1
527
+ train_8476213481322061480_0_0 Dancing_with_the_Stars_(U.S._season_1)_A46C47E3954FD16F 1
528
+ train_6520895118128097508_0_0 Coronation_Street_A40340F4ECD2F1C 1
529
+ train_-1346100623753901224_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
530
+ train_890784766789301244_0_0 VisionTV_19CD38339F3B2E82 1
531
+ train_1489598701986714648_0_0 What_a_Wonderful_World_A4A75A0893A77619 1
532
+ train_-5296235669336677433_0_0 The_Challenge:_Champs_vs._Stars_CECFD041DDF9DD0F 1
533
+ train_7433527513398928520_0_0 Kerala_High_Court_788754082798CAA6 1
534
+ train_2162639936954341079_0_0 Guardians_of_the_Galaxy:_The_Telltale_Series_C84A148167BDE3C7 1
535
+ train_-7255419682782944415_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
536
+ train_-8511979648476327250_0_0 List_of_India_Twenty20_International_cricket_records_C20C2339EE147312 1
537
+ train_340564885262693043_0_0 Battle_of_Lone_Pine_C25212D01970A7E6 1
538
+ train_-48151768226913521_0_0 Oldest_people_9A1279CF2BF1C2D4 1
539
+ train_-3451150566300499670_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
540
+ train_5030215879974211820_0_0 The_Witness_for_the_Prosecution_(TV_series)_C86F3FC4885E944A 1
541
+ train_-7697800278702546884_0_0 President_of_India_EF99038879A842A9 1
542
+ train_-90370113842996572_0_0 World_War_II_casualties_88A3ECCF4AD3867D 1
543
+ train_-1331499156224635103_0_0 Rio_Grande_72AB2F786C4B775F 1
544
+ train_761172683310098098_0_0 Great_Smoky_Mountains_National_Park_5B3C6ADF7354DB70 1
545
+ train_9431229073897833_0_0 Siege_of_Leningrad_83F8A5C33592C9D5 1
546
+ train_3311616495257984451_0_0 Kansas_State_Wildcats_men's_basketball_A31758B72192F836 1
547
+ train_1416684614273430003_0_0 President_of_India_3E6BB644D8E296F6 1
548
+ train_-7782298163197509887_0_0 Internment_of_Japanese_Americans_D86CA0BB60849F59 1
549
+ train_-8405504373130442929_0_0 2016_Ohio_State_Buckeyes_football_team_F1AFE47752BF391C 1
550
+ train_3525293952148781802_0_0 Ariel_Winter_F69761CBDB8FDE80 1
551
+ train_-2142099035308450927_0_0 Battle_of_Kadesh_E2D9EECAC631B44B 1
552
+ train_7389078096068380796_0_0 Visa_requirements_for_Indian_citizens_BD02FD4B20A78ACA 1
553
+ train_-5332153311143460852_0_0 University_of_Phoenix_Stadium_C40D3850DEFEB4A1 1
554
+ train_-8719932176900779747_0_0 Thor:_Ragnarok_894070AF13ED476E 1
555
+ train_-557381569383777950_0_0 O'Fallon,_Missouri_F1CC08CBA40E0753 1
556
+ train_-3710967590147304887_0_0 List_of_United_States_cities_by_population_42406A86CABB731F 1
557
+ train_-2744273431512529719_0_0 Hallmark_Movies_&_Mysteries_41FBEA056264F79 1
558
+ train_-4088332239830079501_0_0 List_of_India_Twenty20_International_cricket_records_C20C2339EE147312 1
559
+ train_4822751189347994335_0_0 United_States_presidential_visits_to_East_Asia_615040973B786C9 1
560
+ train_-5498625535940945499_0_0 Picket_Fences_518246553A4440B2 1
561
+ train_3787230311281172305_0_0 Dancing_with_the_Stars_(U.S._season_1)_A46C47E3954FD16F 1
562
+ train_4120509786699224592_0_0 Church_of_the_Nazarene_8B4778FEB18A0BD8 1
563
+ train_-1765949108278455540_0_0 The_Ranch_(TV_series)_973DF413F2529C0C 1
564
+ train_6994569323916245897_0_0 Constantinople_7590AEDE76B06D70 1
565
+ train_-7886713557197124069_0_0 CSI:_Miami_(season_10)_D0B93CD37D618252 1
566
+ train_-5094228014258553081_0_0 Channel_5_(UK)_435698024FEAF2EE 1
567
+ train_3387408755739475741_0_0 WWE_Money_in_the_Bank_FD03249965BADF6E 1
568
+ train_5052300895736134070_0_0 List_of_largest_lakes_of_the_United_States_by_area_9FF6281BEC2ECD81 1
569
+ train_-8399805600497657996_0_0 Speaker_of_the_Lok_Sabha_D69F189FF1BFF74 1
570
+ train_8300479352401660416_0_0 Soviet_Armed_Forces_94EB9D41FA18396D 1
571
+ train_253964213031877550_0_0 World_War_II_casualties_D8A38E6EAFE4E23F 1
572
+ train_9208361749717055197_0_0 United_Kingdom_weather_records_D8442CE27E146F9E 1
573
+ train_-1082091816526611021_0_0 Pirates_of_the_Caribbean:_Dead_Men_Tell_No_Tales_D7A9C0CCA1EFB6E2 1
574
+ train_-2509992044814369689_0_0 Nannies_(How_I_Met_Your_Mother)_EFE58A1FDC1D79 1
575
+ train_7760804701483913902_0_0 Need_for_Speed_(film)_29460C780BBF14E2 1
576
+ train_-6495669585670087917_0_0 List_of_highest-grossing_concert_tours_F332A2F99991AFFB 1
577
+ train_-5006046188328688724_0_0 Automotive_trim_nomenclature_E0F7422AA94B5E9D 1
578
+ train_3917982048971101785_0_0 Secretary-General_of_the_United_Nations_B90E6400ACEFCC2C 1
579
+ train_7377051019146745434_0_0 Kansas_State_Wildcats_men's_basketball_62420F72475FF455 1
580
+ train_873481180754974210_0_0 New_Port_Richey,_Florida_18AC4444AB24AAEB 1
581
+ train_2982357718770696726_0_0 Intervention_(TV_series)_DBBF2798A9BE8723 1
582
+ train_-3927417069601046557_0_0 Daytona_500_4841F931C2F15A20 1
583
+ train_7314986428518799336_0_0 Rio_Grande_72AB2F786C4B775F 1
584
+ train_7023125231340132393_0_0 The_Sims_4_A11A6AF5DA8F8D27 1
585
+ train_-5751283480561584543_0_0 Fuel_taxes_in_the_United_States_568CAE8CDCA3F165 1
586
+ train_8501017182373126787_0_0 List_of_highest_paid_American_television_stars_BF1D903B4F6058B8 1
587
+ train_3789411261212525446_0_0 List_of_most_viewed_YouTube_videos_6513210FD430F954 1
588
+ train_3660189001822255350_0_0 The_Tonight_Show_51FCEB059B716B64 1
589
+ train_6545587266979760968_0_0 2017_California_wildfires_CFD54812ADB063C7 1
590
+ train_-5391272379331804898_0_0 The_Ranch_(TV_series)_973DF413F2529C0C 1
591
+ train_-8297971941231629044_0_0 New_York_Knicks_3829ABF5DC286D8 1
592
+ train_4514748628903412935_0_0 You're_the_Reason_AA35F3B621C45631 1
593
+ train_4863550518215939514_0_0 List_of_Grey's_Anatomy_episodes_AD15F6384C9E83BA 1
594
+ train_1996370996173228764_0_0 2017–18_UEFA_Europa_League_knockout_phase_AC6BD22F3621AFD7 1
595
+ train_6807649454198297125_0_0 Guardians_of_the_Galaxy:_The_Telltale_Series_C84A148167BDE3C7 1
596
+ train_-6514081164296147266_0_0 2013_Africa_Cup_of_Nations_Final_7142F79E3F440C1C 1
597
+ train_1502049136586545746_0_0 List_of_Premier_League_managers_8BBAAECCD3EA87B7 1
598
+ train_1074613554523066890_0_0 Secretary-General_of_the_United_Nations_B90E6400ACEFCC2C 1
599
+ train_8895890940405150142_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
600
+ train_-7099032250687798015_0_0 Ronaldo_(Brazilian_footballer)_769A590465F0A3AB 1
601
+ train_258932933461801699_0_0 Isles_of_Scilly_1207E772FCEA6ECE 1
602
+ train_-1208459263841076551_0_0 Tour_de_France_records_and_statistics_A5EBE01E2DF6027C 1
603
+ train_9176636289657052763_0_0 Church_of_Cyprus_9510129083DCCFC0 1
604
+ train_6459725881083432933_0_0 Internet_Explorer_11_BAA3134694EC7580 1
605
+ train_-8594976173581200463_0_0 Nigerian_Navy_AA5F6D15BA5630C4 1
606
+ train_-5487389894617358861_0_0 Clean_Bandit_41F1D9E528139E8 1
607
+ train_-8737860132663215158_0_0 The_First_48_E87CFDAAC1E79EF2 1
608
+ train_-2638192526531122663_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
609
+ train_-3611347183884538826_0_0 United_States_Bill_of_Rights_649EFBF7B663A4CE 1
610
+ train_-2961641695308987737_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_F176C9B9674C4198 1
611
+ train_9208698286717758938_0_0 List_of_High_Commissioners_of_India_to_the_United_Kingdom_C6E31274C5F10992 1
612
+ train_1494936337169897330_0_0 Antigua_and_Barbuda_77E63782EE0B5D4 1
613
+ train_8808283718755893312_0_0 Sesame_Street_BCC080D205D0358A 1
614
+ train_-3813741776730736840_0_0 Spirit_Riding_Free_A2E455E6B13A23DB 1
615
+ train_6198433147510073269_0_0 Just_Be_a_Man_About_It_1F751B41AC1AAD2D 1
616
+ train_5174522851300380094_0_0 Deion_Sanders_31B91B17773DFD7C 1
617
+ train_-614155097564319765_0_0 List_of_Indian_Premier_League_records_and_statistics_7D74FEDD1372CB5 1
618
+ train_-3170822074223678726_0_0 Deion_Sanders_31B91B17773DFD7C 1
619
+ train_128365232434415950_0_0 Rookie_Blue_C328C8A9365A2531 1
620
+ train_4660491103128427841_0_0 Masters_Tournament_B1A3E363B108203F 1
621
+ train_-5338591933646435350_0_0 List_of_the_100_largest_cities_and_towns_in_Canada_by_area_AB37A4F17D7B7A53 1
622
+ train_7805590361498257777_0_0 Zener_diode_B264733515AA7E1A 1
623
+ train_6453632943559477869_0_0 Wheel_of_Fortune_(U.S._game_show)_8BB3929B24910D4A 1
624
+ train_4434061202742312426_0_0 List_of_highest_paid_American_television_stars_BF1D903B4F6058B8 1
625
+ train_6331189400569735011_0_0 Willy_Wonka_&_the_Chocolate_Factory_60353FEC9BEF4FA 1
626
+ train_2817814388216362860_0_0 Cards_Against_Humanity_91B6637A0BFB3E9 1
627
+ train_-8978337274546401117_0_0 Las_Vegas_Lights_FC_B78129ADE9F36A11 1
628
+ train_5200080396402908590_0_0 Quadriceps_femoris_muscle_F04F6603B6C0F3FD 1
629
+ train_5733933193406628605_0_0 List_of_counties_in_New_Mexico_B59AEAA1264A0643 1
630
+ train_-8781564038871645976_0_0 Spirit_Riding_Free_A2E455E6B13A23DB 1
631
+ train_631437161551763094_0_0 Primetime_Emmy_Award_for_Outstanding_Supporting_Actor_in_a_Drama_Series_49202069DAC33D7D 1
632
+ train_9204890630124363785_0_0 List_of_waterfalls_by_height_47276CC396761A33 1
633
+ train_-5914972700698092875_0_0 DC_Extended_Universe_51A44F99C1F5AD4E 1
634
+ train_3058160582468020118_0_0 Kansas_State_Wildcats_men's_basketball_A31758B72192F836 1
635
+ train_-5007002118022528436_0_0 Signing_of_the_United_States_Constitution_7B58C1650236D231 1
636
+ train_2180901090546496637_0_0 Japan_at_the_Olympics_F7FA2EF7BAB7EC3F 1
637
+ train_3688743002639719523_0_0 United_States_Bill_of_Rights_649EFBF7B663A4CE 1
638
+ train_1634188658340382165_0_0 To_Be_with_You_BD72FFFC878F1F30 1
639
+ train_-1804564503804515164_0_0 Dancing_with_the_Stars_(U.S._season_1)_BAE307658C929178 1
640
+ train_1496947581486088042_0_0 List_of_Billboard_Hot_100_number-one_singles_of_1987_587B59CDFF2020EE 1
641
+ train_9177322539115800916_0_0 The_Lunar_Chronicles_FC3058B0B0618FBE 1
642
+ train_3305040026749371107_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
643
+ train_251778704264242466_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
644
+ train_345253174665724931_0_0 Abundance_of_the_chemical_elements_6B673F7424463B81 1
645
+ train_-7492796142257416152_0_0 2012_Africa_Cup_of_Nations_Final_F02810827058F300 1
646
+ train_3533191045366734746_0_0 List_of_North_Korean_missile_tests_378BEBF60CFCCE3A 1
647
+ train_-43746248409121040_0_0 Vatican_City_D0B7577D2142769B 1
648
+ train_2793629450537971885_0_0 Vatican_City_F5F4084DB2B3F206 1
649
+ train_-2348639480981542013_0_0 2017_NFL_season_F036FF8873646837 1
650
+ train_-8115025213958672669_0_0 Mexican–American_War_1A1105D32632C10B 1
651
+ train_-4896457796506247521_0_0 Flight_(novel)_1935EF6CFF2082C2 1
652
+ train_-8838190734768175362_0_0 Secretary-General_of_the_United_Nations_8EA43A078D9E2879 1
653
+ train_-698713127842079537_0_0 Roman_Catholic_Archdiocese_of_Washington_F4FA48C4B7A53A5D 1
654
+ train_6934227783655725354_0_0 Eruption_of_Mount_Vesuvius_in_79_2170FCED2CC10146 1
655
+ train_1994919293205295154_0_0 List_of_Super_Rugby_champions_60394F34B3D7F9A 1
656
+ train_2463092679127057808_0_0 Charlie_Chuck_7B87134E9EDB09C5 1
657
+ train_-8313563258267473888_0_0 2017–18_UEFA_Europa_League_knockout_phase_AC6BD22F3621AFD7 1
658
+ train_-7551692838081478693_0_0 Athletics_at_the_2016_Summer_Olympics_–_Men's_high_jump_C1C1CC26E0D312E8 1
659
+ train_-7551692838081478693_0_0 Athletics_at_the_2016_Summer_Olympics_–_Men's_high_jump_701F429E4E30CB34 1
660
+ train_-5738452375424189698_0_0 iPad_(2017)_56A3FDBDF8B6562D 1
661
+ train_3413901629458475609_0_0 City_Railway_Station_metro_station_(Bangalore)_155AC068D59625F8 1
662
+ train_6815538363864437534_0_0 My_Friend_Dahmer_(film)_E555E7B90C5B491D 1
663
+ train_-6649218495115948529_0_0 The_Bachelor_(season_1)_A338858306CF6230 1
664
+ train_6967675938504531033_0_0 New_Orleans_mayoral_election,_2017_C3B5DF05FBC08122 1
665
+ train_-8776854521284412496_0_0 South_India_30DBF212BCB55C55 1
666
+ train_-8146454527185545790_0_0 Adobe_Photoshop_version_history_EDC75D441F635856 1
667
+ train_-4070702289377511826_0_0 List_of_countries_by_incarceration_rate_EE51DD3DE8C6DF25 1
668
+ train_437409832677861554_0_0 Lost_in_Space_F3DF97C1745D8107 1
669
+ train_-4527673960942316529_0_0 List_of_Miss_Universe_titleholders_A24136D5E4A6630A 1
670
+ train_-3991134927880029907_0_0 List_of_tournament_performances_by_Tiger_Woods_DD432AAAF6B815D3 1
671
+ train_-7617499004432164397_0_0 iPad_(2017)_56A3FDBDF8B6562D 1
672
+ train_-4756287970350944920_0_0 Daniel_Craig_FF7FD0220F164B0C 1
673
+ train_-1907154992723778027_0_0 Green_Bay_Packers_86C051B603E4D45D 1
674
+ train_-572847631953798225_0_0 List_of_players_with_1,000_NRL_points_5B09DAA8F1B8A8FA 1
675
+ train_-3605586579678909970_0_0 First_Battle_of_Sabine_Pass_F7D4B07D765991A9 1
676
+ train_7263399327882568310_0_0 List_of_countries_by_minimum_driving_age_E9CD17C9831B37DA 1
677
+ train_8515492405835846104_0_0 Presidents_of_the_Board_of_Control_for_Cricket_in_India_380570AA51B42CDE 1
678
+ train_4234402022667952586_0_0 List_of_most_viewed_YouTube_videos_6513210FD430F954 1
679
+ train_3497897926794746097_0_0 Atlanta_mayoral_election,_2017_1B708F7A8D612D17 1
680
+ train_-7757189852370426684_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
681
+ train_-3984230773430845524_0_0 Disappeared_(TV_series)_8628DF828F037AB2 1
682
+ train_-7100694549850379381_0_0 List_of_Indian_Premier_League_records_and_statistics_890D651B90505C17 1
683
+ train_-7196013387337470896_0_0 Iran–Iraq_War_3109F7AA90228663 1
684
+ train_6859600761866740288_0_0 Visa_requirements_for_Indian_citizens_BD02FD4B20A78ACA 1
685
+ train_7871108636114869486_0_0 List_of_NBA_franchise_post-season_streaks_8994E42132987AA8 1
686
+ train_-2821532113563589422_0_0 Sare_Jahan_se_Accha_B7831A4D8A879607 1
687
+ train_-707211326046993868_0_0 Kansas_City_Chiefs_845E4CD0D4073AE5 1
688
+ train_-23449383999586797_0_0 List_of_waterfalls_by_height_47276CC396761A33 1
689
+ train_-5101967032003591231_0_0 World_War_II_casualties_88A3ECCF4AD3867D 1
690
+ train_-5902087291422384725_0_0 Mekong_CA7D1522C19233C 1
691
+ train_9135810130970080285_0_0 Ease_of_doing_business_index_6204DAF5B68453A3 1
692
+ train_-2281267174161179168_0_0 Mexican_Mafia_3058079CCABA8E2E 1
693
+ train_-319083840123510797_0_0 Runaways_(TV_series)_D34C4BDA79E3311F 1
694
+ train_-2033602725380850919_0_0 Vandenberg_Air_Force_Base_F0500B5F336F8ED 1
695
+ train_-7365571410337046948_0_0 List_of_countries_by_minimum_driving_age_36803B355A6D574A 1
696
+ train_-1646467645234599157_0_0 Preserved_counties_of_Wales_DE113011209C4BB5 1
697
+ train_-1745441980951914127_0_0 Atlanta_Falcons_4174C40FF54C53F9 1
698
+ train_3033664970011188335_0_0 Sons_of_Anarchy_4F70B2FD1E471797 1
699
+ train_-9144004473905950112_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
700
+ train_3517751393300979123_0_0 Willy_Wonka_&_the_Chocolate_Factory_60353FEC9BEF4FA 1
701
+ train_937558198208282996_0_0 iPad_(2017)_56A3FDBDF8B6562D 1
702
+ train_1575760158419227739_0_0 Pride_and_Prejudice_(1995_TV_series)_5D6D003F6D5831EC 1
703
+ train_3110340068095690796_0_0 Texas_Longhorns_football_44DF4885FDC45311 1
704
+ train_-5277278755114735766_0_0 La_Paz_11FD3C8188012A42 1
705
+ train_5608179475495676828_0_0 List_of_Phoenix_Suns_seasons_92D0AE822F6FC670 1
706
+ train_282488718934829285_0_0 Peachtree_Street_9F0B0719D05DBEC4 1
707
+ train_-812803329105123756_0_0 No._303_Polish_Fighter_Squadron_97A212DE66A196F2 1
708
+ train_2073372636137126170_0_0 NFC_North_BEBCCF11E174456 1
709
+ train_5799351037802025107_0_0 2016_Summer_Olympics_medal_table_90C4F831C151D85D 1
710
+ train_-8955093404218942604_0_0 Electron_shell_D233A5A6941769B3 1
711
+ train_8992872260809862194_0_0 George_O'Malley_4668D20657B1BF5E 1
712
+ train_-5195142305183469136_0_0 Mission:_Impossible_–_Fallout_DEDC338AFEAC4DBE 1
713
+ train_-7608873994477930709_0_0 List_of_El_Clásico_matches_C7B988076808EB7D 1
714
+ train_-8606153551212132738_0_0 Saskatchewan_Roughriders_E8E1723A84E31580 1
715
+ train_-1513806678028808260_0_0 When_You_Say_Nothing_at_All_7532DCA129B7DB7B 1
716
+ train_-3780326973827472067_0_0 The_Hitchhiker's_Guide_to_the_Galaxy_(novel)_811981E5284B3054 1
717
+ train_-8483097701358964954_0_0 List_of_artists_by_number_of_UK_Singles_Chart_number_ones_E90C1D0A450774D9 1
718
+ train_3404328272429114478_0_0 2011_BCS_National_Championship_Game_A800EBE041FD0D91 1
719
+ train_3095388646952624255_0_0 List_of_United_States_cities_by_population_42406A86CABB731F 1
720
+ train_-5764932350993841580_0_0 Stuck_in_the_Middle_with_You_3EE11255DC3DA167 1
721
+ train_3739987859362566137_0_0 Babies_On_Board_ACFBAB7165296B58 1
722
+ train_281737852246455326_0_0 Welsh_people_1E3402026CBACEB5 1
723
+ train_6671274049942413054_0_0 Bargain_Hunt_710F8E2ADF00336A 1
724
+ train_862276757053401665_0_0 Scooby-Doo,_Where_Are_You!_26CE1360CEB3EC2 1
725
+ train_736408698626351764_0_0 Game_of_Thrones:_Season_6_(soundtrack)_EFADFD1853F1FACD 1
726
+ train_-6900364810608830315_0_0 Battles_of_Saratoga_26FA72689060A7C0 1
727
+ train_7558337564346113987_0_0 The_Conjuring_(film_series)_32FE92B98F807E7A 1
728
+ train_-6813489440833025581_0_0 UK_Singles_Chart_records_and_statistics_60550D4E84DE4796 1
729
+ train_8452393616016595657_0_0 Liverpool_F.C._BC95A40AC26D2E2A 1
730
+ train_-231078435278087128_0_0 Battle_of_the_Wilderness_7EB66BD78AF9EB13 1
731
+ train_2619943629840823953_0_0 List_of_country_names_in_various_languages_(Q–Z)_87910FBC0590CA65 1
732
+ train_-3681457357452826929_0_0 Pokémon_Red_and_Blue_232045A2D614A907 1
733
+ train_6757643541326593409_0_0 Terrace_House:_Opening_New_Doors_1BAE1DEB87F4CEA4 1
734
+ train_-429407573073307200_0_0 John_Ritter_BD9692834FDA2B9C 1
735
+ train_-1683555754361224271_0_0 Moto_Z2_Play_D6196560E7A1CD91 1
736
+ train_8596895721923723782_0_0 Green_Bay_Packers_86C051B603E4D45D 1
737
+ train_6585711866280682204_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
738
+ train_8230077037593895765_0_0 Daytona_500_4841F931C2F15A20 1
739
+ train_6965263514560435379_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
740
+ train_4338973887315979919_0_0 Ross_Lynch_3FEDBCCDFDA8D08A 1
741
+ train_-6021976479511073585_0_0 2017_NCAA_Division_I_Baseball_Tournament_52BB0E98858BAB23 1
742
+ train_-1038602697033758309_0_0 Family_Feud_52721C86F7317109 1
743
+ train_-170500835841793778_0_0 List_of_Miss_USA_titleholders_5B723D4B105AA292 1
744
+ train_-6055152366002389588_0_0 United_States_Census_89806E99C34FB338 1
745
+ train_51869865847436148_0_0 Liberty_National_Golf_Club_46A8744DFD758904 1
746
+ train_-3996522593774962321_0_0 List_of_highest_scores_in_figure_skating_4D66E3989CA95085 1
747
+ train_-503860436131797100_0_0 United_States_two-dollar_bill_20AE20C7EA1C3979 1
748
+ train_-4350316407241926_0_0 Lake_Victoria_EA54E6875AD6C3BF 1
749
+ train_7522433956140965544_0_0 Prison_Break_(season_5)_F5E4391728DF70B0 1
750
+ train_-7346944468232603654_0_0 Battle_of_the_Somme_FBCE647BAF769523 1
751
+ train_-6745512054475265618_0_0 Asia's_Got_Talent_7414FE40D3EC142B 1
752
+ train_1122967591704246284_0_0 Malala_Yousafzai_2C6D6B0611D5C913 1
753
+ train_-5170342286328866806_0_0 Cranial_nerves_8A9BED29F354CDBA 1
754
+ train_-7485532304866781520_0_0 The_Case_for_Christ_6D87F787614D730F 1
755
+ train_-6539298474694418238_0_0 Children's_Air_Ambulance_12CE8E140E3AF896 1
756
+ train_8125336020284856153_0_0 Rip_Van_Winkle_A17E14157A0BC68B 1
757
+ train_773441344825280866_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
758
+ train_-6858539105081793095_0_0 Don't_Go_Breaking_My_Heart_6F3E065201832473 1
759
+ train_8303679043433771433_0_0 National_Basketball_Association_All-Star_Game_1CF7D9993CBB33A6 1
760
+ train_-7338590596335280536_0_0 Dancing_with_the_Stars_(U.S._season_26)_53E53F2E9EB96FA9 1
761
+ train_-6095894734776399832_0_0 List_of_highest_paid_American_television_stars_5291503607B6C6DD 1
762
+ train_-5294788069936595593_0_0 Teddy_Altman_1A86ADAF94A87F2C 1
763
+ train_-2736205899324470808_0_0 Shot_glass_6F88252CFD47CF5B 1
764
+ train_6851910102656870595_0_0 Terrace_House:_Opening_New_Doors_E4E7B7F9A3453087 1
765
+ train_-409529449487120202_0_0 Lost_in_Space_F3DF97C1745D8107 1
766
+ train_5229535274467836243_0_0 Sons_of_Anarchy_A808D5E99D7D5E11 1
767
+ train_5731559176130392424_0_0 2017_NFL_season_7DFB3A6ADD4C1D76 1
768
+ train_-3516751242166818725_0_0 Siege_of_Jerusalem_(AD_70)_35F96B907986FCA 1
769
+ train_1421711772555694884_0_0 Pirates_of_the_Caribbean:_Dead_Men_Tell_No_Tales_CF158FE914BBAE82 1
770
+ train_-617479057111701409_0_0 Atlanta_Falcons_4174C40FF54C53F9 1
771
+ train_-3453851949257614776_0_0 American_Ninja_Warrior_(season_9)_E1820648FAC3DFE 1
772
+ train_2703828268382311853_0_0 The_Sims_2_197FC4CED3BF8526 1
773
+ train_1378078812601044011_0_0 Haynes_(surname)_FD250A0DD5EBC20E 1
774
+ train_-1792372697270761928_0_0 Ballad_of_the_Green_Berets_609AF1C94B23E308 1
775
+ train_6268426989484465087_0_0 The_Challenge_(TV_series)_26AFD2D503821290 1
776
+ train_-7850346288586017749_0_0 God's_Not_Dead:_A_Light_in_Darkness_C2A53768306D2D4 1
777
+ train_6920447272434238515_0_0 Great_Wall_of_China_A12BA338E54E8AC1 1
778
+ train_4824305083732002635_0_0 List_of_oil_fields_DB9B43126510B52A 1
779
+ train_8651334878375790801_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
780
+ train_4991382447225230130_0_0 List_of_TCP_and_UDP_port_numbers_8BC02F4F49E09798 1
781
+ train_606284297303426629_0_0 Country_Boy_(Aaron_Lewis_song)_F80F54ECEBBA7DBD 1
782
+ train_4260286458298385127_0_0 Napoleon_Dynamite_F308ADBC1603C1EF 1
783
+ train_4198387696197986049_0_0 Atlanta_Falcons_4174C40FF54C53F9 1
784
+ train_3835425834702451749_0_0 7th_BRICS_summit_A972BD8330868BF6 1
785
+ train_-7834794164641900473_0_0 Mrs._Brown,_You've_Got_a_Lovely_Daughter_67641FA53537D00A 1
786
+ train_-5359751818872117843_0_0 Off_the_Wall_EFCE9CEA1979D51E 1
787
+ train_4868995164231679198_0_0 List_of_Presidents_of_Benin_5A22ACA28AC6F791 1
788
+ train_-8136922741348944087_0_0 Mughal_Empire_B7DF5511A201DE29 1
789
+ train_1292686946061535605_0_0 Seven_Days_Battles_642FC60B1C1DEE36 1
790
+ train_1839904184450224239_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
791
+ train_-1744037027230449738_0_0 India_national_football_team_B327D7EC5DD76664 1
792
+ train_-4974219768994406746_0_0 This_Is_Us_(season_2)_F060873B854ACAA8 1
793
+ train_-7805494461043070435_0_0 Ministry_of_Housing_and_Urban_Affairs_6DD00A46573E458A 1
794
+ train_7519702954940675389_0_0 Guardians_of_the_Galaxy:_The_Telltale_Series_C84A148167BDE3C7 1
795
+ train_-1980888048199790434_0_0 I_Want_You_Back_B48C2FF06CE8E16D 1
796
+ train_-3002259255011911577_0_0 Dancing_with_the_Stars_(U.S._season_26)_53E53F2E9EB96FA9 1
797
+ train_-3840113982080168168_0_0 Chennai_Super_Kings–Mumbai_Indians_rivalry_3FFB4DDF3C16FEE5 1
798
+ train_4846106910291954406_0_0 You_Can't_Do_That_on_Television_98DB4DFC0C3C05E6 1
799
+ train_-9008088770044157300_0_0 List_of_Category_5_Atlantic_hurricanes_E429788887E6EC44 1
800
+ train_4682158720091015720_0_0 List_of_Major_League_Baseball_career_home_run_leaders_1595FA49C78C4F61 1
801
+ train_5851455059710011656_0_0 List_of_Indian_Premier_League_records_and_statistics_B0CFF9F261FA233D 1
802
+ train_4696868932176895016_0_0 Willamette_River_C9DA3CF58716F04B 1
803
+ train_4839015710570106682_0_0 Naples,_Florida_9A58E2E8554C8CF4 1
804
+ train_3142580237421616977_0_0 Ellen's_Game_of_Games_633A4244D1569D51 1
805
+ train_409327372997268051_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
806
+ train_434866993487206742_0_0 Legally_Blonde_(musical)_81F371930CD76E91 1
807
+ train_8011778858030016852_0_0 Philadelphia_Phillies_57198DFC6D11ABDA 1
808
+ train_-4391788494478898345_0_0 Phineas_and_Ferb_(soundtrack)_D01E89EC6D84354D 1
809
+ train_-2817529454980165103_0_0 Lok_Sabha_A63D43F198FD92D3 1
810
+ train_716350524680291295_0_0 United_States_Senate_special_election_in_Alabama,_2017_778C981CA8FCC405 1
811
+ train_-1455293200713438709_0_0 New_York_Knicks_7329F46DACA0D1A1 1
812
+ train_7391567824394174311_0_0 Potosí_25543AADF5977F60 1
813
+ train_4842589404742980620_0_0 President_of_India_3E6BB644D8E296F6 1
814
+ train_-2073831297357003694_0_0 American_Horror_Story:_Cult_A2F626DE36454444 1
815
+ train_-2335922272441545142_0_0 State_of_the_Union_9CF064A2004BB5C7 1
816
+ train_-6588839347380129335_0_0 List_of_El_Clásico_matches_C7B988076808EB7D 1
817
+ train_-8715087678772622611_0_0 Nissan_Skyline_GT-R_A5D4472419D7B91B 1
818
+ train_1481524174297222365_0_0 Universal_Declaration_of_Human_Rights_1B0A7264D8F8910D 1
819
+ train_4995915742862453716_0_0 Immigration_to_the_United_States_DA5C62C43F2779B2 1
820
+ train_-279536036569534786_0_0 Ossification_81DB63CFF3ECC655 1
821
+ train_-4695219812581403227_0_0 Sands_Hotel_and_Casino_47418452D295A4D3 1
822
+ train_-361244729201932974_0_0 The_Oregon_Trail_(video_game)_4DB9DEF8BCA1E40F 1
823
+ train_-3822457246598047747_0_0 Fair_Credit_Reporting_Act_9275F83D018930B2 1
824
+ train_6227087368773423565_0_0 List_of_highest_paid_American_television_stars_BF1D903B4F6058B8 1
825
+ train_-8826139143544664545_0_0 Great_Wall_of_China_A12BA338E54E8AC1 1
826
+ train_-4971210270624610777_0_0 Friday_Night_Lights_(TV_series)_FE97D5CD0BE32C4A 1
827
+ train_-8734551017135751539_0_0 Thor:_Ragnarok_894070AF13ED476E 1
828
+ train_8471483193139057252_0_0 Deion_Sanders_31B91B17773DFD7C 1
829
+ train_3010996758929890331_0_0 Thor:_Ragnarok_894070AF13ED476E 1
830
+ train_4839872260214536242_0_0 Waltz_of_the_Angels_2AFE7EE83927537F 1
831
+ train_-2449287489249600460_0_0 Dream_a_Little_Dream_of_Me_206DA3B45F7A8939 1
832
+ train_-4754244739892741484_0_0 29th_Academy_Awards_92C9E080801F535C 1
833
+ train_623735643906121276_0_0 Shia_LaBeouf_(song)_2C26BA737493583F 1
834
+ train_-8080789126250587470_0_0 List_of_Chief_Ministers_of_Nagaland_E4ADAAA7A06F6085 1
835
+ train_-5517526737959640818_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
836
+ train_-8977406783855272081_0_0 List_of_Phoenix_Suns_seasons_92D0AE822F6FC670 1
837
+ train_-1798746249144389097_0_0 The_Boulet_Brothers'_Dragula_5E1FEB1402816F6D 1
838
+ train_-8331850850913516352_0_0 Tibetan_Plateau_6C9367B417A3B6BE 1
839
+ train_-8759019925009508532_0_0 Jon_Batiste_28F7992207FCA635 1
840
+ train_1697566037537197249_0_0 Tyler,_The_Creator_CEA0DF16ABD335EB 1
841
+ train_6140341131007172396_0_0 Family_Feud_52721C86F7317109 1
842
+ train_5096849249871979127_0_0 Playa_del_Carmen_BE46B2C1B982FD7A 1
843
+ train_1624587033716558364_0_0 List_of_Miss_Universe_titleholders_DCAD3B3074B31202 1
844
+ train_-5058260795516780768_0_0 You_(Kate_Havnevik_album)_F887918EA83D6437 1
845
+ train_-2623693868810288687_0_0 My_Friend_Dahmer_(film)_E555E7B90C5B491D 1
846
+ train_3389404621321357980_0_0 This_Is_Us_(season_2)_F060873B854ACAA8 1
847
+ train_-94354145490967757_0_0 Canada_at_the_Pan_American_Games_CB8817E3024508AA 1
848
+ train_-3080452594924929492_0_0 This_Is_Us_(season_2)_E5717A0700AA4A53 1
849
+ train_3942745233947846583_0_0 Love_on_the_Brain_9E4A078B9D117E70 1
850
+ train_3715940156720626037_0_0 Speaker_of_the_United_States_House_of_Representatives_D8B85DA0A03D27FC 1
851
+ train_-7354074757463760583_0_0 Lok_Sabha_A63D43F198FD92D3 1
852
+ train_-6090082951449661427_0_0 Chick-fil-A_F5CC9ED7B9435A75 1
853
+ train_7124306632635638355_0_0 So_You_Think_You_Can_Dance_(U.S._TV_series)_4DF9D7264310CFC9 1
854
+ train_788255827157314121_0_0 List_of_NASCAR_drivers_B0F293681F0EF63B 1
855
+ train_4117873923873533335_0_0 Vietnam_War_1B2C43C4820776CA 1
856
+ train_-5718159264009065914_0_0 High_Commission_of_Canada_in_Barbados_767DB907FC7B2EB 1
857
+ train_-7116194002636594627_0_0 Cowboys–Packers_rivalry_8DFC83421670C59D 1
858
+ train_-2162234519444433439_0_0 Endless_Love_(2014_film)_2CF8F0FBABCD49A 1
859
+ train_-6359194583834315046_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
860
+ train_-1042589104207398043_0_0 Foster_Farms_Bowl_17A84F24E1963622 1
861
+ train_4543782505842307208_0_0 Architect_of_the_Capitol_B17BCED69884AEC3 1
862
+ train_6505775278505334809_0_0 The_Mortal_Instruments_43DB49ECC9CDE57C 1
863
+ train_1863738708380688250_0_0 Pirates_of_the_Caribbean:_Dead_Men_Tell_No_Tales_CF158FE914BBAE82 1
864
+ train_-8044515995376796593_0_0 Universal_Declaration_of_Human_Rights_1B0A7264D8F8910D 1
865
+ train_-534703981297361693_0_0 Seljuk_Empire_E9116268565CDCF4 1
866
+ train_-7956573485303368193_0_0 Man_Booker_International_Prize_92A8B7CF847A7B98 1
867
+ train_6047304706988794050_0_0 Love_It_or_List_It_87BF344D8126065C 1
868
+ train_3036502514540557452_0_0 List_of_Minnesota_Timberwolves_seasons_8D23608B65627743 1
869
+ train_-2833022708845445628_0_0 List_of_Dragon_Ball_Z_episodes_(season_1)_953746A97D02E581 1
870
+ train_2113696119798835355_0_0 Lincoln_Handicap_F55E0E935BDC8136 1
871
+ train_1159424243196957443_0_0 Temple_Terrace,_Florida_726E99C530FAEA9B 1
872
+ train_-4427471357438594147_0_0 List_of_most_viewed_YouTube_videos_6513210FD430F954 1
873
+ train_-8879707587083043737_0_0 Secretary-General_of_the_United_Nations_B90E6400ACEFCC2C 1
874
+ train_4558345738017101557_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
875
+ train_4805456718444062621_0_0 Golden_Nugget_Atlantic_City_90560128A926B798 1
876
+ train_4307408736694206822_0_0 List_of_Category_5_Atlantic_hurricanes_E429788887E6EC44 1
877
+ train_43477923601456872_0_0 2017_All-Ireland_Senior_Hurling_Championship_Final_3818D7FB84F549E5 1
878
+ train_-3419048058363764201_0_0 List_of_sovereign_states_in_Europe_by_GDP_(nominal)_per_capita_2A13BA05DD6EB2B9 1
879
+ train_-3818119108200158076_0_0 Dancing_with_the_Stars_(U.S._season_1)_BAE307658C929178 1
880
+ train_2032637594522509234_0_0 Italy_national_football_team_AAE008DA9F2D8783 1
881
+ train_6831452923168450712_0_0 Ohio_State_Buckeyes_football_F78D95F6B18D5404 1
882
+ train_75845713412546367_0_0 List_of_first_black_players_for_European_national_football_teams_BA32608EF3D9FC3B 1
883
+ train_-2956914729357334960_0_0 Show_Me_the_Money_4_73B4010445118E90 1
884
+ train_2252090234526619221_0_0 Percy_Jackson_&_the_Olympians_60097C2C46FD3F23 1
885
+ train_1274397435003487883_0_0 The_Expanse_(TV_series)_D4D0C08153A9CFB5 1
886
+ train_-1372531710172556523_0_0 When_You_Say_Nothing_at_All_7532DCA129B7DB7B 1
887
+ train_-6145113279783076669_0_0 IdeaPad_968C40CC9E8F2A63 1
888
+ train_-1368099010433675117_0_0 Love_It_or_List_It_E5D381E250FCF528 1
889
+ train_-7866739892014487008_0_0 List_of_prime_numbers_71E24B5590AEC31A 1
890
+ train_-8115480501933394179_0_0 Timeline_of_cannabis_laws_in_the_United_States_F42756E1D67AE158 1
891
+ train_-3282681697156216925_0_0 Big_12_Conference_2414878ECB754C07 1
892
+ train_7330457117398011694_0_0 List_of_Miss_Universe_titleholders_A24136D5E4A6630A 1
893
+ train_-4337335712663151396_0_0 United_States_Bill_of_Rights_649EFBF7B663A4CE 1
894
+ train_-1105753813844868995_0_0 Knockin'_on_Heaven's_Door_2C99B84C8B6F28B9 1
895
+ train_-494814657922618121_0_0 List_of_Indian_Premier_League_records_and_statistics_1918DB47451D92CC 1
896
+ train_1080894929298070162_0_0 National_Football_League_Christmas_games_6C9D66FA58413F9C 1
897
+ train_-4707275616558946841_0_0 Academy_Award_for_Best_Animated_Short_Film_F88B509B97E6F7C5 1
898
+ train_2208172088412827883_0_0 List_of_worst_Major_League_Baseball_season_records_146B237B2DBEE314 1
899
+ train_-554960551236863452_0_0 Jigsaw_(2017_film)_A2D9B0F45E4CBB2D 1
900
+ train_2644983246422408755_0_0 London_Bridge_Is_Falling_Down_9B39F79455EC5DA3 1
901
+ train_6771051034586976068_0_0 Wonder_(film)_78B83A302EED100F 1
902
+ train_7844350190488016938_0_0 NFC_North_BEBCCF11E174456 1
903
+ train_-1977872255880380938_0_0 Chick-fil-A_3C90BB4AB12EA366 1
904
+ train_-1031802681153121790_0_0 Dick_Clark's_New_Year's_Rockin'_Eve_C9EF9F3A5019E4B1 1
905
+ train_-1046753445581512757_0_0 Ho_Chi_Minh_City_C8924E1D562652E4 1
906
+ train_-1202690655950173528_0_0 999:_What's_Your_Emergency?_65D4CCBC4947F75B 1
907
+ train_-6091210124033877259_0_0 Guardians_of_the_Galaxy:_The_Telltale_Series_C84A148167BDE3C7 1
908
+ train_-5506061919588340891_0_0 Battle_of_Château-Thierry_(1918)_FF6FA902DD4CA501 1
909
+ train_1291477018856500055_0_0 Catalogue_of_Ships_11AEABE68EB1ABD4 1
910
+ train_2440658086631731123_0_0 List_of_Chicago_White_Sox_seasons_F4E432BEAAAE7290 1
911
+ train_-1858450792216270356_0_0 Spanish_Armada_86ED590D32F23DD 1
912
+ train_-5220645408944887053_0_0 Ritu_(Indian_season)_586AD2759CA97FBB 1
913
+ train_-263855202267165963_0_0 New_York_City_mayoral_election,_2017_AC79DF61B2B6A09 1
914
+ train_5371873194748042987_0_0 Don't_Go_Breaking_My_Heart_6F3E065201832473 1
915
+ train_4358985928977164210_0_0 Phineas_and_Ferb_(soundtrack)_D01E89EC6D84354D 1
916
+ train_-252465640348530527_0_0 Dil_Diya_Dard_Liya_2105E14D2A4D167E 1
917
+ train_-4732728910282893372_0_0 List_of_Phoenix_Suns_seasons_1C998C4B8BF8BB7D 1
918
+ train_5382399624277720362_0_0 Philadelphia_Phillies_194A3CC679347FD2 1
919
+ train_8960978621085795359_0_0 List_of_countries_by_GDP_(PPP)_975A752AF792844F 1
920
+ train_-3559944461289544267_0_0 List_of_United_States_standard_crochet_hook_and_knitting_needle_sizes_20FFD60557F2D2D4 1
921
+ train_1161170037697146084_0_0 Cabinet_Secretary_of_India_CA26FB84E50AB4C8 1
922
+ train_5916052739326922105_0_0 Apa_Sherpa_5937DB8D57781CC7 1
923
+ train_8852706688435429917_0_0 List_of_current_Major_League_Baseball_stadiums_B8685CCD1E5FCA79 1
924
+ train_-6858494315557850182_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
925
+ train_-3932580213635887348_0_0 Dancing_with_the_Stars_(U.S._season_1)_A46C47E3954FD16F 1
926
+ train_3303432293868605075_0_0 The_Sims_2_A7546D657EFDF845 1
927
+ train_8876461119670214583_0_0 List_of_Phoenix_Suns_seasons_92D0AE822F6FC670 1
928
+ train_3373402812142672991_0_0 List_of_English_football_champions_6159A3C5BA22E3D3 1
929
+ train_-4999871374007752430_0_0 Kansas_City_Chiefs_845E4CD0D4073AE5 1
930
+ train_6776018409167913075_0_0 Immigration_to_the_United_States_1913CAC490FA1AFA 1
931
+ train_2296494244768444293_0_0 Speaker_of_the_United_States_House_of_Representatives_D8B85DA0A03D27FC 1
932
+ train_5765681780659489313_0_0 Thor:_Ragnarok_894070AF13ED476E 1
933
+ train_5783596813431685438_0_0 Maryland_School_for_the_Deaf_AD0777781A51E60F 1
934
+ train_2542784418918553261_0_0 Ministry_of_Home_Affairs_(India)_E05E44AF8EFFEEFA 1
935
+ train_-6195858103276286866_0_0 Happy_Valley_(TV_series)_5BEED48B5CFBB9C8 1
936
+ train_3015237958274673918_0_0 Top_of_the_Lake_C7314FBA3A9E0F99 1
937
+ train_-1385704435285721868_0_0 Why_Don't_We_23A8C83AFA3FC5F8 1
938
+ train_-472300131230888754_0_0 Don't_Follow_7FF09DFBCEAD9CAD 1
939
+ train_-4897932497592585727_0_0 Golden_State_Warriors_D568E71D3F2F73D0 1
940
+ train_3564244978311141711_0_0 Pirates_of_the_Caribbean:_Dead_Men_Tell_No_Tales_CF158FE914BBAE82 1
941
+ train_-63044056280947134_0_0 Interstate_77_in_West_Virginia_2A0CE6B747D28493 1
942
+ train_-6002758576109496575_0_0 The_Ranch_(TV_series)_3E9D083A460FDE30 1
943
+ train_-7524374474165841202_0_0 List_of_Indian_members_of_the_Indian_Civil_Service_1AEE1533967593F1 1
944
+ train_3279782423556707604_0_0 Wonder_Woman_(2017_film)_7719C7B460501342 1
945
+ train_-5554050511983168610_0_0 Saint_Martin_905C790D37810A19 1
946
+ train_1469765770976896967_0_0 Parables_of_Jesus_530E5D989CCB8E58 1
947
+ train_8201230559364384444_0_0 When_Harry_Met_Sally..._FB98722838A2539F 1
948
+ train_1531901564306842437_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
949
+ train_-1852106108153177463_0_0 List_of_NCIS:_Los_Angeles_episodes_74476392B042E8B5 1
950
+ train_-7793675872763405760_0_0 Chennai_Super_Kings–Mumbai_Indians_rivalry_3FFB4DDF3C16FEE5 1
951
+ train_-3540858561652380227_0_0 Oklahoma_State_Cowboys_football_8208B137ABF8A857 1
952
+ train_4183082407192850160_0_0 Social_Democratic_Party_of_Germany_BE60E96DDEBB99EA 1
953
+ train_-4974374116224069035_0_0 Saving_Private_Ryan_4AA13074EA3250D8 1
954
+ train_1635680409818023618_0_0 President_of_India_EF99038879A842A9 1
955
+ train_-7661036011059153043_0_0 Benedict's_reagent_4665C2D4193AC4AB 1
956
+ train_-5956369475435291947_0_0 Lake_Shannon_A4D7D586E51D65CA 1
957
+ train_3196134297883398663_0_0 A_Good_Man_Is_Hard_to_Find_(short_story)_E5BACC10C1AC1A65 1
958
+ train_5348669749066450322_0_0 Left-_and_right-hand_traffic_10D9440D0502CD7C 1
959
+ train_-193455284029464323_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
960
+ train_2730280234721537453_0_0 State_of_the_Union_9CF064A2004BB5C7 1
961
+ train_-2787902245156901849_0_0 Terry_McMillan_237078F9ABF53A0C 1
962
+ train_3348272786774895909_0_0 United_States_Bill_of_Rights_649EFBF7B663A4CE 1
963
+ train_3123930624486730006_0_0 United_States_two-dollar_bill_20AE20C7EA1C3979 1
964
+ train_7554606857324511820_0_0 Atlanta_Falcons_4174C40FF54C53F9 1
965
+ train_-2907088221204716131_0_0 Knockin'_on_Heaven's_Door_7D41AF93FBDD7976 1
966
+ train_4658117957267321564_0_0 The_Post_(film)_7AADACF0BE1E2E48 1
967
+ train_604853429212791814_0_0 Atlantic_Sun_Conference_BB24287877F5E2F2 1
968
+ train_-5742756786578657295_0_0 Vietnam_War_1B2C43C4820776CA 1
969
+ train_7941413293045424117_0_0 I_Heard_It_Through_the_Grapevine_DD1068FDD4F0B7FD 1
970
+ train_-329025868591926481_0_0 Education_in_England_7A575559680522B2 1
971
+ train_6911002959604342070_0_0 The_Ranch_(TV_series)_5794BA5C6EDA42A0 1
972
+ train_-260537786453362571_0_0 Third_Saturday_in_October_1C161CC618EA5E58 1
973
+ train_5797918859973027385_0_0 Aaron_Judge_94184DA876096F8A 1
974
+ train_-6385773826952566408_0_0 Eruption_of_Mount_Vesuvius_in_79_2170FCED2CC10146 1
975
+ train_7398429006648985779_0_0 List_of_Bollywood_films_of_2018_65B36EDD96605AE0 1
976
+ train_-8226280023322249972_0_0 Emma_Swan_82597ABA929471A0 1
977
+ train_-5841043884154260907_0_0 Big_12_Conference_3A580AAD3F2DB852 1
978
+ train_-1201640196609447533_0_0 List_of_Georgia_Bulldogs_starting_quarterbacks_C6DDF9F3E8E874C 1
979
+ train_6055068555491615769_0_0 Love_It_or_List_It_E5D381E250FCF528 1
980
+ train_386664524840295872_0_0 Jeff_Hornacek_4305EC15B2F57186 1
981
+ train_8247592692004861611_0_0 List_of_English_football_champions_6159A3C5BA22E3D3 1
982
+ train_-4353754364012275737_0_0 Zeeshan_9C0547A61CD97AEB 1
983
+ train_-7582140571925020293_0_0 I_Wonder_What_She's_Doing_Tonight_D3DD70359B35B926 1
984
+ train_-2210373518149699008_0_0 Holiday_Road_8198D97E96D8AEAC 1
985
+ train_-3229927836735454303_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
986
+ train_5261473119279077507_0_0 List_of_400+_innings_scores_in_ODIs_D5CA6E069A8EE47A 1
987
+ train_667535909498186892_0_0 List_of_busiest_railway_stations_in_Great_Britain_422C6B9FEB37E435 1
988
+ train_-8150138514913460417_0_0 Come_Dine_with_Me_7430DBF3508DD15D 1
989
+ train_-3224555814631857133_0_0 Boruto:_Naruto_Next_Generations_9BBF87EAE03B634B 1
990
+ train_3053726924560462849_0_0 List_of_highest-grossing_concert_tours_F332A2F99991AFFB 1
991
+ train_-230958225577080875_0_0 2017_NFL_season_F036FF8873646837 1
992
+ train_-1881909739435542088_0_0 United_States_two-dollar_bill_20AE20C7EA1C3979 1
993
+ train_5925449325263330293_0_0 Battle_of_Port_Royal_E29D201B3360157F 1
994
+ train_-2228861274641079614_0_0 List_of_Indian_Premier_League_records_and_statistics_A169D817996DFB5D 1
995
+ train_7680143746097841705_0_0 Love_It_or_List_It_87BF344D8126065C 1
996
+ train_-4663681555023341888_0_0 Love_on_the_Brain_9E4A078B9D117E70 1
997
+ train_-4296081370988652806_0_0 List_of_African-American_United_States_Senators_EF052C382896AE51 1
998
+ train_3808938385034792905_0_0 List_of_Indian_Premier_League_records_and_statistics_1918DB47451D92CC 1
999
+ train_4932294093280638263_0_0 Vegas_Golden_Knights_AF9B27ACA41F262A 1
1000
+ train_1724872449711016253_0_0 Left-_and_right-hand_traffic_10D9440D0502CD7C 1
1001
+ train_6802309418060777586_0_0 List_of_Indian_Premier_League_records_and_statistics_890D651B90505C17 1
1002
+ train_-6362049697338185717_0_0 G._Callen_5DD675D288E4A26D 1
1003
+ train_-1938401207216521114_0_0 Tour_de_France_records_and_statistics_C65E05E29F1B8800 1
1004
+ train_2446589004600671971_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
1005
+ train_-1974320672250787172_0_0 Life_Is_Strange:_Before_the_Storm_4B9BCC81B6BD3DB6 1
1006
+ train_824542465531131301_0_0 List_of_Minnesota_Timberwolves_seasons_942AC1AB4B1A4559 1
1007
+ train_9199060514934731978_0_0 Shardlake_series_CB6B864D193235D0 1
1008
+ train_-3804585545393278317_0_0 New_Mexico_gubernatorial_election,_2018_80D6B2A120CBF8C7 1
1009
+ train_4913127039215089203_0_0 Geography_of_India_F16430CCCBDC13AB 1
1010
+ train_5973246161742804596_0_0 Jessica_Jones_(season_2)_74B0C4B5976BE544 1
1011
+ train_6271248137514562115_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_8BAF3D794D90A961 1
1012
+ train_-9216129431871389368_0_0 Once_Upon_a_Time_(season_1)_73B428FB4A1A3ECC 1
1013
+ train_-5762057631920055124_0_0 List_of_NBA_franchise_post-season_droughts_3A9396A5E48679E9 1
1014
+ train_6517617392679495691_0_0 What_a_Wonderful_World_A4A75A0893A77619 1
1015
+ train_-7355882026142449148_0_0 2017–18_La_Liga_CCA0129140DD17FF 1
1016
+ train_-5169027661663180248_0_0 Party_leaders_of_the_United_States_Senate_93C67CAD6CBDB612 1
1017
+ train_4305626113977392682_0_0 Adobe_InDesign_7DB48FB4D27028BD 1
1018
+ train_-8922581957960919724_0_0 Muhammad_Ali_D8FEE12C8CB6E374 1
1019
+ train_-1433758448901505627_0_0 President_of_India_EF99038879A842A9 1
1020
+ train_3537926276125463193_0_0 List_of_Silicon_Valley_episodes_2051C35DF2CFB816 1
1021
+ train_-372124678803316578_0_0 Dirty_Dancing_499FAE85077D4091 1
1022
+ train_-5403718166670658478_0_0 Thor:_Ragnarok_894070AF13ED476E 1
1023
+ train_-4969885053176839570_0_0 Motion_Picture_Association_of_America_film_rating_system_59044BF4D37E7932 1
1024
+ train_-7776552727110109294_0_0 Sons_of_Anarchy_4F70B2FD1E471797 1
1025
+ train_5128209673311455993_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
1026
+ train_575614292125244459_0_0 Maryland_v._West_Virginia_43C018754C84D30F 1
1027
+ train_-6443485870337483612_0_0 List_of_Miss_Universe_titleholders_A24136D5E4A6630A 1
1028
+ train_3624594640673614200_0_0 Smyrna_75C7A08B8ADFA503 1
1029
+ train_-6123586233366326614_0_0 Rose_Bowl_(stadium)_BEFF11ED18F809A8 1
1030
+ train_1884042533663375336_0_0 Major_League_Baseball_schedule_6A481B1B7D61FE98 1
1031
+ train_-9065435438632775634_0_0 List_of_average_human_height_worldwide_C7FA6FFEB713DDB0 1
1032
+ train_8781292361305179806_0_0 Not_Fade_Away_(song)_484E0A0433B4CE04 1
1033
+ train_-4582274964701934126_0_0 Great_Wall_of_China_D72A36046BD5C7D0 1
1034
+ train_-4237911731035010811_0_0 Buffalo_Bills_E686EDE136CFA11D 1
1035
+ train_-478757999787565733_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
1036
+ train_-8437807380765448852_0_0 Legally_Blonde_(musical)_81F371930CD76E91 1
1037
+ train_-1695546090661481139_0_0 Dancing_with_the_Stars_(U.S._season_1)_BAE307658C929178 1
1038
+ train_4359345354051103240_0_0 The_Sims_4_7071AF6496ECB2AF 1
1039
+ train_4254051040099182295_0_0 Ruby,_Don't_Take_Your_Love_to_Town_D6CFC8FF83458CB0 1
1040
+ train_-4328523598586845299_0_0 Lisa_Duffy_(Home_and_Away)_54DF0E3CD2E5921F 1
1041
+ train_8183981873874359543_0_0 List_of_Indian_states_and_territories_by_Human_Development_Index_931493C2ACEDE16F 1
1042
+ train_1964399716205249441_0_0 Lung_volumes_4FB983D1902BF741 1
1043
+ train_2170446051500275882_0_0 The_Catcher_in_the_Rye_3A955FB5B9D22D90 1
1044
+ train_-3173070831414041590_0_0 List_of_largest_towns_in_England_without_a_railway_station_9C59E8121F92F918 1
1045
+ train_990218710498012594_0_0 California_State_Polytechnic_University,_Pomona_45508D06E7ACA7BA 1
1046
+ train_-6433502033051928033_0_0 Brad_Delp_37B25BB4CF9D882A 1
1047
+ train_7008971715206945565_0_0 I_Want_You_Back_B48C2FF06CE8E16D 1
1048
+ train_-227859191457288581_0_0 Jab_Pyar_Kisi_Se_Hota_Hai_3B0416E8093F59FB 1
1049
+ train_7965161300531640273_0_0 Steptoe_and_Son_63836F34D55C6D16 1
1050
+ train_-1180266147782878566_0_0 List_of_United_States_cities_by_population_42406A86CABB731F 1
1051
+ train_-8465279010643207010_0_0 Rajyasamacharam_C2A62AAAEF38B37 1
1052
+ train_-937194589114397169_0_0 The_Challenge_(TV_series)_2D4FE637DDE242FE 1
1053
+ train_-335967955786679956_0_0 Shot_glass_6F88252CFD47CF5B 1
1054
+ train_-849315017140605144_0_0 List_of_French_Open_men's_doubles_champions_FE28D320449FF076 1
1055
+ train_6743076797283232341_0_0 List_of_waterfalls_by_height_47276CC396761A33 1
1056
+ train_1544479535206457954_0_0 List_of_United_States_cities_by_population_289577466D38AD47 1
1057
+ train_577555847419375055_0_0 List_of_football_clubs_in_Scotland_by_major_honours_won_E4B801D6115C5CF 1
1058
+ train_-4740083708059530709_0_0 100_Greatest_Britons_7B4BBE32F1E90071 1
1059
+ train_4625919520311247755_0_0 List_of_Seattle_Seahawks_starting_quarterbacks_F7CBCC3DAF904138 1
1060
+ train_-325851450654228323_0_0 Electron_shell_D233A5A6941769B3 1
1061
+ train_6324419742003466862_0_0 List_of_fastest_production_cars_by_acceleration_43711E1C2D14865D 1
1062
+ train_-745083431035174236_0_0 MS_Oasis_of_the_Seas_27B7330C9864983A 1
1063
+ train_9079920605180302190_0_0 Electron_shell_D233A5A6941769B3 1
1064
+ train_5217999388812745063_0_0 NFC_North_BEBCCF11E174456 1
1065
+ train_245410743084123847_0_0 Great_Famine_(Ireland)_1A762C293123ED73 1
1066
+ train_1074571567673611640_0_0 Percy_Jackson_&_the_Olympians_60097C2C46FD3F23 1
1067
+ train_633773667221615676_0_0 List_of_Chief_Ministers_of_Nagaland_54EE3AB0DDABA8C0 1
1068
+ train_2407807268941472249_0_0 Visa_requirements_for_Indian_citizens_BD02FD4B20A78ACA 1
1069
+ train_7901032050551675673_0_0 List_of_Disney's_Beauty_and_the_Beast_characters_F8D2091F606CC555 1
dev_queries.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
test_qrels.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
test_qrels.tsv ADDED
@@ -0,0 +1,967 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ qid did score
2
+ dev_6330519627947400943_0_0 Brazos_River_8F7B4BA175AC5E8F 1
3
+ dev_3125559316824073534_1_0 List_of_states_and_union_territories_of_India_by_population_7E8BA873148590BF 1
4
+ dev_6941993254369956277_0_0 United_States_presidential_elections_in_Nebraska_84B8E7E386D0D052 1
5
+ dev_937241609725184455_0_0 Designated_Survivor_(season_2)_DA1F973785B92B0D 1
6
+ dev_3793793779604223395_3_0 List_of_oldest_surviving_professional_wrestlers_5B932EC9AF5A8CDB 1
7
+ dev_3793793779604223395_0_0 List_of_oldest_surviving_professional_wrestlers_65425182F04F487C 1
8
+ dev_-5424723408850352324_0_0 List_of_largest_lakes_of_the_United_States_by_area_9FF6281BEC2ECD81 1
9
+ dev_-3127910932304500722_0_0 Golden_Nugget_Atlantic_City_90560128A926B798 1
10
+ dev_-4248204617651187901_1_0 Supernatural_(season_13)_6C2A14BB1F7E9F0C 1
11
+ dev_-8663677348726230272_1_0 The_Wizard_of_Oz_(1939_film)_9F3E45F360EC1168 1
12
+ dev_254065856937943955_0_0 Real_Chance_of_Love_(season_2)_13C466545663DBB5 1
13
+ dev_3844547203530823529_2_0 Stanley_Cup_Finals_340DD00580C86930 1
14
+ dev_1374897305605891319_0_0 2017_SEC_Championship_Game_415B49FA342A8408 1
15
+ dev_7198381700174721586_3_0 Dwyane_Wade_A4E7852771D71828 1
16
+ dev_-6158470117924840303_0_0 The_Phantom_of_the_Opera_(1986_musical)_1D710AF89859DD2A 1
17
+ dev_-9123151742355474779_0_0 List_of_state_and_union_territory_capitals_in_India_CE852A3EE9186837 1
18
+ dev_6728482020797819238_0_0 Your_Lie_in_April_8ACA2611824D4835 1
19
+ dev_-3800318726442204745_0_0 List_of_Paris_Saint-Germain_F.C._records_and_statistics_D4B69793AC9345FC 1
20
+ dev_3147312731957254507_0_0 Dancing_with_the_Stars_(U.S._season_1)_A46C47E3954FD16F 1
21
+ dev_-1570872939061821343_0_0 Oakland_Raiders_3EF40200CDDF006C 1
22
+ dev_-1052450681419062019_0_0 2017_Mutua_Madrid_Open_–_Men's_Singles_96628C0540CC1F68 1
23
+ dev_6697062628462423578_0_0 2000_NBA_Finals_5728BD4643C093F5 1
24
+ dev_2851585794686488659_0_0 List_of_The_Vampire_Diaries_episodes_3E32154FB9C4A06D 1
25
+ dev_-1458772187885221091_0_0 Varsity_Blues_(film)_CE37F9B73117E877 1
26
+ dev_-8491157534197669091_0_0 47th_Academy_Awards_4B3AF3F31AFC9AE6 1
27
+ dev_-8648090893109052344_0_0 Premier_of_the_Northern_Cape_39C29A7579C19F59 1
28
+ dev_-8648090893109052344_2_0 Premier_of_the_Northern_Cape_F1E5DCB7027B7249 1
29
+ dev_9179702110514757818_0_0 List_of_Olympic_Games_host_cities_8CE5AF54CF8E518E 1
30
+ dev_-3241019768341947300_2_0 Golden_State_Warriors_D568E71D3F2F73D0 1
31
+ dev_-8129143127887276431_0_0 List_of_Scandal_episodes_8D62B5EE56055555 1
32
+ dev_-6785327703850595221_0_0 List_of_Mount_Everest_records_276B17E0F98129D2 1
33
+ dev_4909751661083802256_0_0 William_Perry_(American_football)_679C8B4EF44691A0 1
34
+ dev_-404802678667633084_0_0 List_of_Presidents_of_Zambia_59929BBFACC4FE5A 1
35
+ dev_741276805202122163_0_0 Academy_Award_for_Best_Original_Score_676D6C59DB72809F 1
36
+ dev_3612085291262229964_0_0 iPhone_SE_A8B0867B80972AE4 1
37
+ dev_-4118182629889709022_0_0 2018_Winter_Olympics_opening_ceremony_736743BD323195E9 1
38
+ dev_2417630864456570353_0_0 Dancing_with_the_Stars_(U.S._season_16)_1ADD533E73EBB28 1
39
+ dev_6159014534953131747_0_0 Ashvamedha_2F96AF33DBE741ED 1
40
+ dev_-5593761806871287545_1_0 Longest_word_in_English_6EEEF306DAD3BE76 1
41
+ dev_-2232076590837413667_1_0 Governor_of_the_Bank_of_England_ACD119F3D53856CB 1
42
+ dev_-8498528300766844409_0_0 Prime_Minister_of_the_United_Kingdom_962649C8D7427A5A 1
43
+ dev_2632188867909468181_0_0 List_of_2018_Winter_Olympics_broadcasters_4B3FD5C0F26035A0 1
44
+ dev_-6677440871585683891_1_0 Second_Temple_EA3913B99A670D73 1
45
+ dev_-6449103613087792543_1_0 San_Jose_Sharks_370891407AC24565 1
46
+ dev_7336798192445709179_0_0 List_of_countries_by_number_of_military_and_paramilitary_personnel_5111857EA2F97203 1
47
+ dev_-7052052953885262396_1_0 Permanent_members_of_the_United_Nations_Security_Council_3A56CAC91C702D1F 1
48
+ dev_7478795216476346339_0_0 2017_BBC_Sports_Personality_of_the_Year_Award_3AFE5DD0B7539CB8 1
49
+ dev_3210705843619214061_0_0 International_rankings_of_India_F43C633BFA304C4A 1
50
+ dev_5839008083552937599_2_0 Google_Glass_AC691EE5DA007B0C 1
51
+ dev_4344803622779505142_1_0 List_of_Australian_capital_cities_3DC506B0F4A48450 1
52
+ dev_-6656001676709758921_1_0 List_of_Beyblade_Burst_Super_Z_episodes_44D0F48EA1F6E35 1
53
+ dev_-251770629620567718_1_0 The_Dark_Side_of_the_Moon_EF3E409BCA22B003 1
54
+ dev_851748373100995456_2_0 Blue_Bloods_(season_8)_A7F6D58FB4CBF621 1
55
+ dev_-5605795694935460499_0_0 Denver_Broncos_88851B6230D2749D 1
56
+ dev_5668950355459073907_0_0 The_Dark_Tower_(series)_C6EAF8C9760ADF4F 1
57
+ dev_-8018250362266975473_0_0 List_of_Grand_National_first_four_placings_1EBAB2DDC141CA51 1
58
+ dev_-693976483726807411_3_0 Camilla_Luddington_1C31CD9CA88A7310 1
59
+ dev_7009274187131321322_0_0 List_of_family_members_and_friends_in_ER_C42A322F7B44B010 1
60
+ dev_6561754476777446630_1_0 Cristiano_Ronaldo_B6B8B56142019E98 1
61
+ dev_6406868378537066919_1_0 List_of_medical_colleges_in_Kerala_293D294A7AC58ED8 1
62
+ dev_6406868378537066919_0_0 List_of_medical_colleges_in_Kerala_679892B3252DCE9C 1
63
+ dev_-3704886815764312701_0_0 The_Last_Podcast_on_the_Left_89A4B4F2ACE1366C 1
64
+ dev_7930206982073279144_0_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_63D1C10198C81DAA 1
65
+ dev_7930206982073279144_0_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_B769E8342ECCED96 1
66
+ dev_-3375621376413612480_0_0 List_of_protected_areas_of_the_Philippines_7F62CAF83A167DD9 1
67
+ dev_-2392194179245913511_0_0 List_of_most_polluted_cities_by_particulate_matter_concentration_84C1A186749C90DE 1
68
+ dev_3724356943291190911_2_0 This_Is_Us_(season_2)_E5717A0700AA4A53 1
69
+ dev_-3632974700795137148_0_0 Reading_F.C._AC91174877F244D8 1
70
+ dev_-8497815888777511426_1_0 United_States_Declaration_of_Independence_F3EA177C3572D15B 1
71
+ dev_-1859849449356311607_2_0 Lionel_Messi_349AFAF81BB312D1 1
72
+ dev_-5156262494346608389_2_0 Game_of_Thrones_(season_7)_B51B445840350F8F 1
73
+ dev_-5962986518182066490_1_0 Masters_Tournament_46E82FEDF31AD2E2 1
74
+ dev_5078709962400196312_0_0 Deion_Sanders_8E92FA4F2D6ED314 1
75
+ dev_-6091423745844088608_1_0 Major_League_Baseball_Most_Valuable_Player_Award_185A88D5604EF182 1
76
+ dev_7527598871943656886_0_0 List_of_languages_by_number_of_native_speakers_in_India_AFACA9E336EC8938 1
77
+ dev_-8025421046364238920_0_0 Living_Single_368B91A5125C804F 1
78
+ dev_-1068194435575341560_0_0 List_of_Star_Wars_Rebels_episodes_CE9873EDDE06DF51 1
79
+ dev_-7984751231760514910_0_0 Securities_and_Exchange_Board_of_India_D221DBA0D1146548 1
80
+ dev_-7984751231760514910_4_0 Securities_and_Exchange_Board_of_India_3FFB4B3639408DA9 1
81
+ dev_915505794914759228_1_0 2017_NCAA_Division_I_FBS_football_season_15466952F34DD5D4 1
82
+ dev_6963341474621245300_3_0 From_Dusk_till_Dawn:_The_Series_38DF29F9CA61D201 1
83
+ dev_3147582058343113742_0_0 Pacific_Ocean_9923597B6EE61BDE 1
84
+ dev_947093291536268916_2_0 Pretty_Little_Liars_(season_7)_EC6D0CAEEE74C8E2 1
85
+ dev_2090547631524665717_0_0 List_of_The_Flash_episodes_9CD98D276C3EEC0B 1
86
+ dev_3027462485940199322_2_0 75th_Golden_Globe_Awards_226354D85F5EB18C 1
87
+ dev_-4722260809402097033_1_0 Walker,_Texas_Ranger_8D1C413DCC2355F3 1
88
+ dev_-8329948368908923978_0_0 The_Day_the_Earth_Stood_Still_(2008_film)_5F8ED8C4EAF32A9C 1
89
+ dev_3712234452307355358_0_0 Son_of_a_Preacher_Man_B0272B9301243C76 1
90
+ dev_7768961778329601486_0_0 Hart_of_Dixie_(Season_4)_301C73B6E0F1C70F 1
91
+ dev_6976309474255423942_0_0 Out_of_This_World_(TV_series)_228CA20A5FFD0201 1
92
+ dev_-1739221498934438491_0_0 The_Detour_(TV_series)_380BA53C6B963CD4 1
93
+ dev_2246133419130953189_0_0 List_of_narrative_techniques_5458648E4F917837 1
94
+ dev_3728384335515126435_0_0 Cinque_Terre_ED8FABB89E783291 1
95
+ dev_4220294884897994209_0_0 List_of_tallest_buildings_2CD86711EACFD806 1
96
+ dev_1949369884900729065_0_0 FA_Cup_semi-finals_A49E38A97B1E212D 1
97
+ dev_-8074993547733090370_0_0 Diary_of_a_Wimpy_Kid:_The_Getaway_E12CD7456FCFD449 1
98
+ dev_-5896652736293514734_0_0 Tropic_of_Cancer_59FA08EC3B1C7624 1
99
+ dev_-2983839484000844360_0_0 Chick-fil-A_3C90BB4AB12EA366 1
100
+ dev_91605593274493502_0_0 2002_Melbourne_Cup_CAD91BEDD5979E1B 1
101
+ dev_7368254478874801356_3_0 United_States_Secretary_of_Homeland_Security_C78C7791D162F13D 1
102
+ dev_-7951194946868878283_1_0 Ray_Donovan_CA30F1EAE8A537D5 1
103
+ dev_1047676042908301747_0_0 Napoleon_Dynamite_F308ADBC1603C1EF 1
104
+ dev_5546821905435239058_0_0 If_She_Knew_What_She_Wants_CCE94591C3DFCE7E 1
105
+ dev_3760975515527240258_0_0 List_of_European_Cup_and_UEFA_Champions_League_finals_ACD12B7C7A29D656 1
106
+ dev_3760975515527240258_1_0 List_of_European_Cup_and_UEFA_Champions_League_finals_2B6D4AEBC2EAD0CB 1
107
+ dev_2378366897349791390_3_0 List_of_Major_League_Baseball_career_home_run_leaders_1595FA49C78C4F61 1
108
+ dev_-1114133849011983215_2_0 2018_Australian_Open_–_Men's_Singles_9EE8FE820A9ACD27 1
109
+ dev_-6280343799051483232_0_0 Philadelphia_6ED54E5BBDA19E67 1
110
+ dev_1172792682698457582_0_0 Rockefeller_Center_Christmas_Tree_1DF59C318D9F5B41 1
111
+ dev_-7621748922939316823_0_0 Demographics_of_British_Columbia_E772466F131E590F 1
112
+ dev_-765448266799898575_0_0 MacBook_Pro_1234F4F3E544EC47 1
113
+ dev_7323267680049207147_0_0 Declaration_of_the_Rights_of_Man_and_of_the_Citizen_DE50AEF49B2ED3B2 1
114
+ dev_2778341756629056244_0_0 Not_in_This_Lifetime..._Tour_549C2EEBE66C2C45 1
115
+ dev_-442417708560275755_0_0 2014_Winter_Olympics_medal_table_84AAFABE2421A55B 1
116
+ dev_-8052136860650205450_0_0 Rainy_Days_and_Mondays_71C2A9641D0BBDC4 1
117
+ dev_-1776638341170409438_0_0 List_of_earthquakes_in_the_United_States_9FC85269D7F32064 1
118
+ dev_2485791396969793161_0_0 The_Joker_(Steve_Miller_Band_song)_5C3EC1F5870D15A6 1
119
+ dev_-4544825586005995775_0_0 List_of_Asian_countries_by_area_63D5E69021BD7CB9 1
120
+ dev_-6939993637603870565_0_0 List_of_owners_of_English_football_clubs_717D389912FC79C7 1
121
+ dev_-6939993637603870565_1_0 List_of_owners_of_English_football_clubs_D442443396F6925 1
122
+ dev_-3738762685792121994_0_0 Academy_Award_for_Best_Animated_Feature_4F1196E604898B22 1
123
+ dev_6576823379169312814_0_0 List_of_natural_disasters_in_the_British_Isles_1B3B44422D4C5C5B 1
124
+ dev_-1348423936083285628_0_0 Nest_learning_thermostat_F59B29E0B26982D9 1
125
+ dev_-720471106972536670_0_0 The_Deer_Hunter_843CBC1CB2862FE9 1
126
+ dev_-4173780285858774112_1_0 Battle_of_Stirling_Bridge_51985116B8ACB56B 1
127
+ dev_1442521968114516256_0_0 Glee_(season_4)_A979A8337E705DD7 1
128
+ dev_6609663145493543998_0_0 List_of_national_anthem_performers_at_the_Super_Bowl_27492468A58A8561 1
129
+ dev_2524852627963543698_0_0 List_of_Grand_Slam_men's_singles_champions_1AD8B14430B22DD8 1
130
+ dev_1741976848462518979_0_0 The_Flash_(season_4)_14385F2AA8079763 1
131
+ dev_8177571930408806343_2_0 The_White_Princess_(miniseries)_306B68B57AA5B194 1
132
+ dev_-853451338783771197_1_0 When_a_Man_Loves_a_Woman_(song)_39F390A8AF085672 1
133
+ dev_5328438809332726480_1_0 War_for_the_Planet_of_the_Apes_16318D304112DCBC 1
134
+ dev_-1311770853688213605_0_0 13_Reasons_Why_E9AF47CFA242B8A1 1
135
+ dev_-6639198685687295158_0_0 Bermuda_at_the_2018_Winter_Olympics_B7EFD67CCB12FF4 1
136
+ dev_-6570496346595660652_0_0 Agriculture_in_the_United_States_F015E1E518041571 1
137
+ dev_3151927509337205301_0_0 Pirates_of_the_Caribbean_(film_series)_F0D260F9684B1B01 1
138
+ dev_8264694320615277520_0_0 List_of_Indian_cities_on_rivers_A9FB2F75ABAC2D61 1
139
+ dev_5579013873387598720_0_0 Canadian_Open_(badminton)_B14D1210285A2D0C 1
140
+ dev_-3039386069198797209_3_0 RMS_Titanic_75327C9E8715A16C 1
141
+ dev_-7366805671983604343_0_0 Florida_International_University_pedestrian_bridge_collapse_CECF72093FEC8B9E 1
142
+ dev_-2185648301276956086_2_0 Indo-Pakistani_War_of_1971_F668F75D57C9F794 1
143
+ dev_-458159261891926107_2_0 Mount_Ruapehu_73D6866BB7E2B836 1
144
+ dev_954668190671928550_0_0 The_Opposition_with_Jordan_Klepper_BD041F9D6C0474A5 1
145
+ dev_626648103677918397_0_0 Mean_center_of_the_United_States_population_865268D1606501CD 1
146
+ dev_721377602050579902_0_0 Biathlon_at_the_2002_Winter_Olympics_EDC89735313FB58D 1
147
+ dev_343968022755473370_0_0 List_of_British_monarchs_F131B626F65281F 1
148
+ dev_-458371747527693678_0_0 Hindu_Kush_9E9ABA49B2559F91 1
149
+ dev_7538504132348604924_2_0 2017_Grand_National_49C1F2C3D6BB4922 1
150
+ dev_5675431682011947120_1_0 NCIS:_Los_Angeles_(season_9)_3FD4152A5812F4A4 1
151
+ dev_-3547760830383370594_0_0 Honda_Fit_707A856A7390FB8D 1
152
+ dev_1645082526444833311_1_0 Uncle_Tom's_Cabin_4407EFDC743C00B4 1
153
+ dev_-8004900265728672797_0_0 English_Channel_256FF26EAFB8C84A 1
154
+ dev_-5107559781320376096_0_0 List_of_highest_paid_Major_League_Baseball_players_CF023DDF97FE3259 1
155
+ dev_-670420605258040175_0_0 List_of_Florida_locations_by_per_capita_income_4651A4299446EE3A 1
156
+ dev_3052797144690241914_0_0 Italian_general_election,_2018_B19E32FB82D4E3D7 1
157
+ dev_4200848110079075636_2_0 First_Battle_of_Bull_Run_750E74EA1CE6FEEF 1
158
+ dev_729532555945042891_0_0 Shot_glass_6F88252CFD47CF5B 1
159
+ dev_-7601383035474456779_0_0 Calcutta_Cup_BD9DDF6CBC006BE4 1
160
+ dev_-4804403745386446066_0_0 Batman:_The_Enemy_Within_E15FE71963A4633 1
161
+ dev_9121298984870342561_3_0 The_Lunar_Chronicles_FC3058B0B0618FBE 1
162
+ dev_-6230694167244306035_0_0 New_Orleans_Saints_C4D0174940E0D434 1
163
+ dev_-5269403993925950076_1_0 Majority_Leader_of_the_New_York_State_Senate_E2B5B9C5065DAAB9 1
164
+ dev_-7080588382173537347_0_0 Philadelphia_Eagles_EFE214EC6DC38903 1
165
+ dev_-9135046777090658220_0_0 List_of_One_Piece_episodes_(seasons_15–current)_47E1D61E508CC802 1
166
+ dev_-7333838414899504429_0_0 List_of_longest_rivers_of_the_United_States_(by_main_stem)_4FED3AEAE3027604 1
167
+ dev_3400990959340670350_0_0 A_Time_for_Choosing_C86B0745F8CE7555 1
168
+ dev_5639697400438383146_0_0 Magic_Tree_House_19B106992D644D62 1
169
+ dev_-3587434056219625939_0_0 Dwight_Howard_F93AA0CDE253CF95 1
170
+ dev_-1097473439192824481_0_0 River_Thames_7451F938A738BC48 1
171
+ dev_-3772952199709196386_1_0 Amazon_(company)_D13618E84DA57BF 1
172
+ dev_-731256923033768782_0_0 New_York_Heart_Association_Functional_Classification_28E1B791B239F3C 1
173
+ dev_-3165053452552624246_0_0 Grammy_Award_for_Best_New_Artist_925B66D33374A6A1 1
174
+ dev_3562729819386821776_0_0 List_of_governors_of_Maharashtra_4B6C4DB2C643B193 1
175
+ dev_8239463385147663167_1_0 Jaffa_Cakes_38B534151462AB07 1
176
+ dev_-3682350378604306871_0_0 Rapper's_Delight_C7C0FB7A51264FDC 1
177
+ dev_8193934593691670178_0_0 India_national_cricket_team_record_by_opponent_24BE43A3139EDD6C 1
178
+ dev_-5735569635564145077_0_0 David_McCallum_AAF3F0E84C8EA87F 1
179
+ dev_6953590551171950636_0_0 NCAA_Division_II_E8C3A7F52BB4104 1
180
+ dev_6953590551171950636_2_0 NCAA_Division_II_5F07B98F5346B424 1
181
+ dev_2067016910489049269_1_0 Edwards_(surname)_EE83FBCB9BDACA44 1
182
+ dev_45454687663773304_0_0 Drop_It_Like_It's_Hot_4A82896D0D7EF063 1
183
+ dev_-7179754224203704932_0_0 List_of_massacres_in_Canada_B0A179DC0055A742 1
184
+ dev_-474902130794200712_0_0 Gun_laws_in_Florida_2D6706467F67FCE2 1
185
+ dev_-8796908941087141957_1_0 Rules_of_Engagement_(TV_series)_3BF011586691E61 1
186
+ dev_5890236133057512627_2_0 Mexican_general_election,_2000_E0D4A77985748454 1
187
+ dev_-8783475975493330228_0_0 Michael_Jordan_B339AF281B98A9AE 1
188
+ dev_7217548419303343001_0_0 Philadelphia_Eagles_EFE214EC6DC38903 1
189
+ dev_5898293246250067104_0_0 Microsoft_Office_2010_A3AD5BA927B7756F 1
190
+ dev_8214553978288463642_2_0 Constituent_Assembly_of_India_CD5E49653DA0DF9 1
191
+ dev_2621208987222013192_0_0 World_War_II_767927880D020958 1
192
+ dev_-4733919216436438252_3_0 Mona_Lisa_C3D79F7599A31E2A 1
193
+ dev_-2654989306076235475_0_0 List_of_iZombie_episodes_802589B5A73238BB 1
194
+ dev_-7256500086799415081_0_0 United_States_presidential_election_in_Florida,_2000_E7C48076D8B284B4 1
195
+ dev_-2845496538467740740_0_0 English_Channel_256FF26EAFB8C84A 1
196
+ dev_5067137362908844976_0_0 Philadelphia_Eagles_EFE214EC6DC38903 1
197
+ dev_8453604009134928493_0_0 Fred_Ott's_Sneeze_8255A80ACC17D6B3 1
198
+ dev_6239964562422611533_0_0 Chief_Election_Commissioner_of_India_D57A2DBD326ECFC9 1
199
+ dev_6043389452532567502_0_0 List_of_countries_bordering_on_two_or_more_oceans_3C3D7C226F4EA0B0 1
200
+ dev_1657769419778202483_0_0 The_Good_Doctor_(TV_series)_4F34DDA28AB9D387 1
201
+ dev_-2399437738861860415_0_0 List_of_women_CEOs_of_Fortune_500_companies_2D50DDD4A914AC8B 1
202
+ dev_-369514098498013661_0_0 Chuck_Bass_7646D55B87B21F7B 1
203
+ dev_-6781249571384420331_4_0 List_of_Ray_Donovan_episodes_C804E1BD1A2500E6 1
204
+ dev_3019067660651070778_0_0 2018_iHeartRadio_Music_Awards_BAB428E631A4FDAE 1
205
+ dev_-1086677382982964519_0_0 List_of_earthquakes_in_Iran_E686EF9E0A6AB9FA 1
206
+ dev_-2824167725181792943_0_0 The_Good_Doctor_(TV_series)_BC50309D655CE475 1
207
+ dev_2899508417890381443_0_0 Prime_Minister_of_Australia_290EF55FEAB6A73B 1
208
+ dev_737118727843422688_1_0 Bennie_and_the_Jets_D48EB4FB385CB578 1
209
+ dev_-4777107686035541427_0_0 List_of_Rock_and_Roll_Hall_of_Fame_inductees_D5ABF6E09A474DE7 1
210
+ dev_4750785936593695900_3_0 Peter_Pan_(2003_film)_59FCB2C2AA765896 1
211
+ dev_-3613247230529534102_2_0 Signing_of_the_United_States_Declaration_of_Independence_D175A3D88C5A5833 1
212
+ dev_-8336776482564898273_0_0 World_Series_B67A286110E61287 1
213
+ dev_-2288554954984872130_0_0 Australia's_Got_Talent_E403D398B2D9ACB4 1
214
+ dev_9148602099114352163_0_0 Michigan_Wolverines_football_BFE6573E426B03D2 1
215
+ dev_-7615960389617916651_1_0 Be_Thankful_for_What_You_Got_D43BFBFE45F7BCAB 1
216
+ dev_-8290462455785623591_2_0 On_the_Origin_of_Species_B648DFBCA5B473AD 1
217
+ dev_6581085745347506584_0_0 Pac-Man_36986DFF0ACD8598 1
218
+ dev_-444951262186580688_0_0 Pirates_of_the_Caribbean_(film_series)_F0D260F9684B1B01 1
219
+ dev_-444951262186580688_1_0 Pirates_of_the_Caribbean_(film_series)_F1BC454888BAAFA0 1
220
+ dev_8213413935253147842_0_0 Minnesota_Vikings_17D2800AA6B148F5 1
221
+ dev_-6480140677271403639_0_0 Jimmy_John's_DE41A8AA24966271 1
222
+ dev_6680816286694593040_1_0 New_England_Patriots_BBC462927693F9F 1
223
+ dev_-8594889199400051_0_0 List_of_NFL_franchise_post-season_droughts_29FC51D8F54320DB 1
224
+ dev_-8594889199400051_2_0 List_of_NFL_franchise_post-season_droughts_1A401061B49D6953 1
225
+ dev_-8594889199400051_1_0 List_of_NFL_franchise_post-season_droughts_5851513B68D71DAE 1
226
+ dev_-6268901707080208502_0_0 Wake_Forest,_North_Carolina_F4B45916AA4509B8 1
227
+ dev_5046802918953054509_1_0 Papa's_Got_a_Brand_New_Bag_714C71126A54C325 1
228
+ dev_-3803697286581502044_0_0 Los_Angeles_Dodgers_EA129E8D8B504708 1
229
+ dev_-8498847464685915036_0_0 2017_French_Open_81661482CB6E2308 1
230
+ dev_-6482049414864375394_3_0 Follow_the_Leader_(Korn_album)_AA38D88D72AD411D 1
231
+ dev_-5736274930849469764_0_0 Day_of_the_Dead_A4052A374D952290 1
232
+ dev_-7816789034233739974_0_0 The_Rolling_Stones_4D312F9A244EAA6F 1
233
+ dev_-1899514742808499173_1_0 Indian_presidential_election,_2017_6BE5463650D8041F 1
234
+ dev_-2162391145049066060_1_0 Director_of_the_United_States_Mint_5E8FA1ADEE2A20C2 1
235
+ dev_-2317769310640974407_0_0 Consumer_Credit_Act_1974_CA2764F38F302F84 1
236
+ dev_2991709613727685350_0_0 The_Walking_Dead_(comic_book)_61839C02BD34DE9E 1
237
+ dev_-5315423524940108616_1_0 2018_Winter_Olympics_431C94376C030AA0 1
238
+ dev_1571285043608286236_0_0 Mark_O'Meara_BDC7728F0A6504AB 1
239
+ dev_6277472753337950826_0_0 Salaries_of_members_of_the_United_States_Congress_85EA14D9B3AEA82B 1
240
+ dev_-3431328641910966671_1_0 List_of_most-followed_Instagram_accounts_8CDEB552BE469679 1
241
+ dev_-2870089333524299909_0_0 2018_Australian_Grand_Prix_EDFA79C66BCC8537 1
242
+ dev_-5892817736532940525_0_0 College_football_national_championships_in_NCAA_Division_I_FBS_453836B980DBA8DD 1
243
+ dev_-5892817736532940525_1_0 College_football_national_championships_in_NCAA_Division_I_FBS_F176C9B9674C4198 1
244
+ dev_8159795880368787940_0_0 List_of_dates_for_Easter_BD5A79EEC800C93A 1
245
+ dev_-4422319611961341335_0_0 Carnival_Road_March_E5B6C16320AD3F3 1
246
+ dev_-3713557234150051752_0_0 Gulfstream_G650_7887E78FD2B4C85F 1
247
+ dev_4561467556411038901_2_0 Nuclear_power_by_country_4751AE28BDF44118 1
248
+ dev_-551363795407275714_0_0 List_of_people_on_United_States_banknotes_C4F11538AB6B46E6 1
249
+ dev_7957769978849181497_0_0 Stranger_Things_DA96B5F2108A0CC5 1
250
+ dev_3723044850122414974_2_0 RuPaul's_Drag_Race_All_Stars_(season_3)_7DE85846932D46D0 1
251
+ dev_-1182093724333869887_1_0 Gina_Tognoni_44A171225E5A5AB0 1
252
+ dev_-8940711729795465566_0_0 The_Big_Bang_Theory_(season_11)_FD8AF62FFE2C76B2 1
253
+ dev_839669511198247322_0_0 Alpine_skiing_at_the_2018_Winter_Olympics_1A097C3D469BD4D9 1
254
+ dev_-5332490337340067440_0_0 California_Gold_Rush_F0EB4143F72362C1 1
255
+ dev_-4482086905540294932_0_0 Rockefeller_Center_Christmas_Tree_1DF59C318D9F5B41 1
256
+ dev_7756227667165778451_0_0 Insurance_commissioner_83D55C3FDE3A7E85 1
257
+ dev_-4366391451047035097_0_0 Fort_Pierce,_Florida_4E08DAABF8F00EBC 1
258
+ dev_-5690645328022945594_3_0 Say_You_Won't_Let_Go_D89FE7D9FCAE7FCC 1
259
+ dev_3200935248457693329_0_0 List_of_largest_lakes_of_the_United_States_by_area_9FF6281BEC2ECD81 1
260
+ dev_6709331549884586945_0_0 Jnanpith_Award_8B7522E3A9F95DD7 1
261
+ dev_4605803179555601380_0_0 List_of_countries_by_tax_rates_21237189350060FD 1
262
+ dev_-7464350986462821618_0_0 Basset_Hound_1AD2E3C1ECF275E7 1
263
+ dev_-7464350986462821618_0_0 Basset_Hound_830880423057746 1
264
+ dev_-8458859943785727179_3_0 Michelangelo_2CA43D49E6E934A6 1
265
+ dev_-2416536857956403808_2_0 Kruger_National_Park_EC945FDFC5137D12 1
266
+ dev_-7229544162712597170_0_0 The_Miraculous_Journey_of_Edward_Tulane_EF17493D5B26EE37 1
267
+ dev_-3189842048354115066_0_0 Goliath_(TV_series)_15B4203CA15DC6E8 1
268
+ dev_-3458065024725416911_0_0 List_of_the_busiest_airports_in_the_United_States_94D94212D289EEFF 1
269
+ dev_4186485631454362041_2_0 Los_Angeles_Lakers_474DCB0B902877DF 1
270
+ dev_-8659305167311182035_0_0 Students_for_a_Democratic_Society_3A2BF20FF81563DB 1
271
+ dev_7361909937331900466_0_0 The_Phantom_of_the_Opera_(1986_musical)_1D710AF89859DD2A 1
272
+ dev_7958143163966698377_0_0 Figure_skating_at_the_2018_Winter_Olympics_–_Ladies'_singles_7BDF59EBE9F85D02 1
273
+ dev_6379798071561314250_1_0 2017_US_Open_–_Women's_Singles_81D4477CD73A0977 1
274
+ dev_-264420295933348215_0_0 The_Witch_and_the_Hundred_Knight_2_97B52BD0207B8F78 1
275
+ dev_6766313263913058101_1_0 Chief_Election_Commissioner_of_India_B7CA4B577163A583 1
276
+ dev_6766313263913058101_0_0 Chief_Election_Commissioner_of_India_DB70CE11FFBA7AEA 1
277
+ dev_4395570541686945657_1_0 NFL_on_Thanksgiving_Day_8D99CE75A5C800AF 1
278
+ dev_-1067956350108837521_0_0 Sonnet_116_FDBE29A67CA29CAA 1
279
+ dev_-179712992481571893_0_0 112th_United_States_Congress_77522FC6DC3A9F7C 1
280
+ dev_8174037572148648768_1_0 Monday_Night_Football_D8933050C32A9B0B 1
281
+ dev_-4656412633124562768_0_0 Country_Music_Association_Award_for_Entertainer_of_the_Year_553374AE360E31F6 1
282
+ dev_-4656412633124562768_1_0 Country_Music_Association_Award_for_Entertainer_of_the_Year_2D5B666B13941289 1
283
+ dev_-5345341689626036799_1_0 Alamo_Mission_in_San_Antonio_9E77BAD6CFA93902 1
284
+ dev_-4619585332904698754_0_0 Recording_Industry_Association_of_America_certification_CE9FF8B8EDF39F6C 1
285
+ dev_-6792768796761846293_0_0 Riverdale_(2017_TV_series)_B0618CD2E9701C79 1
286
+ dev_-9090455773968675265_2_0 University_of_Wisconsin–Madison_7241961D17F7CD9A 1
287
+ dev_683273374760471638_0_0 Denver_Broncos_8D0A29C8836938C8 1
288
+ dev_-6638858301927955236_1_0 America's_Next_Top_Model_(cycle_20)_CE8648D67F082D2C 1
289
+ dev_560971710217153823_0_0 Bigg_Boss_Tamil_4D71D748C666057B 1
290
+ dev_-3879482699653669654_0_0 Washington_Union_Station_EFB83B06C5A2C108 1
291
+ dev_1728824774090737582_1_0 Rip_It_Up_(Orange_Juice_song)_BEB28534728AC969 1
292
+ dev_-2339353670444421139_1_0 Tami_Roman_ED3E65ECB903E0D1 1
293
+ dev_-6368410672402918489_0_0 Geothermal_energy_in_the_United_States_F9735EF90A0B1B09 1
294
+ dev_7838619635476804142_0_0 List_of_The_Flash_episodes_9CD98D276C3EEC0B 1
295
+ dev_-5819004748085766639_0_0 Adventure_Time_(season_1)_6DC7E8DB422F7895 1
296
+ dev_-7542567267733964090_0_0 Google_Chrome_version_history_2B413763C31B9E71 1
297
+ dev_-3099909675248976044_1_0 NCIS:_New_Orleans_C3AB88AC0DB98DB2 1
298
+ dev_-4268051341343650948_0_0 Pokémon:_The_First_Movie_1A2C69DCD65BF575 1
299
+ dev_-6281263110946016384_0_0 The_Vampire_Diaries_9C50C247710CDADA 1
300
+ dev_4115936697241683847_1_0 Ramayana_5AC2AD91A1B269C7 1
301
+ dev_-5212868974426741102_1_0 Half-Life_2:_Episode_Two_468482F30DC21763 1
302
+ dev_-5736299522961322133_0_0 Confederate_States_Army_78ACBEBF2A1258BF 1
303
+ dev_2235427730835430905_0_0 List_of_Vice-Presidents_of_India_838C7433293BAA4 1
304
+ dev_-8209571805051987276_1_0 Bald_eagle_A40AC1D8A71CE950 1
305
+ dev_-5663213976858775002_0_0 Olympics_on_NBC_commentators_68772FA247D4D255 1
306
+ dev_1147228422002387046_0_0 Adaptations_of_Agatha_Christie_FEFC7600BEF12BFF 1
307
+ dev_-7544268222254103200_0_0 Yeh_Raaste_Hain_Pyaar_Ke_FC08C32A378979E7 1
308
+ dev_5911119091653953181_0_0 Lake_Eyre_FDFCD56082B4788C 1
309
+ dev_-3513582807303361660_0_0 RMS_Titanic_75327C9E8715A16C 1
310
+ dev_6006172994740079617_0_0 Scooby-Doo,_Where_Are_You!_6B0E89166316ABC3 1
311
+ dev_7468904582092612742_2_0 Swine_influenza_9CE42DDDC40F4968 1
312
+ dev_-7908232203484304663_0_0 Game_of_Thrones_(season_7)_B51B445840350F8F 1
313
+ dev_-2632887614940393027_0_0 List_of_Stanley_Cup_champions_B04C7758A4C86E28 1
314
+ dev_2202689210581594515_0_0 United_States_Declaration_of_Independence_F3EA177C3572D15B 1
315
+ dev_1318031841813121387_0_0 That_'70s_Show_1CCD96187B2CE35E 1
316
+ dev_7926179542568614934_1_0 64th_National_Film_Awards_80DD633BA69D7E65 1
317
+ dev_-7657379080399040683_1_0 Army–Navy_Game_292AFE67F22FA04C 1
318
+ dev_-33411903170288457_0_0 List_of_largest_shopping_malls_in_the_United_States_F6E49A4495F67BE3 1
319
+ dev_3953030216363815767_0_0 List_of_Boruto:_Naruto_Next_Generations_episodes_60C0182FA1805FC7 1
320
+ dev_6378606982206312510_1_0 Miami_Dolphins_1EA33B3B777252D3 1
321
+ dev_-4324335588182291643_0_0 List_of_Dragon_Ball_Z_episodes_C286627374E8DCC1 1
322
+ dev_-292587857497467046_0_0 Gandhi_Nagar,_Delhi_3553FD40DA9B1B04 1
323
+ dev_9084985331471656029_0_0 List_of_amendments_to_the_United_States_Constitution_40CFD83C162040CF 1
324
+ dev_2805887687535578482_0_0 My_Next_Guest_Needs_No_Introduction_with_David_Letterman_41EBF0483BEFEAB 1
325
+ dev_-6569395974597414012_1_0 2014_Rose_Bowl_B9C6C5BF282EE9F2 1
326
+ dev_-7511545268354567518_0_0 List_of_Major_League_Baseball_franchise_postseason_droughts_EE964E27670F888F 1
327
+ dev_-6423308838962274808_0_0 Lunar_Flag_Assembly_7C3F8925DC002636 1
328
+ dev_9167118807842110445_0_0 Flame_test_4C4194BA6752CAC8 1
329
+ dev_-2040762149245803825_0_0 List_of_television_stations_in_Arizona_B59482F1DB17856E 1
330
+ dev_6447777231012695504_0_0 List_of_Prime_Ministers_of_Canada_9ABC6886118442DB 1
331
+ dev_6580456341251284418_1_0 America's_Got_Talent_(season_5)_8C58BB3CF59B0766 1
332
+ dev_-7819569157752445011_0_0 Holiday_Road_8198D97E96D8AEAC 1
333
+ dev_4488025751743216094_2_0 Old_Flames_Can't_Hold_a_Candle_to_You_44967A971CA75D49 1
334
+ dev_-6982838549793641839_2_0 Rock_and_Roll_All_Nite_49590018848105B4 1
335
+ dev_1917917794187892676_0_0 Impractical_Jokers_3807BA0F7A561B1F 1
336
+ dev_-1045095421340178958_3_0 Lord_Have_Mercy_on_the_Working_Man_E8A01DF6BA9B4486 1
337
+ dev_7916191162136893139_0_0 End_of_the_Road_6DAA391E1028EDDF 1
338
+ dev_3599388964414234892_0_0 Grand_slam_(baseball)_20756F198DBC44CA 1
339
+ dev_-4112126220652987749_0_0 Patrick_Brown_(politician)_1D9A5FDAD2238CEC 1
340
+ dev_7079282152145474767_0_0 Chief_Election_Commissioner_of_India_D57A2DBD326ECFC9 1
341
+ dev_7207818293887284017_0_0 George_B._McClellan_523FE4307540F4B7 1
342
+ dev_7166047404475022331_0_0 Benue_State_A8FC6E7678FEF5FE 1
343
+ dev_-7745677391789794853_0_0 List_of_Grand_National_winners_B2B5463FE8DD65C6 1
344
+ dev_-2919421084803245578_0_0 List_of_Super_Bowl_champions_FEA99A86D1AC4EE5 1
345
+ dev_1346202268866280084_0_0 List_of_Governors_of_Tennessee_EDD7D977D57C4FCB 1
346
+ dev_191186237312063235_0_0 hosts_(file)_9D3CEB7C12E5D23F 1
347
+ dev_6598465593542733817_0_0 Great_Lakes_86D7E5772044AD66 1
348
+ dev_8455059933260095870_0_0 List_of_Academy_Award_winners_and_nominees_from_India_FE717F6AEF2A63BB 1
349
+ dev_-4670733234538385897_3_0 City_of_New_Orleans_(song)_A4604E87F3447266 1
350
+ dev_8052862214080106129_0_0 John_Obi_Mikel_21915611499391B 1
351
+ dev_8219991529056197930_0_0 2018_Winter_Olympics_431C94376C030AA0 1
352
+ dev_-5347529046899875616_0_0 Big_Ten_Network_57C87302A919AD2 1
353
+ dev_7383354502292277568_2_0 List_of_Oklahoma_Sooners_football_championships_D8497A7C30A0F74B 1
354
+ dev_4984871413174473846_1_0 French_and_Indian_War_866B5563221E8776 1
355
+ dev_2483747509286639118_0_0 Gulf_War_C7E002AF87565F2E 1
356
+ dev_-5341729935918652247_0_0 Economy_of_the_Democratic_Republic_of_the_Congo_81A5C42F8CFAFF47 1
357
+ dev_57534108542742158_3_0 NFL_International_Series_6B255FADC45574E6 1
358
+ dev_-4973373470569653866_1_0 University_of_Texas_at_Austin_BC4EB6206A797FAA 1
359
+ dev_2400234692248658549_0_0 Normandy_landings_D830F7CAAC9C3660 1
360
+ dev_-4628267852301989966_1_0 Michigan_Wolverines_men's_basketball_2A99ADEE90DC76B5 1
361
+ dev_-4628267852301989966_0_0 Michigan_Wolverines_men's_basketball_C58C5B470CA38340 1
362
+ dev_6624575797224082824_2_0 New_York_Rangers_265422D8662477FE 1
363
+ dev_5186266244253617463_0_0 List_of_European_cities_by_population_within_city_limits_51941090E20FE6BC 1
364
+ dev_2105265206768647509_3_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_63D1C10198C81DAA 1
365
+ dev_2105265206768647509_3_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_B769E8342ECCED96 1
366
+ dev_7078422108284431587_0_0 List_of_best-selling_girl_groups_3A0349FA92329C74 1
367
+ dev_-859660013437172175_2_0 Spanish–American_War_E20A42E3C2D5F4AE 1
368
+ dev_-7121343730302515106_2_0 The_Passion_of_the_Christ_99BC5BCA53C9A1A4 1
369
+ dev_-2871436317021473624_0_0 List_of_The_Flash_episodes_9CD98D276C3EEC0B 1
370
+ dev_-881265935572829437_0_0 Super_Bowl_curse_1B055E752A2B62C 1
371
+ dev_1213594536564963934_0_0 List_of_Major_League_Baseball_spring_training_cities_A868286E6E754F10 1
372
+ dev_3587717836446003640_0_0 Arizona's_9th_congressional_district_42237B46C2F872DA 1
373
+ dev_3587717836446003640_2_0 Arizona's_9th_congressional_district_87E92A2D79B4CF28 1
374
+ dev_948404872815326552_0_0 UCLA–USC_rivalry_2472E150D2B7E597 1
375
+ dev_-7733962091461103034_0_0 How_Do_You_Do_It?_505385B470001078 1
376
+ dev_-4884287726486488887_0_0 Inside_Out_&_Back_Again_8D2DBF79B9F02588 1
377
+ dev_-546696194238868913_0_0 List_of_English_football_champions_6159A3C5BA22E3D3 1
378
+ dev_-7392625672743795716_0_0 Wit_Studio_D5C6BA124ECC745 1
379
+ dev_-6075869945949324935_1_0 List_of_Spanish_football_champions_6637B1D05CD98538 1
380
+ dev_8888584875401414044_0_0 Kubo_and_the_Two_Strings_5368BB34485BEFBC 1
381
+ dev_-7955945279195374355_3_0 History_of_Vietnam_6992ADE54BFCE379 1
382
+ dev_-7955945279195374355_0_0 History_of_Vietnam_54A92D6C203C7990 1
383
+ dev_-7098436211686405768_0_0 2018_Under-19_Cricket_World_Cup_1B2FFD136D452C9B 1
384
+ dev_8475341882385418406_0_0 Things_That_Make_You_Go_Hmmm..._D9CFB36E32714171 1
385
+ dev_-3942994642099504699_1_0 1984_Democratic_National_Convention_5408AB0164C0CDA3 1
386
+ dev_3833603461933012569_0_0 Dallas_Cowboys_B9383CFD3381BBC3 1
387
+ dev_-4639303836852821525_1_0 The_Great_British_Bake_Off_CE95ADE4AEED8BEB 1
388
+ dev_5125203672618500204_0_0 Balamory_5AFF4601CC25331C 1
389
+ dev_8465910008232173422_0_0 Chief_Justice_of_the_United_States_EA2A0A4D9F1149AE 1
390
+ dev_8426342968417319670_0_0 1924_Winter_Olympics_medal_table_2C45136A89511F8F 1
391
+ dev_-5310448011333557272_0_0 List_of_countries_and_dependencies_by_population_873DBE55C038BD48 1
392
+ dev_1133135656128481203_0_0 Mum_(TV_series)_B6D8B5745FC997D3 1
393
+ dev_-6169823256011832032_0_0 Thames_River_(Ontario)_7B48EB0B356846F7 1
394
+ dev_1913491051701302521_0_0 Star_Trek:_Discovery_F88D85D6C22F87B 1
395
+ dev_1360782626100733336_0_0 The_Vampire_Diaries_(season_2)_77E67F34655DAAFF 1
396
+ dev_-4352771238918801643_0_0 List_of_Green_Bay_Packers_starting_quarterbacks_5FAFEC84CDE8650B 1
397
+ dev_3085261203124604454_2_0 Keystone_Heights,_Florida_161DFA1AFD5FCB02 1
398
+ dev_-1715459847782748773_0_0 90th_Academy_Awards_6EA1D674BC8C052E 1
399
+ dev_-1177164544786365294_0_0 Royal_Rumble_44E1CE43F63DAFB1 1
400
+ dev_2260316840029129864_1_0 Far_from_the_Madding_Crowd_(2015_film)_17992A0AC777DF0F 1
401
+ dev_-7400985290718044378_0_0 Franco-Prussian_War_DBBDAC9407937302 1
402
+ dev_4250543960781822078_0_0 Michigan_Wolverines_men's_basketball_2A99ADEE90DC76B5 1
403
+ dev_8672618802419011639_0_0 hosts_(file)_9D3CEB7C12E5D23F 1
404
+ dev_5848606121024203154_1_0 Rockstar_(Nickelback_song)_6F70CE9A5FBFD805 1
405
+ dev_6140600198399820010_0_0 Porter_Airlines_5A224916E9A77431 1
406
+ dev_4433669964771756966_0_0 List_of_400-yard_passing_games_in_the_National_Football_League_63136011FF7EB2C1 1
407
+ dev_4433669964771756966_1_0 List_of_400-yard_passing_games_in_the_National_Football_League_DAEDA2355ABC1D40 1
408
+ dev_-5054256572170447457_1_0 Percy_Jackson_(film_series)_8818400CDFA967B5 1
409
+ dev_-4601136200073872325_0_0 The_Great_British_Bake_Off_CE95ADE4AEED8BEB 1
410
+ dev_2963118473304720773_2_0 Great_Wall_of_China_A12BA338E54E8AC1 1
411
+ dev_1057648217750498477_0_0 List_of_highest-income_counties_in_the_United_States_728C052A64416B07 1
412
+ dev_1196743193353431992_0_0 Lion's_mane_jellyfish_F13D84A5C52AA16E 1
413
+ dev_8423836689725124811_0_0 Hit_the_Road_Jack_B382F016EA9550CA 1
414
+ dev_420079414272131921_1_0 Pride_and_Prejudice_A576A9AC5AC84105 1
415
+ dev_-6751220433242447969_3_0 The_Bastard_Executioner_D2BBFC4EA69DA850 1
416
+ dev_9103842774494966297_0_0 "List_of_films_that_most_frequently_use_the_word_""fuck""_8CCF64605CCDEB97" 1
417
+ dev_-8488975200279464488_1_0 Minnesota_Vikings_17D2800AA6B148F5 1
418
+ dev_2781354757702216858_1_0 Wingstop_A2F32DEFFAF395D2 1
419
+ dev_7236492039847101221_0_0 Penny_(United_States_coin)_15A5F830604833F8 1
420
+ dev_-6797239474199900801_0_0 List_of_Olympic_medalists_in_figure_skating_52F96E1DBBA4D2E6 1
421
+ dev_1627235089487061878_2_0 2017–18_NBA_season_C2E61F0E3FA34375 1
422
+ dev_-2389852983880139802_0_0 List_of_U.S._states_by_date_of_admission_to_the_Union_34E07CA35206F096 1
423
+ dev_-3723267971053890933_1_0 2017_Wimbledon_Championships_–_Women's_Singles_DE0DFE1572935DAB 1
424
+ dev_-1176280233636154422_1_0 East_India_Company_F3E21969A287F82B 1
425
+ dev_-7897846385260632865_1_0 2018_Winter_Olympics_68276AE632A681D7 1
426
+ dev_5104733125093069374_0_0 Mercedes-Benz_Stadium_4AB2A2F450214965 1
427
+ dev_-7569155561607180003_0_0 List_of_earthquakes_in_New_Zealand_EB70E18DDCD62C7E 1
428
+ dev_3714837734314739303_1_0 Trust_and_Believe_815B26EFA7ADB329 1
429
+ dev_-3278224144622911032_0_0 List_of_U.S._states_and_territories_by_population_density_576E2E489875045A 1
430
+ dev_-4240754303139861764_0_0 Brown_v._Board_of_Education_5D33C096DC95DF4B 1
431
+ dev_-1107672282215619263_1_0 Amnesia:_The_Dark_Descent_E4B83CD8F24D8F02 1
432
+ dev_-7897113541364787891_2_0 A_Christmas_Story:_The_Musical_5E6D49CB9B712D33 1
433
+ dev_717396984278309877_0_0 Just_Add_Magic_(TV_series)_58E073E5775FA9F7 1
434
+ dev_6608141013475408306_0_0 List_of_largest_companies_by_revenue_7B896034808954AB 1
435
+ dev_-1716244375468450999_0_0 List_of_Governors_of_Oklahoma_3D167D5886A969C6 1
436
+ dev_8838750614698973059_1_0 Johnny_Manziel_91A287AF7B017E64 1
437
+ dev_-331751834641431619_0_0 List_of_pig_breeds_5C82AC6A8989EE8C 1
438
+ dev_-7547010477187202763_0_0 Flags_of_the_Confederate_States_of_America_B4E18D38BC93A78B 1
439
+ dev_4452310047580638948_0_0 List_of_Who_Wants_to_Be_a_Millionaire?_top_prize_winners_BA1D9A46FEB8369A 1
440
+ dev_-8639267911911555174_0_0 Food_Network_Star_(season_12)_4F940514B29DCA75 1
441
+ dev_7419886512720251384_1_0 List_of_current_champions_in_WWE_D7F3BBDE0CA306B6 1
442
+ dev_-580230409795669145_0_0 List_of_European_countries_by_population_77417868E1AFAA81 1
443
+ dev_-7549927055150825857_2_0 Anaheim_Ducks_AF34514B78BB6EA1 1
444
+ dev_9140154657058392803_0_0 Taylor_Hayes_(The_Bold_and_the_Beautiful)_4A62787976871316 1
445
+ dev_-7709111104155953766_1_0 President_of_the_United_States_C65D6B8F155A2BD4 1
446
+ dev_7835345385704208729_0_0 List_of_Scorpion_episodes_AACA7C3F490F9A43 1
447
+ dev_-2049551589682654986_0_0 Google_Chrome_version_history_FA280C1CFF928620 1
448
+ dev_8965198420725510475_0_0 Taj_Mahal_C1ECCD44637C0D23 1
449
+ dev_-1553987779351150508_0_0 List_of_Grace_and_Frankie_episodes_DEA7C76116760DC9 1
450
+ dev_1447779709231013547_0_0 Bryce_Dallas_Howard_B27AE8416D1D7A1 1
451
+ dev_-4732547990490429386_0_0 List_of_The_Mindy_Project_episodes_B1C323B31B73D54C 1
452
+ dev_6419695748325791865_0_0 David_Seville_918C37E1A2DBFFFD 1
453
+ dev_-7769128346512554192_0_0 Yoda_CC0DB5FA54BC869D 1
454
+ dev_-2796541333611735730_0_0 Army–Navy_Game_292AFE67F22FA04C 1
455
+ dev_-654813784263793476_1_0 Crate_&_Barrel_5BF42A482BAA5448 1
456
+ dev_-1895395311092473287_0_0 I_Can_Only_Imagine_(film)_5E58712D8E4450D4 1
457
+ dev_5753281635295092532_0_0 macOS_B08492A791160D92 1
458
+ dev_4746642035969795767_0_0 List_of_national_anthem_performers_at_the_Super_Bowl_27492468A58A8561 1
459
+ dev_-6977583364271191243_0_0 List_of_United_States_cities_by_area_EA70619415FF0110 1
460
+ dev_-5708450771125029505_0_0 List_of_supermarket_chains_in_the_United_Kingdom_2BDE3A7C408257CB 1
461
+ dev_-6174332306005850659_0_0 Virginia_gubernatorial_election,_2017_ED77A4A7600FBCFC 1
462
+ dev_-3436933223479131319_1_0 The_Breakfast_Club_A119D8C3FB0FE85 1
463
+ dev_-8093270180070455662_0_0 List_of_The_Flash_episodes_4463B8E0EA95EF6D 1
464
+ dev_-8093270180070455662_1_0 List_of_The_Flash_episodes_B79B287A4EFF726B 1
465
+ dev_5397736648256223057_0_0 1946_Vancouver_Island_earthquake_5D7D62C918EE0261 1
466
+ dev_7959139617269330860_1_0 Clemson_Tigers_football_F1778A7AF0612E1E 1
467
+ dev_-3235472216710824047_2_0 Super_Bowl_LII_7ABDF759CC320898 1
468
+ dev_5547510168729772989_0_0 Secretary_of_State_for_Northern_Ireland_9953F1DDAFF82148 1
469
+ dev_5547510168729772989_3_0 Secretary_of_State_for_Northern_Ireland_764904FBD4CCE32B 1
470
+ dev_5770553296217961046_0_0 The_Shannara_Chronicles_AB89DDB78C27F9EA 1
471
+ dev_-3997903456004696919_0_0 List_of_European_countries_by_area_6897FB3F141B55A3 1
472
+ dev_-7146348936280379162_0_0 United_States_presidential_election,_1824_656407B34D422AA3 1
473
+ dev_7143040220722532389_0_0 List_of_Emily_Dickinson_poems_B0BCB66A872F8BA1 1
474
+ dev_-5930016277857501798_0_0 There's_a_Guy_Works_Down_the_Chip_Shop_Swears_He's_Elvis_AFF4CB00FD63B2C8 1
475
+ dev_4829683075369336935_0_0 FA_Cup_7CC1FD3759EADA91 1
476
+ dev_1802461501489784989_2_0 Let_Me_Love_You_(DJ_Snake_song)_F07D9A8D0E25D999 1
477
+ dev_8741253661372783389_3_0 When_Calls_the_Heart_D48E33B9DD437EF0 1
478
+ dev_-5131068876555455108_0_0 Centurion_Card_C10782F499B8AB35 1
479
+ dev_3975946036115262448_0_0 Running_of_the_Bulls_C2C308BB76472306 1
480
+ dev_5407317268609436979_0_0 Wisconsin_Badgers_men's_basketball_125E92759105A46B 1
481
+ dev_-8631848132000982945_1_0 Blighted_ovum_F1A496FDA4833301 1
482
+ dev_6455569855608254961_0_0 The_Art_of_War_348B3E63D3699562 1
483
+ dev_8869318258439148973_2_0 Super_Bowl_LII_halftime_show_A02F99299EE7E0E5 1
484
+ dev_4575959314529764508_0_0 List_of_polygons_62D31BA086E60219 1
485
+ dev_2098168902147822379_0_0 List_of_Olympic_Games_host_cities_8CE5AF54CF8E518E 1
486
+ dev_604994066909407376_0_0 National_Football_League_Coach_of_the_Year_Award_B8BAEEC5F4830E4A 1
487
+ dev_-6740873139243659712_1_0 Eyjafjallajökull_84525F762B4EB1A4 1
488
+ dev_-2821555294926036903_1_0 What_a_Wonderful_World_A4A75A0893A77619 1
489
+ dev_4030984189598524193_0_0 Retirement_age_9388A5360DA1B94A 1
490
+ dev_1117400623925969758_1_0 2017_NCAA_Division_I_Women's_Basketball_Tournament_FEE3E28A8762DED0 1
491
+ dev_-3787315280840041913_0_0 List_of_National_Football_League_career_receiving_yards_leaders_F8B9ABF32DD0CECE 1
492
+ dev_-2657014790962135860_2_0 Uttar_Pradesh_Lokayukta_D8268F67B966845A 1
493
+ dev_-1989085239392486277_1_0 Teenage_Mutant_Ninja_Turtles_58E23E5432BD81E3 1
494
+ dev_1343126989041312010_0_0 Tricyclic_antidepressant_221DC0E3D4C18424 1
495
+ dev_-6965315175406025099_1_0 Philadelphia_Eagles_EFE214EC6DC38903 1
496
+ dev_-2432292250757146771_0_0 I_Hate_U,_I_Love_U_7EA5F05CF0301B39 1
497
+ dev_-4718907808571954323_0_0 List_of_K.C._Undercover_episodes_50ACC2E152A21A8 1
498
+ dev_6259115206983706732_2_0 Isle_of_Dogs_(film)_252A85C7237AF6CD 1
499
+ dev_1070572237499172286_1_0 After_You've_Gone_(song)_EA51B8C041656F69 1
500
+ dev_-3366153456070660329_0_0 List_of_The_Daily_Show_correspondents_D34A8666BCC75985 1
501
+ dev_-3366153456070660329_1_0 List_of_The_Daily_Show_correspondents_200725CD9E11BBE9 1
502
+ dev_2303585950274205305_0_0 Laika_636C37111C214AD8 1
503
+ dev_3653635084331615973_2_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_63D1C10198C81DAA 1
504
+ dev_3653635084331615973_2_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_B769E8342ECCED96 1
505
+ dev_3653635084331615973_0_0 Figure_skating_at_the_2018_Winter_Olympics_–_Men's_singles_15DC8B4A71D62F7 1
506
+ dev_-2934130876264126716_0_0 Grey's_Anatomy_3CEC8C53797A000E 1
507
+ dev_-8183939475798743203_0_0 Responses_to_sneezing_1D9E6B9616890208 1
508
+ dev_-8340580594701416315_0_0 The_Bold_and_the_Beautiful_cast_members_A293AD37A4D5EF7C 1
509
+ dev_-2496413566748035953_0_0 Walk_the_Line_EBA13CB7F4D68621 1
510
+ dev_2510596460041981320_1_0 List_of_most_followed_users_on_Instagram_4C874840BE4A5692 1
511
+ dev_-5745040113272333526_2_0 North_Saskatchewan_River_3BA76F91487690B9 1
512
+ dev_2520157637302004904_0_0 List_of_National_Basketball_Association_career_scoring_leaders_79B1FCE9AA56509D 1
513
+ dev_6787462403220370958_4_0 Game_seven_2BED6E926A0E5547 1
514
+ dev_-8839043176903626071_0_0 2018_Major_League_Baseball_season_A67399F5D259DF77 1
515
+ dev_-2744918804442631763_0_0 List_of_songs_recorded_by_Panic!_at_the_Disco_17345DA593378AD4 1
516
+ dev_2329833534419074937_0_0 Star_Trek:_Discovery_(season_1)_2CDF13F5648A486F 1
517
+ dev_-2855755816946801432_0_0 Even_Stevens_89C737A866C59F2E 1
518
+ dev_-7155063525359960751_0_0 NFL_International_Series_6B255FADC45574E6 1
519
+ dev_-5623229691925051533_2_0 South_Asian_Association_for_Regional_Cooperation_129A7EF6088C4A0A 1
520
+ dev_-7539977067938315844_0_0 List_of_Brooklyn_Nine-Nine_episodes_72C180DF86F7924D 1
521
+ dev_-7500628880962184409_0_0 Republic_Day_(India)_72024B2B8FA5FDE6 1
522
+ dev_7811140318762480311_1_0 Mandalay_Bay_7BBD98F3E103CD7A 1
523
+ dev_-1731468665683161169_0_0 List_of_New_Orleans_Saints_starting_quarterbacks_D960565F47ED045F 1
524
+ dev_1787430967072848088_0_0 Goodbye,_Mr._Chips_693292413C38FF2D 1
525
+ dev_-3420681886890852721_3_0 Cyberman_7BBF0116A0293F68 1
526
+ dev_-5354565550882599559_0_0 NCAA_Division_I_Women's_Basketball_Tournament_85DEB2BD3770F0E7 1
527
+ dev_-5354565550882599559_1_0 NCAA_Division_I_Women's_Basketball_Tournament_AAA335609EAED4F2 1
528
+ dev_3894868295283691022_0_0 The_Vampire_Diaries_(season_2)_77E67F34655DAAFF 1
529
+ dev_4870961414505835033_0_0 Beijing_A13862A501413228 1
530
+ dev_-6522981514285898713_0_0 The_Phantom_of_the_Opera_(1986_musical)_1B9AC1856C23683D 1
531
+ dev_-2317727594843902789_0_0 List_of_most-followed_Instagram_accounts_B66AC721A595A069 1
532
+ dev_199896377614951764_0_0 Natural_gas_in_the_United_States_4357D8027446BC72 1
533
+ dev_-7680264467463824476_0_0 List_of_One_Piece_episodes_(seasons_15–current)_47E1D61E508CC802 1
534
+ dev_-4594458768743845487_1_0 List_of_Olympic_Games_host_cities_8CE5AF54CF8E518E 1
535
+ dev_-4594458768743845487_0_0 List_of_Olympic_Games_host_cities_2947E3D2A4153FFB 1
536
+ dev_6355352627831482364_0_0 NFL_win–loss_records_A215A55299610C8 1
537
+ dev_-631926128215110114_0_0 Royal_Rumble_(2018)_E299541BDFEF41F3 1
538
+ dev_-1568904492861961559_0_0 List_of_players_with_the_most_goals_in_an_association_football_game_88B0A6B1ED0F2951 1
539
+ dev_6318078479583016527_0_0 Death_March_to_the_Parallel_World_Rhapsody_CEA6AD0448B1AF6E 1
540
+ dev_8007013122840694445_0_0 First_Battle_of_Bull_Run_5F6100E8D9C8F81D 1
541
+ dev_213833303613621065_0_0 Cell_cycle_ED2942DBD4EFC83F 1
542
+ dev_3056905492007126647_1_0 List_of_Atlantic_hurricane_records_AA7D8808F605A59A 1
543
+ dev_922896385310656150_0_0 List_of_Legends_of_Tomorrow_episodes_97F0F6AC0C083A07 1
544
+ dev_-2985892305125459809_0_0 Orinoco_B013FE7EF91C034A 1
545
+ dev_-4442420935094556457_0_0 Religion_in_France_80B6097F4E60950B 1
546
+ dev_2741826828451174428_2_0 2017–18_UEFA_Champions_League_knockout_phase_3D3D5C392EA6BD35 1
547
+ dev_-2137100909868207717_0_0 2018_Pro_Bowl_B5B5F6E408542876 1
548
+ dev_8726534937707270459_0_0 Beowulf_A8A64A0C582FA9B0 1
549
+ dev_-3859934051930818596_0_0 Shimmer_and_Shine_22999CF19E60785D 1
550
+ dev_-86061704964093180_0_0 The_Suite_Life_of_Zack_&_Cody_8AAAD5CF6023F07 1
551
+ dev_-8958554260105256647_0_0 List_of_Billboard_Hot_100_chart_achievements_and_milestones_9F1638BDAC706003 1
552
+ dev_1660122524963141000_0_0 Johnny_Bravo_254C73C3E13D0A84 1
553
+ dev_-2136443645297570089_1_0 I_Can_Only_Imagine_(MercyMe_song)_243CEF04708B10D6 1
554
+ dev_5372631738578000712_0_0 How_You_Remind_Me_41BF41DB03E460D8 1
555
+ dev_295613860577624229_2_0 Star_Wars_Battlefront_II_(2017_video_game)_CC8746C5547CF134 1
556
+ dev_575501437401429947_0_0 Fargo_(season_2)_C4B45AB6F88AFA0B 1
557
+ dev_3572473811682622371_1_0 Mad_Max_41E9178C45A79A25 1
558
+ dev_8764595541108458270_0_0 Density_90AB2A464FF57B20 1
559
+ dev_914815550191007566_0_0 2017_NFL_Draft_12B92A34C3F29CAA 1
560
+ dev_7845446672620706988_0_0 4_Your_Eyez_Only_34B41EFBA4A077BC 1
561
+ dev_-4272238140703789131_0_0 List_of_Guns_N'_Roses_members_FDC8D7A8874818C 1
562
+ dev_-2362041234838636399_0_0 Kangla_Palace_4DA9B495ABC89B05 1
563
+ dev_6009524706907434549_0_0 Seattle_Seahawks_F0628B450B77D05E 1
564
+ dev_-716659397149237689_1_0 East_India_Company_A0AA68F6BF1024D4 1
565
+ dev_-5788046732019278353_2_0 Belle_(Beauty_and_the_Beast)_D52574368101B20 1
566
+ dev_-8210906804004340673_1_0 Michigan_Wolverines_men's_basketball_2A99ADEE90DC76B5 1
567
+ dev_-8210906804004340673_0_0 Michigan_Wolverines_men's_basketball_C58C5B470CA38340 1
568
+ dev_-5519267321423308172_1_0 2015_Australian_Open_–_Men's_Singles_F6FDCBABBB3CF4B6 1
569
+ dev_8231055088901915480_0_0 Monarch_High_School_(Florida)_E44577FD68363173 1
570
+ dev_-3501594713650916557_0_0 Ship_prefix_7B334D1F4669D44E 1
571
+ dev_-8062812506672279762_0_0 Derrick_Rose_433B0876EFED07A 1
572
+ dev_4639443563976072562_0_0 Term_limits_in_the_United_States_5562E069080923E3 1
573
+ dev_-1156698710834898691_0_0 List_of_2018_box_office_number-one_films_in_the_United_States_5836C01336CABBFD 1
574
+ dev_265470454018067559_3_0 Anglo-Zulu_War_2AF40C0449B17A09 1
575
+ dev_1829942247279965621_0_0 List_of_most_expensive_video_games_to_develop_BD9E5EF68B3FAE15 1
576
+ dev_3066393401707107613_1_0 USS_Maine_(ACR-1)_2B7617C2EEAF597C 1
577
+ dev_6347689646333822132_0_0 Detroit_Tigers_9731F5587A6E08DB 1
578
+ dev_722920117313579366_2_0 The_Book_Thief_(film)_BC2411FC4F862AB 1
579
+ dev_-4723713582700509339_0_0 List_of_cities_proper_by_population_E66CC7A1603F964C 1
580
+ dev_-2520765213268223500_0_0 Dil_Sambhal_Jaa_Zara_3002663A8FCDFF40 1
581
+ dev_2523901879214891936_0_0 2017–18_FA_Cup_DE5307F4542E9186 1
582
+ dev_6434931911289860123_3_0 Super_Bowl_LII_halftime_show_A02F99299EE7E0E5 1
583
+ dev_8089046617604182051_0_0 Thorax_5014620BAD1214F4 1
584
+ dev_-575282834093664171_0_0 Tigris_BEB0641B8CA04AA2 1
585
+ dev_6137657569181165929_0_0 Dancing_with_the_Stars_(U.S._season_16)_4F71E24A0B5CA4AC 1
586
+ dev_6137657569181165929_3_0 Dancing_with_the_Stars_(U.S._season_16)_9FBA13F91032C005 1
587
+ dev_5543510584551366341_1_0 Celebrity_Big_Brother_(U.S._TV_series)_1347C74C6B5C58D7 1
588
+ dev_-4073927395432951958_0_0 The_Coca-Cola_Company_67F9D463EA003920 1
589
+ dev_-3884651026012756707_1_0 40-yard_dash_268464650F1DB9CB 1
590
+ dev_-809030720693449714_0_0 Timeline_of_the_introduction_of_color_television_in_countries_611C1EF511CE7138 1
591
+ dev_5352272261459028724_0_0 List_of_national_anthem_performers_at_the_Super_Bowl_27492468A58A8561 1
592
+ dev_-1735809030284197387_0_0 Federal_tax_revenue_by_state_89368CB7054B5EFF 1
593
+ dev_-8834996069938989383_2_0 Clifford_the_Big_Red_Dog_(TV_series)_A576A767B4DAA7EC 1
594
+ dev_-6453710656175111438_3_0 You'll_Never_Walk_Alone_E66B07610A7F4FF7 1
595
+ dev_336287816996696283_0_0 Miami_Hurricanes_football_AF7E6C5A9EA08607 1
596
+ dev_-507393196484821237_0_0 Sitti_E05BEED98F30AB26 1
597
+ dev_-8761541385334924915_1_0 List_of_best-selling_music_artists_36CFFD8685528CB4 1
598
+ dev_-8761541385334924915_0_0 List_of_best-selling_music_artists_5D7F30F71AB3FFF3 1
599
+ dev_4793332266598034685_1_0 All-India_Muslim_League_E5370DB622E19C69 1
600
+ dev_191024324280973989_1_0 It_(miniseries)_971D88D1F7BE6780 1
601
+ dev_-5190081813109108133_0_0 OPEC_5F86CBD857476925 1
602
+ dev_-7178158026404978131_1_0 Around_the_Horn_D9B08FC93731D227 1
603
+ dev_-2734262516760716451_0_0 List_of_winners_of_the_New_York_City_Marathon_329FB9BCAAD4973A 1
604
+ dev_-2418032234376469176_0_0 Eagle_Creek_Fire_47A381F34213DED4 1
605
+ dev_1895553409990436687_0_0 Planet_of_the_Apes_8D5E0B7342B3F390 1
606
+ dev_6390417107479371828_0_0 First_Punic_War_236D1BDAAF013B86 1
607
+ dev_-9218071870296104401_2_0 My_Little_Pony:_The_Movie_(2017_film)_251F573B8E762680 1
608
+ dev_-26096126379171012_0_0 List_of_The_Fresh_Prince_of_Bel-Air_episodes_77BC17634A74257D 1
609
+ dev_-1354328871737756266_0_0 Natural_Born_Killers_FF0AE46F6E562FCF 1
610
+ dev_-762041382033250366_1_0 List_of_Presidents_of_Pakistan_85A09E10692A1485 1
611
+ dev_4926415052497472665_2_0 On_Golden_Pond_(1981_film)_11D5B10C09D51DB0 1
612
+ dev_5261178826676259974_0_0 Filmfare_Award_for_Best_Director_E0BC910E3E7890EC 1
613
+ dev_7104554727863075462_2_0 Help_Me_Make_It_Through_the_Night_A594E5E4AC5A86F5 1
614
+ dev_-6074449039700263907_0_0 List_of_average_human_height_worldwide_65F95014DA648910 1
615
+ dev_-2346694142996376613_1_0 Summer_of_'42_24814497798F2883 1
616
+ dev_2024305852899809276_2_0 The_Phantom_of_the_Opera_(1986_musical)_1B9AC1856C23683D 1
617
+ dev_-1570489268362749053_1_0 Bora_Bora_8935B9E193C6F5BE 1
618
+ dev_-9203958203595622889_4_0 List_of_Presidents_of_India_29D9A0F974529DD6 1
619
+ dev_-2905696611778901658_2_0 Annie,_I'm_Not_Your_Daddy_44C8D31065DBC50E 1
620
+ dev_-2470596760323857939_0_0 Battles_of_Saratoga_26FA72689060A7C0 1
621
+ dev_4751970918979686297_0_0 List_of_SpongeBob_SquarePants_episodes_F8AC12A1BB3F2FB6 1
622
+ dev_-3371798557886238687_0_0 An_Officer_and_a_Gentleman_B0034FB980A8C7D4 1
623
+ dev_9070003128797416503_0_0 List_of_Test_cricket_records_861FCDD1BED4D844 1
624
+ dev_-3871680913230349452_1_0 The_Price_Is_Right_(1956_U.S._game_show)_1637E4127EEE2789 1
625
+ dev_-3417376069582577712_0_0 Balls_to_the_Wall_(song)_5BA069B8FD0E30CD 1
626
+ dev_-4185978578765420889_0_0 Chief_Economic_Adviser_to_the_Government_of_India_B6C06CE5970E87F5 1
627
+ dev_-4185978578765420889_3_0 Chief_Economic_Adviser_to_the_Government_of_India_A69CB987C47178D3 1
628
+ dev_3157326644448626515_0_0 Serial_ATA_E2C68329FB69DFC3 1
629
+ dev_-8622455892578646005_0_0 List_of_career_achievements_by_Tiger_Woods_73BC4D58877D5CA3 1
630
+ dev_-6653949650560323432_0_0 List_of_cities_and_towns_in_Georgia_(country)_9E1EC11AC43D098F 1
631
+ dev_1367194895286784906_0_0 Little_House_on_the_Prairie_(TV_series)_35ADACE1250427C6 1
632
+ dev_-5471598133729816691_2_0 NBA_Most_Valuable_Player_Award_FC65FBE5EB0325F1 1
633
+ dev_-278447034238251050_0_0 My_Name_Is_Earl_(season_4)_A8959031F2C36B3F 1
634
+ dev_-7784467847733894276_1_0 2016_World_Series_E2D24C4F60EF6003 1
635
+ dev_-7784467847733894276_1_0 2016_World_Series_7CFA74CB06B2EEC 1
636
+ dev_3227997019205769806_1_0 World_Open_(snooker)_6D8D38FFE6656017 1
637
+ dev_6252368506266045525_0_0 Led_Zeppelin_Australasian_Tour_1972_3E805B1FCBF5BED7 1
638
+ dev_2238825424920197368_2_0 Habsburg_Monarchy_9C5F35D73191EA24 1
639
+ dev_-610965397636500508_0_0 Mandy_(name)_4094E6ACD62052BB 1
640
+ dev_636692438616046367_1_0 Ashley_Abbott_42FEB663B5DE2CE5 1
641
+ dev_2039311614003499003_0_0 A_Nightmare_on_Elm_Street_57A927B2D67F5B2F 1
642
+ dev_-6639724600997668931_0_0 Philippine_passport_C4BC9A320DED27AA 1
643
+ dev_8639185752705375079_0_0 Crazy_Ex-Girlfriend_(TV_series)_7C2ACF030F6A35BA 1
644
+ dev_-3251809994408662838_3_0 The_Young_and_the_Restless_E5EAE4C04DCDA7D1 1
645
+ dev_4725834485685841519_0_0 Indian_Rebellion_of_1857_F310121A2E07F1C9 1
646
+ dev_-8224433084297586629_0_0 Guardians_of_the_Galaxy_Vol._2_244A79CFC28CE793 1
647
+ dev_-6154199957062906148_1_0 Merseyside_derby_48B7DE82844E0424 1
648
+ dev_-6154199957062906148_0_0 Merseyside_derby_194E1E20D0A4B53D 1
649
+ dev_-4774432278414894650_0_0 So_You_Think_You_Can_Dance_(U.S._season_2)_BF3A4EEF215ECF61 1
650
+ dev_7413826602347108802_0_0 List_of_The_Flash_episodes_9CD98D276C3EEC0B 1
651
+ dev_-7119324654516311671_0_0 Highest-paid_NBA_players_by_season_3D9DF425A128A5A1 1
652
+ dev_-4427112594024146143_0_0 Philadelphia_Eagles_EFE214EC6DC38903 1
653
+ dev_-1937309298763023705_0_0 2018_Pro_Bowl_B5B5F6E408542876 1
654
+ dev_7711594393122809900_0_0 Salt_mining_1591F7C4C6F94D7F 1
655
+ dev_2241516377343726249_0_0 List_of_Degrassi_soundtracks_9BF1BE8D7F38E0D1 1
656
+ dev_-1886758056229796497_0_0 Spain_national_football_team_records_and_statistics_4AB7F254FE1028BD 1
657
+ dev_7663087575680980816_1_0 Two_Pints_of_Lager_and_a_Packet_of_Crisps_D8BED396FBDF370A 1
658
+ dev_-3429928405660073272_0_0 Adobe_Flash_Player_282A6C93202DF958 1
659
+ dev_-3429928405660073272_1_0 Adobe_Flash_Player_46FA61D508310E18 1
660
+ dev_-6482446475869649556_0_0 And_I_Am_Telling_You_I'm_Not_Going_F0AEA20BD1FDF994 1
661
+ dev_5467940701271228154_0_0 Vapour_pressure_of_water_7FC9B2257FD485AA 1
662
+ dev_1948497636799850105_0_0 List_of_Olympic_medalists_in_figure_skating_6CD2E388F21EFA80 1
663
+ dev_3503546694948898984_1_0 1994_NCAA_Division_I_Men's_Basketball_Tournament_6D00B1AB430183EC 1
664
+ dev_3916394566028297311_0_0 Pasadena_(song)_285B2615F837B1C2 1
665
+ dev_6177783831041627649_0_0 Battle_of_San_Juan_Hill_AAB32A4804C72249 1
666
+ dev_-8173185901893059652_0_0 Gold_reserve_8C466B783E5D6D6 1
667
+ dev_9204212993113696715_0_0 Treaty_of_Tordesillas_6EA1DB6DAF6004D0 1
668
+ dev_4165492677619036185_3_0 Michigan–Ohio_State_football_rivalry_88F5AE6B61EA56E6 1
669
+ dev_4165492677619036185_0_0 Michigan–Ohio_State_football_rivalry_BA6ADB177908400 1
670
+ dev_7110705857253017304_0_0 List_of_Miss_America_titleholders_5C92B81FDE80CC9F 1
671
+ dev_-4851593806612549544_0_0 The_Flash_(season_4)_14385F2AA8079763 1
672
+ dev_-6639256684125098362_0_0 List_of_dates_for_Easter_BD5A79EEC800C93A 1
673
+ dev_2911493370352980057_3_0 Convention_on_the_Rights_of_the_Child_E6E549CC07D7B2A2 1
674
+ dev_2064553657789426310_0_0 Jim_Keltner_BE194FDCBFD462C0 1
675
+ dev_-6133376783179617930_2_0 The_Lion_King_(musical)_44E60AB0DFD5C27B 1
676
+ dev_8188257007144413363_2_0 How_Can_You_Mend_a_Broken_Heart_3451E6A9DE28D5E9 1
677
+ dev_276186078274972209_0_0 The_Vampire_Diaries_(season_2)_77E67F34655DAAFF 1
678
+ dev_7569834957276353470_0_0 Smoking_age_4F85C7DAD19F7DA4 1
679
+ dev_-6658644476996712294_0_0 The_Old_Man_and_the_Sea_26CC3F9F205718D 1
680
+ dev_-4882553194262710105_1_0 United_States_Secretary_of_State_3E16904B6D663AA4 1
681
+ dev_5360223163814883105_0_0 Organelle_7566C765373B2664 1
682
+ dev_-7692927607953263226_1_0 Valinor_A0B8FA293ACE5281 1
683
+ dev_70640340064871933_0_0 Britain's_Next_Top_Model_E5291A6C1FC49856 1
684
+ dev_-2107324154024383180_1_0 I_Can_Only_Imagine_(MercyMe_song)_243CEF04708B10D6 1
685
+ dev_-6662395259728504920_1_0 Ek_Anek_Aur_Ekta_9B5F0FC8039E2168 1
686
+ dev_2141218895657905276_0_0 Tom_Hughes_(As_the_World_Turns)_70B9E6E8AB944FF5 1
687
+ dev_96833482883405603_0_0 The_Witch_of_Blackbird_Pond_584EA7EF2CC08211 1
688
+ dev_8968036245733884389_3_0 Stephen_Curry_73E16660A3AB4257 1
689
+ dev_-2961860751699827965_1_0 United_States_presidential_election,_1928_C49632A5BD02D0F 1
690
+ dev_400438603377436284_0_0 List_of_cities_and_towns_in_India_by_nicknames_1C1C4EF75AA51CC1 1
691
+ dev_6339911987422116455_2_0 Houston_Astros_A4B38AA3F445A4FC 1
692
+ dev_-7689623500784530408_0_0 United_States_House_of_Representatives_A3C600CB2C7E0C4B 1
693
+ dev_-3916630270525551248_1_0 Rock_You_Like_a_Hurricane_98C614D0DDD51BC1 1
694
+ dev_-1784166641721771683_3_0 Filipino_American_History_Month_9BDAE4CD004B18C6 1
695
+ dev_3876834128770590177_1_0 Boston_mayoral_election,_2017_D5485BAA44222354 1
696
+ dev_-1329195140453226437_2_0 Day_of_the_Dead_A4052A374D952290 1
697
+ dev_-3871165475204369534_0_0 Beauty_and_the_Beast_(2017_soundtrack)_12274E55DF7E3B30 1
698
+ dev_7870432204780066761_0_0 We_Shall_Overcome:_The_Seeger_Sessions_8085192EBA2250ED 1
699
+ dev_-1502184636482891590_1_0 All_Night_Long_(All_Night)_12AD569900BBA539 1
700
+ dev_-6985110895923478566_0_0 2018_Commonwealth_Games_medal_table_EFE612F2DCAE0F0D 1
701
+ dev_379105892306760499_0_0 Blood_type_distribution_by_country_F69D36E817D7B0DD 1
702
+ dev_-688650939164667186_0_0 Thursday_Night_Football_2B33512802E72464 1
703
+ dev_-381301893645124054_4_0 Delano_Las_Vegas_4CD7B823C6F2EABE 1
704
+ dev_-3164262024794615071_1_0 Hallelujah_I_Love_Her_So_5DE28B643E419C52 1
705
+ dev_-5319807841072678492_0_0 The_Greatest_Showman_B9DB8F553DA54AE2 1
706
+ dev_811267239470530686_1_0 Catch-22_13D9326C647962C6 1
707
+ dev_7688558440017400928_2_0 Super_Bowl_LII_halftime_show_A02F99299EE7E0E5 1
708
+ dev_-4271099756149693907_0_0 Kaa_7711FF1B1001D3C3 1
709
+ dev_-4512601929982486528_0_0 List_of_delegates_to_the_Continental_Congress_F4A8C2C86D2F39E 1
710
+ dev_8066631268978073518_0_0 American_wine_511BB5703D077A49 1
711
+ dev_979125442976838000_2_0 Saudi_Arabia_FCE3EB6244FAA8C6 1
712
+ dev_8584547279726658033_0_0 Test_of_English_as_a_Foreign_Language_51E773D8BBB405B3 1
713
+ dev_-7779530728701828621_0_0 Game_of_Thrones_59E7814D0D6F7DE3 1
714
+ dev_-8788207958970648395_2_0 Donald_Duck_7E99D79A14DA9ED3 1
715
+ dev_4406487793270061034_2_0 The_Flume_(Alton_Towers)_AFDC21D05F6C8099 1
716
+ dev_1036801998292429298_0_0 Supernatural_(season_13)_6C2A14BB1F7E9F0C 1
717
+ dev_-4495002141191708906_0_0 Michigan_State–Notre_Dame_football_rivalry_1154266346989DBB 1
718
+ dev_-6747120392723244868_0_0 List_of_Super_Bowl_champions_B3947CD41AD6870 1
719
+ dev_-8487838905093003039_0_0 African_Footballer_of_the_Year_9C1B35024BA1D801 1
720
+ dev_-6324374377150128718_0_0 Satya_Nadella_5B3B5BEFBC24E199 1
721
+ dev_-4134525477156146029_0_0 2014_Asian_Games_medal_table_399D019AA31A6E2C 1
722
+ dev_2930863770871000475_0_0 List_of_accolades_received_by_The_Wolf_of_Wall_Street_(2013_film)_D5D513F3BA2598F7 1
723
+ dev_2328253574428558627_0_0 South_by_Southwest_6245FA03B7963581 1
724
+ dev_-6757338201273100774_1_0 World_Cup_of_Hockey_829F98AEC9C21581 1
725
+ dev_-6798333581715575431_0_0 Qutb_Minar_E7CCB2FF332E0881 1
726
+ dev_6325788274015035189_0_0 List_of_lakes_by_depth_54260D6D898E8D6E 1
727
+ dev_7379028789324215181_2_0 2018_FIFA_World_Cup_38F036FF83FD91E4 1
728
+ dev_3329484920776215448_0_0 List_of_players_who_have_scored_10,000_or_more_runs_in_One_Day_International_cricket_9A70E62787E2A3E 1
729
+ dev_374835558462691663_0_0 A_Series_of_Unfortunate_Events_1E002F77B91150FD 1
730
+ dev_435458167534635838_1_0 17-Mile_Drive_A52AB75205296367 1
731
+ dev_-5410471527866417159_2_0 I'm_Coming_Out_E1E1DDFE1E09023B 1
732
+ dev_4103271350467608333_0_0 She's_Always_a_Woman_40BB6F6925927463 1
733
+ dev_4958300283717657282_0_0 Grey's_Anatomy_(season_14)_8C5B8C572833059 1
734
+ dev_4958300283717657282_3_0 Grey's_Anatomy_(season_14)_757C88F499B91D72 1
735
+ dev_6655886167018306286_0_0 Republic_Day_(India)_72024B2B8FA5FDE6 1
736
+ dev_-8863981073729330572_4_0 Electronic_Fund_Transfer_Act_3577B90D46705F32 1
737
+ dev_1904684183043481574_0_0 Super_Bowl_XXXIX_4B8776B23793252E 1
738
+ dev_-3573392112612030278_0_0 Arjuna_Award_B0A27ECB4C789C2F 1
739
+ dev_8948147123900423867_0_0 America's_Next_Top_Model_(cycle_24)_26FA63D4FAF450E 1
740
+ dev_-7976063039564136187_0_0 List_of_national_animals_EF1553FDF4BD52F5 1
741
+ dev_7926898160122122610_0_0 Voyager_1_FCB2D71E35BC010 1
742
+ dev_-180549795106449014_0_0 Sergeant_Major_of_the_Army_3924FBD00A804AD 1
743
+ dev_-19630582826733372_0_0 Taurus_Mountains_B5CDEC4888C06A9C 1
744
+ dev_3537093784371401720_4_0 Ordeal_by_Innocence_(TV_series)_66835C885901AE3E 1
745
+ dev_-628657333321857656_1_0 You've_Got_a_Friend_in_Me_B86EA7C8BB3FE3EB 1
746
+ dev_7625332653051572618_2_0 2017_American_League_Championship_Series_C9F8CDB7D4236D63 1
747
+ dev_7625332653051572618_2_0 2017_American_League_Championship_Series_8C1C13793863D772 1
748
+ dev_3638118358984239481_1_0 2017_Korea_Open_Super_Series_822B15917ABE596B 1
749
+ dev_-204697481439605710_3_0 I'm_In_the_Mood_for_Dancing_D19E1489B5624D79 1
750
+ dev_-5738106146117683016_1_0 Love_&_Hip_Hop:_New_York_9246861207D521B5 1
751
+ dev_-896127746191949637_1_0 The_Hunger_Games_(novel)_CCADC164320DF85 1
752
+ dev_7750414429766802805_0_0 G._Callen_5DD675D288E4A26D 1
753
+ dev_3319628900030289527_0_0 The_Flash_(season_4)_14385F2AA8079763 1
754
+ dev_7680180825510539122_1_0 Disney's_Art_of_Animation_Resort_43CDCDC012BF1C8D 1
755
+ dev_5775133890125619778_1_0 Houston_Astros_A4B38AA3F445A4FC 1
756
+ dev_-468308601189845347_3_0 Period_5_element_8C785B5A9E5778D2 1
757
+ dev_4064534769148169274_0_0 Gunsmoke:_To_the_Last_Man_AE3617A0DD2C6A94 1
758
+ dev_-1142715461435497032_0_0 List_of_cities_in_West_Virginia_7F1CE0680BE67E7A 1
759
+ dev_8964424634747238850_0_0 Kevin_(Probably)_Saves_the_World_169CDEEC4F1FEDC7 1
760
+ dev_-5135603630401750734_0_0 Game_of_Thrones_B54587B0BD9BF71F 1
761
+ dev_-1569810426787618729_2_0 The_Phantom_of_the_Opera_(1986_musical)_1B9AC1856C23683D 1
762
+ dev_8367814284059198764_0_0 First_appearance_A652E58AEA21511B 1
763
+ dev_2096150463763344356_0_0 Scuttling_of_the_German_fleet_in_Scapa_Flow_E1229D2A3347CCFE 1
764
+ dev_-5504644202857349113_1_0 Elimination_Chamber_(2018)_5A9BEA285A2CC58B 1
765
+ dev_2057031791720472949_0_0 Naismith_College_Player_of_the_Year_78B5A0364461860E 1
766
+ dev_-8180956769613953861_0_0 Ozarks_F6AEB4F76D942F28 1
767
+ dev_2451097261567036397_0_0 United_Kingdom_general_election,_1945_B6C9E2186341B8D5 1
768
+ dev_-4348634504898683825_0_0 Dakar_10C7043E6B6B1FF1 1
769
+ dev_-5476409518666505226_1_0 Canada_at_the_Olympics_F1AE7649981ADA55 1
770
+ dev_-3763685644851446484_0_0 Sagrada_Família_179657213C2B71FA 1
771
+ dev_-119638173687275454_1_0 2017–18_NBA_season_E044850035225EA9 1
772
+ dev_3817110564772494243_1_0 Zuchon_CE7BD56BE8EC033F 1
773
+ dev_-7491187190913609813_1_0 Parliament_of_the_United_Kingdom_B7E574EAD31757A9 1
774
+ dev_-784276907572519525_0_0 List_of_American_Idol_alumni_album_sales_in_the_United_States_C4DED6510BC49FD0 1
775
+ dev_-5591916942641139377_0_0 NFL_win–loss_records_111D61BCA9DBFA74 1
776
+ dev_-4198273171611748168_2_0 List_of_counties_in_Georgia_(U.S._state)_A0DC0FF493BD8C08 1
777
+ dev_-4037051475431138092_0_0 Gupta_Empire_1D283F3FC715FF13 1
778
+ dev_1533485886147206292_0_0 List_of_Super_Bowl_champions_FEA99A86D1AC4EE5 1
779
+ dev_-1241024226866484626_0_0 Texas_Bowl_910A25DA8A282D51 1
780
+ dev_-4187551720360968088_0_0 List_of_Formula_One_driver_records_F5D8E6BADD132281 1
781
+ dev_238018115866608950_2_0 How_Deep_Is_Your_Love_(Bee_Gees_song)_2E026E65E7CA4502 1
782
+ dev_4005166739248694798_1_0 ...Baby_One_More_Time_(song)_645C948B60D687B 1
783
+ dev_-8049695851713697163_1_0 List_of_Eurovision_Song_Contest_winners_171A756F766FE714 1
784
+ dev_-4907737409043643902_1_0 Hero_World_Challenge_4B54D704D685A53F 1
785
+ dev_2516731105847401467_0_0 List_of_top_international_association_football_goal_scorers_by_country_243BCF388183E399 1
786
+ dev_2371442368115877133_1_0 Curling_at_the_2018_Winter_Olympics_–_Men's_tournament_5FE0C5EEC8E8A02A 1
787
+ dev_-4659426898177460954_2_0 The_Flash_(season_4)_180EFBCCB3FA2A35 1
788
+ dev_-1991117775599650072_0_0 Say_Something_BDBB8FED0441B8E0 1
789
+ dev_1313603041913512234_0_0 Fountain_of_Youth_Stakes_ED3DDB1DC91CEC25 1
790
+ dev_-1773607187248198254_2_0 That_Ain't_No_Way_to_Go_287D81F1AD0E80C7 1
791
+ dev_-7653704780880979706_3_0 The_Secrets_of_the_Immortal_Nicholas_Flamel_B3EBD4F4FCEDD759 1
792
+ dev_4419308772965725391_0_0 Riverdale_(2017_TV_series)_B0618CD2E9701C79 1
793
+ dev_8371386055730091060_1_0 Land_Rover_Defender_10AC1C255CE84D4F 1
794
+ dev_6265853462317925040_0_0 List_of_Chicago_Bears_starting_quarterbacks_3B636E8A6FCEE3BD 1
795
+ dev_-5525220120773157166_2_0 Go_Outside_in_the_Rain_1CF1DC8AC0923020 1
796
+ dev_6332740420650663139_0_0 Australia_at_the_2000_Summer_Olympics_CE6D1E4B4AEEDE52 1
797
+ dev_7074317315274630741_1_0 Lord_Howe_Island_ACA73FF1851AFBAA 1
798
+ dev_6174757067560312593_0_0 Can't_Stop_the_Feeling!_273BEC171DC01F55 1
799
+ dev_-1892743779381029561_0_0 Mary_Had_a_Little_Lamb_251FB73018ECC1FD 1
800
+ dev_481461689673789519_0_0 List_of_nominated_members_of_Rajya_Sabha_57C7C555E2206B32 1
801
+ dev_7502629816583547219_2_0 Philadelphia_Eagles_EFE214EC6DC38903 1
802
+ dev_-5748368670037082784_0_0 Thomas_(name)_8C4ABF6146F23EB4 1
803
+ dev_5139066537796894038_1_0 The_Flash_(season_4)_180EFBCCB3FA2A35 1
804
+ dev_-9077495306870424234_0_0 San_Francisco_49ers_BAAAB68FC7EB2A30 1
805
+ dev_4333514272418210636_0_0 United_States_Department_of_Homeland_Security_9D5EA662D962BE16 1
806
+ dev_-7195400924760894316_0_0 2017_World_Series_7DF71AF95535CB8A 1
807
+ dev_6148488566924614969_0_0 Rajya_Sabha_B30D8E356EA1A415 1
808
+ dev_6248346513772649412_0_0 Chicago_P.D._(season_5)_C2E6C51BA632445A 1
809
+ dev_-5045480262712925875_0_0 Fifty_Shades_of_Grey_(film)_5A1560F2E131C213 1
810
+ dev_-8361853086037854880_0_0 Indian_cricket_team_in_South_Africa_in_2017–18_153E943C6BA7DC67 1
811
+ dev_-8581011797354123346_0_0 List_of_Marvel_Cinematic_Universe_television_series_ED3F73F3D0F2F1C 1
812
+ dev_4012602576624292720_0_0 2006_FIFA_World_Cup_84D4298EE86B1799 1
813
+ dev_3707636139773629447_0_0 In_the_Heat_of_the_Night_(TV_series)_917CCC454011E762 1
814
+ dev_-6317843198214421041_1_0 Royal_Rumble_(2018)_E299541BDFEF41F3 1
815
+ dev_-5864856625806411702_0_0 List_of_Chief_Ministers_of_Tamil_Nadu_D2E25CCE641880DA 1
816
+ dev_-5864856625806411702_1_0 List_of_Chief_Ministers_of_Tamil_Nadu_E9BB2F9DB189CCB8 1
817
+ dev_-1986464037797500492_0_0 Jurassic_Park_48221AF9BFA98045 1
818
+ dev_1947255455163337403_1_0 The_Secret_of_Crickley_Hall_(TV_series)_E81AB4DD166EF42F 1
819
+ dev_1947255455163337403_0_0 The_Secret_of_Crickley_Hall_(TV_series)_B8D5055FFC7EEEB3 1
820
+ dev_-6209397953683103736_0_0 Royal_Rumble_C12D754A6B46F8D3 1
821
+ dev_7161580128369190804_1_0 Push_It_(Salt-n-Pepa_song)_F5CDFD1C43D568EF 1
822
+ dev_4516152596710512476_0_0 List_of_largest_houses_in_the_Los_Angeles_metropolitan_area_F870158C645E5986 1
823
+ dev_6888371277899654085_1_0 Serous_membrane_7C26B53E5535C851 1
824
+ dev_-170392909557030937_0_0 2017_Commonwealth_Shooting_Championships_82BDE493C6D19459 1
825
+ dev_2032750066334794467_0_0 So_You_Think_You_Can_Dance:_The_Next_Generation_(U.S._TV_series)_FB805EB3B65C47CC 1
826
+ dev_4329295475133508270_0_0 Salt_mining_1591F7C4C6F94D7F 1
827
+ dev_-3675528750752507226_0_0 List_of_best-selling_music_artists_B5E477949787BAA3 1
828
+ dev_105686392567091180_2_0 Dancing_with_the_Stars_(U.S._season_17)_B5571B9752369165 1
829
+ dev_3688138757377907769_3_0 Daylight_saving_time_in_the_United_States_42F72FF0204A7D65 1
830
+ dev_6859619293717253541_3_0 The_Flash_(season_4)_180EFBCCB3FA2A35 1
831
+ dev_-8359866474144720253_2_0 They_Think_It's_All_Over_(TV_series)_C8D116017188D165 1
832
+ dev_3797700825907085260_2_0 Over_the_Rainbow_7550EB4AA08C1234 1
833
+ dev_-4687264244197367164_0_0 List_of_the_oldest_buildings_in_the_United_States_127A4A5B5C48627C 1
834
+ dev_1869734979236490493_0_0 George_II_of_Great_Britain_C2F04A810C413A5E 1
835
+ dev_7353022013511638872_1_0 List_of_FIFA_World_Cup_finals_8ACA9F6B9E5AFED3 1
836
+ dev_-361372457924056022_1_0 List_of_winners_of_the_New_York_City_Marathon_329FB9BCAAD4973A 1
837
+ dev_-361372457924056022_0_0 List_of_winners_of_the_New_York_City_Marathon_F4856D049766DAEE 1
838
+ dev_-4327031309611699371_2_0 List_of_members_of_the_United_States_Congress_by_longevity_of_service_9050C4E9267AE0AE 1
839
+ dev_-4327031309611699371_0_0 List_of_members_of_the_United_States_Congress_by_longevity_of_service_FD6A4A569A5D82AE 1
840
+ dev_-4846330438469216667_0_0 List_of_stations_owned_or_operated_by_Sinclair_Broadcast_Group_6F6CA7E5EEB83C28 1
841
+ dev_-2324904500814145665_0_0 Youth_Day_2F35C891E9348A69 1
842
+ dev_-7008352380240766023_1_0 Touching_Evil_D2394C548D94E7F5 1
843
+ dev_3759549262611018858_0_0 Thanksgiving_(United_States)_6EF444B88482661B 1
844
+ dev_7788386234127027369_0_0 FIS_Alpine_World_Ski_Championships_2011_CD34FFBBD0D8DE5B 1
845
+ dev_-465252198487955246_0_0 The_Drew_Carey_Show_12A3E399D1532370 1
846
+ dev_817472909573557784_0_0 List_of_Olympic_Games_host_cities_2947E3D2A4153FFB 1
847
+ dev_-5015248632866497874_0_0 List_of_leading_rugby_union_test_try_scorers_89F2C576BCCB357A 1
848
+ dev_4925057086725798331_2_0 Yakety_Yak_348ACDEFC83E3959 1
849
+ dev_6836958741957097999_0_0 PATH_(rail_system)_FC11541D737B516A 1
850
+ dev_6836958741957097999_0_0 PATH_(rail_system)_8CFA9198B103DA54 1
851
+ dev_-1057147240720779888_0_0 Stefan_Salvatore_92DF3D6A46EAF8F 1
852
+ dev_1838851770314085590_3_0 Sheila_Carter_371060B1D1EA976E 1
853
+ dev_-2937491632716380332_3_0 April_Ludgate_536401634A160F2A 1
854
+ dev_-2651390481836592629_4_0 Rob_Dyrdek's_Fantasy_Factory_3D43B3F32B732E7F 1
855
+ dev_6554684808053745285_0_0 When_I_Look_at_the_World_B9C613C36406E955 1
856
+ dev_-6600651124515937323_0_0 List_of_Olympic_Games_host_cities_8CE5AF54CF8E518E 1
857
+ dev_813008019706037994_0_0 Nissan_Stadium_D55AB0A69CF59650 1
858
+ dev_-6568155421362348184_0_0 The_Flash_(season_4)_95E34F370AB5F708 1
859
+ dev_-6017563210607520155_0_0 List_of_national_anthem_performers_at_the_Super_Bowl_27492468A58A8561 1
860
+ dev_-1520776679270199355_1_0 French_Revolution_C255AD36A2BFAA12 1
861
+ dev_6588008666030402706_0_0 List_of_National_Football_League_career_rushing_yards_leaders_14CB67D821DA2637 1
862
+ dev_5388089509332576579_0_0 List_of_Mount_Everest_records_276B17E0F98129D2 1
863
+ dev_8956198408513730227_1_0 United_States_women's_national_ice_hockey_team_77FAD860131C953D 1
864
+ dev_-1725899096851471109_0_0 United_States_Department_of_Health_and_Human_Services_ABE93077C43E1925 1
865
+ dev_-1693193121691587800_0_0 List_of_National_Football_League_career_receptions_leaders_787AF163831F40F6 1
866
+ dev_-3434322761169401700_1_0 Paraguay_River_F37C55505451DB40 1
867
+ dev_-8983483224502024594_0_0 Table_of_keyboard_shortcuts_990859A5D0172C0E 1
868
+ dev_5173446072294307095_1_0 The_Next_Iron_Chef_2A054CB28D61DB43 1
869
+ dev_-6430362822443228402_0_0 Les_Misérables_(musical)_CDB164EFC5302B7C 1
870
+ dev_-8366545547296627039_1_0 Photograph_(Ringo_Starr_song)_6ABAA979073D81F5 1
871
+ dev_-7064677612340044331_1_0 If_I_Were_a_Boy_5D3D278360CA3D01 1
872
+ dev_-1682616433580627593_0_0 List_of_active_United_Kingdom_military_aircraft_325FD2D91EFC1BCD 1
873
+ dev_-73415620755084037_0_0 WhatsApp_E61E4DB7488350BE 1
874
+ dev_-7160613573406013828_0_0 The_Smurfs_(TV_series)_6BF6767BF20ADBD0 1
875
+ dev_675165728449090652_1_0 The_Waltons_294B43AFDC90548D 1
876
+ dev_-1911895037920386756_0_0 List_of_national_anthem_performers_at_the_Super_Bowl_27492468A58A8561 1
877
+ dev_-1502468652997112484_1_0 2017–18_UEFA_Champions_League_knockout_phase_3D3D5C392EA6BD35 1
878
+ dev_-8594286946490162993_0_0 As_Told_by_Ginger_24D5D159436A75F 1
879
+ dev_-4955470695601569897_0_0 Coffee_B67385AF65493E3C 1
880
+ dev_-1320589846588271576_1_0 What's_My_Line?_1F1337471730715B 1
881
+ dev_6073711870457481158_0_0 List_of_Nigerian_states_by_GDP_9785DF7F03CD85BE 1
882
+ dev_-401398066338307987_0_0 Democratic_Party_presidential_primaries,_1960_5DF259615ADBD56D 1
883
+ dev_-8856167852185450435_0_0 Carnival_Glory_C781FFD3E4F03664 1
884
+ dev_1729335868618505893_2_0 Brutus_Buckeye_9391E2C5DEE207E8 1
885
+ dev_-5369873521189930337_0_0 I'm_Like_a_Bird_28ADD05314A9E1BD 1
886
+ dev_6521877788261380307_0_0 Prime_Minister_of_France_1D55B76D23931018 1
887
+ dev_-6923788884598019400_0_0 A_Change_Is_Gonna_Come_BC35B2FE3ED1FCFC 1
888
+ dev_1855937371513832647_0_0 The_Legend_of_Heroes:_Trails_in_the_Sky_the_3rd_B0A178C9EFB74F4B 1
889
+ dev_-216657635823030751_0_0 Art_Deco_A8786B52D5148274 1
890
+ dev_-642255764943734268_0_0 List_of_actors_who_played_Santa_Claus_ED860C72617657D4 1
891
+ dev_-8091827725710740081_1_0 Battle_of_Marengo_89344E77E2720189 1
892
+ dev_6435985640151261178_1_0 Gotham_(season_4)_B73090C6E594128F 1
893
+ dev_-2836256430486788997_1_0 Ottoman_Empire_23240DA9E1C58CDE 1
894
+ dev_-2953491529624297458_0_0 Kentucky_Wildcats_men's_basketball_7566652543E8ABDB 1
895
+ dev_-4902262571850248372_2_0 The_Princess_Bride_(film)_783BC9ED6F214D38 1
896
+ dev_1754802809667665408_1_0 The_Dumping_Ground_(series_5)_DE6B12D800559125 1
897
+ dev_1754802809667665408_0_0 The_Dumping_Ground_(series_5)_E45E3EA525EC5887 1
898
+ dev_-366699919824131906_0_0 List_of_Australian_capital_cities_3EE7C81B8BBE19CA 1
899
+ dev_-143054837169120955_0_0 Redwood_National_and_State_Parks_68ADDB60006B99D0 1
900
+ dev_3129545687702582462_1_0 Michigan_Wolverines_men's_basketball_2A99ADEE90DC76B5 1
901
+ dev_3129545687702582462_2_0 Michigan_Wolverines_men's_basketball_C58C5B470CA38340 1
902
+ dev_3129545687702582462_0_0 Michigan_Wolverines_men's_basketball_A55730162C02169 1
903
+ dev_8753987902863757141_0_0 Venus_9E396C3DCB3827A9 1
904
+ dev_-6782664238831495856_0_0 The_Blacklist_(season_5)_B4247AC49D88A0BE 1
905
+ dev_8894580648680250909_0_0 Batting_average_17C2F9094FABEF5B 1
906
+ dev_8276435937896712651_0_0 The_Lion_King_(musical)_7B7E4F1CC51FC06B 1
907
+ dev_2134628804733070340_0_0 List_of_Olympic_medalists_in_figure_skating_6CD2E388F21EFA80 1
908
+ dev_-4643939675634395319_3_0 Crowne_Plaza_E096A4F1EC72A2C 1
909
+ dev_4417122874832363992_1_0 It_(2017_film)_3AB01532E50EDF71 1
910
+ dev_2166092801797515500_0_0 Taarak_Mehta_Ka_Ooltah_Chashmah_7F15BAEEE84F3C72 1
911
+ dev_6618861498865762011_0_0 Boom_(P.O.D._song)_481C7A35692B664D 1
912
+ dev_-1296066997256847985_0_0 List_of_Denver_Nuggets_seasons_90BF34F6AC978ADA 1
913
+ dev_3308863550755749825_3_0 List_of_Disney's_Beauty_and_the_Beast_characters_8938DA6B0B32F34D 1
914
+ dev_3308863550755749825_2_0 List_of_Disney's_Beauty_and_the_Beast_characters_1123DC9BAC16377D 1
915
+ dev_-9044766538067253255_4_0 Avatar:_The_Last_Airbender_2D8FD41CDFB792CC 1
916
+ dev_1035072243758390653_1_0 Battle_of_Britain_5A44CA04A2A2BB6 1
917
+ dev_8846142125131602541_0_0 Capture_of_USS_Chesapeake_10F31C0B1C4E04BA 1
918
+ dev_-3242166562266135685_2_0 List_of_Dragon_Ball_Super_episodes_134C8346E191843D 1
919
+ dev_-3585157729928173881_0_0 Marvel_Animated_Features_A9516B7C83E0862D 1
920
+ dev_-5964458761860143367_0_0 Survivor_(U.S._TV_series)_8C3CF1971961EE2 1
921
+ dev_6009212502620981150_0_0 List_of_stadiums_by_capacity_355DAE57131CD863 1
922
+ dev_5121486836561174344_0_0 Romancing_the_Stone_130755F5FE5CB644 1
923
+ dev_-5136645336730213305_0_0 Worst_Cooks_in_America_67053C4C1C934C56 1
924
+ dev_2467509477831469982_0_0 Fort_Myers,_Florida_BB268A446D04C840 1
925
+ dev_5108477420886439064_0_0 List_of_best-selling_music_artists_36CFFD8685528CB4 1
926
+ dev_-2260125249998971289_0_0 I_Ain't_Mad_at_Cha_60C0F54DB7659492 1
927
+ dev_1547060614805522730_0_0 Citric_acid_cycle_7F1241F7AF4751AE 1
928
+ dev_-2389754682537282284_1_0 French_and_Indian_War_866B5563221E8776 1
929
+ dev_7013863939803495694_0_0 The_Princess_Diaries_soundtracks_601FDBE9DF30E4C5 1
930
+ dev_8841307778581575630_0_0 Golden_Gate_Bridge_23AA84951371F6CE 1
931
+ dev_8518872418407042794_0_0 Joe_Gibbs_Racing_5266103C458DA019 1
932
+ dev_-2615709236990333512_0_0 Next_Australian_federal_election_B89490C04508CD7F 1
933
+ dev_-421424649960143649_1_0 Golden_State_Warriors_D568E71D3F2F73D0 1
934
+ dev_-6298338522213213977_0_0 Economy_of_India_5B548FC53C5D2501 1
935
+ dev_6173192803639008655_0_0 Royal_Rumble_BE698F568CCABEBA 1
936
+ dev_8852593536762804993_0_0 List_of_individuals_executed_in_Florida_AA458397D244AD8F 1
937
+ dev_-3621585537083644585_1_0 Charles_Bridge_EEED8258619CE72 1
938
+ dev_5533390825531418240_0_0 List_of_Celebrity_Big_Brother_(UK)_housemates_9356F4E3A5B272E2 1
939
+ dev_6536528459363538848_1_0 List_of_The_Next_Step_episodes_EE94E79E08CC40D3 1
940
+ dev_6356531089429364942_0_0 History_of_rugby_union_matches_between_England_and_Scotland_8BC9A34FFAFF879B 1
941
+ dev_-1617333894100895364_0_0 114th_United_States_Congress_20629AB2BE4CB3A 1
942
+ dev_1119012929351784703_0_0 United_States_203963EE8FFA0 1
943
+ dev_-4954940607558097452_0_0 Where_Are_Ü_Now_8B93268C7F003115 1
944
+ dev_551104541198591245_0_0 List_of_Saturday_Night_Live_episodes_574C9AA20EB88E4D 1
945
+ dev_-531589262767128245_0_0 List_of_Spanish_football_champions_49A4AAAD316FA493 1
946
+ dev_3710929627115646080_0_0 NCAA_Men's_National_Collegiate_Volleyball_Championship_E147D3EC35241E3B 1
947
+ dev_3710929627115646080_1_0 NCAA_Men's_National_Collegiate_Volleyball_Championship_71A86B6789CF73CB 1
948
+ dev_-4511879760813465490_1_0 Ab_Tumhare_Hawale_Watan_Saathiyo_23B8AB417C6E8B9A 1
949
+ dev_7811042716922165429_0_0 List_of_urban_parks_by_size_3C84F23A8E35E80D 1
950
+ dev_-2996227699820227347_1_0 Declaration_of_the_Rights_of_Man_and_of_the_Citizen_DE50AEF49B2ED3B2 1
951
+ dev_6205458344160734119_0_0 List_of_Passport_Offices_in_India_8606D38C783D6657 1
952
+ dev_1669394955232263644_2_0 Battle_of_Badr_6E433346A2A9C028 1
953
+ dev_-942228778821731241_0_0 2017_Philadelphia_Eagles_season_C0F8B5FA9C464FE8 1
954
+ dev_-6042961626812330221_0_0 Presbyopia_AEF3ADD7FDC776BF 1
955
+ dev_-5003538501505873412_1_0 I_Dreamed_a_Dream_B40FC9F0937CE72D 1
956
+ dev_-4392475526001139368_0_0 Governor-General_of_India_A3E8643B6752B0DD 1
957
+ dev_2083919204265709212_0_0 List_of_Big_Ten_Conference_football_champions_2833A4A053A0849 1
958
+ dev_-4836766707879388867_0_0 I_Don't_Like_Mondays_8292F5264430B6F 1
959
+ dev_944548615877400596_0_0 Can't_Take_My_Eyes_Off_You_325B67AF3040D5FF 1
960
+ dev_-8102785455239958390_1_0 Alistair_(Dragon_Age)_3F45E8D557015110 1
961
+ dev_4842545652440215325_0_0 Slave_to_the_Rhythm_(Michael_Jackson_song)_B95CF8D9E41E1294 1
962
+ dev_2233076495650417230_0_0 List_of_people_considered_father_or_mother_of_a_scientific_field_7E6F5C21B0D466E9 1
963
+ dev_-1555915271710194694_1_0 St._Petersburg,_Florida_635C59D5D62B94DD 1
964
+ dev_907238223200158003_0_0 The_Fast_and_the_Furious_CBC0F0D691B83EEA 1
965
+ dev_-7088737664341110606_2_0 Citrus_Bowl_6F71779219BEB352 1
966
+ dev_-3170493396531530980_2_0 Humble_and_Kind_F24050F9CE0CDA63 1
967
+ dev_199561851133275930_0_0 Chicago_Cubs_5367FA063359B39E 1
test_queries.jsonl ADDED
@@ -0,0 +1,966 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"_id": "dev_6330519627947400943_0_0", "text": "where does the brazos river start and stop"}
2
+ {"_id": "dev_3125559316824073534_1_0", "text": "state with highest population growth rate in india 2011"}
3
+ {"_id": "dev_6941993254369956277_0_0", "text": "when was the last time nebraska voted democrat"}
4
+ {"_id": "dev_937241609725184455_0_0", "text": "when is the season finale of designated survivor"}
5
+ {"_id": "dev_3793793779604223395_3_0", "text": "who is the oldest wrestler that is still wrestling"}
6
+ {"_id": "dev_3793793779604223395_0_0", "text": "who is the oldest wrestler that is still wrestling"}
7
+ {"_id": "dev_-5424723408850352324_0_0", "text": "what is the largest man made lake in the us"}
8
+ {"_id": "dev_-3127910932304500722_0_0", "text": "who owns the golden nugget casino in atlantic city"}
9
+ {"_id": "dev_-4248204617651187901_1_0", "text": "when does the new episodes of supernatural start"}
10
+ {"_id": "dev_-8663677348726230272_1_0", "text": "when was the movie the wizard of oz made"}
11
+ {"_id": "dev_254065856937943955_0_0", "text": "who won season 2 of real chance of love"}
12
+ {"_id": "dev_3844547203530823529_2_0", "text": "who won the most stanley cups in history"}
13
+ {"_id": "dev_1374897305605891319_0_0", "text": "who's playing in the sec championship 2017"}
14
+ {"_id": "dev_7198381700174721586_3_0", "text": "who does dwyane wade play for right now"}
15
+ {"_id": "dev_-6158470117924840303_0_0", "text": "who played the first phantom of the opera"}
16
+ {"_id": "dev_-9123151742355474779_0_0", "text": "what is the name of india 29 state"}
17
+ {"_id": "dev_6728482020797819238_0_0", "text": "who did the music for your lie in april"}
18
+ {"_id": "dev_-3800318726442204745_0_0", "text": "how many times has psg won champions league"}
19
+ {"_id": "dev_3147312731957254507_0_0", "text": "who was on the first season of dwts"}
20
+ {"_id": "dev_-1570872939061821343_0_0", "text": "when was the last year the raiders won the superbowl"}
21
+ {"_id": "dev_-1052450681419062019_0_0", "text": "who has won the 2017 mens singles mutua madrid open tennis"}
22
+ {"_id": "dev_6697062628462423578_0_0", "text": "who won game 4 of the 2000 nba finals"}
23
+ {"_id": "dev_2851585794686488659_0_0", "text": "when was the last episode of vampire diaries aired"}
24
+ {"_id": "dev_-1458772187885221091_0_0", "text": "when did the movie varsity blues come out"}
25
+ {"_id": "dev_-8491157534197669091_0_0", "text": "who won the oscar for best actor in 1975"}
26
+ {"_id": "dev_-8648090893109052344_0_0", "text": "who is the premier of northern cape 2018"}
27
+ {"_id": "dev_-8648090893109052344_2_0", "text": "who is the premier of northern cape 2018"}
28
+ {"_id": "dev_9179702110514757818_0_0", "text": "where are the next two winter olympics going to be held"}
29
+ {"_id": "dev_-3241019768341947300_2_0", "text": "when did the golden state warriors win the finals"}
30
+ {"_id": "dev_-8129143127887276431_0_0", "text": "when is the next scandal episode coming out"}
31
+ {"_id": "dev_-6785327703850595221_0_0", "text": "who has climbed mount everest the number of times"}
32
+ {"_id": "dev_4909751661083802256_0_0", "text": "when did refrigerator perry play for the bears"}
33
+ {"_id": "dev_-404802678667633084_0_0", "text": "who is the president of the republic of zambia"}
34
+ {"_id": "dev_741276805202122163_0_0", "text": "who won the academy award for best original musical score"}
35
+ {"_id": "dev_3612085291262229964_0_0", "text": "what are the dimensions of an iphone se"}
36
+ {"_id": "dev_-4118182629889709022_0_0", "text": "when are the opening ceremonies for the 2018 olympic games"}
37
+ {"_id": "dev_2417630864456570353_0_0", "text": "who won season 16 on dancing with the stars"}
38
+ {"_id": "dev_6159014534953131747_0_0", "text": "who issued ashwamedha coins after performing ashvamedha sacrifice"}
39
+ {"_id": "dev_-5593761806871287545_1_0", "text": "what is the longest english word in the dictionary"}
40
+ {"_id": "dev_-2232076590837413667_1_0", "text": "how is the governor of the bank of england appointed"}
41
+ {"_id": "dev_-8498528300766844409_0_0", "text": "how long is a prime minister term in uk"}
42
+ {"_id": "dev_2632188867909468181_0_0", "text": "who is covering the winter olympics in canada"}
43
+ {"_id": "dev_-6677440871585683891_1_0", "text": "who rebuilt the temple after the babylonian captivity"}
44
+ {"_id": "dev_-6449103613087792543_1_0", "text": "where do the sharks play in san jose"}
45
+ {"_id": "dev_7336798192445709179_0_0", "text": "who has the world's largest standing army"}
46
+ {"_id": "dev_-7052052953885262396_1_0", "text": "who are the permanent member of un security council"}
47
+ {"_id": "dev_7478795216476346339_0_0", "text": "who won the 2017 sports personality of the year"}
48
+ {"_id": "dev_3210705843619214061_0_0", "text": "what is the rank of india in economic growth"}
49
+ {"_id": "dev_5839008083552937599_2_0", "text": "the type of display that google glass presents to its users is called what"}
50
+ {"_id": "dev_4344803622779505142_1_0", "text": "what was the first capital city of australia"}
51
+ {"_id": "dev_-6656001676709758921_1_0", "text": "when is beyblade burst super z coming out"}
52
+ {"_id": "dev_-251770629620567718_1_0", "text": "how long was dark side of the moon number 1"}
53
+ {"_id": "dev_851748373100995456_2_0", "text": "when does season 8 for blue bloods start"}
54
+ {"_id": "dev_-5605795694935460499_0_0", "text": "when did the broncos win the super bowl"}
55
+ {"_id": "dev_5668950355459073907_0_0", "text": "when was the first dark tower book published"}
56
+ {"_id": "dev_-8018250362266975473_0_0", "text": "who came first second and third on the grand national"}
57
+ {"_id": "dev_-693976483726807411_3_0", "text": "when does jo come in grey's anatomy"}
58
+ {"_id": "dev_7009274187131321322_0_0", "text": "who played peter benton's sister on er"}
59
+ {"_id": "dev_6561754476777446630_1_0", "text": "when did cristiano ronaldo go to manchester united"}
60
+ {"_id": "dev_6406868378537066919_1_0", "text": "which is the first private medical college in kerala"}
61
+ {"_id": "dev_6406868378537066919_0_0", "text": "which is the first private medical college in kerala"}
62
+ {"_id": "dev_-3704886815764312701_0_0", "text": "when did last podcast on the left start"}
63
+ {"_id": "dev_7930206982073279144_0_0", "text": "who won the medals in men's figure skating 2018"}
64
+ {"_id": "dev_7930206982073279144_0_0", "text": "who won the medals in men's figure skating 2018"}
65
+ {"_id": "dev_-3375621376413612480_0_0", "text": "list of strict nature reserve in the philippines"}
66
+ {"_id": "dev_-2392194179245913511_0_0", "text": "most polluted city in the world according to world health organization"}
67
+ {"_id": "dev_3724356943291190911_2_0", "text": "season 2 this is us number of episodes"}
68
+ {"_id": "dev_-3632974700795137148_0_0", "text": "who is the owner of reading football club"}
69
+ {"_id": "dev_-8497815888777511426_1_0", "text": "who is mostly responsible for writing the declaration of independence"}
70
+ {"_id": "dev_-1859849449356311607_2_0", "text": "when did lionel messi play his first game for barcelona"}
71
+ {"_id": "dev_-5156262494346608389_2_0", "text": "how many episodes in game if thrones season 7"}
72
+ {"_id": "dev_-5962986518182066490_1_0", "text": "who has the most green jackets from the masters"}
73
+ {"_id": "dev_5078709962400196312_0_0", "text": "what mlb teams did deion sanders play for"}
74
+ {"_id": "dev_-6091423745844088608_1_0", "text": "who won the mvp for the national league"}
75
+ {"_id": "dev_7527598871943656886_0_0", "text": "what languages are spoken in india the most"}
76
+ {"_id": "dev_-8025421046364238920_0_0", "text": "who sings the theme song for living single"}
77
+ {"_id": "dev_-1068194435575341560_0_0", "text": "when does the next episode of rebels come out"}
78
+ {"_id": "dev_-7984751231760514910_0_0", "text": "who has become the new chairman of sebi"}
79
+ {"_id": "dev_-7984751231760514910_4_0", "text": "who has become the new chairman of sebi"}
80
+ {"_id": "dev_915505794914759228_1_0", "text": "when does the 2017 college football season end"}
81
+ {"_id": "dev_6963341474621245300_3_0", "text": "how many seasons of from dusk till dawn are there"}
82
+ {"_id": "dev_3147582058343113742_0_0", "text": "where is the pacific ocean located on the world map"}
83
+ {"_id": "dev_947093291536268916_2_0", "text": "how many episodes are in season 7 of pretty little liars"}
84
+ {"_id": "dev_2090547631524665717_0_0", "text": "when was the last episode of the flash aired"}
85
+ {"_id": "dev_3027462485940199322_2_0", "text": "which movie wins 4 awards in 75th golden globe award"}
86
+ {"_id": "dev_-4722260809402097033_1_0", "text": "how many walker texas ranger seasons are there"}
87
+ {"_id": "dev_-8329948368908923978_0_0", "text": "who starred in the movie the day the earth stood still"}
88
+ {"_id": "dev_3712234452307355358_0_0", "text": "when was son of a preacher man released"}
89
+ {"_id": "dev_7768961778329601486_0_0", "text": "hart of dixie season 4 how many episodes"}
90
+ {"_id": "dev_6976309474255423942_0_0", "text": "tv show theme song would you like to swing on a star"}
91
+ {"_id": "dev_-1739221498934438491_0_0", "text": "where is season 3 of the detour filmed"}
92
+ {"_id": "dev_2246133419130953189_0_0", "text": "method used by a writer to develop a character"}
93
+ {"_id": "dev_3728384335515126435_0_0", "text": "where is cinque terre italy on a map"}
94
+ {"_id": "dev_4220294884897994209_0_0", "text": "which is the tallest building in the world 2018"}
95
+ {"_id": "dev_1949369884900729065_0_0", "text": "when is the fa cup semi-finals being played"}
96
+ {"_id": "dev_-8074993547733090370_0_0", "text": "genre of diary of a wimpy kid the getaway"}
97
+ {"_id": "dev_-5896652736293514734_0_0", "text": "where does tropic of cancer pass in india"}
98
+ {"_id": "dev_-2983839484000844360_0_0", "text": "who was the founder of chick-fil-a"}
99
+ {"_id": "dev_91605593274493502_0_0", "text": "which horse and jockey won the melbourne cup in 2002"}
100
+ {"_id": "dev_7368254478874801356_3_0", "text": "who is the head of the department of homeland security 2017"}
101
+ {"_id": "dev_-7951194946868878283_1_0", "text": "how many seasons of ray donovan has there been"}
102
+ {"_id": "dev_1047676042908301747_0_0", "text": "when did the movie napoleon dynamite come out"}
103
+ {"_id": "dev_5546821905435239058_0_0", "text": "who wrote if she knew what she wants"}
104
+ {"_id": "dev_3760975515527240258_0_0", "text": "when was last time bayern munich won champions league"}
105
+ {"_id": "dev_3760975515527240258_1_0", "text": "when was last time bayern munich won champions league"}
106
+ {"_id": "dev_2378366897349791390_3_0", "text": "who holds the most home runs in mlb history"}
107
+ {"_id": "dev_-1114133849011983215_2_0", "text": "who has won the mens singles title in the australian open tennis tournament"}
108
+ {"_id": "dev_-6280343799051483232_0_0", "text": "philadelphia is known as the city of what"}
109
+ {"_id": "dev_1172792682698457582_0_0", "text": "where did they get the tree for rockefeller center"}
110
+ {"_id": "dev_-7621748922939316823_0_0", "text": "what is the main religion in british columbia"}
111
+ {"_id": "dev_-765448266799898575_0_0", "text": "when did the newest macbook pro come out"}
112
+ {"_id": "dev_7323267680049207147_0_0", "text": "who wrote the declaration of man and citizen"}
113
+ {"_id": "dev_2778341756629056244_0_0", "text": "when did the not in this lifetime tour start"}
114
+ {"_id": "dev_-442417708560275755_0_0", "text": "who won the most medals at the 2014 winter olympics"}
115
+ {"_id": "dev_-8052136860650205450_0_0", "text": "who wrote the song rainy days and mondays"}
116
+ {"_id": "dev_-1776638341170409438_0_0", "text": "what is the strongest earthquake in the united states"}
117
+ {"_id": "dev_2485791396969793161_0_0", "text": "when did the song the joker come out"}
118
+ {"_id": "dev_-4544825586005995775_0_0", "text": "what is the second largest country in asia"}
119
+ {"_id": "dev_-6939993637603870565_0_0", "text": "who is the richest club in the championship"}
120
+ {"_id": "dev_-6939993637603870565_1_0", "text": "who is the richest club in the championship"}
121
+ {"_id": "dev_-3738762685792121994_0_0", "text": "which film won the oscar for best animated feature in 2007"}
122
+ {"_id": "dev_6576823379169312814_0_0", "text": "when was the last time a hurricane hit the uk"}
123
+ {"_id": "dev_-1348423936083285628_0_0", "text": "when did the nest 3rd generation come out"}
124
+ {"_id": "dev_-720471106972536670_0_0", "text": "who won the academy award for the deer hunter"}
125
+ {"_id": "dev_-4173780285858774112_1_0", "text": "who won the battle of stirling bridge 1297"}
126
+ {"_id": "dev_1442521968114516256_0_0", "text": "when did season 4 of glee come out"}
127
+ {"_id": "dev_6609663145493543998_0_0", "text": "who sang national anthem at the super bowl"}
128
+ {"_id": "dev_2524852627963543698_0_0", "text": "who has won more grand slam titles in tennis"}
129
+ {"_id": "dev_1741976848462518979_0_0", "text": "when will the flash season 4 episode 17 come out"}
130
+ {"_id": "dev_8177571930408806343_2_0", "text": "how many episodes of the white princess will there be"}
131
+ {"_id": "dev_-853451338783771197_1_0", "text": "who wrote when a man loves a woman"}
132
+ {"_id": "dev_5328438809332726480_1_0", "text": "when does planet of the apes come out 2017"}
133
+ {"_id": "dev_-1311770853688213605_0_0", "text": "when was 13 reasons why released on netflix"}
134
+ {"_id": "dev_-6639198685687295158_0_0", "text": "what is bermuda competing in the winter olympics"}
135
+ {"_id": "dev_-6570496346595660652_0_0", "text": "what are the main crops grown in the united states"}
136
+ {"_id": "dev_3151927509337205301_0_0", "text": "who starred in the pirates of the caribbean"}
137
+ {"_id": "dev_8264694320615277520_0_0", "text": "delhi is on the banks of which river"}
138
+ {"_id": "dev_5579013873387598720_0_0", "text": "who has won the canada open women's doubles"}
139
+ {"_id": "dev_-3039386069198797209_3_0", "text": "when was the titanic started to be built"}
140
+ {"_id": "dev_-7366805671983604343_0_0", "text": "who built pedestrian bridge at florida international university"}
141
+ {"_id": "dev_-2185648301276956086_2_0", "text": "who was the president of pakistan during 1971 war"}
142
+ {"_id": "dev_-458159261891926107_2_0", "text": "when was the last time mount ruapehu erupted"}
143
+ {"_id": "dev_954668190671928550_0_0", "text": "where is the opposition with jordan klepper filmed"}
144
+ {"_id": "dev_626648103677918397_0_0", "text": "in what state was the united states center of population gravity located during the period 1790"}
145
+ {"_id": "dev_721377602050579902_0_0", "text": "who won every men's biathlon event in the 2002 winter olympics"}
146
+ {"_id": "dev_343968022755473370_0_0", "text": "kings and queens of england in the 1900s"}
147
+ {"_id": "dev_-458371747527693678_0_0", "text": "where is hindu kush mountains located on a map"}
148
+ {"_id": "dev_7538504132348604924_2_0", "text": "who won last year's grand national 2017"}
149
+ {"_id": "dev_5675431682011947120_1_0", "text": "when do new episodes of ncis los angeles return"}
150
+ {"_id": "dev_-3547760830383370594_0_0", "text": "what is the weight of a honda fit"}
151
+ {"_id": "dev_1645082526444833311_1_0", "text": "where was uncle tom's cabin first published"}
152
+ {"_id": "dev_-8004900265728672797_0_0", "text": "where does the english channel begin and end"}
153
+ {"_id": "dev_-5107559781320376096_0_0", "text": "who is the highest paid baseball player in the major leagues"}
154
+ {"_id": "dev_-670420605258040175_0_0", "text": "what is the poorest county in the state of florida"}
155
+ {"_id": "dev_3052797144690241914_0_0", "text": "who is new prime minister of italy 2018"}
156
+ {"_id": "dev_4200848110079075636_2_0", "text": "who won the 1st battle of bull run"}
157
+ {"_id": "dev_729532555945042891_0_0", "text": "how many ounces in one shot of liquor"}
158
+ {"_id": "dev_-7601383035474456779_0_0", "text": "when's the last time scotland won the calcutta cup"}
159
+ {"_id": "dev_-4804403745386446066_0_0", "text": "batman the enemy with episode 5 release date"}
160
+ {"_id": "dev_9121298984870342561_3_0", "text": "what is the third book in the lunar chronicles"}
161
+ {"_id": "dev_-6230694167244306035_0_0", "text": "how many times has the saints won the super bowl"}
162
+ {"_id": "dev_-5269403993925950076_1_0", "text": "who is the new york state senate majority leader"}
163
+ {"_id": "dev_-7080588382173537347_0_0", "text": "when's the last time philly won the superbowl"}
164
+ {"_id": "dev_-9135046777090658220_0_0", "text": "one piece english dubbed episode 564 release date"}
165
+ {"_id": "dev_-7333838414899504429_0_0", "text": "what is the longest river in the united states"}
166
+ {"_id": "dev_3400990959340670350_0_0", "text": "where was a time for choosing speech given"}
167
+ {"_id": "dev_5639697400438383146_0_0", "text": "what genre is the magic tree house books"}
168
+ {"_id": "dev_-3587434056219625939_0_0", "text": "who did dwight howard play for last year"}
169
+ {"_id": "dev_-1097473439192824481_0_0", "text": "where did the river thames start and end"}
170
+ {"_id": "dev_-3772952199709196386_1_0", "text": "who founded amazon where is the headquarters of amazon"}
171
+ {"_id": "dev_-731256923033768782_0_0", "text": "new york heart association functional classification of angina"}
172
+ {"_id": "dev_-3165053452552624246_0_0", "text": "who had won the first grammy award for the best new artist"}
173
+ {"_id": "dev_3562729819386821776_0_0", "text": "what is the name of governor of maharashtra"}
174
+ {"_id": "dev_8239463385147663167_1_0", "text": "is jaffa cakes a biscuit or a cake"}
175
+ {"_id": "dev_-3682350378604306871_0_0", "text": "when did the song rapper's delight come out"}
176
+ {"_id": "dev_8193934593691670178_0_0", "text": "which is the only test playing nation that india has never beat in t20"}
177
+ {"_id": "dev_-5735569635564145077_0_0", "text": "who is the actor that plays ducky on ncis"}
178
+ {"_id": "dev_6953590551171950636_0_0", "text": "how many scholarships do division 2 football teams get"}
179
+ {"_id": "dev_6953590551171950636_2_0", "text": "how many scholarships do division 2 football teams get"}
180
+ {"_id": "dev_2067016910489049269_1_0", "text": "where did the last name edwards come from"}
181
+ {"_id": "dev_45454687663773304_0_0", "text": "when did drop it like it's hot release"}
182
+ {"_id": "dev_-7179754224203704932_0_0", "text": "when was the last time there was a school shooting in canada"}
183
+ {"_id": "dev_-474902130794200712_0_0", "text": "do you need a permit or license to own a gun in florida"}
184
+ {"_id": "dev_-8796908941087141957_1_0", "text": "how many seasons of rules of engagement is there"}
185
+ {"_id": "dev_5890236133057512627_2_0", "text": "who was elected president in mexico in 2000"}
186
+ {"_id": "dev_-8783475975493330228_0_0", "text": "when did michael jordan get his last ring"}
187
+ {"_id": "dev_7217548419303343001_0_0", "text": "when was the time the eagles won the superbowl"}
188
+ {"_id": "dev_5898293246250067104_0_0", "text": "what is the latest version of microsoft office 2010"}
189
+ {"_id": "dev_8214553978288463642_2_0", "text": "who was elected the president of constituent assembly"}
190
+ {"_id": "dev_2621208987222013192_0_0", "text": "when did world war 2 officially start and end"}
191
+ {"_id": "dev_-4733919216436438252_3_0", "text": "where can the mona lisa be found today"}
192
+ {"_id": "dev_-2654989306076235475_0_0", "text": "when does the next episode of izombie air"}
193
+ {"_id": "dev_-7256500086799415081_0_0", "text": "who carried florida by 537 votes in 2000"}
194
+ {"_id": "dev_-2845496538467740740_0_0", "text": "what is the average depth of the english channel"}
195
+ {"_id": "dev_5067137362908844976_0_0", "text": "when did the eagles win last super bowl"}
196
+ {"_id": "dev_8453604009134928493_0_0", "text": "this inventor co-created the film fred ott\u2019s sneeze"}
197
+ {"_id": "dev_6239964562422611533_0_0", "text": "who acts as the chairman of the election commission"}
198
+ {"_id": "dev_6043389452532567502_0_0", "text": "which central american nations border the pacific ocean and the caribbean sea"}
199
+ {"_id": "dev_1657769419778202483_0_0", "text": "how many seasons are there for the good doctor"}
200
+ {"_id": "dev_-2399437738861860415_0_0", "text": "how many ceos of fortune 500 companies are female"}
201
+ {"_id": "dev_-369514098498013661_0_0", "text": "what season does bart bass die in gossip girl"}
202
+ {"_id": "dev_-6781249571384420331_4_0", "text": "how many episodes of ray donovan series 3 are there"}
203
+ {"_id": "dev_3019067660651070778_0_0", "text": "who won best boy band i heart radio music awards"}
204
+ {"_id": "dev_-1086677382982964519_0_0", "text": "when was the last time iran had an earthquake"}
205
+ {"_id": "dev_-2824167725181792943_0_0", "text": "when does the good doctor episode 8 air"}
206
+ {"_id": "dev_2899508417890381443_0_0", "text": "when was the first australian prime minister elected"}
207
+ {"_id": "dev_737118727843422688_1_0", "text": "what year did bennie and the jets come out"}
208
+ {"_id": "dev_-4777107686035541427_0_0", "text": "when were the beatles inducted into the rock and roll hall of fame"}
209
+ {"_id": "dev_4750785936593695900_3_0", "text": "when did the movie peter pan come out"}
210
+ {"_id": "dev_-3613247230529534102_2_0", "text": "what was the date of the signing of the declaration of independence"}
211
+ {"_id": "dev_-8336776482564898273_0_0", "text": "who has won the most world series in baseball"}
212
+ {"_id": "dev_-2288554954984872130_0_0", "text": "who are the australia's got talent judges"}
213
+ {"_id": "dev_9148602099114352163_0_0", "text": "when was the last time university of michigan won a national championship"}
214
+ {"_id": "dev_-7615960389617916651_1_0", "text": "who wrote the song be thankful for what you got"}
215
+ {"_id": "dev_-8290462455785623591_2_0", "text": "who wrote the book the origin of species"}
216
+ {"_id": "dev_6581085745347506584_0_0", "text": "when was pac man released in the us"}
217
+ {"_id": "dev_-444951262186580688_0_0", "text": "what is the pirates of the caribbean in order"}
218
+ {"_id": "dev_-444951262186580688_1_0", "text": "what is the pirates of the caribbean in order"}
219
+ {"_id": "dev_8213413935253147842_0_0", "text": "when is the last time the vikings were in the nfc championship"}
220
+ {"_id": "dev_-6480140677271403639_0_0", "text": "how many jimmy johns are there in the us"}
221
+ {"_id": "dev_6680816286694593040_1_0", "text": "how many super bowl games has the patriots played in"}
222
+ {"_id": "dev_-8594889199400051_0_0", "text": "when is the last time the jaguars won a playoff game"}
223
+ {"_id": "dev_-8594889199400051_2_0", "text": "when is the last time the jaguars won a playoff game"}
224
+ {"_id": "dev_-8594889199400051_1_0", "text": "when is the last time the jaguars won a playoff game"}
225
+ {"_id": "dev_-6268901707080208502_0_0", "text": "where is wake forest located in north carolina"}
226
+ {"_id": "dev_5046802918953054509_1_0", "text": "who wrote papa got a brand new bag"}
227
+ {"_id": "dev_-3803697286581502044_0_0", "text": "how many world series wins does the dodgers have"}
228
+ {"_id": "dev_-8498847464685915036_0_0", "text": "who won french open 2017 tennis tournament in men's double category"}
229
+ {"_id": "dev_-6482049414864375394_3_0", "text": "when did korn's follow the leader come out"}
230
+ {"_id": "dev_-5736274930849469764_0_0", "text": "when does the day of the dead end"}
231
+ {"_id": "dev_-7816789034233739974_0_0", "text": "what are the band members names of the rolling stones"}
232
+ {"_id": "dev_-1899514742808499173_1_0", "text": "who are nominated for president of india 2017"}
233
+ {"_id": "dev_-2162391145049066060_1_0", "text": "who is the current director of the us mint"}
234
+ {"_id": "dev_-2317769310640974407_0_0", "text": "what is the aim of the consumer credit act"}
235
+ {"_id": "dev_2991709613727685350_0_0", "text": "when do the walking dead comics come out"}
236
+ {"_id": "dev_-5315423524940108616_1_0", "text": "where are the winter olympic games being held this year"}
237
+ {"_id": "dev_1571285043608286236_0_0", "text": "mark who went to golf majors in 1998"}
238
+ {"_id": "dev_6277472753337950826_0_0", "text": "what is the average salary for a us congressman"}
239
+ {"_id": "dev_-3431328641910966671_1_0", "text": "who has the most followers on the instagram"}
240
+ {"_id": "dev_-2870089333524299909_0_0", "text": "who has won the 2018 formula one australia grand prix tournament"}
241
+ {"_id": "dev_-5892817736532940525_0_0", "text": "who has won the most college football national champions"}
242
+ {"_id": "dev_-5892817736532940525_1_0", "text": "who has won the most college football national champions"}
243
+ {"_id": "dev_8159795880368787940_0_0", "text": "when was the last easter that fell on april 1st"}
244
+ {"_id": "dev_-4422319611961341335_0_0", "text": "who win road march in trinidad and tobago"}
245
+ {"_id": "dev_-3713557234150051752_0_0", "text": "how much does a new gulfstream g650 cost"}
246
+ {"_id": "dev_4561467556411038901_2_0", "text": "where is nuclear energy used most in the world"}
247
+ {"_id": "dev_-551363795407275714_0_0", "text": "who is pictured on the 5000 dollar bill"}
248
+ {"_id": "dev_7957769978849181497_0_0", "text": "how long are the episodes in stranger things season 1"}
249
+ {"_id": "dev_3723044850122414974_2_0", "text": "who won rupaul's all-stars 3"}
250
+ {"_id": "dev_-1182093724333869887_1_0", "text": "how old is the actress who plays phyllis on y&r"}
251
+ {"_id": "dev_-8940711729795465566_0_0", "text": "big bang theory season 11 how many episodes"}
252
+ {"_id": "dev_839669511198247322_0_0", "text": "types of skiing in the winter olympics 2018"}
253
+ {"_id": "dev_-5332490337340067440_0_0", "text": "where did the california gold rush take place"}
254
+ {"_id": "dev_-4482086905540294932_0_0", "text": "where did the christmas tree at rockefeller center come from"}
255
+ {"_id": "dev_7756227667165778451_0_0", "text": "in texas how is the commissioner of insurance placed in office"}
256
+ {"_id": "dev_-4366391451047035097_0_0", "text": "show me fort pierce florida on a map"}
257
+ {"_id": "dev_-5690645328022945594_3_0", "text": "who sing say you won't let go"}
258
+ {"_id": "dev_3200935248457693329_0_0", "text": "name three large lakes other than the great lakes in the united states"}
259
+ {"_id": "dev_6709331549884586945_0_0", "text": "the recipient of first jnanpith award was an author which language"}
260
+ {"_id": "dev_4605803179555601380_0_0", "text": "who has the highest corporate taxes in the world"}
261
+ {"_id": "dev_-7464350986462821618_0_0", "text": "what's the average lifespan of a basset hound"}
262
+ {"_id": "dev_-7464350986462821618_0_0", "text": "what's the average lifespan of a basset hound"}
263
+ {"_id": "dev_-8458859943785727179_3_0", "text": "who created the pieta and also painted the ceiling of the sistine chapel"}
264
+ {"_id": "dev_-2416536857956403808_2_0", "text": "where is kruger national park in south africa"}
265
+ {"_id": "dev_-7229544162712597170_0_0", "text": "when was the miraculous journey of edward tulane published"}
266
+ {"_id": "dev_-3189842048354115066_0_0", "text": "how many seasons of goliath are there on amazon"}
267
+ {"_id": "dev_-3458065024725416911_0_0", "text": "who has the biggest airport in the us"}
268
+ {"_id": "dev_4186485631454362041_2_0", "text": "when was the last time the los angeles lakers won a championship"}
269
+ {"_id": "dev_-8659305167311182035_0_0", "text": "where did students for a democratic society start"}
270
+ {"_id": "dev_7361909937331900466_0_0", "text": "who has played raoul in phantom of the opera"}
271
+ {"_id": "dev_7958143163966698377_0_0", "text": "when is the womens ice skating for the olympics"}
272
+ {"_id": "dev_6379798071561314250_1_0", "text": "who won women's singles us open 2017"}
273
+ {"_id": "dev_-264420295933348215_0_0", "text": "the witch and the hundred knight 2 us release"}
274
+ {"_id": "dev_6766313263913058101_1_0", "text": "who has been appointed as the election commissioner of india"}
275
+ {"_id": "dev_6766313263913058101_0_0", "text": "who has been appointed as the election commissioner of india"}
276
+ {"_id": "dev_4395570541686945657_1_0", "text": "who are the dallas cowboys playing on thanksgiving"}
277
+ {"_id": "dev_-1067956350108837521_0_0", "text": "love is not love that alters when it alteration finds meaning"}
278
+ {"_id": "dev_-179712992481571893_0_0", "text": "who controlled the house and the senate in 2012"}
279
+ {"_id": "dev_8174037572148648768_1_0", "text": "what network is showing the monday night football game"}
280
+ {"_id": "dev_-4656412633124562768_0_0", "text": "who won entertainer of the year country music awards"}
281
+ {"_id": "dev_-4656412633124562768_1_0", "text": "who won entertainer of the year country music awards"}
282
+ {"_id": "dev_-5345341689626036799_1_0", "text": "when was the mission san antonio de valero built"}
283
+ {"_id": "dev_-4619585332904698754_0_0", "text": "who holds the record for most platinum albums"}
284
+ {"_id": "dev_-6792768796761846293_0_0", "text": "when do new episodes of riverdale season 2 come out"}
285
+ {"_id": "dev_-9090455773968675265_2_0", "text": "where is the university of wisconsin madison located"}
286
+ {"_id": "dev_683273374760471638_0_0", "text": "who did the broncos beat in the super bowl"}
287
+ {"_id": "dev_-6638858301927955236_1_0", "text": "who wins america's next top model cycle 20"}
288
+ {"_id": "dev_560971710217153823_0_0", "text": "where is bigg boss tamil house is located"}
289
+ {"_id": "dev_-3879482699653669654_0_0", "text": "where is union station in washington dc located"}
290
+ {"_id": "dev_1728824774090737582_1_0", "text": "who sang rip it up and start again"}
291
+ {"_id": "dev_-2339353670444421139_1_0", "text": "who was tammy from basketball wives married to"}
292
+ {"_id": "dev_-6368410672402918489_0_0", "text": "where is geothermal energy used the most in the us"}
293
+ {"_id": "dev_7838619635476804142_0_0", "text": "when will the next episode of flash be aired"}
294
+ {"_id": "dev_-5819004748085766639_0_0", "text": "how many episodes in adventure time season 1"}
295
+ {"_id": "dev_-7542567267733964090_0_0", "text": "what is the latest version of chrome for linux"}
296
+ {"_id": "dev_-3099909675248976044_1_0", "text": "who are the cast members of ncis new orleans"}
297
+ {"_id": "dev_-4268051341343650948_0_0", "text": "who voiced mewtwo in pokemon the first movie"}
298
+ {"_id": "dev_-6281263110946016384_0_0", "text": "how many seasons of vampire diaries r there"}
299
+ {"_id": "dev_4115936697241683847_1_0", "text": "who penned the famous indian epic the ramayana"}
300
+ {"_id": "dev_-5212868974426741102_1_0", "text": "when was half life 2 episode 2 released"}
301
+ {"_id": "dev_-5736299522961322133_0_0", "text": "the actual name of the confederate force at gettysburg was"}
302
+ {"_id": "dev_2235427730835430905_0_0", "text": "the first vice president of india who become the president letter was"}
303
+ {"_id": "dev_-8209571805051987276_1_0", "text": "what is the genus of a bald eagle"}
304
+ {"_id": "dev_-5663213976858775002_0_0", "text": "who are the nbc olympic ice skating commentators"}
305
+ {"_id": "dev_1147228422002387046_0_0", "text": "three movies made from agatha christie's novels"}
306
+ {"_id": "dev_-7544268222254103200_0_0", "text": "ajay devgan preity zinta and madhuri dixit movie"}
307
+ {"_id": "dev_5911119091653953181_0_0", "text": "where does the water come from to fill lake eyre"}
308
+ {"_id": "dev_-3513582807303361660_0_0", "text": "what was the full name of the titanic"}
309
+ {"_id": "dev_6006172994740079617_0_0", "text": "who sang the original scooby doo theme song"}
310
+ {"_id": "dev_7468904582092612742_2_0", "text": "which animal is the carrier of the h1n1 virus"}
311
+ {"_id": "dev_-7908232203484304663_0_0", "text": "how many episodes in series 7 of game of thrones are there"}
312
+ {"_id": "dev_-2632887614940393027_0_0", "text": "who won three stanley cups in a row"}
313
+ {"_id": "dev_2202689210581594515_0_0", "text": "who wrote most of the declaration of independance"}
314
+ {"_id": "dev_1318031841813121387_0_0", "text": "who sang the theme song to that 70s show"}
315
+ {"_id": "dev_7926179542568614934_1_0", "text": "the winner of the best actor award in the 64th national film festival 2017"}
316
+ {"_id": "dev_-7657379080399040683_1_0", "text": "where is this years army navy game played"}
317
+ {"_id": "dev_-33411903170288457_0_0", "text": "where is the second largest mall in america"}
318
+ {"_id": "dev_3953030216363815767_0_0", "text": "when does episode 29 of boruto come out"}
319
+ {"_id": "dev_6378606982206312510_1_0", "text": "when is the last time the dolphins went to the superbowl"}
320
+ {"_id": "dev_-4324335588182291643_0_0", "text": "what was the first episode of dragon ball z"}
321
+ {"_id": "dev_-292587857497467046_0_0", "text": "nearest metro station to gandhi nagar in delhi"}
322
+ {"_id": "dev_9084985331471656029_0_0", "text": "when was the last amendment to the constitution passed"}
323
+ {"_id": "dev_2805887687535578482_0_0", "text": "when will the next episode of my next guest needs no introduction"}
324
+ {"_id": "dev_-6569395974597414012_1_0", "text": "who did michigan state play in the rose bowl"}
325
+ {"_id": "dev_-7511545268354567518_0_0", "text": "baseball teams who have not won a world series"}
326
+ {"_id": "dev_-6423308838962274808_0_0", "text": "where was the flag placed on the moon"}
327
+ {"_id": "dev_9167118807842110445_0_0", "text": "what color flame test indicates the presence of strontium"}
328
+ {"_id": "dev_-2040762149245803825_0_0", "text": "what channel is abc on in phoenix arizona"}
329
+ {"_id": "dev_6447777231012695504_0_0", "text": "who was the 11th prime minister of canada"}
330
+ {"_id": "dev_6580456341251284418_1_0", "text": "who won the fifth season of america's got talent"}
331
+ {"_id": "dev_-7819569157752445011_0_0", "text": "when did the song holiday road come out"}
332
+ {"_id": "dev_4488025751743216094_2_0", "text": "who wrote old flames cant hold a candle to you"}
333
+ {"_id": "dev_-6982838549793641839_2_0", "text": "who sings i wanna rock'n'roll all night"}
334
+ {"_id": "dev_1917917794187892676_0_0", "text": "who gets the most punishments on impractical jokers"}
335
+ {"_id": "dev_-1045095421340178958_3_0", "text": "who wrote lord have mercy on the working man"}
336
+ {"_id": "dev_7916191162136893139_0_0", "text": "when did end of the road come out"}
337
+ {"_id": "dev_3599388964414234892_0_0", "text": "when was the last grand slam hit in the world series"}
338
+ {"_id": "dev_-4112126220652987749_0_0", "text": "who is the leader of the ontario pc party"}
339
+ {"_id": "dev_7079282152145474767_0_0", "text": "who appoints the chief election commissioner of india"}
340
+ {"_id": "dev_7207818293887284017_0_0", "text": "who was the successful commanding general of the northern forces in the civil war"}
341
+ {"_id": "dev_7166047404475022331_0_0", "text": "list of local government area in benue state"}
342
+ {"_id": "dev_-7745677391789794853_0_0", "text": "when did little polveir win the grand national"}
343
+ {"_id": "dev_-2919421084803245578_0_0", "text": "who did carolina lose to in the super bowl"}
344
+ {"_id": "dev_1346202268866280084_0_0", "text": "who was elected governor of tennessee in 1865"}
345
+ {"_id": "dev_191186237312063235_0_0", "text": "where is the host file located in windows server 2008 r2"}
346
+ {"_id": "dev_6598465593542733817_0_0", "text": "which is the largest great lake in north america"}
347
+ {"_id": "dev_8455059933260095870_0_0", "text": "who is the first indian who got oscar for lifetime achievement"}
348
+ {"_id": "dev_-4670733234538385897_3_0", "text": "who wrote the song city of new orleans"}
349
+ {"_id": "dev_8052862214080106129_0_0", "text": "how many goals did mikel score for chelsea"}
350
+ {"_id": "dev_8219991529056197930_0_0", "text": "what is the official slogan for the 2018 winter olympics"}
351
+ {"_id": "dev_-5347529046899875616_0_0", "text": "what channel is big 10 network on fios"}
352
+ {"_id": "dev_7383354502292277568_2_0", "text": "when was the last time oklahoma won a national championship in football"}
353
+ {"_id": "dev_4984871413174473846_1_0", "text": "who helped the british in the french and indian war"}
354
+ {"_id": "dev_2483747509286639118_0_0", "text": "where did the first persian gulf war take place"}
355
+ {"_id": "dev_-5341729935918652247_0_0", "text": "who does the democratic republic of congo trade with"}
356
+ {"_id": "dev_57534108542742158_3_0", "text": "where is the nfl game in london played"}
357
+ {"_id": "dev_-4973373470569653866_1_0", "text": "how many students attend university of texas at austin"}
358
+ {"_id": "dev_2400234692248658549_0_0", "text": "the names of the beaches on d day"}
359
+ {"_id": "dev_-4628267852301989966_1_0", "text": "when did michigan last win a national championship"}
360
+ {"_id": "dev_-4628267852301989966_0_0", "text": "when did michigan last win a national championship"}
361
+ {"_id": "dev_6624575797224082824_2_0", "text": "when was the last time ny rangers won stanley cup"}
362
+ {"_id": "dev_5186266244253617463_0_0", "text": "5 cities with the highest population in europe"}
363
+ {"_id": "dev_2105265206768647509_3_0", "text": "who won the mens figure skating in 2018 olympics"}
364
+ {"_id": "dev_2105265206768647509_3_0", "text": "who won the mens figure skating in 2018 olympics"}
365
+ {"_id": "dev_7078422108284431587_0_0", "text": "who is the biggest selling female group of all time"}
366
+ {"_id": "dev_-859660013437172175_2_0", "text": "when was the spanish-american war fought"}
367
+ {"_id": "dev_-7121343730302515106_2_0", "text": "when did the passion of the christ come out"}
368
+ {"_id": "dev_-2871436317021473624_0_0", "text": "when is the flash coming back after christmas"}
369
+ {"_id": "dev_-881265935572829437_0_0", "text": "when was the last time someone won the super bowl back to back"}
370
+ {"_id": "dev_1213594536564963934_0_0", "text": "where do the astros play for spring training"}
371
+ {"_id": "dev_3587717836446003640_0_0", "text": "who represents the arizona 9th district in the house"}
372
+ {"_id": "dev_3587717836446003640_2_0", "text": "who represents the arizona 9th district in the house"}
373
+ {"_id": "dev_948404872815326552_0_0", "text": "where is the ucla usc game being played"}
374
+ {"_id": "dev_-7733962091461103034_0_0", "text": "who wrote how do you do it by gerry and the pacemakers"}
375
+ {"_id": "dev_-4884287726486488887_0_0", "text": "how many pages are in the book inside out and back again"}
376
+ {"_id": "dev_-546696194238868913_0_0", "text": "when was the last time arsenal win premier league"}
377
+ {"_id": "dev_-7392625672743795716_0_0", "text": "new anime from the creators of attack on titan"}
378
+ {"_id": "dev_-6075869945949324935_1_0", "text": "who has the most trophies in la liga"}
379
+ {"_id": "dev_8888584875401414044_0_0", "text": "when does kubo and the two strings release"}
380
+ {"_id": "dev_-7955945279195374355_3_0", "text": "what was vietnam called in the years before world war 2"}
381
+ {"_id": "dev_-7955945279195374355_0_0", "text": "what was vietnam called in the years before world war 2"}
382
+ {"_id": "dev_-7098436211686405768_0_0", "text": "who won the icc under 19 world cup 2018"}
383
+ {"_id": "dev_8475341882385418406_0_0", "text": "when did the song things that make you go hmmm come out"}
384
+ {"_id": "dev_-3942994642099504699_1_0", "text": "who gave a speech to the democratic national convention in 1984"}
385
+ {"_id": "dev_3833603461933012569_0_0", "text": "when was the last time dallas cowboys won the super bowl"}
386
+ {"_id": "dev_-4639303836852821525_1_0", "text": "who won season 2 of great british baking show"}
387
+ {"_id": "dev_5125203672618500204_0_0", "text": "who lives in the blue house in balamory"}
388
+ {"_id": "dev_8465910008232173422_0_0", "text": "who is the supreme justice of the supreme court"}
389
+ {"_id": "dev_8426342968417319670_0_0", "text": "who won the most medals in the 1924 winter olympics"}
390
+ {"_id": "dev_-5310448011333557272_0_0", "text": "what is the rank of pakistan in population"}
391
+ {"_id": "dev_1133135656128481203_0_0", "text": "who sings the theme tune to mum on bbc2"}
392
+ {"_id": "dev_-6169823256011832032_0_0", "text": "where does the thames river begin and end"}
393
+ {"_id": "dev_1913491051701302521_0_0", "text": "when does the next star trek episode come out"}
394
+ {"_id": "dev_1360782626100733336_0_0", "text": "when does elijah first appear in vampire diaries"}
395
+ {"_id": "dev_-4352771238918801643_0_0", "text": "who is the quarterback for the green bay packers"}
396
+ {"_id": "dev_3085261203124604454_2_0", "text": "what is the population of keystone heights florida"}
397
+ {"_id": "dev_-1715459847782748773_0_0", "text": "when will the 2018 oscar nominations be announced"}
398
+ {"_id": "dev_-1177164544786365294_0_0", "text": "who won the 30 man royal rumble match"}
399
+ {"_id": "dev_2260316840029129864_1_0", "text": "who starred in the film far from the madding crowd"}
400
+ {"_id": "dev_-7400985290718044378_0_0", "text": "end of franco-prussian war & german unification"}
401
+ {"_id": "dev_4250543960781822078_0_0", "text": "when was the last time michigan won the championship"}
402
+ {"_id": "dev_8672618802419011639_0_0", "text": "where is the hosts file located in windows 10"}
403
+ {"_id": "dev_5848606121024203154_1_0", "text": "who sings i want to be a rockstar"}
404
+ {"_id": "dev_6140600198399820010_0_0", "text": "where does porter fly out of in toronto"}
405
+ {"_id": "dev_4433669964771756966_0_0", "text": "most passing yards in nfl history in a game"}
406
+ {"_id": "dev_4433669964771756966_1_0", "text": "most passing yards in nfl history in a game"}
407
+ {"_id": "dev_-5054256572170447457_1_0", "text": "what order are the percy jackson movies in"}
408
+ {"_id": "dev_-4601136200073872325_0_0", "text": "how many episodes in great british bake off 2017"}
409
+ {"_id": "dev_2963118473304720773_2_0", "text": "how many kilometers of great wall of china"}
410
+ {"_id": "dev_1057648217750498477_0_0", "text": "where are the highest average incomes found in north america"}
411
+ {"_id": "dev_1196743193353431992_0_0", "text": "which is the lion's mane jellyfish's species within its genus"}
412
+ {"_id": "dev_8423836689725124811_0_0", "text": "ray charles hit the road jack album name"}
413
+ {"_id": "dev_420079414272131921_1_0", "text": "when was the book pride and prejudice written"}
414
+ {"_id": "dev_-6751220433242447969_3_0", "text": "how many seasons of the bastard executioner are there"}
415
+ {"_id": "dev_9103842774494966297_0_0", "text": "wolf of wall street number of f words"}
416
+ {"_id": "dev_-8488975200279464488_1_0", "text": "when was the last time minnesota vikings was in the super bowl"}
417
+ {"_id": "dev_2781354757702216858_1_0", "text": "how many wing stops are there in the united states"}
418
+ {"_id": "dev_7236492039847101221_0_0", "text": "when did they start adding zinc to pennies"}
419
+ {"_id": "dev_-6797239474199900801_0_0", "text": "who won the gold for the men's figure skating"}
420
+ {"_id": "dev_1627235089487061878_2_0", "text": "when does the first nba basketball game start"}
421
+ {"_id": "dev_-2389852983880139802_0_0", "text": "when did the last state became a state"}
422
+ {"_id": "dev_-3723267971053890933_1_0", "text": "who won the 2017 women's wimbledon final"}
423
+ {"_id": "dev_-1176280233636154422_1_0", "text": "when did the east india company take control of india"}
424
+ {"_id": "dev_-7897846385260632865_1_0", "text": "where are the winter olympics and when do they start"}
425
+ {"_id": "dev_5104733125093069374_0_0", "text": "where is the new football stadium in atlanta"}
426
+ {"_id": "dev_-7569155561607180003_0_0", "text": "when was the last time new zealand had an earthquake"}
427
+ {"_id": "dev_3714837734314739303_1_0", "text": "who wrote trust and believe by keyshia cole"}
428
+ {"_id": "dev_-3278224144622911032_0_0", "text": "with a land area of 54 314 square miles where does wisconsin rank among the 50 states"}
429
+ {"_id": "dev_-4240754303139861764_0_0", "text": "who won in the brown vs board of education case"}
430
+ {"_id": "dev_-1107672282215619263_1_0", "text": "when did amnesia the dark descent come out"}
431
+ {"_id": "dev_-7897113541364787891_2_0", "text": "who wrote the music for christmas story live"}
432
+ {"_id": "dev_717396984278309877_0_0", "text": "when does season 2 of just add magic come out"}
433
+ {"_id": "dev_6608141013475408306_0_0", "text": "which is the world's largest company in terms of revenue"}
434
+ {"_id": "dev_-1716244375468450999_0_0", "text": "who was the first territorial governor of oklahoma"}
435
+ {"_id": "dev_8838750614698973059_1_0", "text": "who did johnny manziel play college football for"}
436
+ {"_id": "dev_-331751834641431619_0_0", "text": "how many breeds of pigs are there in the uk"}
437
+ {"_id": "dev_-7547010477187202763_0_0", "text": "red and white flag with circle of stars"}
438
+ {"_id": "dev_4452310047580638948_0_0", "text": "who won the most on who wants to be a millionaire"}
439
+ {"_id": "dev_-8639267911911555174_0_0", "text": "who won the food network star in 2016"}
440
+ {"_id": "dev_7419886512720251384_1_0", "text": "who is the current cruiserweight champion in wwe"}
441
+ {"_id": "dev_-580230409795669145_0_0", "text": "which country has the smallest population in europe"}
442
+ {"_id": "dev_-7549927055150825857_2_0", "text": "when was the last time the ducks won the stanley cup"}
443
+ {"_id": "dev_9140154657058392803_0_0", "text": "who played taylor on the bold and beautiful"}
444
+ {"_id": "dev_-7709111104155953766_1_0", "text": "who is the president of usa right now"}
445
+ {"_id": "dev_7835345385704208729_0_0", "text": "when does the new episode of scorpion come on"}
446
+ {"_id": "dev_-2049551589682654986_0_0", "text": "when was the latest version of chrome released"}
447
+ {"_id": "dev_8965198420725510475_0_0", "text": "when was the taj mahal built and completed"}
448
+ {"_id": "dev_-1553987779351150508_0_0", "text": "when is season 3 of grace and frankie being released"}
449
+ {"_id": "dev_1447779709231013547_0_0", "text": "who does bryce dallas howard play in the grinch"}
450
+ {"_id": "dev_-4732547990490429386_0_0", "text": "when do new episodes of mindy project air"}
451
+ {"_id": "dev_6419695748325791865_0_0", "text": "who plays david in alvin and the chipmunks"}
452
+ {"_id": "dev_-7769128346512554192_0_0", "text": "who plays yoda in revenge of the sith"}
453
+ {"_id": "dev_-2796541333611735730_0_0", "text": "when's the last time army won the army navy game"}
454
+ {"_id": "dev_-654813784263793476_1_0", "text": "who is the ceo of crate and barrel"}
455
+ {"_id": "dev_-1895395311092473287_0_0", "text": "who produced the movie i can only imagine"}
456
+ {"_id": "dev_5753281635295092532_0_0", "text": "what is the current mac os operating system"}
457
+ {"_id": "dev_4746642035969795767_0_0", "text": "who sang the superbowl national anthem in 2017"}
458
+ {"_id": "dev_-6977583364271191243_0_0", "text": "what is the largest city in the united states per square mile"}
459
+ {"_id": "dev_-5708450771125029505_0_0", "text": "who is the largest supermarket chain in the uk"}
460
+ {"_id": "dev_-6174332306005850659_0_0", "text": "who's winning the election in virginia for governor"}
461
+ {"_id": "dev_-3436933223479131319_1_0", "text": "when did the movie breakfast club come out"}
462
+ {"_id": "dev_-8093270180070455662_0_0", "text": "what was the last episode of the flash"}
463
+ {"_id": "dev_-8093270180070455662_1_0", "text": "what was the last episode of the flash"}
464
+ {"_id": "dev_5397736648256223057_0_0", "text": "when was the last time vancouver had an earthquake"}
465
+ {"_id": "dev_7959139617269330860_1_0", "text": "when was the last time clemson won the national championship"}
466
+ {"_id": "dev_-3235472216710824047_2_0", "text": "where was the super bowl 52 played at"}
467
+ {"_id": "dev_5547510168729772989_0_0", "text": "who is the secretary of state for northern ireland"}
468
+ {"_id": "dev_5547510168729772989_3_0", "text": "who is the secretary of state for northern ireland"}
469
+ {"_id": "dev_5770553296217961046_0_0", "text": "what is the shannara chronicles season 2 based on"}
470
+ {"_id": "dev_-3997903456004696919_0_0", "text": "what's the biggest country in western europe"}
471
+ {"_id": "dev_-7146348936280379162_0_0", "text": "who received the most (but not a majority of) electoral votes in 1824"}
472
+ {"_id": "dev_7143040220722532389_0_0", "text": "when was it was not death for i stood up published"}
473
+ {"_id": "dev_-5930016277857501798_0_0", "text": "who wrote there's a guy works down the chip shop lyrics"}
474
+ {"_id": "dev_4829683075369336935_0_0", "text": "last team to win fa cup outside top flight"}
475
+ {"_id": "dev_1802461501489784989_2_0", "text": "who sings the song let me love you"}
476
+ {"_id": "dev_8741253661372783389_3_0", "text": "when was the first season of when calls the heart"}
477
+ {"_id": "dev_-5131068876555455108_0_0", "text": "what is annual fee for amex black card"}
478
+ {"_id": "dev_3975946036115262448_0_0", "text": "when is the running of the bulls held in spain"}
479
+ {"_id": "dev_5407317268609436979_0_0", "text": "when is the last time wisconsin missed the ncaa tournament"}
480
+ {"_id": "dev_-8631848132000982945_1_0", "text": "gestational sac and yolk sac but no baby at 7 weeks"}
481
+ {"_id": "dev_6455569855608254961_0_0", "text": "who was the author of the art of war"}
482
+ {"_id": "dev_8869318258439148973_2_0", "text": "who is playing the halftime show for the superbowl"}
483
+ {"_id": "dev_4575959314529764508_0_0", "text": "what is the name of the shape with 100 sides"}
484
+ {"_id": "dev_2098168902147822379_0_0", "text": "where will the next summer and winter olympics be held"}
485
+ {"_id": "dev_604994066909407376_0_0", "text": "who won nfl football coach of the year"}
486
+ {"_id": "dev_-6740873139243659712_1_0", "text": "name of volcano that erupted in iceland in 2010"}
487
+ {"_id": "dev_-2821555294926036903_1_0", "text": "what type of song is what a wonderful world"}
488
+ {"_id": "dev_4030984189598524193_0_0", "text": "when did the government change the retirement age"}
489
+ {"_id": "dev_1117400623925969758_1_0", "text": "who won the ncaa women's championship last year 2017"}
490
+ {"_id": "dev_-3787315280840041913_0_0", "text": "who has the most receiving yards in the nfl history"}
491
+ {"_id": "dev_-2657014790962135860_2_0", "text": "the tenure of the office of the lokayukt of up"}
492
+ {"_id": "dev_-1989085239392486277_1_0", "text": "when did the first ninja turtles come out"}
493
+ {"_id": "dev_1343126989041312010_0_0", "text": "what is an example of a tricyclic antidepressant"}
494
+ {"_id": "dev_-6965315175406025099_1_0", "text": "when is the last time the philadelphia won the superbowl"}
495
+ {"_id": "dev_-2432292250757146771_0_0", "text": "who wrote the song i hate you i love you"}
496
+ {"_id": "dev_-4718907808571954323_0_0", "text": "when does kc undercover season 3 episode 10 air"}
497
+ {"_id": "dev_6259115206983706732_2_0", "text": "when does isle of dogs come out in us"}
498
+ {"_id": "dev_1070572237499172286_1_0", "text": "who wrote the song after you've gone"}
499
+ {"_id": "dev_-3366153456070660329_0_0", "text": "host of the late show who was once a correspondent for the daily show"}
500
+ {"_id": "dev_-3366153456070660329_1_0", "text": "host of the late show who was once a correspondent for the daily show"}
501
+ {"_id": "dev_2303585950274205305_0_0", "text": "what type of dog was laika the spacedog"}
502
+ {"_id": "dev_3653635084331615973_2_0", "text": "who won the mens single ice skating 2018"}
503
+ {"_id": "dev_3653635084331615973_2_0", "text": "who won the mens single ice skating 2018"}
504
+ {"_id": "dev_3653635084331615973_0_0", "text": "who won the mens single ice skating 2018"}
505
+ {"_id": "dev_-2934130876264126716_0_0", "text": "how many seasons has greys anatomy been on tv"}
506
+ {"_id": "dev_-8183939475798743203_0_0", "text": "different ways to say bless you in french"}
507
+ {"_id": "dev_-8340580594701416315_0_0", "text": "who is jared on the bold and the beautiful"}
508
+ {"_id": "dev_-2496413566748035953_0_0", "text": "who starred in the film walk the line"}
509
+ {"_id": "dev_2510596460041981320_1_0", "text": "who has most followers on instagram in world"}
510
+ {"_id": "dev_-5745040113272333526_2_0", "text": "where does the saskatchewan river start and end"}
511
+ {"_id": "dev_2520157637302004904_0_0", "text": "how many points did lebron james scored in his career"}
512
+ {"_id": "dev_6787462403220370958_4_0", "text": "where is the 7th game of the world series played"}
513
+ {"_id": "dev_-8839043176903626071_0_0", "text": "when does the mlb season start and finish"}
514
+ {"_id": "dev_-2744918804442631763_0_0", "text": "what is the longest panic at the disco song title"}
515
+ {"_id": "dev_2329833534419074937_0_0", "text": "when does star trek discovery season 1 end"}
516
+ {"_id": "dev_-2855755816946801432_0_0", "text": "who starred in the tv show even stevens"}
517
+ {"_id": "dev_-7155063525359960751_0_0", "text": "how many nfl games were played in london"}
518
+ {"_id": "dev_-5623229691925051533_2_0", "text": "when was the south asian association for regional co-operation (saarc) formed"}
519
+ {"_id": "dev_-7539977067938315844_0_0", "text": "when does brooklyn nine nine season 5 episode 12"}
520
+ {"_id": "dev_-7500628880962184409_0_0", "text": "who was the chief guest of india on independence day 2017"}
521
+ {"_id": "dev_7811140318762480311_1_0", "text": "who is the owner of the mandalay bay in vegas"}
522
+ {"_id": "dev_-1731468665683161169_0_0", "text": "who was the qb for the saints before drew brees"}
523
+ {"_id": "dev_1787430967072848088_0_0", "text": "what type of novel is goodbye mr chips"}
524
+ {"_id": "dev_-3420681886890852721_3_0", "text": "when did cybermen first appear in doctor who"}
525
+ {"_id": "dev_-5354565550882599559_0_0", "text": "who won last year's ncaa women's basketball"}
526
+ {"_id": "dev_-5354565550882599559_1_0", "text": "who won last year's ncaa women's basketball"}
527
+ {"_id": "dev_3894868295283691022_0_0", "text": "what episode does caroline come into the originals"}
528
+ {"_id": "dev_4870961414505835033_0_0", "text": "where is beijing located on the world map"}
529
+ {"_id": "dev_-6522981514285898713_0_0", "text": "when did the phantom of the opera open"}
530
+ {"_id": "dev_-2317727594843902789_0_0", "text": "who has the most followers in the world on instagram"}
531
+ {"_id": "dev_199896377614951764_0_0", "text": "where is natural gas found in the us"}
532
+ {"_id": "dev_-7680264467463824476_0_0", "text": "one piece episode 534 english dubbed release date"}
533
+ {"_id": "dev_-4594458768743845487_1_0", "text": "when was the last time america hosted the summer olympics"}
534
+ {"_id": "dev_-4594458768743845487_0_0", "text": "when was the last time america hosted the summer olympics"}
535
+ {"_id": "dev_6355352627831482364_0_0", "text": "who is the most losing team in nfl history"}
536
+ {"_id": "dev_-631926128215110114_0_0", "text": "who won the 2018 women's royal rumble match"}
537
+ {"_id": "dev_-1568904492861961559_0_0", "text": "premier league players to score 5 goals in one game"}
538
+ {"_id": "dev_6318078479583016527_0_0", "text": "death march to parallel world rhapsody ep 5"}
539
+ {"_id": "dev_8007013122840694445_0_0", "text": "when did the battle of bull run start"}
540
+ {"_id": "dev_213833303613621065_0_0", "text": "the resting stage of the cell cycle is"}
541
+ {"_id": "dev_3056905492007126647_1_0", "text": "what was the lowest barometric pressure for hurricane irma"}
542
+ {"_id": "dev_922896385310656150_0_0", "text": "legends of tomorrow season 3 finale air date"}
543
+ {"_id": "dev_-2985892305125459809_0_0", "text": "where is the orinoco river located on a map"}
544
+ {"_id": "dev_-4442420935094556457_0_0", "text": "what are the first and second major religions in france"}
545
+ {"_id": "dev_2741826828451174428_2_0", "text": "when does the champions league round of 16 start"}
546
+ {"_id": "dev_-2137100909868207717_0_0", "text": "who is playing halftime at the pro bowl"}
547
+ {"_id": "dev_8726534937707270459_0_0", "text": "when was beowulf most likely composed when did it's events probably take place"}
548
+ {"_id": "dev_-3859934051930818596_0_0", "text": "who does the music for shimmer and shine"}
549
+ {"_id": "dev_-86061704964093180_0_0", "text": "when was the suite life of zack and cody made"}
550
+ {"_id": "dev_-8958554260105256647_0_0", "text": "who has the most number one single hits"}
551
+ {"_id": "dev_1660122524963141000_0_0", "text": "how many seasons of johnny bravo are there"}
552
+ {"_id": "dev_-2136443645297570089_1_0", "text": "when was i can only imagine the song released"}
553
+ {"_id": "dev_5372631738578000712_0_0", "text": "when did how you remind me come out"}
554
+ {"_id": "dev_295613860577624229_2_0", "text": "when does star wars battlefront 2 com out"}
555
+ {"_id": "dev_575501437401429947_0_0", "text": "how many episodes in season 2 of fargo"}
556
+ {"_id": "dev_3572473811682622371_1_0", "text": "when was the first mad max movie release"}
557
+ {"_id": "dev_8764595541108458270_0_0", "text": "which material is the heaviest in term of density"}
558
+ {"_id": "dev_914815550191007566_0_0", "text": "who was the nfl first draft pick 2017"}
559
+ {"_id": "dev_7845446672620706988_0_0", "text": "songs on 4 your eyez only j cole"}
560
+ {"_id": "dev_-4272238140703789131_0_0", "text": "who is the drummer for guns and roses"}
561
+ {"_id": "dev_-2362041234838636399_0_0", "text": "who was the first coronated king of manipur at kangla"}
562
+ {"_id": "dev_6009524706907434549_0_0", "text": "when was the last time the seattle seahawks won the superbowl"}
563
+ {"_id": "dev_-716659397149237689_1_0", "text": "when did britain set up east indian trading company"}
564
+ {"_id": "dev_-5788046732019278353_2_0", "text": "who talks for belle in beauty and the beast"}
565
+ {"_id": "dev_-8210906804004340673_1_0", "text": "when's the last time michigan won a national championship in basketball"}
566
+ {"_id": "dev_-8210906804004340673_0_0", "text": "when's the last time michigan won a national championship in basketball"}
567
+ {"_id": "dev_-5519267321423308172_1_0", "text": "who won the men's single title of australia open on 1 february 2015"}
568
+ {"_id": "dev_8231055088901915480_0_0", "text": "how many students does monarch high school have"}
569
+ {"_id": "dev_-3501594713650916557_0_0", "text": "what does ss stand for on naval ships"}
570
+ {"_id": "dev_-8062812506672279762_0_0", "text": "what nba team did derrick rose play for"}
571
+ {"_id": "dev_4639443563976072562_0_0", "text": "term limits for house of representatives and senate"}
572
+ {"_id": "dev_-1156698710834898691_0_0", "text": "what is the number one movie in the usa"}
573
+ {"_id": "dev_265470454018067559_3_0", "text": "who was the leader of the zulu in south africa who led the fight against the british"}
574
+ {"_id": "dev_1829942247279965621_0_0", "text": "how much money did it cost to make gta v"}
575
+ {"_id": "dev_3066393401707107613_1_0", "text": "where was the u.s.s maine when it exploded in 1898"}
576
+ {"_id": "dev_6347689646333822132_0_0", "text": "when was the last time the dodgers went to the world seris"}
577
+ {"_id": "dev_722920117313579366_2_0", "text": "when did the book thief movie come out"}
578
+ {"_id": "dev_-4723713582700509339_0_0", "text": "three largest cities in the world by population"}
579
+ {"_id": "dev_-2520765213268223500_0_0", "text": "ahana from dil sambhal ja zara real name"}
580
+ {"_id": "dev_2523901879214891936_0_0", "text": "when is the 5th round fa cup played"}
581
+ {"_id": "dev_6434931911289860123_3_0", "text": "who is doing 2018 super bowl half time show"}
582
+ {"_id": "dev_8089046617604182051_0_0", "text": "where is the diaphragm located on the human body"}
583
+ {"_id": "dev_-575282834093664171_0_0", "text": "where is tigris river located on the world map"}
584
+ {"_id": "dev_6137657569181165929_0_0", "text": "where did zendaya place in dancing with the stars"}
585
+ {"_id": "dev_6137657569181165929_3_0", "text": "where did zendaya place in dancing with the stars"}
586
+ {"_id": "dev_5543510584551366341_1_0", "text": "when did the celebrities enter the big brother house"}
587
+ {"_id": "dev_-4073927395432951958_0_0", "text": "is coca cola a public or private company"}
588
+ {"_id": "dev_-3884651026012756707_1_0", "text": "who ran the fastest 40 yard dash in the nfl"}
589
+ {"_id": "dev_-809030720693449714_0_0", "text": "when did colour tv come out in uk"}
590
+ {"_id": "dev_5352272261459028724_0_0", "text": "who sang the national anthem at the 2002 super bowl"}
591
+ {"_id": "dev_-1735809030284197387_0_0", "text": "where does the largest amount of federal tax revenue come from"}
592
+ {"_id": "dev_-8834996069938989383_2_0", "text": "when did clifford the big red dog first air on tv"}
593
+ {"_id": "dev_-6453710656175111438_3_0", "text": "when was you'll never walk alone first released"}
594
+ {"_id": "dev_336287816996696283_0_0", "text": "who did university of miami play last week"}
595
+ {"_id": "dev_-507393196484821237_0_0", "text": "who is known as the philippine queen of bossa nova"}
596
+ {"_id": "dev_-8761541385334924915_1_0", "text": "who is the highest selling r&b artist of all time"}
597
+ {"_id": "dev_-8761541385334924915_0_0", "text": "who is the highest selling r&b artist of all time"}
598
+ {"_id": "dev_4793332266598034685_1_0", "text": "where was held the first session of muslim league"}
599
+ {"_id": "dev_191024324280973989_1_0", "text": "when was the original stephen king it movie made"}
600
+ {"_id": "dev_-5190081813109108133_0_0", "text": "how many countries are a part of opec"}
601
+ {"_id": "dev_-7178158026404978131_1_0", "text": "who has the most wins on around the horn"}
602
+ {"_id": "dev_-2734262516760716451_0_0", "text": "who won the marathon in new york city"}
603
+ {"_id": "dev_-2418032234376469176_0_0", "text": "where is the eagle creek fire located in oregon"}
604
+ {"_id": "dev_1895553409990436687_0_0", "text": "list all the planet of the ape movies"}
605
+ {"_id": "dev_6390417107479371828_0_0", "text": "leader of carthage in the first punic war"}
606
+ {"_id": "dev_-9218071870296104401_2_0", "text": "when does the new mlp movie come out"}
607
+ {"_id": "dev_-26096126379171012_0_0", "text": "the fresh prince of bel air season 3 episode 11"}
608
+ {"_id": "dev_-1354328871737756266_0_0", "text": "who starred in the movie natural born killers"}
609
+ {"_id": "dev_-762041382033250366_1_0", "text": "who was the first elected president of pakistan"}
610
+ {"_id": "dev_4926415052497472665_2_0", "text": "who starred in the movie on golden pond"}
611
+ {"_id": "dev_5261178826676259974_0_0", "text": "who is the best director in bollywood 2017"}
612
+ {"_id": "dev_7104554727863075462_2_0", "text": "who's the original singer of help me make it through the night"}
613
+ {"_id": "dev_-6074449039700263907_0_0", "text": "what is the average height of a chinese man"}
614
+ {"_id": "dev_-2346694142996376613_1_0", "text": "who starred in the movie summer of 42"}
615
+ {"_id": "dev_2024305852899809276_2_0", "text": "who wrote the phantom of the opera music"}
616
+ {"_id": "dev_-1570489268362749053_1_0", "text": "what is the current population of bora bora"}
617
+ {"_id": "dev_-9203958203595622889_4_0", "text": "who is president of india in present time"}
618
+ {"_id": "dev_-2905696611778901658_2_0", "text": "who sang oh annie i not your daddy"}
619
+ {"_id": "dev_-2470596760323857939_0_0", "text": "where did the battle of freeman's farm take place"}
620
+ {"_id": "dev_4751970918979686297_0_0", "text": "what is the name of the last episode of spongebob"}
621
+ {"_id": "dev_-3371798557886238687_0_0", "text": "who starred in an officer and a gentleman"}
622
+ {"_id": "dev_9070003128797416503_0_0", "text": "who has scored the most half centuries in test cricket"}
623
+ {"_id": "dev_-3871680913230349452_1_0", "text": "what year did the price is right first air"}
624
+ {"_id": "dev_-3417376069582577712_0_0", "text": "who wrote the song balls to the wall"}
625
+ {"_id": "dev_-4185978578765420889_0_0", "text": "who is the chief economic advisor of india"}
626
+ {"_id": "dev_-4185978578765420889_3_0", "text": "who is the chief economic advisor of india"}
627
+ {"_id": "dev_3157326644448626515_0_0", "text": "what is the transfer speed for sata 1"}
628
+ {"_id": "dev_-8622455892578646005_0_0", "text": "how many wins does tiger woods have on the pga tour"}
629
+ {"_id": "dev_-6653949650560323432_0_0", "text": "capital of georgia the former soviet republic 7 letters"}
630
+ {"_id": "dev_1367194895286784906_0_0", "text": "when did little house on the praire air"}
631
+ {"_id": "dev_-5471598133729816691_2_0", "text": "who won the most mvp awards in the nba"}
632
+ {"_id": "dev_-278447034238251050_0_0", "text": "how many episodes in my name is earl season 4"}
633
+ {"_id": "dev_-7784467847733894276_1_0", "text": "who did cubs beat in 2016 world series"}
634
+ {"_id": "dev_-7784467847733894276_1_0", "text": "who did cubs beat in 2016 world series"}
635
+ {"_id": "dev_3227997019205769806_1_0", "text": "where is the snooker world open currently held"}
636
+ {"_id": "dev_6252368506266045525_0_0", "text": "in which year was led zepplin refused entry into singapore because the band members had long hair"}
637
+ {"_id": "dev_2238825424920197368_2_0", "text": "where was the capital of the habsburg empire located"}
638
+ {"_id": "dev_-610965397636500508_0_0", "text": "what is the meaning of the name mandy"}
639
+ {"_id": "dev_636692438616046367_1_0", "text": "who played ashley on the young and the restless"}
640
+ {"_id": "dev_2039311614003499003_0_0", "text": "cast of a nightmare on elm street 1984"}
641
+ {"_id": "dev_-6639724600997668931_0_0", "text": "how much for a passport in the philippines"}
642
+ {"_id": "dev_8639185752705375079_0_0", "text": "who sings the songs in crazy ex girlfriend"}
643
+ {"_id": "dev_-3251809994408662838_3_0", "text": "when was the young and the restless first aired"}
644
+ {"_id": "dev_4725834485685841519_0_0", "text": "what was the result of the revolt of 1857"}
645
+ {"_id": "dev_-8224433084297586629_0_0", "text": "when did gaurdians of the galaxy 2 come out"}
646
+ {"_id": "dev_-6154199957062906148_1_0", "text": "who has played in the most premier league derbies"}
647
+ {"_id": "dev_-6154199957062906148_0_0", "text": "who has played in the most premier league derbies"}
648
+ {"_id": "dev_-4774432278414894650_0_0", "text": "so you think you can dance season 2 judges"}
649
+ {"_id": "dev_7413826602347108802_0_0", "text": "when is the next episode of flash airing"}
650
+ {"_id": "dev_-7119324654516311671_0_0", "text": "who has the highest paid contract in the nba"}
651
+ {"_id": "dev_-4427112594024146143_0_0", "text": "when did the eagles win the super bowl"}
652
+ {"_id": "dev_-1937309298763023705_0_0", "text": "where's the pro bowl going to be this year"}
653
+ {"_id": "dev_7711594393122809900_0_0", "text": "where is the largest salt mine in the us"}
654
+ {"_id": "dev_2241516377343726249_0_0", "text": "who sings the theme song for degrassi the next generation"}
655
+ {"_id": "dev_-1886758056229796497_0_0", "text": "all time highest goal scorer in spain national team"}
656
+ {"_id": "dev_7663087575680980816_1_0", "text": "who sings two pints of lager and a packet of crisps"}
657
+ {"_id": "dev_-3429928405660073272_0_0", "text": "what is the most current adobe flash player version"}
658
+ {"_id": "dev_-3429928405660073272_1_0", "text": "what is the most current adobe flash player version"}
659
+ {"_id": "dev_-6482446475869649556_0_0", "text": "who is the original singer of you re going to love me"}
660
+ {"_id": "dev_5467940701271228154_0_0", "text": "vapor pressure of water at 100c in torr"}
661
+ {"_id": "dev_1948497636799850105_0_0", "text": "who won the ladies ice skating in the olympics"}
662
+ {"_id": "dev_3503546694948898984_1_0", "text": "who won the ncaa basketball championship in 1994"}
663
+ {"_id": "dev_3916394566028297311_0_0", "text": "who wrote it's a long long way to pasadena"}
664
+ {"_id": "dev_6177783831041627649_0_0", "text": "what was the outcome of the battle of san juan hill"}
665
+ {"_id": "dev_-8173185901893059652_0_0", "text": "where is most of the worlds gold held"}
666
+ {"_id": "dev_9204212993113696715_0_0", "text": "who claimed land in south america for portugal"}
667
+ {"_id": "dev_4165492677619036185_3_0", "text": "who has won more national championships michigan or ohio state"}
668
+ {"_id": "dev_4165492677619036185_0_0", "text": "who has won more national championships michigan or ohio state"}
669
+ {"_id": "dev_7110705857253017304_0_0", "text": "when was the last time miss texas won miss america"}
670
+ {"_id": "dev_-4851593806612549544_0_0", "text": "when will the flash season 4 episode 14 coming out"}
671
+ {"_id": "dev_-6639256684125098362_0_0", "text": "when was the last easter fell on april 1"}
672
+ {"_id": "dev_2911493370352980057_3_0", "text": "when was united nations convention on the rights of the child created"}
673
+ {"_id": "dev_2064553657789426310_0_0", "text": "who was the drummer with the travelling wilburys"}
674
+ {"_id": "dev_-6133376783179617930_2_0", "text": "when did the lion king start on broadway"}
675
+ {"_id": "dev_8188257007144413363_2_0", "text": "who sang how can you mend a broken heart first"}
676
+ {"_id": "dev_276186078274972209_0_0", "text": "what episode does caroline get turned into a vampire"}
677
+ {"_id": "dev_7569834957276353470_0_0", "text": "what age do you have to be to buy cigarettes in california"}
678
+ {"_id": "dev_-6658644476996712294_0_0", "text": "the old man and the sea page count"}
679
+ {"_id": "dev_-4882553194262710105_1_0", "text": "what is the salary of us secretary of state"}
680
+ {"_id": "dev_5360223163814883105_0_0", "text": "which organelle is the site of atp production and storage"}
681
+ {"_id": "dev_-7692927607953263226_1_0", "text": "where do the elves go on the boat in lord of the rings"}
682
+ {"_id": "dev_70640340064871933_0_0", "text": "who won britain's next top model 2016"}
683
+ {"_id": "dev_-2107324154024383180_1_0", "text": "who wrote and performed i can only imagine"}
684
+ {"_id": "dev_-6662395259728504920_1_0", "text": "who directed the iconic animated short educational film ek anek aur ekta"}
685
+ {"_id": "dev_2141218895657905276_0_0", "text": "who played tom on as the world turns"}
686
+ {"_id": "dev_96833482883405603_0_0", "text": "where was the witch of blackbird pond published"}
687
+ {"_id": "dev_8968036245733884389_3_0", "text": "when did stephen curry won the mvp award"}
688
+ {"_id": "dev_-2961860751699827965_1_0", "text": "who was elected president of the united states in 1928"}
689
+ {"_id": "dev_400438603377436284_0_0", "text": "which city is called the manchester of north india"}
690
+ {"_id": "dev_6339911987422116455_2_0", "text": "when was the last time astros was in the world series"}
691
+ {"_id": "dev_-7689623500784530408_0_0", "text": "what is the term of an official in the house of representatives"}
692
+ {"_id": "dev_-3916630270525551248_1_0", "text": "who sings the song rock you like a hurricane"}
693
+ {"_id": "dev_-1784166641721771683_3_0", "text": "what ethnic group celebrates its contribution to america in october"}
694
+ {"_id": "dev_3876834128770590177_1_0", "text": "who won the election for mayor in boston"}
695
+ {"_id": "dev_-1329195140453226437_2_0", "text": "where is dia de los muertos celebrated in mexico"}
696
+ {"_id": "dev_-3871165475204369534_0_0", "text": "who sings song at the end of beauty and the beast"}
697
+ {"_id": "dev_7870432204780066761_0_0", "text": "bruce springsteen we shall overcome the seeger sessions songs"}
698
+ {"_id": "dev_-1502184636482891590_1_0", "text": "when did all night long come out lionel richie"}
699
+ {"_id": "dev_-6985110895923478566_0_0", "text": "how many gold medals won by india in 2018 commonwealth games"}
700
+ {"_id": "dev_379105892306760499_0_0", "text": "what is the most common blood type in sweden"}
701
+ {"_id": "dev_-688650939164667186_0_0", "text": "what channel does thursday night football come on regular tv"}
702
+ {"_id": "dev_-381301893645124054_4_0", "text": "who owns the delano hotel in las vegas"}
703
+ {"_id": "dev_-3164262024794615071_1_0", "text": "who wrote hallelujah i just love her so"}
704
+ {"_id": "dev_-5319807841072678492_0_0", "text": "who wrote from now on from the greatest showman"}
705
+ {"_id": "dev_811267239470530686_1_0", "text": "who wrote catch 22 (both names)"}
706
+ {"_id": "dev_7688558440017400928_2_0", "text": "who is playing halftime show super bowl 2018"}
707
+ {"_id": "dev_-4271099756149693907_0_0", "text": "what type of snake is kaa in jungle book"}
708
+ {"_id": "dev_-4512601929982486528_0_0", "text": "north carolina delegate to the second continental congress"}
709
+ {"_id": "dev_8066631268978073518_0_0", "text": "what are the top five wine producing states"}
710
+ {"_id": "dev_979125442976838000_2_0", "text": "what was the real name of saudi arabia"}
711
+ {"_id": "dev_8584547279726658033_0_0", "text": "internet based test of english as a foreign language test"}
712
+ {"_id": "dev_-7779530728701828621_0_0", "text": "where did they film the game of thrones"}
713
+ {"_id": "dev_-8788207958970648395_2_0", "text": "what disney cartoon character's middle name is fauntleroy"}
714
+ {"_id": "dev_4406487793270061034_2_0", "text": "when did the log flume closed at alton towers"}
715
+ {"_id": "dev_1036801998292429298_0_0", "text": "when do the new episodes of supernatural start"}
716
+ {"_id": "dev_-4495002141191708906_0_0", "text": "when will notre dame played michigan state again"}
717
+ {"_id": "dev_-6747120392723244868_0_0", "text": "who has the most super bowls in nfl history"}
718
+ {"_id": "dev_-8487838905093003039_0_0", "text": "who was named african footballer of the year 2014"}
719
+ {"_id": "dev_-6324374377150128718_0_0", "text": "what is the salary of the ceo of microsoft"}
720
+ {"_id": "dev_-4134525477156146029_0_0", "text": "which country has won maximum number of gold medal in asian game 2014"}
721
+ {"_id": "dev_2930863770871000475_0_0", "text": "who won the oscar over wolf of wall street"}
722
+ {"_id": "dev_2328253574428558627_0_0", "text": "when does south by southwest start in austin texas"}
723
+ {"_id": "dev_-6757338201273100774_1_0", "text": "when does the world cup of hockey start"}
724
+ {"_id": "dev_-6798333581715575431_0_0", "text": "who caused to build qutub minar in delhi"}
725
+ {"_id": "dev_6325788274015035189_0_0", "text": "where is the deepest lake in the us located"}
726
+ {"_id": "dev_7379028789324215181_2_0", "text": "where is the world cup being held 2018"}
727
+ {"_id": "dev_3329484920776215448_0_0", "text": "how many players have scored 10000 runs in odi"}
728
+ {"_id": "dev_374835558462691663_0_0", "text": "when was a series of unfortunate events published"}
729
+ {"_id": "dev_435458167534635838_1_0", "text": "where is the start of 17 mile drive"}
730
+ {"_id": "dev_-5410471527866417159_2_0", "text": "when did i'm coming out come out"}
731
+ {"_id": "dev_4103271350467608333_0_0", "text": "who wrote shes always a woman to me"}
732
+ {"_id": "dev_4958300283717657282_0_0", "text": "when does grey's anatomy come back on in march"}
733
+ {"_id": "dev_4958300283717657282_3_0", "text": "when does grey's anatomy come back on in march"}
734
+ {"_id": "dev_6655886167018306286_0_0", "text": "who was the chief guest of 2014 republic day"}
735
+ {"_id": "dev_-8863981073729330572_4_0", "text": "when was the electronic funds transfer act signed into law"}
736
+ {"_id": "dev_1904684183043481574_0_0", "text": "when did the eagles play in the superbowl"}
737
+ {"_id": "dev_-3573392112612030278_0_0", "text": "who got the first arjun award in athletics"}
738
+ {"_id": "dev_8948147123900423867_0_0", "text": "who won latest america's next top model"}
739
+ {"_id": "dev_-7976063039564136187_0_0", "text": "panda is a national animal of which country"}
740
+ {"_id": "dev_7926898160122122610_0_0", "text": "how long did it take voyager to reach pluto"}
741
+ {"_id": "dev_-180549795106449014_0_0", "text": "who is command sergeant major of the army"}
742
+ {"_id": "dev_-19630582826733372_0_0", "text": "where is the taurus mountains located on a map"}
743
+ {"_id": "dev_3537093784371401720_4_0", "text": "how many episodes are there in ordeal by innocence"}
744
+ {"_id": "dev_-628657333321857656_1_0", "text": "who sang the song you got a friend in me"}
745
+ {"_id": "dev_7625332653051572618_2_0", "text": "who won the american league pennant in 2017"}
746
+ {"_id": "dev_7625332653051572618_2_0", "text": "who won the american league pennant in 2017"}
747
+ {"_id": "dev_3638118358984239481_1_0", "text": "who has won 2017 women's singles korean open series badminton championship"}
748
+ {"_id": "dev_-204697481439605710_3_0", "text": "who wrote i'm in the mood for dancing"}
749
+ {"_id": "dev_-5738106146117683016_1_0", "text": "when do love and hip hop new york come back on"}
750
+ {"_id": "dev_-896127746191949637_1_0", "text": "when was the first hunger games book published"}
751
+ {"_id": "dev_7750414429766802805_0_0", "text": "what does g stand for in ncis los angeles"}
752
+ {"_id": "dev_3319628900030289527_0_0", "text": "when does flash come back on season 4 episode 17"}
753
+ {"_id": "dev_7680180825510539122_1_0", "text": "when did disney art of animation resort open"}
754
+ {"_id": "dev_5775133890125619778_1_0", "text": "when did houston go to the american league"}
755
+ {"_id": "dev_-468308601189845347_3_0", "text": "the atomic number of indium which belongs to 5th period is"}
756
+ {"_id": "dev_4064534769148169274_0_0", "text": "where was gunsmoke to the last man filmed"}
757
+ {"_id": "dev_-1142715461435497032_0_0", "text": "what is the biggest town in west virginia"}
758
+ {"_id": "dev_8964424634747238850_0_0", "text": "who stars in kevin probably save the world"}
759
+ {"_id": "dev_-5135603630401750734_0_0", "text": "how far into game of thrones is the tv show"}
760
+ {"_id": "dev_-1569810426787618729_2_0", "text": "who wrote the music phantom of the opera"}
761
+ {"_id": "dev_8367814284059198764_0_0", "text": "who came out first batman or spider man"}
762
+ {"_id": "dev_2096150463763344356_0_0", "text": "where was the german fleet scuttled in 1919"}
763
+ {"_id": "dev_-5504644202857349113_1_0", "text": "who won the 7 man elimination chamber match"}
764
+ {"_id": "dev_2057031791720472949_0_0", "text": "who won college basketball player of the year"}
765
+ {"_id": "dev_-8180956769613953861_0_0", "text": "what is the highest peak in the ozarks"}
766
+ {"_id": "dev_2451097261567036397_0_0", "text": "in 1945 which party came into power in england"}
767
+ {"_id": "dev_-4348634504898683825_0_0", "text": "where is dakar located on the world map"}
768
+ {"_id": "dev_-5476409518666505226_1_0", "text": "what's the medal count for canada in the olympics"}
769
+ {"_id": "dev_-3763685644851446484_0_0", "text": "when will the la sagrada familia be finished"}
770
+ {"_id": "dev_-119638173687275454_1_0", "text": "when does the nba season end this year"}
771
+ {"_id": "dev_3817110564772494243_1_0", "text": "what breed of dog is the teddy bear dog"}
772
+ {"_id": "dev_-7491187190913609813_1_0", "text": "who is the head of parliament in uk"}
773
+ {"_id": "dev_-784276907572519525_0_0", "text": "who has sold more albums kelly or carrie"}
774
+ {"_id": "dev_-5591916942641139377_0_0", "text": "who has won the most games in nfl 2017"}
775
+ {"_id": "dev_-4198273171611748168_2_0", "text": "how many counties does the state of georgia have"}
776
+ {"_id": "dev_-4037051475431138092_0_0", "text": "the golden age of india took place during the rule of the"}
777
+ {"_id": "dev_1533485886147206292_0_0", "text": "who did the minnesota vikings lose to in the super bowl"}
778
+ {"_id": "dev_-1241024226866484626_0_0", "text": "what is the payout for the texas bowl"}
779
+ {"_id": "dev_-4187551720360968088_0_0", "text": "who has the most podium finishes in australia"}
780
+ {"_id": "dev_238018115866608950_2_0", "text": "when was how deep is your love released"}
781
+ {"_id": "dev_4005166739248694798_1_0", "text": "who wrote hit me baby one more time"}
782
+ {"_id": "dev_-8049695851713697163_1_0", "text": "who has won the eurovision song contest the most times"}
783
+ {"_id": "dev_-4907737409043643902_1_0", "text": "where is the hero golf challenge being played"}
784
+ {"_id": "dev_2516731105847401467_0_0", "text": "who has the most international goals of all time"}
785
+ {"_id": "dev_2371442368115877133_1_0", "text": "who won the mens curling in the olympics 2018"}
786
+ {"_id": "dev_-4659426898177460954_2_0", "text": "when will the flash season 4 be released"}
787
+ {"_id": "dev_-1991117775599650072_0_0", "text": "who sang i'm giving up on you"}
788
+ {"_id": "dev_1313603041913512234_0_0", "text": "who won the fountain of youth stakes at gulfstream park"}
789
+ {"_id": "dev_-1773607187248198254_2_0", "text": "who sings that aint no way to go"}
790
+ {"_id": "dev_-7653704780880979706_3_0", "text": "what is the second book in the alchemyst series"}
791
+ {"_id": "dev_4419308772965725391_0_0", "text": "what was the first episode of season 2 riverdale"}
792
+ {"_id": "dev_8371386055730091060_1_0", "text": "when was the land rover defender first built"}
793
+ {"_id": "dev_6265853462317925040_0_0", "text": "who was the chicago bears quarterback last year"}
794
+ {"_id": "dev_-5525220120773157166_2_0", "text": "who sings the song i want to go outside in the rain"}
795
+ {"_id": "dev_6332740420650663139_0_0", "text": "how many gold medals did australia win in the 2000 olympics"}
796
+ {"_id": "dev_7074317315274630741_1_0", "text": "when did lord howe island became a world heritage site"}
797
+ {"_id": "dev_6174757067560312593_0_0", "text": "who wrote got this feeling in my body"}
798
+ {"_id": "dev_-1892743779381029561_0_0", "text": "who wrote the song mary had a little lamb"}
799
+ {"_id": "dev_481461689673789519_0_0", "text": "who was the first lady nominated member of the rajya sabha"}
800
+ {"_id": "dev_7502629816583547219_2_0", "text": "when was the first super bowl the eagles ever won"}
801
+ {"_id": "dev_-5748368670037082784_0_0", "text": "what is the definition of the name thomas"}
802
+ {"_id": "dev_5139066537796894038_1_0", "text": "when is season 4 of flash coming out"}
803
+ {"_id": "dev_-9077495306870424234_0_0", "text": "who did the 49ers beat in the super bowls"}
804
+ {"_id": "dev_4333514272418210636_0_0", "text": "when was the us department of homeland security created"}
805
+ {"_id": "dev_-7195400924760894316_0_0", "text": "who's playing in the world series and when is it"}
806
+ {"_id": "dev_6148488566924614969_0_0", "text": "who is the present rajya sabha speaker of india"}
807
+ {"_id": "dev_6248346513772649412_0_0", "text": "when is the new season of chicago pd"}
808
+ {"_id": "dev_-5045480262712925875_0_0", "text": "who played in the first fifty shades of grey"}
809
+ {"_id": "dev_-8361853086037854880_0_0", "text": "india south africa test series 2018 highest runs"}
810
+ {"_id": "dev_-8581011797354123346_0_0", "text": "what is the order of the netflix marvel shows"}
811
+ {"_id": "dev_4012602576624292720_0_0", "text": "who won the award for best goalkeeper in football world cup 2006"}
812
+ {"_id": "dev_3707636139773629447_0_0", "text": "who played junior on in the heat of the night"}
813
+ {"_id": "dev_-6317843198214421041_1_0", "text": "winner of the women's royal rumble match"}
814
+ {"_id": "dev_-5864856625806411702_0_0", "text": "chief ministers of tamil nadu mentioned on wikipedia"}
815
+ {"_id": "dev_-5864856625806411702_1_0", "text": "chief ministers of tamil nadu mentioned on wikipedia"}
816
+ {"_id": "dev_-1986464037797500492_0_0", "text": "when did the jurassic park movies come out"}
817
+ {"_id": "dev_1947255455163337403_1_0", "text": "the secret of crickley hall how many episodes"}
818
+ {"_id": "dev_1947255455163337403_0_0", "text": "the secret of crickley hall how many episodes"}
819
+ {"_id": "dev_-6209397953683103736_0_0", "text": "who lasted the longest in the royal rumble"}
820
+ {"_id": "dev_7161580128369190804_1_0", "text": "when did the song push it come out"}
821
+ {"_id": "dev_4516152596710512476_0_0", "text": "who owns the biggest house in beverly hills"}
822
+ {"_id": "dev_6888371277899654085_1_0", "text": "what is the membrane on the surface of the stomach called"}
823
+ {"_id": "dev_-170392909557030937_0_0", "text": "who won the 10m air pistol gold medal at commonwealth shooting championship in brisbane australia"}
824
+ {"_id": "dev_2032750066334794467_0_0", "text": "who won so you think you can dance season 13"}
825
+ {"_id": "dev_4329295475133508270_0_0", "text": "where is salt mined in the united states"}
826
+ {"_id": "dev_-3675528750752507226_0_0", "text": "who is the most selling music artist of all time"}
827
+ {"_id": "dev_105686392567091180_2_0", "text": "who did corbin dance with on dancing with the stars"}
828
+ {"_id": "dev_3688138757377907769_3_0", "text": "when did day light savings start in the us"}
829
+ {"_id": "dev_6859619293717253541_3_0", "text": "how many episodes is season 4 of the flash"}
830
+ {"_id": "dev_-8359866474144720253_2_0", "text": "who hosted they think it's all over"}
831
+ {"_id": "dev_3797700825907085260_2_0", "text": "when did somewhere over the rainbow come out"}
832
+ {"_id": "dev_-4687264244197367164_0_0", "text": "where is the oldest house in america located"}
833
+ {"_id": "dev_1869734979236490493_0_0", "text": "who was the king of england in 1756"}
834
+ {"_id": "dev_7353022013511638872_1_0", "text": "where was the last world cup held and who won"}
835
+ {"_id": "dev_-361372457924056022_1_0", "text": "when was the last time an american won the new york marathon"}
836
+ {"_id": "dev_-361372457924056022_0_0", "text": "when was the last time an american won the new york marathon"}
837
+ {"_id": "dev_-4327031309611699371_2_0", "text": "who is the longest serving member of the house in history"}
838
+ {"_id": "dev_-4327031309611699371_0_0", "text": "who is the longest serving member of the house in history"}
839
+ {"_id": "dev_-4846330438469216667_0_0", "text": "what stations in seattle are owned by sinclair"}
840
+ {"_id": "dev_-2324904500814145665_0_0", "text": "when was south african youth day first celebrated"}
841
+ {"_id": "dev_-7008352380240766023_1_0", "text": "how many episodes of touching evil are there"}
842
+ {"_id": "dev_3759549262611018858_0_0", "text": "when was the last year thanksgiving was on the 23rd"}
843
+ {"_id": "dev_7788386234127027369_0_0", "text": "how many medals did austria win in the 2011 alpine skiing world championships"}
844
+ {"_id": "dev_-465252198487955246_0_0", "text": "who played nicky on the drew carey show"}
845
+ {"_id": "dev_817472909573557784_0_0", "text": "when was the last summer olympics in the usa"}
846
+ {"_id": "dev_-5015248632866497874_0_0", "text": "who has scored the most tries in rugby union"}
847
+ {"_id": "dev_4925057086725798331_2_0", "text": "who wrote yakkity yak don't talk back"}
848
+ {"_id": "dev_6836958741957097999_0_0", "text": "where does the path train stop in newark"}
849
+ {"_id": "dev_6836958741957097999_0_0", "text": "where does the path train stop in newark"}
850
+ {"_id": "dev_-1057147240720779888_0_0", "text": "who does stefan marry in the vampire diaries"}
851
+ {"_id": "dev_1838851770314085590_3_0", "text": "who plays sheila carter on the bold and the beautiful"}
852
+ {"_id": "dev_-2937491632716380332_3_0", "text": "who does april end up with on parks and rec"}
853
+ {"_id": "dev_-2651390481836592629_4_0", "text": "when did rob dyrdek's fantasy factory end"}
854
+ {"_id": "dev_6554684808053745285_0_0", "text": "when was i look at the world poem written"}
855
+ {"_id": "dev_-6600651124515937323_0_0", "text": "where will be the next olympics be held"}
856
+ {"_id": "dev_813008019706037994_0_0", "text": "where is the tennessee titans football stadium located"}
857
+ {"_id": "dev_-6568155421362348184_0_0", "text": "when does the flash season 4 episode 3 air"}
858
+ {"_id": "dev_-6017563210607520155_0_0", "text": "who sang the american national anthem at the super bowl"}
859
+ {"_id": "dev_-1520776679270199355_1_0", "text": "what emperor took over france after the reign of terror"}
860
+ {"_id": "dev_6588008666030402706_0_0", "text": "who has the most yards per carry in nfl history"}
861
+ {"_id": "dev_5388089509332576579_0_0", "text": "who holds the record for most everest summits"}
862
+ {"_id": "dev_8956198408513730227_1_0", "text": "when was the last time the womens hockey team won gold"}
863
+ {"_id": "dev_-1725899096851471109_0_0", "text": "number of employees in the department of health and human services"}
864
+ {"_id": "dev_-1693193121691587800_0_0", "text": "who has the most catches in nfl history"}
865
+ {"_id": "dev_-3434322761169401700_1_0", "text": "where does the paraguay river start and end"}
866
+ {"_id": "dev_-8983483224502024594_0_0", "text": "what does ctrl+shift+t do"}
867
+ {"_id": "dev_5173446072294307095_1_0", "text": "who wins the next iron chef super chefs"}
868
+ {"_id": "dev_-6430362822443228402_0_0", "text": "who played cosette in les miserables on broadway"}
869
+ {"_id": "dev_-8366545547296627039_1_0", "text": "who wrote the song photograph by ringo starr"}
870
+ {"_id": "dev_-7064677612340044331_1_0", "text": "who wrote the song if i were a boy"}
871
+ {"_id": "dev_-1682616433580627593_0_0", "text": "how many tornado planes does the uk have"}
872
+ {"_id": "dev_-73415620755084037_0_0", "text": "who is the ceo of what's up"}
873
+ {"_id": "dev_-7160613573406013828_0_0", "text": "how many seasons of the smurfs are there"}
874
+ {"_id": "dev_675165728449090652_1_0", "text": "when did the tv show the waltons first air"}
875
+ {"_id": "dev_-1911895037920386756_0_0", "text": "who sang the american anthem at the super bowl"}
876
+ {"_id": "dev_-1502468652997112484_1_0", "text": "when does the champions league quarter finals start"}
877
+ {"_id": "dev_-8594286946490162993_0_0", "text": "who sang the them song for as told by ginger"}
878
+ {"_id": "dev_-4955470695601569897_0_0", "text": "who grows the most coffee in the world"}
879
+ {"_id": "dev_-1320589846588271576_1_0", "text": "who was the original host of what's my line"}
880
+ {"_id": "dev_6073711870457481158_0_0", "text": "which state is the richest state in nigeria"}
881
+ {"_id": "dev_-401398066338307987_0_0", "text": "3 candidates for the democratic nomination in 1960"}
882
+ {"_id": "dev_-8856167852185450435_0_0", "text": "what class of ship is the carnival glory"}
883
+ {"_id": "dev_1729335868618505893_2_0", "text": "what is a buckeye the mascot for ohio state university"}
884
+ {"_id": "dev_-5369873521189930337_0_0", "text": "when did i'm like a bird come out"}
885
+ {"_id": "dev_6521877788261380307_0_0", "text": "who is the first prime minister of france"}
886
+ {"_id": "dev_-6923788884598019400_0_0", "text": "who produced a change is gonna come"}
887
+ {"_id": "dev_1855937371513832647_0_0", "text": "the legend of heroes trails in the sky the 3rd vita"}
888
+ {"_id": "dev_-216657635823030751_0_0", "text": "when was the design period known as art deco"}
889
+ {"_id": "dev_-642255764943734268_0_0", "text": "who played santa in the santa clause movies"}
890
+ {"_id": "dev_-8091827725710740081_1_0", "text": "where did the battle of marengo take place"}
891
+ {"_id": "dev_6435985640151261178_1_0", "text": "when does the new gotham season come out"}
892
+ {"_id": "dev_-2836256430486788997_1_0", "text": "who ruled the ottoman empire in the 1500s"}
893
+ {"_id": "dev_-2953491529624297458_0_0", "text": "when was the last time kentucky won ncaa"}
894
+ {"_id": "dev_-4902262571850248372_2_0", "text": "when did the movie princess bride come out"}
895
+ {"_id": "dev_1754802809667665408_1_0", "text": "when is the new dumping ground coming out 2017"}
896
+ {"_id": "dev_1754802809667665408_0_0", "text": "when is the new dumping ground coming out 2017"}
897
+ {"_id": "dev_-366699919824131906_0_0", "text": "perth is the capital of which australian state"}
898
+ {"_id": "dev_-143054837169120955_0_0", "text": "where are the giant redwoods located in california"}
899
+ {"_id": "dev_3129545687702582462_1_0", "text": "when was the last time michigan basketball won the championship"}
900
+ {"_id": "dev_3129545687702582462_2_0", "text": "when was the last time michigan basketball won the championship"}
901
+ {"_id": "dev_3129545687702582462_0_0", "text": "when was the last time michigan basketball won the championship"}
902
+ {"_id": "dev_8753987902863757141_0_0", "text": "what is the revolution period of venus in earth years"}
903
+ {"_id": "dev_-6782664238831495856_0_0", "text": "when does season 5 of the blacklist resume"}
904
+ {"_id": "dev_8894580648680250909_0_0", "text": "who has the best batting average in test cricket"}
905
+ {"_id": "dev_8276435937896712651_0_0", "text": "who plays timon in lion king on broadway"}
906
+ {"_id": "dev_2134628804733070340_0_0", "text": "who won the silver medal in womens figure skating"}
907
+ {"_id": "dev_-4643939675634395319_3_0", "text": "who is the owner of the crowne plaza"}
908
+ {"_id": "dev_4417122874832363992_1_0", "text": "when did the second it movie come out"}
909
+ {"_id": "dev_2166092801797515500_0_0", "text": "who is the director of taarak mehta ka ooltah chashmah"}
910
+ {"_id": "dev_6618861498865762011_0_0", "text": "when did the song here comes the boom come out"}
911
+ {"_id": "dev_-1296066997256847985_0_0", "text": "when was the last time the denver nuggets made the playoffs"}
912
+ {"_id": "dev_3308863550755749825_3_0", "text": "who plays lefou in beauty and the beast 1991"}
913
+ {"_id": "dev_3308863550755749825_2_0", "text": "who plays lefou in beauty and the beast 1991"}
914
+ {"_id": "dev_-9044766538067253255_4_0", "text": "when did avatar the last airbender first air"}
915
+ {"_id": "dev_1035072243758390653_1_0", "text": "who won the battle of britain in ww2"}
916
+ {"_id": "dev_8846142125131602541_0_0", "text": "which us ship was captured off the coast of massachusetts by the british"}
917
+ {"_id": "dev_-3242166562266135685_2_0", "text": "when is dragon ball super episode 131 releasing"}
918
+ {"_id": "dev_-3585157729928173881_0_0", "text": "who plays hulk in the thor and avengers series of movies"}
919
+ {"_id": "dev_-5964458761860143367_0_0", "text": "where does this season's survivor take place"}
920
+ {"_id": "dev_6009212502620981150_0_0", "text": "what's the biggest nfl stadium in the united states"}
921
+ {"_id": "dev_5121486836561174344_0_0", "text": "who starred in the movie romancing the stone"}
922
+ {"_id": "dev_-5136645336730213305_0_0", "text": "winner of worst cooks in america season 5"}
923
+ {"_id": "dev_2467509477831469982_0_0", "text": "where is fort myers located at in florida"}
924
+ {"_id": "dev_5108477420886439064_0_0", "text": "who sold the most records elvis or the beatles"}
925
+ {"_id": "dev_-2260125249998971289_0_0", "text": "when did i ain't mad at cha come out"}
926
+ {"_id": "dev_1547060614805522730_0_0", "text": "what is the rate limiting enzyme of kreb's cycle"}
927
+ {"_id": "dev_-2389754682537282284_1_0", "text": "who was defeated in the french and indian war"}
928
+ {"_id": "dev_7013863939803495694_0_0", "text": "who sings love me tender in princess diaries 2"}
929
+ {"_id": "dev_8841307778581575630_0_0", "text": "how long is the famous suspension bridge in san francisco and what is it called"}
930
+ {"_id": "dev_8518872418407042794_0_0", "text": "who drove the number 18 car in nascar"}
931
+ {"_id": "dev_-2615709236990333512_0_0", "text": "when is the next senate election in australia"}
932
+ {"_id": "dev_-421424649960143649_1_0", "text": "what year did the golden state warriors win their first nba championship"}
933
+ {"_id": "dev_-6298338522213213977_0_0", "text": "what is the share of agriculture in indian economy"}
934
+ {"_id": "dev_6173192803639008655_0_0", "text": "who has appeared in the most royal rumbles"}
935
+ {"_id": "dev_8852593536762804993_0_0", "text": "when was the last person executed in florida"}
936
+ {"_id": "dev_-3621585537083644585_1_0", "text": "what type of bridge is the charles bridge"}
937
+ {"_id": "dev_5533390825531418240_0_0", "text": "who won the first celebrity big brother on channel 5"}
938
+ {"_id": "dev_6536528459363538848_1_0", "text": "when is the next step season 3 coming out"}
939
+ {"_id": "dev_6356531089429364942_0_0", "text": "when did scotland beat england in six nations"}
940
+ {"_id": "dev_-1617333894100895364_0_0", "text": "who has majority in the house and senate"}
941
+ {"_id": "dev_1119012929351784703_0_0", "text": "what type of government is in north america"}
942
+ {"_id": "dev_-4954940607558097452_0_0", "text": "when did where are you now come out"}
943
+ {"_id": "dev_551104541198591245_0_0", "text": "who sang last night on saturday night live"}
944
+ {"_id": "dev_-531589262767128245_0_0", "text": "who won la liga in the last 10 years"}
945
+ {"_id": "dev_3710929627115646080_0_0", "text": "who won the national championship in volleyball 2017"}
946
+ {"_id": "dev_3710929627115646080_1_0", "text": "who won the national championship in volleyball 2017"}
947
+ {"_id": "dev_-4511879760813465490_1_0", "text": "star cast of ab tumhare hawale watan sathiyon"}
948
+ {"_id": "dev_7811042716922165429_0_0", "text": "what's the largest city park in the united states"}
949
+ {"_id": "dev_-2996227699820227347_1_0", "text": "who wrote the french declaration of the rights of man and of the citizen"}
950
+ {"_id": "dev_6205458344160734119_0_0", "text": "list of passport seva kendra in andhra pradesh"}
951
+ {"_id": "dev_1669394955232263644_2_0", "text": "when did the battle of badr take place"}
952
+ {"_id": "dev_-942228778821731241_0_0", "text": "who is the team that beat the eagles this season"}
953
+ {"_id": "dev_-6042961626812330221_0_0", "text": "how can you remove the defect of vision presbyopia"}
954
+ {"_id": "dev_-5003538501505873412_1_0", "text": "who sang i dreamed a dream in les miserables"}
955
+ {"_id": "dev_-4392475526001139368_0_0", "text": "who was first governor general of british india"}
956
+ {"_id": "dev_2083919204265709212_0_0", "text": "who has the most big ten championships in football"}
957
+ {"_id": "dev_-4836766707879388867_0_0", "text": "when was i don't like mondays released"}
958
+ {"_id": "dev_944548615877400596_0_0", "text": "who sings i can't take my eyes off of you"}
959
+ {"_id": "dev_-8102785455239958390_1_0", "text": "who does the voice of alistair in dragon age"}
960
+ {"_id": "dev_4842545652440215325_0_0", "text": "when did slave to the rhythm come out"}
961
+ {"_id": "dev_2233076495650417230_0_0", "text": "who is considered the father of modern cosmology"}
962
+ {"_id": "dev_-1555915271710194694_1_0", "text": "what is the population of st petersburg fl"}
963
+ {"_id": "dev_907238223200158003_0_0", "text": "when did first fast and furious come out"}
964
+ {"_id": "dev_-7088737664341110606_2_0", "text": "where is the citrus bowl held this year"}
965
+ {"_id": "dev_-3170493396531530980_2_0", "text": "who wrote the song always be humble and kind"}
966
+ {"_id": "dev_199561851133275930_0_0", "text": "when did the cubs won a world series"}
train_linearized/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 9594,
5
+ "weight": 9594
6
+ },
7
+ {
8
+ "name": "dev.jsonl.gz",
9
+ "lines": 1068,
10
+ "weight": 1068
11
+ },
12
+ {
13
+ "name": "test.jsonl.gz",
14
+ "lines": 966,
15
+ "weight": 966
16
+ }
17
+ ]
train_linearized/dev.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a6e63d6856840493c8cfb649eeb6d4dd2243717266da9a36fc36e74a324ff3
3
+ size 1317738
train_linearized/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8b6da93411706c6c3253bc56ab5e828d934a645221b404d66a0f2a8e8e2cda
3
+ size 1112289
train_linearized/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d255d78ff0aaaa90484df34e9507a6d4480dd664b7a32516309341cf14b08d5
3
+ size 10823099
train_md/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 9594,
5
+ "weight": 9594
6
+ },
7
+ {
8
+ "name": "dev.jsonl.gz",
9
+ "lines": 1068,
10
+ "weight": 1068
11
+ },
12
+ {
13
+ "name": "test.jsonl.gz",
14
+ "lines": 966,
15
+ "weight": 966
16
+ }
17
+ ]
train_md/dev.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a6e63d6856840493c8cfb649eeb6d4dd2243717266da9a36fc36e74a324ff3
3
+ size 1317738
train_md/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8b6da93411706c6c3253bc56ab5e828d934a645221b404d66a0f2a8e8e2cda
3
+ size 1112289
train_md/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d255d78ff0aaaa90484df34e9507a6d4480dd664b7a32516309341cf14b08d5
3
+ size 10823099
train_qrels.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train_qrels.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train_queries.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train_structure/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 9594,
5
+ "weight": 9594
6
+ },
7
+ {
8
+ "name": "dev.jsonl.gz",
9
+ "lines": 1068,
10
+ "weight": 1068
11
+ },
12
+ {
13
+ "name": "test.jsonl.gz",
14
+ "lines": 966,
15
+ "weight": 966
16
+ }
17
+ ]
train_structure/dev.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69840ed949112eed7191be3612f5d442973a47e2a2cf316d377de25e6bf3868a
3
+ size 2228146
train_structure/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0e6c629b7085a5b99441865c4dbbcb310181939961221adcc0daa9d586e3a5
3
+ size 1862157
train_structure/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022394eb594ec21d44cf377bacaeb4ead2b1da939cde1b76e3cf77d0a5b145aa
3
+ size 17396975