Datasets:
Add files using upload-large-folder tool
Browse files- .gitattributes +4 -58
- Google_WIT/corpus.jsonl +0 -0
- Google_WIT/images/1353.jpg +3 -0
- Google_WIT/images/1390.jpg +3 -0
- Google_WIT/images/1409.jpg +3 -0
- Google_WIT/images/1421.jpg +3 -0
- Google_WIT/images/1435.jpg +3 -0
- Google_WIT/images/189.jpg +3 -0
- Google_WIT/images/2100.jpg +3 -0
- Google_WIT/images/2114.jpg +3 -0
- Google_WIT/images/2128.jpg +3 -0
- Google_WIT/images/2666.jpg +3 -0
- Google_WIT/images/2672.jpg +3 -0
- Google_WIT/images/2699.jpg +3 -0
- Google_WIT/images/2841.jpg +3 -0
- Google_WIT/images/2882.jpg +3 -0
- Google_WIT/images/3222.jpg +3 -0
- Google_WIT/images/3236.jpg +3 -0
- Google_WIT/images/3544.jpg +3 -0
- Google_WIT/images/3550.jpg +3 -0
- Google_WIT/images/3578.jpg +3 -0
- Google_WIT/images/3587.jpg +3 -0
- Google_WIT/images/4203.jpg +3 -0
- Google_WIT/images/4217.jpg +3 -0
- Google_WIT/images/4559.jpg +3 -0
- Google_WIT/images/4565.jpg +3 -0
- Google_WIT/images/4571.jpg +3 -0
- Google_WIT/images/604.jpg +3 -0
- Google_WIT/images/63.jpg +3 -0
- Google_WIT/images/638.jpg +3 -0
- Google_WIT/images/77.jpg +3 -0
- Google_WIT/images/823.jpg +3 -0
- Google_WIT/images/837.jpg +3 -0
- Google_WIT/mixed_corpus.jsonl +0 -0
- Google_WIT/qrels/qrels.tsv +1001 -0
- Google_WIT/queries.jsonl +1000 -0
- MSCOCO/corpus.jsonl +0 -0
- MSCOCO/mixed_corpus.jsonl +0 -0
- MSCOCO/qrels/qrels.tsv +985 -0
- MSCOCO/queries.jsonl +984 -0
- MixBench25.py +83 -0
- OVEN/corpus.jsonl +0 -0
- OVEN/mixed_corpus.jsonl +0 -0
- OVEN/qrels/qrels.tsv +1001 -0
- OVEN/queries.jsonl +1000 -0
- README.md +87 -0
- VisualNews/corpus.jsonl +0 -0
- VisualNews/mixed_corpus.jsonl +0 -0
- VisualNews/qrels/qrels.tsv +982 -0
- VisualNews/queries.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -1,59 +1,5 @@
|
|
| 1 |
-
*.
|
| 2 |
-
*.
|
| 3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
# Audio files - uncompressed
|
| 39 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
# Audio files - compressed
|
| 43 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
# Image files - uncompressed
|
| 49 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
# Image files - compressed
|
| 54 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
-
*.
|
| 56 |
-
*.
|
| 57 |
-
# Video files - compressed
|
| 58 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
Google_WIT/corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Google_WIT/images/1353.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/1390.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/1409.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/1421.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/1435.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/189.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2100.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2114.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2128.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2666.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2672.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2699.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2841.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/2882.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/3222.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/3236.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/3544.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/3550.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/3578.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/3587.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/4203.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/4217.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/4559.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/4565.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/4571.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/604.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/63.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/638.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/77.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/823.jpg
ADDED
|
Git LFS Details
|
Google_WIT/images/837.jpg
ADDED
|
Git LFS Details
|
Google_WIT/mixed_corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Google_WIT/qrels/qrels.tsv
ADDED
|
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
query_id corpus_id score
|
| 2 |
+
1015 1015 1
|
| 3 |
+
229 229 1
|
| 4 |
+
2529 2529 1
|
| 5 |
+
2250 2250 1
|
| 6 |
+
2051 2051 1
|
| 7 |
+
1278 1278 1
|
| 8 |
+
926 926 1
|
| 9 |
+
788 788 1
|
| 10 |
+
3906 3906 1
|
| 11 |
+
293 293 1
|
| 12 |
+
276 276 1
|
| 13 |
+
848 848 1
|
| 14 |
+
2011 2011 1
|
| 15 |
+
2140 2140 1
|
| 16 |
+
4675 4675 1
|
| 17 |
+
243 243 1
|
| 18 |
+
1832 1832 1
|
| 19 |
+
3883 3883 1
|
| 20 |
+
2025 2025 1
|
| 21 |
+
4159 4159 1
|
| 22 |
+
2557 2557 1
|
| 23 |
+
60 60 1
|
| 24 |
+
1463 1463 1
|
| 25 |
+
3916 3916 1
|
| 26 |
+
3129 3129 1
|
| 27 |
+
2555 2555 1
|
| 28 |
+
1423 1423 1
|
| 29 |
+
1982 1982 1
|
| 30 |
+
3091 3091 1
|
| 31 |
+
924 924 1
|
| 32 |
+
840 840 1
|
| 33 |
+
3504 3504 1
|
| 34 |
+
874 874 1
|
| 35 |
+
3303 3303 1
|
| 36 |
+
3164 3164 1
|
| 37 |
+
2435 2435 1
|
| 38 |
+
399 399 1
|
| 39 |
+
4253 4253 1
|
| 40 |
+
4968 4968 1
|
| 41 |
+
1141 1141 1
|
| 42 |
+
3490 3490 1
|
| 43 |
+
719 719 1
|
| 44 |
+
2696 2696 1
|
| 45 |
+
3329 3329 1
|
| 46 |
+
1772 1772 1
|
| 47 |
+
638 638 1
|
| 48 |
+
426 426 1
|
| 49 |
+
2092 2092 1
|
| 50 |
+
2663 2663 1
|
| 51 |
+
727 727 1
|
| 52 |
+
2142 2142 1
|
| 53 |
+
913 913 1
|
| 54 |
+
3505 3505 1
|
| 55 |
+
2556 2556 1
|
| 56 |
+
4200 4200 1
|
| 57 |
+
3361 3361 1
|
| 58 |
+
1492 1492 1
|
| 59 |
+
3413 3413 1
|
| 60 |
+
3265 3265 1
|
| 61 |
+
1932 1932 1
|
| 62 |
+
2458 2458 1
|
| 63 |
+
653 653 1
|
| 64 |
+
1571 1571 1
|
| 65 |
+
4950 4950 1
|
| 66 |
+
2249 2249 1
|
| 67 |
+
1498 1498 1
|
| 68 |
+
4279 4279 1
|
| 69 |
+
3499 3499 1
|
| 70 |
+
2482 2482 1
|
| 71 |
+
2019 2019 1
|
| 72 |
+
2979 2979 1
|
| 73 |
+
517 517 1
|
| 74 |
+
2106 2106 1
|
| 75 |
+
296 296 1
|
| 76 |
+
2902 2902 1
|
| 77 |
+
3710 3710 1
|
| 78 |
+
2464 2464 1
|
| 79 |
+
608 608 1
|
| 80 |
+
1944 1944 1
|
| 81 |
+
2894 2894 1
|
| 82 |
+
1958 1958 1
|
| 83 |
+
4622 4622 1
|
| 84 |
+
3658 3658 1
|
| 85 |
+
4247 4247 1
|
| 86 |
+
1307 1307 1
|
| 87 |
+
2438 2438 1
|
| 88 |
+
2265 2265 1
|
| 89 |
+
4992 4992 1
|
| 90 |
+
2418 2418 1
|
| 91 |
+
3965 3965 1
|
| 92 |
+
3694 3694 1
|
| 93 |
+
3332 3332 1
|
| 94 |
+
2016 2016 1
|
| 95 |
+
1266 1266 1
|
| 96 |
+
4716 4716 1
|
| 97 |
+
4569 4569 1
|
| 98 |
+
824 824 1
|
| 99 |
+
437 437 1
|
| 100 |
+
998 998 1
|
| 101 |
+
1400 1400 1
|
| 102 |
+
1467 1467 1
|
| 103 |
+
3910 3910 1
|
| 104 |
+
585 585 1
|
| 105 |
+
3550 3550 1
|
| 106 |
+
3519 3519 1
|
| 107 |
+
4331 4331 1
|
| 108 |
+
4905 4905 1
|
| 109 |
+
2308 2308 1
|
| 110 |
+
106 106 1
|
| 111 |
+
1045 1045 1
|
| 112 |
+
4974 4974 1
|
| 113 |
+
2456 2456 1
|
| 114 |
+
3128 3128 1
|
| 115 |
+
1016 1016 1
|
| 116 |
+
2699 2699 1
|
| 117 |
+
4025 4025 1
|
| 118 |
+
1450 1450 1
|
| 119 |
+
4202 4202 1
|
| 120 |
+
30 30 1
|
| 121 |
+
2425 2425 1
|
| 122 |
+
4634 4634 1
|
| 123 |
+
1641 1641 1
|
| 124 |
+
4696 4696 1
|
| 125 |
+
966 966 1
|
| 126 |
+
2744 2744 1
|
| 127 |
+
1834 1834 1
|
| 128 |
+
3448 3448 1
|
| 129 |
+
1481 1481 1
|
| 130 |
+
4997 4997 1
|
| 131 |
+
4915 4915 1
|
| 132 |
+
6 6 1
|
| 133 |
+
2978 2978 1
|
| 134 |
+
4527 4527 1
|
| 135 |
+
178 178 1
|
| 136 |
+
1019 1019 1
|
| 137 |
+
3343 3343 1
|
| 138 |
+
2827 2827 1
|
| 139 |
+
2200 2200 1
|
| 140 |
+
534 534 1
|
| 141 |
+
2213 2213 1
|
| 142 |
+
777 777 1
|
| 143 |
+
4503 4503 1
|
| 144 |
+
635 635 1
|
| 145 |
+
4936 4936 1
|
| 146 |
+
1150 1150 1
|
| 147 |
+
1174 1174 1
|
| 148 |
+
4404 4404 1
|
| 149 |
+
1515 1515 1
|
| 150 |
+
2440 2440 1
|
| 151 |
+
4893 4893 1
|
| 152 |
+
3920 3920 1
|
| 153 |
+
1951 1951 1
|
| 154 |
+
4995 4995 1
|
| 155 |
+
1856 1856 1
|
| 156 |
+
2868 2868 1
|
| 157 |
+
3691 3691 1
|
| 158 |
+
3444 3444 1
|
| 159 |
+
4053 4053 1
|
| 160 |
+
4794 4794 1
|
| 161 |
+
4181 4181 1
|
| 162 |
+
1105 1105 1
|
| 163 |
+
2275 2275 1
|
| 164 |
+
2064 2064 1
|
| 165 |
+
589 589 1
|
| 166 |
+
3107 3107 1
|
| 167 |
+
192 192 1
|
| 168 |
+
2117 2117 1
|
| 169 |
+
2024 2024 1
|
| 170 |
+
65 65 1
|
| 171 |
+
650 650 1
|
| 172 |
+
542 542 1
|
| 173 |
+
2105 2105 1
|
| 174 |
+
619 619 1
|
| 175 |
+
290 290 1
|
| 176 |
+
3036 3036 1
|
| 177 |
+
649 649 1
|
| 178 |
+
4762 4762 1
|
| 179 |
+
2188 2188 1
|
| 180 |
+
2560 2560 1
|
| 181 |
+
4498 4498 1
|
| 182 |
+
1974 1974 1
|
| 183 |
+
1210 1210 1
|
| 184 |
+
4377 4377 1
|
| 185 |
+
2231 2231 1
|
| 186 |
+
4379 4379 1
|
| 187 |
+
3766 3766 1
|
| 188 |
+
1754 1754 1
|
| 189 |
+
853 853 1
|
| 190 |
+
876 876 1
|
| 191 |
+
3991 3991 1
|
| 192 |
+
3257 3257 1
|
| 193 |
+
3923 3923 1
|
| 194 |
+
3802 3802 1
|
| 195 |
+
4322 4322 1
|
| 196 |
+
501 501 1
|
| 197 |
+
890 890 1
|
| 198 |
+
559 559 1
|
| 199 |
+
3726 3726 1
|
| 200 |
+
3120 3120 1
|
| 201 |
+
994 994 1
|
| 202 |
+
2281 2281 1
|
| 203 |
+
1765 1765 1
|
| 204 |
+
1753 1753 1
|
| 205 |
+
4969 4969 1
|
| 206 |
+
4155 4155 1
|
| 207 |
+
1283 1283 1
|
| 208 |
+
1688 1688 1
|
| 209 |
+
4282 4282 1
|
| 210 |
+
2292 2292 1
|
| 211 |
+
690 690 1
|
| 212 |
+
4103 4103 1
|
| 213 |
+
886 886 1
|
| 214 |
+
469 469 1
|
| 215 |
+
136 136 1
|
| 216 |
+
845 845 1
|
| 217 |
+
2173 2173 1
|
| 218 |
+
1528 1528 1
|
| 219 |
+
3760 3760 1
|
| 220 |
+
4500 4500 1
|
| 221 |
+
4459 4459 1
|
| 222 |
+
1969 1969 1
|
| 223 |
+
3709 3709 1
|
| 224 |
+
540 540 1
|
| 225 |
+
1511 1511 1
|
| 226 |
+
3495 3495 1
|
| 227 |
+
20 20 1
|
| 228 |
+
3606 3606 1
|
| 229 |
+
2441 2441 1
|
| 230 |
+
4214 4214 1
|
| 231 |
+
2624 2624 1
|
| 232 |
+
3919 3919 1
|
| 233 |
+
4508 4508 1
|
| 234 |
+
1418 1418 1
|
| 235 |
+
1750 1750 1
|
| 236 |
+
2730 2730 1
|
| 237 |
+
2003 2003 1
|
| 238 |
+
539 539 1
|
| 239 |
+
562 562 1
|
| 240 |
+
2886 2886 1
|
| 241 |
+
528 528 1
|
| 242 |
+
465 465 1
|
| 243 |
+
4418 4418 1
|
| 244 |
+
4654 4654 1
|
| 245 |
+
4921 4921 1
|
| 246 |
+
1443 1443 1
|
| 247 |
+
524 524 1
|
| 248 |
+
4699 4699 1
|
| 249 |
+
730 730 1
|
| 250 |
+
1710 1710 1
|
| 251 |
+
630 630 1
|
| 252 |
+
623 623 1
|
| 253 |
+
2162 2162 1
|
| 254 |
+
3735 3735 1
|
| 255 |
+
1096 1096 1
|
| 256 |
+
2261 2261 1
|
| 257 |
+
364 364 1
|
| 258 |
+
746 746 1
|
| 259 |
+
3881 3881 1
|
| 260 |
+
4843 4843 1
|
| 261 |
+
2909 2909 1
|
| 262 |
+
2401 2401 1
|
| 263 |
+
1883 1883 1
|
| 264 |
+
2890 2890 1
|
| 265 |
+
2194 2194 1
|
| 266 |
+
2446 2446 1
|
| 267 |
+
3659 3659 1
|
| 268 |
+
1198 1198 1
|
| 269 |
+
2759 2759 1
|
| 270 |
+
4232 4232 1
|
| 271 |
+
2908 2908 1
|
| 272 |
+
664 664 1
|
| 273 |
+
83 83 1
|
| 274 |
+
4243 4243 1
|
| 275 |
+
904 904 1
|
| 276 |
+
670 670 1
|
| 277 |
+
4980 4980 1
|
| 278 |
+
1964 1964 1
|
| 279 |
+
4681 4681 1
|
| 280 |
+
1212 1212 1
|
| 281 |
+
3210 3210 1
|
| 282 |
+
632 632 1
|
| 283 |
+
2245 2245 1
|
| 284 |
+
3406 3406 1
|
| 285 |
+
2621 2621 1
|
| 286 |
+
1447 1447 1
|
| 287 |
+
4054 4054 1
|
| 288 |
+
2782 2782 1
|
| 289 |
+
4904 4904 1
|
| 290 |
+
71 71 1
|
| 291 |
+
2753 2753 1
|
| 292 |
+
938 938 1
|
| 293 |
+
1229 1229 1
|
| 294 |
+
1054 1054 1
|
| 295 |
+
972 972 1
|
| 296 |
+
2505 2505 1
|
| 297 |
+
2591 2591 1
|
| 298 |
+
1941 1941 1
|
| 299 |
+
3152 3152 1
|
| 300 |
+
1877 1877 1
|
| 301 |
+
2431 2431 1
|
| 302 |
+
4677 4677 1
|
| 303 |
+
2305 2305 1
|
| 304 |
+
471 471 1
|
| 305 |
+
837 837 1
|
| 306 |
+
2543 2543 1
|
| 307 |
+
408 408 1
|
| 308 |
+
33 33 1
|
| 309 |
+
3065 3065 1
|
| 310 |
+
1196 1196 1
|
| 311 |
+
2411 2411 1
|
| 312 |
+
4089 4089 1
|
| 313 |
+
3959 3959 1
|
| 314 |
+
88 88 1
|
| 315 |
+
689 689 1
|
| 316 |
+
1367 1367 1
|
| 317 |
+
334 334 1
|
| 318 |
+
3403 3403 1
|
| 319 |
+
1355 1355 1
|
| 320 |
+
3976 3976 1
|
| 321 |
+
1166 1166 1
|
| 322 |
+
385 385 1
|
| 323 |
+
2834 2834 1
|
| 324 |
+
3360 3360 1
|
| 325 |
+
365 365 1
|
| 326 |
+
3294 3294 1
|
| 327 |
+
1936 1936 1
|
| 328 |
+
2290 2290 1
|
| 329 |
+
931 931 1
|
| 330 |
+
3252 3252 1
|
| 331 |
+
1416 1416 1
|
| 332 |
+
2176 2176 1
|
| 333 |
+
1491 1491 1
|
| 334 |
+
1627 1627 1
|
| 335 |
+
3815 3815 1
|
| 336 |
+
228 228 1
|
| 337 |
+
1647 1647 1
|
| 338 |
+
3052 3052 1
|
| 339 |
+
3809 3809 1
|
| 340 |
+
2277 2277 1
|
| 341 |
+
1460 1460 1
|
| 342 |
+
982 982 1
|
| 343 |
+
3527 3527 1
|
| 344 |
+
356 356 1
|
| 345 |
+
4354 4354 1
|
| 346 |
+
2045 2045 1
|
| 347 |
+
1839 1839 1
|
| 348 |
+
4262 4262 1
|
| 349 |
+
3215 3215 1
|
| 350 |
+
2807 2807 1
|
| 351 |
+
2090 2090 1
|
| 352 |
+
2049 2049 1
|
| 353 |
+
217 217 1
|
| 354 |
+
1780 1780 1
|
| 355 |
+
3686 3686 1
|
| 356 |
+
3016 3016 1
|
| 357 |
+
2561 2561 1
|
| 358 |
+
637 637 1
|
| 359 |
+
2566 2566 1
|
| 360 |
+
3229 3229 1
|
| 361 |
+
4715 4715 1
|
| 362 |
+
3698 3698 1
|
| 363 |
+
3042 3042 1
|
| 364 |
+
255 255 1
|
| 365 |
+
1052 1052 1
|
| 366 |
+
2404 2404 1
|
| 367 |
+
1640 1640 1
|
| 368 |
+
2445 2445 1
|
| 369 |
+
352 352 1
|
| 370 |
+
986 986 1
|
| 371 |
+
4023 4023 1
|
| 372 |
+
3179 3179 1
|
| 373 |
+
4039 4039 1
|
| 374 |
+
4735 4735 1
|
| 375 |
+
1056 1056 1
|
| 376 |
+
3555 3555 1
|
| 377 |
+
1752 1752 1
|
| 378 |
+
2341 2341 1
|
| 379 |
+
410 410 1
|
| 380 |
+
4036 4036 1
|
| 381 |
+
16 16 1
|
| 382 |
+
4816 4816 1
|
| 383 |
+
4986 4986 1
|
| 384 |
+
1816 1816 1
|
| 385 |
+
3355 3355 1
|
| 386 |
+
3993 3993 1
|
| 387 |
+
642 642 1
|
| 388 |
+
3033 3033 1
|
| 389 |
+
2888 2888 1
|
| 390 |
+
1139 1139 1
|
| 391 |
+
2764 2764 1
|
| 392 |
+
4692 4692 1
|
| 393 |
+
2842 2842 1
|
| 394 |
+
3778 3778 1
|
| 395 |
+
2998 2998 1
|
| 396 |
+
3724 3724 1
|
| 397 |
+
2721 2721 1
|
| 398 |
+
1163 1163 1
|
| 399 |
+
1768 1768 1
|
| 400 |
+
3892 3892 1
|
| 401 |
+
3496 3496 1
|
| 402 |
+
1599 1599 1
|
| 403 |
+
2769 2769 1
|
| 404 |
+
3756 3756 1
|
| 405 |
+
5 5 1
|
| 406 |
+
2795 2795 1
|
| 407 |
+
2640 2640 1
|
| 408 |
+
1937 1937 1
|
| 409 |
+
3978 3978 1
|
| 410 |
+
2961 2961 1
|
| 411 |
+
4302 4302 1
|
| 412 |
+
4092 4092 1
|
| 413 |
+
1968 1968 1
|
| 414 |
+
4731 4731 1
|
| 415 |
+
4381 4381 1
|
| 416 |
+
1560 1560 1
|
| 417 |
+
770 770 1
|
| 418 |
+
2609 2609 1
|
| 419 |
+
4774 4774 1
|
| 420 |
+
3079 3079 1
|
| 421 |
+
846 846 1
|
| 422 |
+
2159 2159 1
|
| 423 |
+
2855 2855 1
|
| 424 |
+
1836 1836 1
|
| 425 |
+
1349 1349 1
|
| 426 |
+
225 225 1
|
| 427 |
+
429 429 1
|
| 428 |
+
4403 4403 1
|
| 429 |
+
666 666 1
|
| 430 |
+
4217 4217 1
|
| 431 |
+
3836 3836 1
|
| 432 |
+
1791 1791 1
|
| 433 |
+
3542 3542 1
|
| 434 |
+
4576 4576 1
|
| 435 |
+
3697 3697 1
|
| 436 |
+
2242 2242 1
|
| 437 |
+
1350 1350 1
|
| 438 |
+
50 50 1
|
| 439 |
+
969 969 1
|
| 440 |
+
3938 3938 1
|
| 441 |
+
2012 2012 1
|
| 442 |
+
1617 1617 1
|
| 443 |
+
4799 4799 1
|
| 444 |
+
4298 4298 1
|
| 445 |
+
466 466 1
|
| 446 |
+
2286 2286 1
|
| 447 |
+
1109 1109 1
|
| 448 |
+
4226 4226 1
|
| 449 |
+
1220 1220 1
|
| 450 |
+
4299 4299 1
|
| 451 |
+
4922 4922 1
|
| 452 |
+
2917 2917 1
|
| 453 |
+
4095 4095 1
|
| 454 |
+
4671 4671 1
|
| 455 |
+
3951 3951 1
|
| 456 |
+
4131 4131 1
|
| 457 |
+
1459 1459 1
|
| 458 |
+
4396 4396 1
|
| 459 |
+
4167 4167 1
|
| 460 |
+
2386 2386 1
|
| 461 |
+
2270 2270 1
|
| 462 |
+
2550 2550 1
|
| 463 |
+
4829 4829 1
|
| 464 |
+
4490 4490 1
|
| 465 |
+
2198 2198 1
|
| 466 |
+
2525 2525 1
|
| 467 |
+
4070 4070 1
|
| 468 |
+
708 708 1
|
| 469 |
+
2629 2629 1
|
| 470 |
+
2155 2155 1
|
| 471 |
+
2498 2498 1
|
| 472 |
+
3085 3085 1
|
| 473 |
+
2939 2939 1
|
| 474 |
+
734 734 1
|
| 475 |
+
1383 1383 1
|
| 476 |
+
2127 2127 1
|
| 477 |
+
3534 3534 1
|
| 478 |
+
1399 1399 1
|
| 479 |
+
1970 1970 1
|
| 480 |
+
591 591 1
|
| 481 |
+
3839 3839 1
|
| 482 |
+
3771 3771 1
|
| 483 |
+
3040 3040 1
|
| 484 |
+
4312 4312 1
|
| 485 |
+
3850 3850 1
|
| 486 |
+
575 575 1
|
| 487 |
+
1907 1907 1
|
| 488 |
+
3889 3889 1
|
| 489 |
+
3595 3595 1
|
| 490 |
+
179 179 1
|
| 491 |
+
3508 3508 1
|
| 492 |
+
4420 4420 1
|
| 493 |
+
53 53 1
|
| 494 |
+
3235 3235 1
|
| 495 |
+
2747 2747 1
|
| 496 |
+
3600 3600 1
|
| 497 |
+
3879 3879 1
|
| 498 |
+
4985 4985 1
|
| 499 |
+
2026 2026 1
|
| 500 |
+
4523 4523 1
|
| 501 |
+
2017 2017 1
|
| 502 |
+
2509 2509 1
|
| 503 |
+
4034 4034 1
|
| 504 |
+
268 268 1
|
| 505 |
+
3590 3590 1
|
| 506 |
+
3087 3087 1
|
| 507 |
+
3741 3741 1
|
| 508 |
+
4325 4325 1
|
| 509 |
+
1167 1167 1
|
| 510 |
+
247 247 1
|
| 511 |
+
3639 3639 1
|
| 512 |
+
251 251 1
|
| 513 |
+
762 762 1
|
| 514 |
+
3967 3967 1
|
| 515 |
+
1241 1241 1
|
| 516 |
+
4275 4275 1
|
| 517 |
+
1670 1670 1
|
| 518 |
+
2395 2395 1
|
| 519 |
+
3007 3007 1
|
| 520 |
+
1949 1949 1
|
| 521 |
+
4210 4210 1
|
| 522 |
+
3003 3003 1
|
| 523 |
+
3101 3101 1
|
| 524 |
+
2558 2558 1
|
| 525 |
+
3903 3903 1
|
| 526 |
+
2316 2316 1
|
| 527 |
+
745 745 1
|
| 528 |
+
4351 4351 1
|
| 529 |
+
177 177 1
|
| 530 |
+
482 482 1
|
| 531 |
+
3218 3218 1
|
| 532 |
+
2060 2060 1
|
| 533 |
+
631 631 1
|
| 534 |
+
368 368 1
|
| 535 |
+
286 286 1
|
| 536 |
+
1838 1838 1
|
| 537 |
+
185 185 1
|
| 538 |
+
1396 1396 1
|
| 539 |
+
2193 2193 1
|
| 540 |
+
1154 1154 1
|
| 541 |
+
4384 4384 1
|
| 542 |
+
1044 1044 1
|
| 543 |
+
2005 2005 1
|
| 544 |
+
2358 2358 1
|
| 545 |
+
3399 3399 1
|
| 546 |
+
1542 1542 1
|
| 547 |
+
1502 1502 1
|
| 548 |
+
2863 2863 1
|
| 549 |
+
236 236 1
|
| 550 |
+
2871 2871 1
|
| 551 |
+
3461 3461 1
|
| 552 |
+
3668 3668 1
|
| 553 |
+
1828 1828 1
|
| 554 |
+
695 695 1
|
| 555 |
+
2230 2230 1
|
| 556 |
+
921 921 1
|
| 557 |
+
2774 2774 1
|
| 558 |
+
378 378 1
|
| 559 |
+
3194 3194 1
|
| 560 |
+
4937 4937 1
|
| 561 |
+
3417 3417 1
|
| 562 |
+
633 633 1
|
| 563 |
+
3138 3138 1
|
| 564 |
+
116 116 1
|
| 565 |
+
4540 4540 1
|
| 566 |
+
959 959 1
|
| 567 |
+
4015 4015 1
|
| 568 |
+
3335 3335 1
|
| 569 |
+
4257 4257 1
|
| 570 |
+
1402 1402 1
|
| 571 |
+
4031 4031 1
|
| 572 |
+
1619 1619 1
|
| 573 |
+
4833 4833 1
|
| 574 |
+
2484 2484 1
|
| 575 |
+
4984 4984 1
|
| 576 |
+
4479 4479 1
|
| 577 |
+
4301 4301 1
|
| 578 |
+
4032 4032 1
|
| 579 |
+
2469 2469 1
|
| 580 |
+
2962 2962 1
|
| 581 |
+
2255 2255 1
|
| 582 |
+
785 785 1
|
| 583 |
+
2564 2564 1
|
| 584 |
+
4173 4173 1
|
| 585 |
+
2241 2241 1
|
| 586 |
+
3089 3089 1
|
| 587 |
+
265 265 1
|
| 588 |
+
2985 2985 1
|
| 589 |
+
1672 1672 1
|
| 590 |
+
4517 4517 1
|
| 591 |
+
1953 1953 1
|
| 592 |
+
3261 3261 1
|
| 593 |
+
2379 2379 1
|
| 594 |
+
3130 3130 1
|
| 595 |
+
2570 2570 1
|
| 596 |
+
2540 2540 1
|
| 597 |
+
94 94 1
|
| 598 |
+
4786 4786 1
|
| 599 |
+
1760 1760 1
|
| 600 |
+
2217 2217 1
|
| 601 |
+
2208 2208 1
|
| 602 |
+
4413 4413 1
|
| 603 |
+
4545 4545 1
|
| 604 |
+
4151 4151 1
|
| 605 |
+
158 158 1
|
| 606 |
+
843 843 1
|
| 607 |
+
2706 2706 1
|
| 608 |
+
2036 2036 1
|
| 609 |
+
2236 2236 1
|
| 610 |
+
2816 2816 1
|
| 611 |
+
3402 3402 1
|
| 612 |
+
4920 4920 1
|
| 613 |
+
3163 3163 1
|
| 614 |
+
3941 3941 1
|
| 615 |
+
3039 3039 1
|
| 616 |
+
3236 3236 1
|
| 617 |
+
4203 4203 1
|
| 618 |
+
2491 2491 1
|
| 619 |
+
2819 2819 1
|
| 620 |
+
2120 2120 1
|
| 621 |
+
1102 1102 1
|
| 622 |
+
1775 1775 1
|
| 623 |
+
1092 1092 1
|
| 624 |
+
4965 4965 1
|
| 625 |
+
1702 1702 1
|
| 626 |
+
1992 1992 1
|
| 627 |
+
4487 4487 1
|
| 628 |
+
2542 2542 1
|
| 629 |
+
4861 4861 1
|
| 630 |
+
2603 2603 1
|
| 631 |
+
908 908 1
|
| 632 |
+
1789 1789 1
|
| 633 |
+
2725 2725 1
|
| 634 |
+
2089 2089 1
|
| 635 |
+
3320 3320 1
|
| 636 |
+
2780 2780 1
|
| 637 |
+
131 131 1
|
| 638 |
+
1156 1156 1
|
| 639 |
+
2523 2523 1
|
| 640 |
+
421 421 1
|
| 641 |
+
505 505 1
|
| 642 |
+
2687 2687 1
|
| 643 |
+
4546 4546 1
|
| 644 |
+
927 927 1
|
| 645 |
+
112 112 1
|
| 646 |
+
2615 2615 1
|
| 647 |
+
4343 4343 1
|
| 648 |
+
4435 4435 1
|
| 649 |
+
4075 4075 1
|
| 650 |
+
3134 3134 1
|
| 651 |
+
1696 1696 1
|
| 652 |
+
475 475 1
|
| 653 |
+
2319 2319 1
|
| 654 |
+
4427 4427 1
|
| 655 |
+
1041 1041 1
|
| 656 |
+
601 601 1
|
| 657 |
+
3706 3706 1
|
| 658 |
+
4554 4554 1
|
| 659 |
+
678 678 1
|
| 660 |
+
497 497 1
|
| 661 |
+
1390 1390 1
|
| 662 |
+
1368 1368 1
|
| 663 |
+
773 773 1
|
| 664 |
+
2278 2278 1
|
| 665 |
+
1082 1082 1
|
| 666 |
+
3853 3853 1
|
| 667 |
+
2074 2074 1
|
| 668 |
+
4840 4840 1
|
| 669 |
+
4171 4171 1
|
| 670 |
+
4097 4097 1
|
| 671 |
+
2735 2735 1
|
| 672 |
+
3968 3968 1
|
| 673 |
+
2808 2808 1
|
| 674 |
+
556 556 1
|
| 675 |
+
896 896 1
|
| 676 |
+
1916 1916 1
|
| 677 |
+
2436 2436 1
|
| 678 |
+
739 739 1
|
| 679 |
+
1439 1439 1
|
| 680 |
+
2203 2203 1
|
| 681 |
+
1596 1596 1
|
| 682 |
+
687 687 1
|
| 683 |
+
1434 1434 1
|
| 684 |
+
25 25 1
|
| 685 |
+
3779 3779 1
|
| 686 |
+
4347 4347 1
|
| 687 |
+
2679 2679 1
|
| 688 |
+
302 302 1
|
| 689 |
+
2130 2130 1
|
| 690 |
+
2650 2650 1
|
| 691 |
+
2601 2601 1
|
| 692 |
+
4205 4205 1
|
| 693 |
+
652 652 1
|
| 694 |
+
2147 2147 1
|
| 695 |
+
1823 1823 1
|
| 696 |
+
1047 1047 1
|
| 697 |
+
2065 2065 1
|
| 698 |
+
1366 1366 1
|
| 699 |
+
2447 2447 1
|
| 700 |
+
1302 1302 1
|
| 701 |
+
550 550 1
|
| 702 |
+
1524 1524 1
|
| 703 |
+
2655 2655 1
|
| 704 |
+
4063 4063 1
|
| 705 |
+
1137 1137 1
|
| 706 |
+
4337 4337 1
|
| 707 |
+
2797 2797 1
|
| 708 |
+
3725 3725 1
|
| 709 |
+
2504 2504 1
|
| 710 |
+
4633 4633 1
|
| 711 |
+
4572 4572 1
|
| 712 |
+
4051 4051 1
|
| 713 |
+
732 732 1
|
| 714 |
+
3999 3999 1
|
| 715 |
+
2299 2299 1
|
| 716 |
+
237 237 1
|
| 717 |
+
828 828 1
|
| 718 |
+
188 188 1
|
| 719 |
+
2478 2478 1
|
| 720 |
+
1609 1609 1
|
| 721 |
+
4353 4353 1
|
| 722 |
+
4808 4808 1
|
| 723 |
+
1668 1668 1
|
| 724 |
+
827 827 1
|
| 725 |
+
4348 4348 1
|
| 726 |
+
3201 3201 1
|
| 727 |
+
3063 3063 1
|
| 728 |
+
2951 2951 1
|
| 729 |
+
947 947 1
|
| 730 |
+
1474 1474 1
|
| 731 |
+
3029 3029 1
|
| 732 |
+
4586 4586 1
|
| 733 |
+
2652 2652 1
|
| 734 |
+
3704 3704 1
|
| 735 |
+
339 339 1
|
| 736 |
+
4211 4211 1
|
| 737 |
+
798 798 1
|
| 738 |
+
2893 2893 1
|
| 739 |
+
2318 2318 1
|
| 740 |
+
2971 2971 1
|
| 741 |
+
1058 1058 1
|
| 742 |
+
3740 3740 1
|
| 743 |
+
4766 4766 1
|
| 744 |
+
11 11 1
|
| 745 |
+
4277 4277 1
|
| 746 |
+
3824 3824 1
|
| 747 |
+
503 503 1
|
| 748 |
+
1727 1727 1
|
| 749 |
+
4804 4804 1
|
| 750 |
+
3330 3330 1
|
| 751 |
+
4616 4616 1
|
| 752 |
+
4091 4091 1
|
| 753 |
+
478 478 1
|
| 754 |
+
1199 1199 1
|
| 755 |
+
2649 2649 1
|
| 756 |
+
4491 4491 1
|
| 757 |
+
267 267 1
|
| 758 |
+
2199 2199 1
|
| 759 |
+
1452 1452 1
|
| 760 |
+
2859 2859 1
|
| 761 |
+
127 127 1
|
| 762 |
+
3775 3775 1
|
| 763 |
+
844 844 1
|
| 764 |
+
1035 1035 1
|
| 765 |
+
4273 4273 1
|
| 766 |
+
1073 1073 1
|
| 767 |
+
1411 1411 1
|
| 768 |
+
4615 4615 1
|
| 769 |
+
2684 2684 1
|
| 770 |
+
4707 4707 1
|
| 771 |
+
2515 2515 1
|
| 772 |
+
3847 3847 1
|
| 773 |
+
4469 4469 1
|
| 774 |
+
4372 4372 1
|
| 775 |
+
2239 2239 1
|
| 776 |
+
4228 4228 1
|
| 777 |
+
1324 1324 1
|
| 778 |
+
3539 3539 1
|
| 779 |
+
1756 1756 1
|
| 780 |
+
4702 4702 1
|
| 781 |
+
1251 1251 1
|
| 782 |
+
640 640 1
|
| 783 |
+
3840 3840 1
|
| 784 |
+
3126 3126 1
|
| 785 |
+
4697 4697 1
|
| 786 |
+
2459 2459 1
|
| 787 |
+
2602 2602 1
|
| 788 |
+
2746 2746 1
|
| 789 |
+
4536 4536 1
|
| 790 |
+
1361 1361 1
|
| 791 |
+
4137 4137 1
|
| 792 |
+
4988 4988 1
|
| 793 |
+
4488 4488 1
|
| 794 |
+
3174 3174 1
|
| 795 |
+
3055 3055 1
|
| 796 |
+
3478 3478 1
|
| 797 |
+
2958 2958 1
|
| 798 |
+
1738 1738 1
|
| 799 |
+
2195 2195 1
|
| 800 |
+
2148 2148 1
|
| 801 |
+
3800 3800 1
|
| 802 |
+
401 401 1
|
| 803 |
+
2925 2925 1
|
| 804 |
+
3516 3516 1
|
| 805 |
+
3563 3563 1
|
| 806 |
+
1394 1394 1
|
| 807 |
+
4584 4584 1
|
| 808 |
+
342 342 1
|
| 809 |
+
4649 4649 1
|
| 810 |
+
3050 3050 1
|
| 811 |
+
907 907 1
|
| 812 |
+
4073 4073 1
|
| 813 |
+
900 900 1
|
| 814 |
+
4874 4874 1
|
| 815 |
+
4230 4230 1
|
| 816 |
+
141 141 1
|
| 817 |
+
1320 1320 1
|
| 818 |
+
3792 3792 1
|
| 819 |
+
1414 1414 1
|
| 820 |
+
685 685 1
|
| 821 |
+
4344 4344 1
|
| 822 |
+
3113 3113 1
|
| 823 |
+
3677 3677 1
|
| 824 |
+
731 731 1
|
| 825 |
+
3018 3018 1
|
| 826 |
+
4944 4944 1
|
| 827 |
+
2912 2912 1
|
| 828 |
+
4521 4521 1
|
| 829 |
+
333 333 1
|
| 830 |
+
628 628 1
|
| 831 |
+
2158 2158 1
|
| 832 |
+
2644 2644 1
|
| 833 |
+
820 820 1
|
| 834 |
+
4019 4019 1
|
| 835 |
+
4108 4108 1
|
| 836 |
+
2754 2754 1
|
| 837 |
+
427 427 1
|
| 838 |
+
2980 2980 1
|
| 839 |
+
518 518 1
|
| 840 |
+
2698 2698 1
|
| 841 |
+
3299 3299 1
|
| 842 |
+
3456 3456 1
|
| 843 |
+
3987 3987 1
|
| 844 |
+
1332 1332 1
|
| 845 |
+
2244 2244 1
|
| 846 |
+
3813 3813 1
|
| 847 |
+
1654 1654 1
|
| 848 |
+
1562 1562 1
|
| 849 |
+
1608 1608 1
|
| 850 |
+
720 720 1
|
| 851 |
+
2212 2212 1
|
| 852 |
+
4608 4608 1
|
| 853 |
+
1309 1309 1
|
| 854 |
+
2136 2136 1
|
| 855 |
+
4270 4270 1
|
| 856 |
+
2332 2332 1
|
| 857 |
+
4254 4254 1
|
| 858 |
+
2346 2346 1
|
| 859 |
+
4304 4304 1
|
| 860 |
+
2646 2646 1
|
| 861 |
+
1449 1449 1
|
| 862 |
+
677 677 1
|
| 863 |
+
4088 4088 1
|
| 864 |
+
3178 3178 1
|
| 865 |
+
2751 2751 1
|
| 866 |
+
3930 3930 1
|
| 867 |
+
2296 2296 1
|
| 868 |
+
4229 4229 1
|
| 869 |
+
2778 2778 1
|
| 870 |
+
3549 3549 1
|
| 871 |
+
4476 4476 1
|
| 872 |
+
2181 2181 1
|
| 873 |
+
3517 3517 1
|
| 874 |
+
2722 2722 1
|
| 875 |
+
2716 2716 1
|
| 876 |
+
200 200 1
|
| 877 |
+
2524 2524 1
|
| 878 |
+
73 73 1
|
| 879 |
+
455 455 1
|
| 880 |
+
4601 4601 1
|
| 881 |
+
2633 2633 1
|
| 882 |
+
3240 3240 1
|
| 883 |
+
2014 2014 1
|
| 884 |
+
2301 2301 1
|
| 885 |
+
1253 1253 1
|
| 886 |
+
877 877 1
|
| 887 |
+
361 361 1
|
| 888 |
+
2839 2839 1
|
| 889 |
+
4078 4078 1
|
| 890 |
+
308 308 1
|
| 891 |
+
1202 1202 1
|
| 892 |
+
818 818 1
|
| 893 |
+
2714 2714 1
|
| 894 |
+
3002 3002 1
|
| 895 |
+
1613 1613 1
|
| 896 |
+
1852 1852 1
|
| 897 |
+
1209 1209 1
|
| 898 |
+
3371 3371 1
|
| 899 |
+
4919 4919 1
|
| 900 |
+
4645 4645 1
|
| 901 |
+
2506 2506 1
|
| 902 |
+
1510 1510 1
|
| 903 |
+
2366 2366 1
|
| 904 |
+
4464 4464 1
|
| 905 |
+
3114 3114 1
|
| 906 |
+
1051 1051 1
|
| 907 |
+
4334 4334 1
|
| 908 |
+
1288 1288 1
|
| 909 |
+
3675 3675 1
|
| 910 |
+
3370 3370 1
|
| 911 |
+
819 819 1
|
| 912 |
+
3646 3646 1
|
| 913 |
+
129 129 1
|
| 914 |
+
4971 4971 1
|
| 915 |
+
1129 1129 1
|
| 916 |
+
3397 3397 1
|
| 917 |
+
2413 2413 1
|
| 918 |
+
3514 3514 1
|
| 919 |
+
3427 3427 1
|
| 920 |
+
984 984 1
|
| 921 |
+
2150 2150 1
|
| 922 |
+
4363 4363 1
|
| 923 |
+
230 230 1
|
| 924 |
+
3014 3014 1
|
| 925 |
+
2034 2034 1
|
| 926 |
+
582 582 1
|
| 927 |
+
4296 4296 1
|
| 928 |
+
2779 2779 1
|
| 929 |
+
3777 3777 1
|
| 930 |
+
1066 1066 1
|
| 931 |
+
1280 1280 1
|
| 932 |
+
420 420 1
|
| 933 |
+
343 343 1
|
| 934 |
+
2799 2799 1
|
| 935 |
+
4562 4562 1
|
| 936 |
+
1062 1062 1
|
| 937 |
+
880 880 1
|
| 938 |
+
4979 4979 1
|
| 939 |
+
3588 3588 1
|
| 940 |
+
3421 3421 1
|
| 941 |
+
3880 3880 1
|
| 942 |
+
1415 1415 1
|
| 943 |
+
895 895 1
|
| 944 |
+
4533 4533 1
|
| 945 |
+
3776 3776 1
|
| 946 |
+
2571 2571 1
|
| 947 |
+
303 303 1
|
| 948 |
+
1999 1999 1
|
| 949 |
+
4105 4105 1
|
| 950 |
+
4118 4118 1
|
| 951 |
+
2171 2171 1
|
| 952 |
+
3340 3340 1
|
| 953 |
+
897 897 1
|
| 954 |
+
3384 3384 1
|
| 955 |
+
3301 3301 1
|
| 956 |
+
3682 3682 1
|
| 957 |
+
2537 2537 1
|
| 958 |
+
1749 1749 1
|
| 959 |
+
1115 1115 1
|
| 960 |
+
830 830 1
|
| 961 |
+
194 194 1
|
| 962 |
+
2238 2238 1
|
| 963 |
+
1151 1151 1
|
| 964 |
+
1891 1891 1
|
| 965 |
+
1911 1911 1
|
| 966 |
+
1989 1989 1
|
| 967 |
+
2143 2143 1
|
| 968 |
+
27 27 1
|
| 969 |
+
1325 1325 1
|
| 970 |
+
1189 1189 1
|
| 971 |
+
1603 1603 1
|
| 972 |
+
1000 1000 1
|
| 973 |
+
1206 1206 1
|
| 974 |
+
137 137 1
|
| 975 |
+
3297 3297 1
|
| 976 |
+
2975 2975 1
|
| 977 |
+
146 146 1
|
| 978 |
+
1601 1601 1
|
| 979 |
+
2443 2443 1
|
| 980 |
+
485 485 1
|
| 981 |
+
1159 1159 1
|
| 982 |
+
3897 3897 1
|
| 983 |
+
4875 4875 1
|
| 984 |
+
1037 1037 1
|
| 985 |
+
4414 4414 1
|
| 986 |
+
4152 4152 1
|
| 987 |
+
4753 4753 1
|
| 988 |
+
992 992 1
|
| 989 |
+
4185 4185 1
|
| 990 |
+
4662 4662 1
|
| 991 |
+
2035 2035 1
|
| 992 |
+
4830 4830 1
|
| 993 |
+
4241 4241 1
|
| 994 |
+
288 288 1
|
| 995 |
+
561 561 1
|
| 996 |
+
4437 4437 1
|
| 997 |
+
3716 3716 1
|
| 998 |
+
3948 3948 1
|
| 999 |
+
981 981 1
|
| 1000 |
+
4541 4541 1
|
| 1001 |
+
4107 4107 1
|
Google_WIT/queries.jsonl
ADDED
|
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"query_id": "1000", "text": "Grottes de Presque, Close-up of some aragonite from the Grottes de Presque"}
|
| 2 |
+
{"query_id": "1015", "text": "Kalmthout, Town hall"}
|
| 3 |
+
{"query_id": "1016", "text": "St. Peter's Church, Melreux, St. Peter's Church in Melreux"}
|
| 4 |
+
{"query_id": "1019", "text": "Effects of Hurricane Katrina in New Orleans, Carnival Cruise Ships Ecstasy and Sensation docked in Port of New Orleans while used for housing purposes for victims."}
|
| 5 |
+
{"query_id": "1035", "text": "Savernake Station, Scar tree at Savernake"}
|
| 6 |
+
{"query_id": "1037", "text": "List of lighthouses in Scotland"}
|
| 7 |
+
{"query_id": "1041", "text": "Lateral cervical lymph nodes, Deep Lymph NodesSubmentalSubmandibular (Submaxillary)\nAnterior Cervical Lymph Nodes (Deep)PrelaryngealThyroidPretrachealParatracheal\nDeep Cervical Lymph NodesLateral jugularAnterior jugularJugulodigastric\nInferior Deep Cervical Lymph NodesJuguloomohyoidSupraclavicular (scalene)"}
|
| 8 |
+
{"query_id": "1044", "text": "Bonnie Nadzam, Nadzam in 2018"}
|
| 9 |
+
{"query_id": "1045", "text": "Homorthodes"}
|
| 10 |
+
{"query_id": "1047", "text": "Spare the Air program, Bus wrapped in Spare the Air promotional material"}
|
| 11 |
+
{"query_id": "1051", "text": "Wainwright, Alberta, Welcome sign"}
|
| 12 |
+
{"query_id": "1052", "text": "Toei 5500 series"}
|
| 13 |
+
{"query_id": "1054", "text": "Charles Clifton Brittlebank, Rose-breasted Robin, by CC Brittlebank, 1896, for Nests and eggs of Australian birds by AJ Campbell, printed in 1900"}
|
| 14 |
+
{"query_id": "1056", "text": "Kansai Telecasting Corporation"}
|
| 15 |
+
{"query_id": "1058", "text": "List of high-speed trains"}
|
| 16 |
+
{"query_id": "106", "text": "List of Pittsburgh History and Landmarks Foundation Historic Landmarks"}
|
| 17 |
+
{"query_id": "1062", "text": "Theophilus (crater), Oblique view of the central part of Theophilus from Apollo 16 Panoramic Camera"}
|
| 18 |
+
{"query_id": "1066", "text": "Pieter van Mol, Young man with a mitre"}
|
| 19 |
+
{"query_id": "1073", "text": "Perspective geological correlation, (A) Correlation scheme indicates which layers penetrated at different locations belong to the same body"}
|
| 20 |
+
{"query_id": "1082", "text": "Tanglefoot Trail, Bankhead Street in New Albany, near the end of the trail. A plaza and signage denote the terminus."}
|
| 21 |
+
{"query_id": "1092", "text": "T-Bones Stadium"}
|
| 22 |
+
{"query_id": "1096", "text": "List of The Amazing Race (American TV series) contestants"}
|
| 23 |
+
{"query_id": "11", "text": "Freedom Monument, Bydgoszcz"}
|
| 24 |
+
{"query_id": "1102", "text": "Bee"}
|
| 25 |
+
{"query_id": "1105", "text": "National Front (Iran), Mohammed Mosaddegh, Founder of National Front"}
|
| 26 |
+
{"query_id": "1109", "text": "Potassium nitrate, Potassium Nitrate"}
|
| 27 |
+
{"query_id": "1115", "text": "NLC India Limited"}
|
| 28 |
+
{"query_id": "112", "text": "2-8-4, BB\u00d6 Class 114 No. 12.10 at the Eisenbahnmuseum Strasshof, 2007"}
|
| 29 |
+
{"query_id": "1129", "text": "William Evans (ornithologist), 38 Morningside Park, Edinburgh"}
|
| 30 |
+
{"query_id": "1137", "text": "Konrad von Erlichshausen, Konrad von Erlichshausen"}
|
| 31 |
+
{"query_id": "1139", "text": "Ch\u00e2teau de la Rochepot"}
|
| 32 |
+
{"query_id": "1141", "text": "Universidad Aut\u00f3noma de Yucat\u00e1n"}
|
| 33 |
+
{"query_id": "1150", "text": "2014 Swedish government crisis, Minister for Finance Magdalena Andersson (left) on her way to the Riksdag to present the budget on 23 October 2014"}
|
| 34 |
+
{"query_id": "1151", "text": "Chain Home, Stanley Baldwin's 1932 comments on future aerial warfare led to a \"feeling of defencelessness and dismay.\" It was the UK's concern about this issue that led to so much support being given to radar development while other countries had a much more lackadaisical approach until the war started."}
|
| 35 |
+
{"query_id": "1154", "text": "Utegenia"}
|
| 36 |
+
{"query_id": "1156", "text": "Catalonia"}
|
| 37 |
+
{"query_id": "1159", "text": "Danny Welbeck, Welbeck playing for Arsenal in 2014"}
|
| 38 |
+
{"query_id": "116", "text": "White-footed dunnart"}
|
| 39 |
+
{"query_id": "1163", "text": "Alfred Seale Haslam, Sir Alfred Seale Haslam in 1891"}
|
| 40 |
+
{"query_id": "1166", "text": "List of University of North Carolina at Chapel Hill leaders, Rev. David Ker\n(1794-1796)"}
|
| 41 |
+
{"query_id": "1167", "text": "National Register of Historic Places listings in Scott County, Kentucky"}
|
| 42 |
+
{"query_id": "1174", "text": "Mount Iwanai, Seen from the North."}
|
| 43 |
+
{"query_id": "1189", "text": "List of museums in East Texas"}
|
| 44 |
+
{"query_id": "1196", "text": "Edward Virginius Valentine, Edward Valentine Studio Postcard"}
|
| 45 |
+
{"query_id": "1198", "text": "E-segment"}
|
| 46 |
+
{"query_id": "1199", "text": "Red-backed mousebird"}
|
| 47 |
+
{"query_id": "1202", "text": "History of St. Louis (1804\u20131865), Central High School, built in 1855 at the northeast corner of Olive and 15th streets, was the first public high school in St. Louis."}
|
| 48 |
+
{"query_id": "1206", "text": "S\u00e3o Fernando, City input"}
|
| 49 |
+
{"query_id": "1209", "text": "Ajigasawa Station, Ajigasawa Station in September 2019"}
|
| 50 |
+
{"query_id": "1210", "text": "Gelada"}
|
| 51 |
+
{"query_id": "1212", "text": "Sascha Traut"}
|
| 52 |
+
{"query_id": "1220", "text": "List of organizations with official stances on the SOPA and PIPA, Wikipedia's January 18, 2012 blackout page (as proposed by Wikipedia user Pretzels on 16 January)"}
|
| 53 |
+
{"query_id": "1229", "text": "Political status of Taiwan, A ROC Map, printed in 1926, which showed Taiwan as part of Japan."}
|
| 54 |
+
{"query_id": "1241", "text": "Annandale, New South Wales, Aqueduct across Johnstons Creek at Hogan Park"}
|
| 55 |
+
{"query_id": "1251", "text": "Summerstock Conservatory, Opening night of 2007's production of Footloose at Olympic Plaza in Downtown Calgary."}
|
| 56 |
+
{"query_id": "1253", "text": "Frank Kowalski, From 1961's Pocket Congressional Directory of the Eighty-Seventh Congress"}
|
| 57 |
+
{"query_id": "1266", "text": "List of UK top-ten singles in 2006, Emma Bunton, formerly of Spice Girls, performed the official Children in Need single for 2006, a cover of Petula Clark's \"Downtown\", peaking at number 3."}
|
| 58 |
+
{"query_id": "127", "text": "Look Back Library"}
|
| 59 |
+
{"query_id": "1278", "text": "9th term Sejm and 10th term Senate of Poland"}
|
| 60 |
+
{"query_id": "1280", "text": "Michele Tripisciano"}
|
| 61 |
+
{"query_id": "1283", "text": "Emperor Reizei, The tomb of Emperor Reizei, Kyoto (front view)"}
|
| 62 |
+
{"query_id": "1288", "text": "Arthur Evans"}
|
| 63 |
+
{"query_id": "129", "text": "Hypsosinga rubens"}
|
| 64 |
+
{"query_id": "1302", "text": "Vayakhel, Ezekiel (1510 fresco by Michelangelo at the Sistine Chapel)"}
|
| 65 |
+
{"query_id": "1307", "text": "Bell UH-1 Iroquois, A Royal New Zealand Air Force No. 3 Squadron UH-1H Iroquois, November 2009"}
|
| 66 |
+
{"query_id": "1309", "text": "Northumbria University, Former Dame Allan's School"}
|
| 67 |
+
{"query_id": "131", "text": "Duitse Huis"}
|
| 68 |
+
{"query_id": "1320", "text": "List of tallest buildings in Buffalo"}
|
| 69 |
+
{"query_id": "1324", "text": "1992 Formula One World Championship, Mansell's teammate Riccardo Patrese finished as runner-up in the Drivers' Championship."}
|
| 70 |
+
{"query_id": "1325", "text": "Brilliance V3"}
|
| 71 |
+
{"query_id": "1332", "text": "2019 in LGBT rights, LGBT Free Zone stickers distributed by the Gazeta Polska newspaper in Poland"}
|
| 72 |
+
{"query_id": "1349", "text": "Demographics of Ukraine"}
|
| 73 |
+
{"query_id": "1350", "text": "List of cities and towns in Romania"}
|
| 74 |
+
{"query_id": "1355", "text": "Charles J. Bell (businessman)"}
|
| 75 |
+
{"query_id": "136", "text": "List of Viking metal bands, Thyrfing"}
|
| 76 |
+
{"query_id": "1361", "text": "Gordeyevsky District, Ruins of the church in the village Veliky Bor (1809)"}
|
| 77 |
+
{"query_id": "1366", "text": "Luke Manor, The gardener's house"}
|
| 78 |
+
{"query_id": "1367", "text": "Korofina, Mali"}
|
| 79 |
+
{"query_id": "1368", "text": "Cold Spring Presbyterian Church"}
|
| 80 |
+
{"query_id": "137", "text": "Pia Tajnikar, Pia Tajnikar in 2007"}
|
| 81 |
+
{"query_id": "1383", "text": "Kounotori 2, The H-IIB rocket carrying Kounotori 2 lifts off from the Tanegashima space center on 22 January 2011."}
|
| 82 |
+
{"query_id": "1390", "text": "Kenneth Arrow, National Medal of Science award ceremony, 2004"}
|
| 83 |
+
{"query_id": "1394", "text": "Lytoceras eudesianum"}
|
| 84 |
+
{"query_id": "1396", "text": "Tomoe Gozen"}
|
| 85 |
+
{"query_id": "1399", "text": "Jacobs Houses and Store, The 1826 Jacobs Store"}
|
| 86 |
+
{"query_id": "1400", "text": "Unification of Germany, Germania, also called the Niederwald Monument, was erected in 1877\u201383 at R\u00fcdesheim."}
|
| 87 |
+
{"query_id": "1402", "text": "Salzburger Landestheater, State Theater Salzburg, built by Fellner and Helmer"}
|
| 88 |
+
{"query_id": "141", "text": "Delphi (software), RAD Studio XE2 World Tour"}
|
| 89 |
+
{"query_id": "1411", "text": "Passport stamp"}
|
| 90 |
+
{"query_id": "1414", "text": "Boothia Peninsula, Boothia and Melville peninsulas, Nunavut, Canada."}
|
| 91 |
+
{"query_id": "1415", "text": "Index of New Mexico\u2013related articles, Albuquerque, New Mexico"}
|
| 92 |
+
{"query_id": "1416", "text": "National Register of Historic Places listings in Pittsburgh, Pennsylvania"}
|
| 93 |
+
{"query_id": "1418", "text": "Seleucid Empire, Drachm of the Frataraka ruler Vahbarz (Oborzos), thought to have initiated the independence of Persis from the Seleucid Empire. The coin shows on the reverse an Achaemenid king slaying an armoured, possibly Greek or Macedonian, soldier.[28][29] This possibly refers to the events related by Polyainos (Strat. 7.40), in which Vahbarz (Oborzos) is said to have killed 3000 Seleucid settlers.[30][28][29]"}
|
| 94 |
+
{"query_id": "1423", "text": "64DD, The 64DD, unattached"}
|
| 95 |
+
{"query_id": "1434", "text": "Nevada-class battleship, USS Nevada after her 1942 reconstruction"}
|
| 96 |
+
{"query_id": "1439", "text": "Reginald De Koven, Cover of Rip Van Winkle, 1919"}
|
| 97 |
+
{"query_id": "1443", "text": "Galatians 5, A page showing Galatians 1:2\u201310 on Papyrus 51, c. AD 400."}
|
| 98 |
+
{"query_id": "1447", "text": "Ign\u00e1c Raab, St. James the Greater by Ign\u00e1c Viktorin Raab"}
|
| 99 |
+
{"query_id": "1449", "text": "Shaheed Suhrawardy Medical College & Hospital"}
|
| 100 |
+
{"query_id": "1450", "text": "List of statues of Queen Victoria"}
|
| 101 |
+
{"query_id": "1452", "text": "Economic impact of the COVID-19 pandemic, Coronavirus infection prevention tips banner in Seoul"}
|
| 102 |
+
{"query_id": "1459", "text": "10 Hygiea, VLT-SPHERE image of Hygiea"}
|
| 103 |
+
{"query_id": "146", "text": "Bloodstock Open Air, Megadeth performing at Bloodstock Open Air in 2017"}
|
| 104 |
+
{"query_id": "1460", "text": "List of mayors of Wolverhampton, Alderman Levi Johnson"}
|
| 105 |
+
{"query_id": "1463", "text": "Mireille (opera), Act 2 finale in the original 1864 production"}
|
| 106 |
+
{"query_id": "1467", "text": "Hindmarsh Island, Hindmarsh Island Weather Receiver"}
|
| 107 |
+
{"query_id": "1474", "text": "Sem (artist)"}
|
| 108 |
+
{"query_id": "1481", "text": "Circleville Township, Pickaway County, Ohio, The Luthor List Mound, a historic site in the township"}
|
| 109 |
+
{"query_id": "1491", "text": "Dunbeg Fort"}
|
| 110 |
+
{"query_id": "1492", "text": "Yellow-necked spurfowl"}
|
| 111 |
+
{"query_id": "1498", "text": "Ottawa University, Aerial view of Ottawa University"}
|
| 112 |
+
{"query_id": "1502", "text": "List of historical markers of the Philippines in Metro Manila"}
|
| 113 |
+
{"query_id": "1510", "text": "Njar\u00f0v\u00edk, Aerial view of Ytri Njar\u00f0v\u00edk"}
|
| 114 |
+
{"query_id": "1511", "text": "List of Ohio state symbols, Large white trillium (Trillium grandiflorum)"}
|
| 115 |
+
{"query_id": "1515", "text": "Transit of Venus March, Sheet music cover (1896)"}
|
| 116 |
+
{"query_id": "1524", "text": "Ward & Company of London, Window in the chancel arch recess of the former Horbury Chapel, now Kensington Temple (London), Notting Hill"}
|
| 117 |
+
{"query_id": "1528", "text": "Cryptantha crinita"}
|
| 118 |
+
{"query_id": "1542", "text": "History of South Africa, The statue of Jan van Riebeeck, the founder of Cape Town, in Heerengracht Street."}
|
| 119 |
+
{"query_id": "1560", "text": "Hamilton, Ontario (township), Harwood Station, c. 1900"}
|
| 120 |
+
{"query_id": "1562", "text": "Sanguirana everetti"}
|
| 121 |
+
{"query_id": "1571", "text": "Bergen, Lower Saxony, Bergen town hall"}
|
| 122 |
+
{"query_id": "158", "text": "Fran\u00e7ois-Edmond P\u00e2ris"}
|
| 123 |
+
{"query_id": "1596", "text": "List of Cape Canaveral and Merritt Island launch sites, Looking east, left-right: LC-41, LC-40, (center) LC-37B, Harrison Island, Vertical Integration Facility, and the ITL Warehouse on CCAFS in 2005"}
|
| 124 |
+
{"query_id": "1599", "text": "Armenian art, An Armenian painting at the art museum in Vanadzor, Armenia"}
|
| 125 |
+
{"query_id": "16", "text": "Stephen Lloyd, Lloyd outside parliament in March 2013"}
|
| 126 |
+
{"query_id": "1601", "text": "The Strand Station, Auckland railway station, 1895, on the Queen Street frontage where the Britomart building now stands"}
|
| 127 |
+
{"query_id": "1603", "text": "Andrew S. Rosen"}
|
| 128 |
+
{"query_id": "1608", "text": "Institute for Plasma Research, Another view of the water fall near campus"}
|
| 129 |
+
{"query_id": "1609", "text": "Sclerodactylidae"}
|
| 130 |
+
{"query_id": "1613", "text": "List of first generation home video game consoles"}
|
| 131 |
+
{"query_id": "1617", "text": "Cochlicella"}
|
| 132 |
+
{"query_id": "1619", "text": "Fuel tank, FIA FT3 safety fuel bladder in the Porsche GT3 Cup racing car"}
|
| 133 |
+
{"query_id": "1627", "text": "Prato, Santa Maria delle Carceri church"}
|
| 134 |
+
{"query_id": "1640", "text": "Coins of the Ukrainian hryvnia"}
|
| 135 |
+
{"query_id": "1641", "text": "Koganech\u014d Station, Koganech\u014d Station, 2015"}
|
| 136 |
+
{"query_id": "1647", "text": "JR Shikoku 2000 series"}
|
| 137 |
+
{"query_id": "1654", "text": "Groups of Traditional Buildings"}
|
| 138 |
+
{"query_id": "1668", "text": "2000 Seattle Mariners season, Jamal Strong was selected by the Mariners in the sixth round of the 2000 draft."}
|
| 139 |
+
{"query_id": "1670", "text": "Volkswagen Sharan"}
|
| 140 |
+
{"query_id": "1672", "text": "Joe Flacco, Flacco at Ravens Training Camp in 2008"}
|
| 141 |
+
{"query_id": "1688", "text": "J\u00f4 Bilac, J\u00f4 Bilac in Gothenburg (2014)"}
|
| 142 |
+
{"query_id": "1696", "text": "Intermolecular metal-catalyzed carbenoid cyclopropanations"}
|
| 143 |
+
{"query_id": "1702", "text": "Msoura, A hand-drawn sketch of the Mzoura cromlech by Sir Arthur Coppel de Brooke"}
|
| 144 |
+
{"query_id": "1710", "text": "Oregon Pacific Railroad (1997), Oregon Pacific 901, an EMD SW900 parked in the American Steel siding in Canby, Oregon"}
|
| 145 |
+
{"query_id": "1727", "text": "Coat of arms of Triballia"}
|
| 146 |
+
{"query_id": "1738", "text": "Andrew C. McLaughlin"}
|
| 147 |
+
{"query_id": "1749", "text": "Listed buildings in Casterton, Cumbria"}
|
| 148 |
+
{"query_id": "1750", "text": "USS Dobbin (AD-3)"}
|
| 149 |
+
{"query_id": "1752", "text": "List of battles in medieval India, Siraj ud-Daulah"}
|
| 150 |
+
{"query_id": "1753", "text": "President of the Chamber of Deputies of Chile"}
|
| 151 |
+
{"query_id": "1754", "text": "Glossary of botanical terms, Obconical syconium (infructescence) of Ficus carica"}
|
| 152 |
+
{"query_id": "1756", "text": "Mark Roeder"}
|
| 153 |
+
{"query_id": "1760", "text": "America's the Word for You and Me, Sheet music cover"}
|
| 154 |
+
{"query_id": "1765", "text": "Woodward cis-hydroxylation"}
|
| 155 |
+
{"query_id": "1768", "text": "St Peter's Church, Plemstall, St Peter's Church, Plemstall, from the southwest"}
|
| 156 |
+
{"query_id": "177", "text": "Jumping the broom, A 2011 wedding in California"}
|
| 157 |
+
{"query_id": "1772", "text": "Raphael (singer), Raphael at the 2014 Miami International Film Festival"}
|
| 158 |
+
{"query_id": "1775", "text": "John Leslie, 1st Duke of Rothes"}
|
| 159 |
+
{"query_id": "178", "text": "Blunden Shadbolt, A Blunden Shadbolt designed house in Tinsley Green, Crawley."}
|
| 160 |
+
{"query_id": "1780", "text": "Willowy flounder"}
|
| 161 |
+
{"query_id": "1789", "text": "Cynethryth, Portrait penny of Cynethryth, minted by Eoba at Canterbury. Cynethryth is the only Anglo-Saxon queen known to have had coins issued in her name and these are unique in Western Europe of the period.[1] Coin held by the British Museum."}
|
| 162 |
+
{"query_id": "179", "text": "Bennett Park (Detroit), Bennett Park on October 12, 1907, in a World Series game between the Detroit Tigers and Chicago Cubs, Detroit, Michigan"}
|
| 163 |
+
{"query_id": "1791", "text": "Bastilla dicoela"}
|
| 164 |
+
{"query_id": "1816", "text": "List of the Cenozoic life of Mississippi, A living Emys blandingii, or Blanding's turtle"}
|
| 165 |
+
{"query_id": "1823", "text": "Torrente de Cinca"}
|
| 166 |
+
{"query_id": "1828", "text": "Stanford Memorial Church, A window in the nave shows Christ welcoming a soul into Heaven, a reference to the death of Leland Stanford, Jr."}
|
| 167 |
+
{"query_id": "1832", "text": "List of church restorations, amendments and furniture by John Douglas"}
|
| 168 |
+
{"query_id": "1834", "text": "Uno Ullberg"}
|
| 169 |
+
{"query_id": "1836", "text": "Tczew"}
|
| 170 |
+
{"query_id": "1838", "text": "Korb, Korb W\u00fcrttemberg Town hall"}
|
| 171 |
+
{"query_id": "1839", "text": "Tulja Caves, Tulja Lena Chaitya window decorations."}
|
| 172 |
+
{"query_id": "185", "text": "Harold Auten, Commemorative stone, Leatherhead"}
|
| 173 |
+
{"query_id": "1852", "text": "Bulgarian St. Stephen Church"}
|
| 174 |
+
{"query_id": "1856", "text": "Markina-Xemein, Location of Markina-Xemein in Bizkaia."}
|
| 175 |
+
{"query_id": "1877", "text": "Church of the Saviour (Washington, D.C.), Former location of Church of the Saviour"}
|
| 176 |
+
{"query_id": "188", "text": "AVE Class 103, Series 103 train, Velaro E"}
|
| 177 |
+
{"query_id": "1883", "text": "Geo Verbanck"}
|
| 178 |
+
{"query_id": "1891", "text": "Hillsboro High School (Oregon)"}
|
| 179 |
+
{"query_id": "1907", "text": "Old Harbor Historic District, Old Harbor in 2008 from the ferry"}
|
| 180 |
+
{"query_id": "1911", "text": "Vlaho Kabu\u017ei\u0107"}
|
| 181 |
+
{"query_id": "1916", "text": "Northwestern Pacific Railroad, Vegetation encroaches on Swauger Creek trestle near Loleta."}
|
| 182 |
+
{"query_id": "192", "text": "McKenzie Grant"}
|
| 183 |
+
{"query_id": "1932", "text": "William Sargant, 1947 US ID card of William Sargant"}
|
| 184 |
+
{"query_id": "1936", "text": "Patricia Avery"}
|
| 185 |
+
{"query_id": "1937", "text": "Danaus erippus, Close-up of wing scales."}
|
| 186 |
+
{"query_id": "194", "text": "Side cap, A constable of the Uttar Pradesh Police in India in forage cap"}
|
| 187 |
+
{"query_id": "1941", "text": "DYCT-TV, Logo of The Game Channel from August 15, 2011-February 15, 2012"}
|
| 188 |
+
{"query_id": "1944", "text": "Yasemen Saylar"}
|
| 189 |
+
{"query_id": "1949", "text": "Governor of New York"}
|
| 190 |
+
{"query_id": "1951", "text": "Lovis Corinth, Corinth in 1887"}
|
| 191 |
+
{"query_id": "1953", "text": "St Mary's Priory Church, Deerhurst, St Mary's from the west, showing the tower"}
|
| 192 |
+
{"query_id": "1958", "text": "Kluang District"}
|
| 193 |
+
{"query_id": "1964", "text": "Mohawk hairstyle"}
|
| 194 |
+
{"query_id": "1968", "text": "North Troy\u2013Highwater Border Crossing, Canada Border Inspection Station at Highwater, Quebec"}
|
| 195 |
+
{"query_id": "1969", "text": "Scaffolding, Extensive scaffolding on a building in downtown Cincinnati, Ohio. This type of scaffolding is called pipe staging."}
|
| 196 |
+
{"query_id": "1970", "text": "Studentenverbindung, Some fraternities keep a lodge in addition to their main fraternity house. Here an example in heights of the Black Forest, belonging to the Corps Hubertia Freiburg."}
|
| 197 |
+
{"query_id": "1974", "text": "Snettisham RSPB reserve"}
|
| 198 |
+
{"query_id": "1982", "text": "Military bishop, Pekka S\u00e4rki\u00f6, the current Military Bishop"}
|
| 199 |
+
{"query_id": "1989", "text": "Mimetes splendidus"}
|
| 200 |
+
{"query_id": "1992", "text": "Sacramento\u2013San Joaquin River Delta, An 1873 map showing the river systems of the Central Valley, with wetlands marked in gray. The Delta, at roughly left center, was the largest area of contiguous, perennial wetlands in pre-development California."}
|
| 201 |
+
{"query_id": "1999", "text": "Grade I listed buildings in East Devon"}
|
| 202 |
+
{"query_id": "20", "text": "Copped Hall, In the early 19th century"}
|
| 203 |
+
{"query_id": "200", "text": "Recon Instruments, former Recon Labs, Vancouver, BC"}
|
| 204 |
+
{"query_id": "2003", "text": "Peccadillo Pictures"}
|
| 205 |
+
{"query_id": "2005", "text": "Parliamentary Private Secretary to the Prime Minister"}
|
| 206 |
+
{"query_id": "2011", "text": "David Bass (American football), Bass with the Jets in 2017."}
|
| 207 |
+
{"query_id": "2012", "text": "Catephia dentifera"}
|
| 208 |
+
{"query_id": "2014", "text": "Lisa De Pasquale, Lisa De Pasquale around 2013"}
|
| 209 |
+
{"query_id": "2016", "text": "Catskill Park, One of the Park's distinctive yellow and brown highway markers, showing the hamlet of Pine Hill"}
|
| 210 |
+
{"query_id": "2017", "text": "Ann Savage, Savage and Tom Neal in a publicity still for Detour"}
|
| 211 |
+
{"query_id": "2019", "text": "Taxonomy of Allium, Allium barsczewskii"}
|
| 212 |
+
{"query_id": "2024", "text": "Oriente, San Juan, Puerto Rico, Location of Oriente shown in yellow."}
|
| 213 |
+
{"query_id": "2025", "text": "List of Illinois State University alumni, D. A. Weibring"}
|
| 214 |
+
{"query_id": "2026", "text": "Grappa, A glass of grappa"}
|
| 215 |
+
{"query_id": "2034", "text": "Benslie"}
|
| 216 |
+
{"query_id": "2035", "text": "Grand Duke Andrei Vladimirovich of Russia, Grand Duke Andrei in his youth"}
|
| 217 |
+
{"query_id": "2036", "text": "Senusret II, Image of the pyramid of Senusret II taken from a 3d model"}
|
| 218 |
+
{"query_id": "2045", "text": "Mercedes-Benz Ponton, The Mercedes-Benz 220(S) looked very similar to the shorter 4-cylinders"}
|
| 219 |
+
{"query_id": "2049", "text": "Vaulnaveys-le-Bas, An aerial view of Montchaffrey"}
|
| 220 |
+
{"query_id": "2051", "text": "Canberra, Two of Canberra's best-known landmarks, Parliament House and Old Parliament House (foreground). Commonwealth Place runs alongside the lake and includes the International Flag Display. Questacon is on the right."}
|
| 221 |
+
{"query_id": "2060", "text": "Akhenaten, Pharaoh Akhenaten (center) and his family worshiping the Aten, with characteristic rays seen emanating from the solar disk. Later such imagery was prohibited."}
|
| 222 |
+
{"query_id": "2064", "text": "Zia Hyunsu Shin"}
|
| 223 |
+
{"query_id": "2065", "text": "Salmson-B\u00e9chereau SB-5, Salmson-B\u00e9chereau C.2 photo from Les Ailes April 15, 1926"}
|
| 224 |
+
{"query_id": "2074", "text": "Godfrey Morgan (Australian politician), Godfrey Morgan in 1936."}
|
| 225 |
+
{"query_id": "2089", "text": "Aladzha Monastery, Aladzha Monastery from outside"}
|
| 226 |
+
{"query_id": "2090", "text": "Alexandria Arachosia"}
|
| 227 |
+
{"query_id": "2092", "text": "HMAS Doomba, HMAS Doomba in 1942"}
|
| 228 |
+
{"query_id": "2105", "text": "National Treasures of Singapore, Javanese Gold Ornaments"}
|
| 229 |
+
{"query_id": "2106", "text": "MTV Europe Music Award for Best Russian Act, Diskoteka Avariya"}
|
| 230 |
+
{"query_id": "2117", "text": "TVP2"}
|
| 231 |
+
{"query_id": "2120", "text": "B4329 road, View south from Bwlch-Gwynt (March 2010)"}
|
| 232 |
+
{"query_id": "2127", "text": "Lille Syd"}
|
| 233 |
+
{"query_id": "2130", "text": "Gilbert Licudi"}
|
| 234 |
+
{"query_id": "2136", "text": "Ch\u00e2teau Rocher"}
|
| 235 |
+
{"query_id": "2140", "text": "Tai Wo Hau Estate, Tai Wo Hau Estate"}
|
| 236 |
+
{"query_id": "2142", "text": "Embassy of Germany, London, The German Embassy, c. 1930"}
|
| 237 |
+
{"query_id": "2143", "text": "Eddie Panlilio, Minalin, Pampanga \"Museo Ampon Simpanan Kabiasnan Ning Minalin\" (Museum and Library of Minalin Among Ed Corner - books donated by Panlilio after his 2010 election defeat)"}
|
| 238 |
+
{"query_id": "2147", "text": "2009 Pacific typhoon season"}
|
| 239 |
+
{"query_id": "2148", "text": "Cutch (steamship), Cutch in 1898 following reconstruction"}
|
| 240 |
+
{"query_id": "2150", "text": "Hybr\u00e1lec"}
|
| 241 |
+
{"query_id": "2155", "text": "Great Rann of Kutch, Rann of Kutch \u2013 White Desert 2"}
|
| 242 |
+
{"query_id": "2158", "text": "How to Dress Well, Krell performing in 2013"}
|
| 243 |
+
{"query_id": "2159", "text": "Heinkel HE 6"}
|
| 244 |
+
{"query_id": "2162", "text": "Ryan O'Rourke, O'Rourke with the Minnesota Twins in 2015"}
|
| 245 |
+
{"query_id": "217", "text": "Port Arthur massacre (Australia), Port Arthur Bay, Port Arthur, was the location of most of the shootings"}
|
| 246 |
+
{"query_id": "2171", "text": "San'ya, Budget hotels in San'ya district"}
|
| 247 |
+
{"query_id": "2173", "text": "Judd (engine), 1997 Yamaha OX11C engine, a variant of the Judd JV engine"}
|
| 248 |
+
{"query_id": "2176", "text": "List of landmarks of St. Louis"}
|
| 249 |
+
{"query_id": "2181", "text": "History of tennis, 1896 Summer Olympics men's singles final"}
|
| 250 |
+
{"query_id": "2188", "text": "Black Sea, Common dolphins porpoising with a ferry at Batumi port"}
|
| 251 |
+
{"query_id": "2193", "text": "Liberal socialism, Willy Brandt, Chancellor of West Germany (1969\u20131974)"}
|
| 252 |
+
{"query_id": "2194", "text": "Constitution of 3 May 1791, Constitution of 3 May 1791, by Matejko. Foreground: King Stanis\u0142aw August (left) enters St John's Cathedral, in Warsaw, where deputies will swear to uphold the constitution. Background: the Royal Castle, where the Constitution has just been adopted."}
|
| 253 |
+
{"query_id": "2195", "text": "Mazda Motor Indonesia"}
|
| 254 |
+
{"query_id": "2198", "text": "2014 ICF Canoe Sprint World Championships"}
|
| 255 |
+
{"query_id": "2199", "text": "Bartolom\u00e9 de las Casas, Toribio de Benavente \"Motolinia\", Las Casas's Franciscan adversary."}
|
| 256 |
+
{"query_id": "2200", "text": "Brawby"}
|
| 257 |
+
{"query_id": "2203", "text": "Alexander Kruber, Alexander Kruber"}
|
| 258 |
+
{"query_id": "2208", "text": "History of British Airways"}
|
| 259 |
+
{"query_id": "2212", "text": "Rongorongo text A, Side b, as traced by Barthel: Ab1 at top, Ab8 at bottom."}
|
| 260 |
+
{"query_id": "2213", "text": "Durgam Cheruvu"}
|
| 261 |
+
{"query_id": "2217", "text": "Rocca Borromeo di Angera"}
|
| 262 |
+
{"query_id": "2230", "text": "Roncenay, Roncenay"}
|
| 263 |
+
{"query_id": "2231", "text": "1935, Will Rogers"}
|
| 264 |
+
{"query_id": "2236", "text": "Fontaine de la Rotonde"}
|
| 265 |
+
{"query_id": "2238", "text": "List of light sources, Oil lamp"}
|
| 266 |
+
{"query_id": "2239", "text": "Holy Trinity Church, Berlin, Northern main entrance of Trinity Church (1931), right the eastward entrance of Kaiserhof underground station."}
|
| 267 |
+
{"query_id": "2241", "text": "Serengeti volcanic grasslands"}
|
| 268 |
+
{"query_id": "2242", "text": "Association for Progressive Communications, Anriette Esterhuysen at Stockholm Internet Forum 2014"}
|
| 269 |
+
{"query_id": "2244", "text": "Ingersoll\u2013Tutton Building, The building's exterior in 2014"}
|
| 270 |
+
{"query_id": "2245", "text": "G\u00f6schenen, G\u00f6schenen railway station right above the entrance to the Gotthard Tunnel"}
|
| 271 |
+
{"query_id": "2249", "text": "Harold Washington Library"}
|
| 272 |
+
{"query_id": "225", "text": "The Hotel Mouse (musical), Sheet Music"}
|
| 273 |
+
{"query_id": "2250", "text": "Waddinxveen"}
|
| 274 |
+
{"query_id": "2255", "text": "Keuka Lake Outlet, Outlet dam and Main Street bridge in downtown Penn Yan"}
|
| 275 |
+
{"query_id": "2261", "text": "Lorna Cepeda, Lorna Cepeda in 2018"}
|
| 276 |
+
{"query_id": "2265", "text": "Listed buildings in Chatburn"}
|
| 277 |
+
{"query_id": "2270", "text": "List of children of Chulalongkorn"}
|
| 278 |
+
{"query_id": "2275", "text": "Dorothea Ponsonby, Dorothea Parry"}
|
| 279 |
+
{"query_id": "2277", "text": "Lake Ilo National Wildlife Refuge, Ring-necked duck is but one of over a hundred species of waterfowl that can seen at the refuge."}
|
| 280 |
+
{"query_id": "2278", "text": "Richlands, Virginia, Intersection of Front and Suffolk in Richlands"}
|
| 281 |
+
{"query_id": "228", "text": "Warsaw Ghetto"}
|
| 282 |
+
{"query_id": "2281", "text": "Tom\u00e1\u0161 Bab\u00e1k"}
|
| 283 |
+
{"query_id": "2286", "text": "Road to Singapore, Dorothy Lamour and Bing Crosby in the trailer"}
|
| 284 |
+
{"query_id": "229", "text": "List of ships built by Hall, Russell & Company (801-900)"}
|
| 285 |
+
{"query_id": "2290", "text": "Jurklo\u0161ter"}
|
| 286 |
+
{"query_id": "2292", "text": "List of mayors of Toronto"}
|
| 287 |
+
{"query_id": "2296", "text": "Mercedes-Benz GLE-Class"}
|
| 288 |
+
{"query_id": "2299", "text": "Sport in Italy, Achille Compagnoni and Lino Lacedelli, the first people to reach the summit of K2."}
|
| 289 |
+
{"query_id": "230", "text": "Booker T. & the M.G.'s, Booker T. & the M.G.'s in Tunica, Mississippi, 2002"}
|
| 290 |
+
{"query_id": "2301", "text": "Van Donge & De Roo Stadion"}
|
| 291 |
+
{"query_id": "2305", "text": "Disneyland, Walt Disney (center) showing Orange County officials plans for Disneyland's layout, December 1954"}
|
| 292 |
+
{"query_id": "2308", "text": "Lanesville station, The station at Lanesville, as depicted in a 1902 postcard"}
|
| 293 |
+
{"query_id": "2316", "text": "HMS Martin (1790), Martin"}
|
| 294 |
+
{"query_id": "2318", "text": "Luis Vargas (musician), Luis Vargas"}
|
| 295 |
+
{"query_id": "2319", "text": "Don Carlos, The historical Elizabeth of Valois, by Juan Pantoja de la Cruz, 1565"}
|
| 296 |
+
{"query_id": "2332", "text": "List of National Treasures of Japan (writings: Japanese books)"}
|
| 297 |
+
{"query_id": "2341", "text": "Charles William Henry Kirchhoff"}
|
| 298 |
+
{"query_id": "2346", "text": "Mermaid"}
|
| 299 |
+
{"query_id": "2358", "text": "Op\u00e9ra de Dijon, The Auditorium de Dijon, built in 1998"}
|
| 300 |
+
{"query_id": "236", "text": "Vanilla ice cream, Vanilla ice cream served on an ice cream cone"}
|
| 301 |
+
{"query_id": "2366", "text": "Listed buildings in Beckbury"}
|
| 302 |
+
{"query_id": "237", "text": "De\u011firmendere, Mersin, De\u011firmendere"}
|
| 303 |
+
{"query_id": "2379", "text": "Edmontosaurus annectens, Skin impression of the specimen nicknamed \"Dakota\", which was found in 1999"}
|
| 304 |
+
{"query_id": "2386", "text": "List of people killed by and disappeared during the Brazilian military dictatorship"}
|
| 305 |
+
{"query_id": "2395", "text": "Nyk\u00f6ping"}
|
| 306 |
+
{"query_id": "2401", "text": "List of birds of Tennessee, The northern mockingbird is the state bird of Tennessee."}
|
| 307 |
+
{"query_id": "2404", "text": "Lindesnes Lighthouse"}
|
| 308 |
+
{"query_id": "2411", "text": "Dan Patch, Hambletonian 10, a founding sire of the Standardbred"}
|
| 309 |
+
{"query_id": "2413", "text": "Anfield Cemetery, Walton Lane Lodge"}
|
| 310 |
+
{"query_id": "2418", "text": "Feliciano L\u00f3pez, Feliciano L\u00f3pez at the 2011 Wimbledon Championships"}
|
| 311 |
+
{"query_id": "2425", "text": "Spragueia, Spragueia funeralis"}
|
| 312 |
+
{"query_id": "243", "text": "Andrew Corbet (died 1578)"}
|
| 313 |
+
{"query_id": "2431", "text": "Quince, Halved quince, with seeds and oxidation visible"}
|
| 314 |
+
{"query_id": "2435", "text": "Goliath heron, At iSimangaliso Wetland Park, KwaZulu Natal, South Africa"}
|
| 315 |
+
{"query_id": "2436", "text": "92nd Engineer Battalion, Officers of 1st BN 92d EN GS REGT WWII \u2013 Front Row: Lt. Schellberg (Neb), Lt. Welker (Ala), Lt. Swanson (Mich), Capt. Douglas (Mo), Back Row: Capt. Green (Minn), Major Small (Ill), Capt. Wrey (Texas), Lt. MacDonald (Mass), Lt. Geary (Penn), Lt. Lahaye (Texas), Lt. Cordone (Mich)"}
|
| 316 |
+
{"query_id": "2438", "text": "Royal Leerdam Crystal, Gilde Glass"}
|
| 317 |
+
{"query_id": "2440", "text": "J\u00f3zef Kowalski (priest)"}
|
| 318 |
+
{"query_id": "2441", "text": "S\u00e9rgio Chapelin, Chapelin (left) in the 1970s."}
|
| 319 |
+
{"query_id": "2443", "text": "Abutilon \u00d7 hybridum, Abutilon \u00d7 hybridum cultivar 'Patrick Synge'"}
|
| 320 |
+
{"query_id": "2445", "text": "Nikolay Kasatkin"}
|
| 321 |
+
{"query_id": "2446", "text": "Couch, Missouri, Couch Public School"}
|
| 322 |
+
{"query_id": "2447", "text": "Lancia Ardea, Lancia Ardea"}
|
| 323 |
+
{"query_id": "2456", "text": "Elizabeth Fortescue, Her portrait by Reynolds."}
|
| 324 |
+
{"query_id": "2458", "text": "Just Group plc, Vale House in Reigate, head office of the company"}
|
| 325 |
+
{"query_id": "2459", "text": "Intersex, Intersex activists on a boat at Utrecht Canal Pride in the Netherlands on June 16, 2018"}
|
| 326 |
+
{"query_id": "2464", "text": "Delias euphemia"}
|
| 327 |
+
{"query_id": "2469", "text": "Wisconsin's 9th congressional district"}
|
| 328 |
+
{"query_id": "247", "text": "List of the Mesozoic life of South Dakota, Fossil of the Jurassic-Cretaceous cycad relative Cycadeoidea"}
|
| 329 |
+
{"query_id": "2478", "text": "List of windmills in Portugal"}
|
| 330 |
+
{"query_id": "2482", "text": "Roosevelt station (CTA), Roosevelt/Wabash elevated platform"}
|
| 331 |
+
{"query_id": "2484", "text": "\u00c1ngel Guido, National Flag Memorial of Argentina"}
|
| 332 |
+
{"query_id": "2491", "text": "The Avenue at Middelharnis, Aelbert Cuyp, The Avenue at Meerdervoort, 1650\u20131652, Wallace Collection"}
|
| 333 |
+
{"query_id": "2498", "text": "2014 Indian Super League Final, The final venue, DY Patil Stadium, before the match"}
|
| 334 |
+
{"query_id": "25", "text": "Mainline Protestant, Augustana Lutheran Church in Washington, D.C belonging to the Evangelical Lutheran Church in America"}
|
| 335 |
+
{"query_id": "2504", "text": "Skiffing"}
|
| 336 |
+
{"query_id": "2505", "text": "Bozhou, Flower Peking Opera Theater"}
|
| 337 |
+
{"query_id": "2506", "text": "George Tabori, George Tabori, Berlin 2003, photo by Oliver Mark"}
|
| 338 |
+
{"query_id": "2509", "text": "St. John's Lutheran Church and School"}
|
| 339 |
+
{"query_id": "251", "text": "Nitaf"}
|
| 340 |
+
{"query_id": "2515", "text": "Banggai cuscus"}
|
| 341 |
+
{"query_id": "2523", "text": "Malacostegina"}
|
| 342 |
+
{"query_id": "2524", "text": "List of schools in the Roman Catholic Archdiocese of Galveston\u2013Houston, Dominican High School (former building)"}
|
| 343 |
+
{"query_id": "2525", "text": "Noa (singer)"}
|
| 344 |
+
{"query_id": "2529", "text": "Basel Christian Church of Malaysia, Basel Christian Church Malaysia (BCCM) Tamalang, Kudat, Sabah"}
|
| 345 |
+
{"query_id": "2537", "text": "List of tallest buildings in Iowa"}
|
| 346 |
+
{"query_id": "2540", "text": "Minaret of Jam"}
|
| 347 |
+
{"query_id": "2542", "text": "Field of view, A 360-degree panorama of the Milky Way at the Very Large Telescope. Such a panorama shows the entire field of view (FOV) in a single image. An observer would perceive the Milky Way like an arc of stars spanning horizon to horizon \u2013 with the entire FOV mapped on a single image this arc appears as two streams of stars seemingly cascading down like waterfalls.[1]"}
|
| 348 |
+
{"query_id": "2543", "text": "List of Pennsylvania state historical markers in Bradford County"}
|
| 349 |
+
{"query_id": "255", "text": "List of Polish flags"}
|
| 350 |
+
{"query_id": "2550", "text": "List of American painters exhibited at the 1893 World's Columbian Exposition"}
|
| 351 |
+
{"query_id": "2555", "text": "Riek Machar"}
|
| 352 |
+
{"query_id": "2556", "text": "Harold Stabler"}
|
| 353 |
+
{"query_id": "2557", "text": "Torres Strait Light Infantry Battalion, Members of the Torres Strait Light Infantry Battalion on Thursday Island 1945"}
|
| 354 |
+
{"query_id": "2558", "text": "Thomas Wisman"}
|
| 355 |
+
{"query_id": "2560", "text": "Himanshu Pandya, Prof Himanshu Pandya"}
|
| 356 |
+
{"query_id": "2561", "text": "OV-fiets"}
|
| 357 |
+
{"query_id": "2564", "text": "Heinz Graffunder, Elephant House (Humans' entrance), Berlin Zoo \n(Heinz Graffunder)"}
|
| 358 |
+
{"query_id": "2566", "text": "Chickpea, Hummus with olive oil"}
|
| 359 |
+
{"query_id": "2570", "text": "Montse Watkins, Montse Watkins, Tokyo, 1994, with the translation of Kenji Miyazawa's Night Train in the Milky Way just off her Luna Books publishing house print. Photo: Chelo Alvarez-Stehle"}
|
| 360 |
+
{"query_id": "2571", "text": "Timeline of the Donald Trump presidency (2020 Q2), President Trump at the SPACE-X demonstration before the attempted launch"}
|
| 361 |
+
{"query_id": "2591", "text": "List of first ladies of the United States"}
|
| 362 |
+
{"query_id": "2601", "text": "Symphyotrichum robynsianum"}
|
| 363 |
+
{"query_id": "2602", "text": "Werner Enterprises, Temperature-Controlled, 2019"}
|
| 364 |
+
{"query_id": "2603", "text": "Roca Line"}
|
| 365 |
+
{"query_id": "2609", "text": "Tiffeny Milbrett, Milbrett in October 2003"}
|
| 366 |
+
{"query_id": "2615", "text": "Glossopetalon spinescens"}
|
| 367 |
+
{"query_id": "2621", "text": "List of songs recorded by Britney Spears, Spears covered \"The Beat Goes On\", which was co-written by Sonny Bono."}
|
| 368 |
+
{"query_id": "2624", "text": "Tlayacapan, Artifacts from a local dig"}
|
| 369 |
+
{"query_id": "2629", "text": "Mercedes-Benz SLR McLaren, Mercedes SLR McLaren Edition"}
|
| 370 |
+
{"query_id": "2633", "text": "Dactylorhiza maculata"}
|
| 371 |
+
{"query_id": "2640", "text": "Sit-up, Seabees conduct their sit-up portion of the Navy Physical Readiness Test"}
|
| 372 |
+
{"query_id": "2644", "text": "Hypothetical types of biochemistry, Marine diatoms\u2014carbon-based organisms that extract silicon from sea water, in the form of its oxide (silica) and incorporate it into their cell walls"}
|
| 373 |
+
{"query_id": "2646", "text": "List of the prehistoric life of Virginia, Life restoration of the Oligocene-Pleistocene false-toothed bird Pelagornis"}
|
| 374 |
+
{"query_id": "2649", "text": "John Clare, The only known photograph of Clare, 1862"}
|
| 375 |
+
{"query_id": "265", "text": "Dance in Thailand, Khon performance in Frankfurt, Germany."}
|
| 376 |
+
{"query_id": "2650", "text": "Nonunion, Scaphoid pseudarthrosis before and after surgical fixation"}
|
| 377 |
+
{"query_id": "2652", "text": "National Register of Historic Places listings in Mobile County, Alabama"}
|
| 378 |
+
{"query_id": "2655", "text": "Academy Award for Best Director, Peter Jackson won for The Lord of the Rings: The Return of the King."}
|
| 379 |
+
{"query_id": "2663", "text": "Valentine Cameron Prinsep"}
|
| 380 |
+
{"query_id": "267", "text": "Ullev\u00e5l Hageby, Ullev\u00e5l skole"}
|
| 381 |
+
{"query_id": "2679", "text": "Victoria Hall (Ealing)"}
|
| 382 |
+
{"query_id": "268", "text": "Ford LTD Crown Victoria, 1988\u20131990 LTD Crown Victoria sedan"}
|
| 383 |
+
{"query_id": "2684", "text": "Cloudland Canyon State Park, Cloudland Canyon as seen from the West Rim Loop Trail"}
|
| 384 |
+
{"query_id": "2687", "text": "Scott Golbourne, Golbourne playing for Wolverhampton Wanderers in 2014"}
|
| 385 |
+
{"query_id": "2696", "text": "Hac\u0131k\u0131r\u0131 railway station, A southbound freight train passing a work train at Hac\u0131k\u0131r\u0131."}
|
| 386 |
+
{"query_id": "2698", "text": "USS Lilian (1863), The chase of the Lilian, 24 August 1864"}
|
| 387 |
+
{"query_id": "2699", "text": "William Mitchell Acworth"}
|
| 388 |
+
{"query_id": "27", "text": "The Taming of the Shrew in performance, Ada Rehan as Katherina in Augustin Daly's 1887 production at Daly's Theatre, New York."}
|
| 389 |
+
{"query_id": "2706", "text": "Fuchsia, Fuchsia with blossom opened"}
|
| 390 |
+
{"query_id": "2714", "text": "Listed buildings in Orrell, Greater Manchester"}
|
| 391 |
+
{"query_id": "2716", "text": "Bois-du-Luc"}
|
| 392 |
+
{"query_id": "2721", "text": "List of United States federal courthouses in Montana"}
|
| 393 |
+
{"query_id": "2722", "text": "College Station, Texas, View of the Lofts at Wolf Pen Creek in College Station"}
|
| 394 |
+
{"query_id": "2725", "text": "Armand Couaillet, Carriage clock, Armand Couaillet, Saint-Nicolas d'Aliermont Museum"}
|
| 395 |
+
{"query_id": "2730", "text": "Assam"}
|
| 396 |
+
{"query_id": "2735", "text": "Guus Hiddink"}
|
| 397 |
+
{"query_id": "2744", "text": "The Dunham School, The Dunham School 2007"}
|
| 398 |
+
{"query_id": "2746", "text": "Edwardian architecture, Department of Education building, Sydney"}
|
| 399 |
+
{"query_id": "2747", "text": "Incidents in the Life of Madame Blavatsky, 1st edition, 1886"}
|
| 400 |
+
{"query_id": "2751", "text": "College football, The BCS National Championship trophy on display at Florida State University. The 2013 Championship game marked the end of the BCS era."}
|
| 401 |
+
{"query_id": "2753", "text": "Chung Chang-ho, Chung speaking at Singapore Management University School of Law in 2018"}
|
| 402 |
+
{"query_id": "2754", "text": "Echelon Song, Russian Civil War era locomotive (\u042d-2432, built in 1915)"}
|
| 403 |
+
{"query_id": "2759", "text": "Liden, Liden in June 2012"}
|
| 404 |
+
{"query_id": "276", "text": "Kingdom of Tonga (1900\u20131970)"}
|
| 405 |
+
{"query_id": "2764", "text": "Youth offending team, The office of the Somerset YOT, at Street."}
|
| 406 |
+
{"query_id": "2769", "text": "Xingguo Temple (Jinan), The Thousand Buddha Cliff."}
|
| 407 |
+
{"query_id": "2774", "text": "Seaham"}
|
| 408 |
+
{"query_id": "2778", "text": "National Register of Historic Places listings in Tuscaloosa County, Alabama"}
|
| 409 |
+
{"query_id": "2779", "text": "Caloosahatchee River"}
|
| 410 |
+
{"query_id": "2780", "text": "German frigate Niedersachsen, Niedersachsen in 2008"}
|
| 411 |
+
{"query_id": "2782", "text": "National Register of Historic Places listings in Hidalgo County, Texas"}
|
| 412 |
+
{"query_id": "2795", "text": "Poole Stadium, The east grandstand"}
|
| 413 |
+
{"query_id": "2797", "text": "James C. Thomas, James C Thomas Jr, 1917"}
|
| 414 |
+
{"query_id": "2799", "text": "Sarah Bernhardt"}
|
| 415 |
+
{"query_id": "2807", "text": "List of Puerto Rican scientists and inventors, Antonio Fern\u00f3s-Isern"}
|
| 416 |
+
{"query_id": "2808", "text": "History of the Technion \u2013 Israel Institute of Technology, Architecture students at Technion (1920s)."}
|
| 417 |
+
{"query_id": "2816", "text": "Santa Marina (C\u00f3rdoba)"}
|
| 418 |
+
{"query_id": "2819", "text": "Culture in Stockholm, The National Museum."}
|
| 419 |
+
{"query_id": "2827", "text": "Tamrookum, Queensland, All Saints Anglican Church, 2005"}
|
| 420 |
+
{"query_id": "2834", "text": "Brazil, Flag of Brazil, 1500."}
|
| 421 |
+
{"query_id": "2839", "text": "Trout Hall, Trout Hall, June 2008"}
|
| 422 |
+
{"query_id": "2842", "text": "USS Akron, Akron over Lower Manhattan."}
|
| 423 |
+
{"query_id": "2855", "text": "The Development of Capitalism in Russia"}
|
| 424 |
+
{"query_id": "2859", "text": "Mae Busch, Busch in the film publication the Stars of the Photoplay, 1924"}
|
| 425 |
+
{"query_id": "286", "text": "Ardcath, Church Road, Ardcath, County Meath"}
|
| 426 |
+
{"query_id": "2863", "text": "Mitrailleuse, The 37-barrel Montigny mitrailleuse, which was developed in 1863."}
|
| 427 |
+
{"query_id": "2868", "text": "Druesberg, Druesberg with Tw\u00e4riberg and Forstberg"}
|
| 428 |
+
{"query_id": "2871", "text": "Kawagoe Festival Museum, Exhibition of floats"}
|
| 429 |
+
{"query_id": "288", "text": "Hariprasad Chaurasia, With Ustad Zakir Hussain (2012)"}
|
| 430 |
+
{"query_id": "2886", "text": "1948 Newfoundland referendums"}
|
| 431 |
+
{"query_id": "2888", "text": "United States Football League, Official USFL football."}
|
| 432 |
+
{"query_id": "2890", "text": "Bogolong iron mine and blast furnace, View of the Bogolong mining and smelting site, from public land alongside Illalong Road, near Bookham, N.S.W. (October 2019)."}
|
| 433 |
+
{"query_id": "2893", "text": "Aldershot railway station"}
|
| 434 |
+
{"query_id": "2894", "text": "Sree Narayana Sevika Samajam"}
|
| 435 |
+
{"query_id": "290", "text": "Antwerp, New York, \"A Friend in Need\" from Dogs Playing Poker, by C. M. Coolidge"}
|
| 436 |
+
{"query_id": "2902", "text": "Camiguin"}
|
| 437 |
+
{"query_id": "2908", "text": "Mountain Brook Estates Building, The building in August 2018"}
|
| 438 |
+
{"query_id": "2909", "text": "St John the Baptist's Church, Longbridge, St John the Baptist\u2019s Church, Longbridge"}
|
| 439 |
+
{"query_id": "2912", "text": "Neolicaphrium, Fossil locations of N. recens"}
|
| 440 |
+
{"query_id": "2917", "text": "List of structures on Elliott Bay"}
|
| 441 |
+
{"query_id": "2925", "text": "High School for Math, Science and Engineering at City College, Eastern doors of the Baskerville Hall on the campus of the City College of New York, and HSMSE"}
|
| 442 |
+
{"query_id": "293", "text": "Saint Paul Central High School, Saint Paul Central High School, 10th and Minnesota, with Annex, in use from 1883 to 1912. 1888 version shown."}
|
| 443 |
+
{"query_id": "2939", "text": "Juan Mar\u00edn (Spanish politician)"}
|
| 444 |
+
{"query_id": "2951", "text": "Pueblo, Colorado"}
|
| 445 |
+
{"query_id": "2958", "text": "Le Castellard-M\u00e9lan, The chapel of Our Lady, with the ruins of the castle in the background"}
|
| 446 |
+
{"query_id": "296", "text": "Boots and Hearts Music Festival, Boots & Hearts Music Festival Summer 2016"}
|
| 447 |
+
{"query_id": "2961", "text": "Blanche Willis Howard, Blanche Willis Howard"}
|
| 448 |
+
{"query_id": "2962", "text": "National Republican Guard (Portugal), GNR cavalry patrol with horses, at Praia da Sa\u00fade (in English, Beach of Health) Costa da Caparica, next to Almada, and 15 kilometers of the Lisbon city in Portugal."}
|
| 449 |
+
{"query_id": "2971", "text": "Pritchardia pacifica"}
|
| 450 |
+
{"query_id": "2975", "text": "Shitamachi Museum"}
|
| 451 |
+
{"query_id": "2978", "text": "Secret Trial Five, Secret Trial Five (L to R, back row: Nat, Gabi; front row: Sena, Karim, Sidra)"}
|
| 452 |
+
{"query_id": "2979", "text": "Oxyepoecus"}
|
| 453 |
+
{"query_id": "2980", "text": "Joseph W. Noseworthy"}
|
| 454 |
+
{"query_id": "2985", "text": "2018 Venezuelan presidential election, March in support of the candidacy of Lorenzo Mendoza on 15 January 2018"}
|
| 455 |
+
{"query_id": "2998", "text": "List of equipment of the United States Army during World War II"}
|
| 456 |
+
{"query_id": "30", "text": "Rehoboth Chapel, Pell Green, The former chapel from the southeast"}
|
| 457 |
+
{"query_id": "3002", "text": "Jiuting station, Station platform"}
|
| 458 |
+
{"query_id": "3003", "text": "Civil defense siren, Siren TWS-295 for warning system, manufactured by HSS Engineering"}
|
| 459 |
+
{"query_id": "3007", "text": "East Fremantle Football Club Hall of Fame"}
|
| 460 |
+
{"query_id": "3014", "text": "Kid Ory, Ory in 1944 with the All Star Jazz Group assembled for the CBS show The Orson Welles Almanac"}
|
| 461 |
+
{"query_id": "3016", "text": "Hampton Loade railway station, Shrewsbury - Worcester train entering the station in 1951"}
|
| 462 |
+
{"query_id": "3018", "text": "Ko\u0142obrzeg, Monument of Marcin Dunin, 19th-century primate of Poland, in Ko\u0142obrzeg"}
|
| 463 |
+
{"query_id": "302", "text": "MG SA"}
|
| 464 |
+
{"query_id": "3029", "text": "Texas Longhorns men's basketball, The Frank Erwin Center during a UT basketball game."}
|
| 465 |
+
{"query_id": "303", "text": "Cabragh (Killeeshil)"}
|
| 466 |
+
{"query_id": "3033", "text": "Murray Hill Summer Home District"}
|
| 467 |
+
{"query_id": "3036", "text": "Ordsall Hall, A view of the west side of the west wing, with the Great Hall in the centre"}
|
| 468 |
+
{"query_id": "3039", "text": "List of automobile sales by model"}
|
| 469 |
+
{"query_id": "3040", "text": "Royal Bermuda Regiment, Royal Bermuda Regiment and US Marine Corps Sergeants, 1989"}
|
| 470 |
+
{"query_id": "3042", "text": "National Register of Historic Places listings in Snohomish County, Washington"}
|
| 471 |
+
{"query_id": "3050", "text": "Lake Faak, Lake Faak and Karawanks range"}
|
| 472 |
+
{"query_id": "3052", "text": "Kitchen exhaust cleaning, Before and after pictures of commercial kitchen hood in North Bay, Ontario."}
|
| 473 |
+
{"query_id": "3055", "text": "Ulaanbaatar, The National Library"}
|
| 474 |
+
{"query_id": "3063", "text": "Eurotatoria"}
|
| 475 |
+
{"query_id": "3065", "text": "List of Osaka Metro stations"}
|
| 476 |
+
{"query_id": "3079", "text": "Pershing House"}
|
| 477 |
+
{"query_id": "308", "text": "List of Internet phenomena, Tommy Wiseau of The Room (2003)"}
|
| 478 |
+
{"query_id": "3085", "text": "Chennai, Jawaharlal Nehru Stadium multipurpose stadium"}
|
| 479 |
+
{"query_id": "3087", "text": "Brazilian Armed Forces, Garrison (driver and shooter) of an armored vehicle."}
|
| 480 |
+
{"query_id": "3089", "text": "Swatow ware, Detail of Swatow ware dish, Wanli period, 1573\u20131620. The ship is drawn in black overglaze enamel, then loosely painted over in turquoise semi-translucent enamel, a typical technique with these colours.[1]"}
|
| 481 |
+
{"query_id": "3091", "text": "Pakistani rice dishes"}
|
| 482 |
+
{"query_id": "3101", "text": "Aquilegia canadensis"}
|
| 483 |
+
{"query_id": "3107", "text": "Germany national football team, German national football team during Euro 2012 qualifiers."}
|
| 484 |
+
{"query_id": "3113", "text": "Thirumalai Nayakkar Mahal"}
|
| 485 |
+
{"query_id": "3114", "text": "RC Celta de Vigo, Celta de Vigo supporters before a game"}
|
| 486 |
+
{"query_id": "3120", "text": "Brenish"}
|
| 487 |
+
{"query_id": "3126", "text": "Devon heraldry"}
|
| 488 |
+
{"query_id": "3128", "text": "Hermann von Barth, Hermann von Barth"}
|
| 489 |
+
{"query_id": "3129", "text": "1937 in the United States, George Carlin"}
|
| 490 |
+
{"query_id": "3130", "text": "Virginian Railway Underpass, Virginian Railway Underpass, October 2013"}
|
| 491 |
+
{"query_id": "3134", "text": "Proterorhinus semipellucidus"}
|
| 492 |
+
{"query_id": "3138", "text": "English Electric Lightning, Royal Saudi Air Force Lightning F.53 on the gate at the King Faisal air base in Tabuk"}
|
| 493 |
+
{"query_id": "3152", "text": "Dahanu, Parnaka(Dahanu Beach)"}
|
| 494 |
+
{"query_id": "3163", "text": "Black-throated barbet"}
|
| 495 |
+
{"query_id": "3164", "text": "List of museums in West Texas"}
|
| 496 |
+
{"query_id": "3174", "text": "List of airlines of Serbia"}
|
| 497 |
+
{"query_id": "3178", "text": "Santa Maria della Neve al Portico, Fa\u00e7ade of the church."}
|
| 498 |
+
{"query_id": "3179", "text": "Berliner FC Dynamo, The team of BFC Dynamo celebrating the title after the 1983-84 season."}
|
| 499 |
+
{"query_id": "3194", "text": "Molinia caerulea"}
|
| 500 |
+
{"query_id": "3201", "text": "Minnesota Planetarium Society, Photo of exterior proposed dome."}
|
| 501 |
+
{"query_id": "3210", "text": "Marcin Brzezi\u0144ski"}
|
| 502 |
+
{"query_id": "3215", "text": "Cantabria, Battle of La Rochelle. Castilian army, formed by Cantabrians from the Brotherhood of the Four Cities, defeated the English army, getting the control of the English Channel for the Crown of Castile."}
|
| 503 |
+
{"query_id": "3218", "text": "Fulshear, Texas"}
|
| 504 |
+
{"query_id": "3229", "text": "Jason Bright, The Brad Jones Racing entered Holden VE Commodore of Jason Bright at the 2010 Clipsal 500 Adelaide"}
|
| 505 |
+
{"query_id": "3235", "text": "Lanvollon, A view of the park in Lanvollon"}
|
| 506 |
+
{"query_id": "3236", "text": "Maria Bal"}
|
| 507 |
+
{"query_id": "3240", "text": "Powell Street station, Hallidie Plaza entrance to the station"}
|
| 508 |
+
{"query_id": "3252", "text": "Saint-Cyr-au-Mont-d'Or, The centre of Saint-Cyr-au-Mont-d'Or"}
|
| 509 |
+
{"query_id": "3257", "text": "Nephrolepis cordifolia"}
|
| 510 |
+
{"query_id": "3261", "text": "SMS Rheinland, SMS Westfalen"}
|
| 511 |
+
{"query_id": "3265", "text": "Interstate 895, View looking south along I-895B (Baltimore Harbor Tunnel Thruway - Gov. Ritchie Highway Connector) from overhead bridge for Hammonds Lane in Brooklyn Park"}
|
| 512 |
+
{"query_id": "3294", "text": "National Register of Historic Places listings in southwestern Worcester, Massachusetts"}
|
| 513 |
+
{"query_id": "3297", "text": "Bellanca Cruisair, Bellanca 14-13-2"}
|
| 514 |
+
{"query_id": "3299", "text": "Stanis\u0142aw Tatar"}
|
| 515 |
+
{"query_id": "33", "text": "Chooks-to-Go, Chooks-to-Go team at the awarding ceremony, \"Volume VIII Second Certificate Superbrands Accreditation and Awarding of Certificate\" held last December 11, 2013."}
|
| 516 |
+
{"query_id": "3301", "text": "Toxopneustes pileolus"}
|
| 517 |
+
{"query_id": "3303", "text": "Rikuzen-Ono Station, Rikuzen-Ono Station, March 2012"}
|
| 518 |
+
{"query_id": "3320", "text": "Mirotice, Statue of Mikol\u00e1\u0161 Ale\u0161 at the town square"}
|
| 519 |
+
{"query_id": "3329", "text": "Talud-tablero"}
|
| 520 |
+
{"query_id": "333", "text": "CRC Handbook of Chemistry and Physics, Title page of the 8th edition, published in 1920"}
|
| 521 |
+
{"query_id": "3330", "text": "Hot pressing, Figure IV: Process layout of the co-sintering process; total cycle time 11.5 mins Key: Red/orange line: actual/set temperature Green line: densification of powder/green compact Dark blue/light blue: actual/set pressure"}
|
| 522 |
+
{"query_id": "3332", "text": "Sor\u00f8 Abbey, The original gate to the abbey"}
|
| 523 |
+
{"query_id": "3335", "text": "April 1950, Pakistan's Ali Khan"}
|
| 524 |
+
{"query_id": "334", "text": "Natural Science Building (University of Bergen), The Natural Science Building"}
|
| 525 |
+
{"query_id": "3340", "text": "Ch\u00e2teau des Baux"}
|
| 526 |
+
{"query_id": "3343", "text": "List of Sites of Community Importance in the Balearic Islands"}
|
| 527 |
+
{"query_id": "3355", "text": "Doukkala-Abda"}
|
| 528 |
+
{"query_id": "3360", "text": "Giorgos Kokolakis, Kokolakis in action for Olympiacos (1983)"}
|
| 529 |
+
{"query_id": "3361", "text": "List of people from Brampton"}
|
| 530 |
+
{"query_id": "3370", "text": "Arrogant-class ship of the line, Scene in Plymouth Sound in August 1815, oil on canvas: HMS\u00a0Bellerophon anchored in Plymouth Sound, with Napoleon Bonaparte aboard."}
|
| 531 |
+
{"query_id": "3371", "text": "Skytrail"}
|
| 532 |
+
{"query_id": "3384", "text": "Caprington Loch, John Kelso Hunter visited and described the loch in the 1820s."}
|
| 533 |
+
{"query_id": "339", "text": "Energy in Mongolia, Power plant near Ulan Bator"}
|
| 534 |
+
{"query_id": "3397", "text": "Mauvages"}
|
| 535 |
+
{"query_id": "3399", "text": "History of the Irish in Holyoke, \"Rag girls\" cut up cotton rags used in making fine writing paper in a Holyoke mill of the American Writing Paper Company, c. 1937"}
|
| 536 |
+
{"query_id": "3402", "text": "National Register of Historic Places listings in Monroe County, Wisconsin"}
|
| 537 |
+
{"query_id": "3403", "text": "Splendid Mountain Watercolours"}
|
| 538 |
+
{"query_id": "3406", "text": "Dahira"}
|
| 539 |
+
{"query_id": "3413", "text": "Grade I listed buildings in Cherwell (district)"}
|
| 540 |
+
{"query_id": "3417", "text": "Needles Lighthouse, The lighthouse with helipad."}
|
| 541 |
+
{"query_id": "342", "text": "List of mills in Calderdale"}
|
| 542 |
+
{"query_id": "3421", "text": "Sylvia Pinel"}
|
| 543 |
+
{"query_id": "3427", "text": "Pavol Orsz\u00e1gh Hviezdoslav, Pavol Orsz\u00e1gh Hviezdoslav"}
|
| 544 |
+
{"query_id": "343", "text": "Daphna Greenstein, Hecht Park"}
|
| 545 |
+
{"query_id": "3444", "text": "Lebanon, Temple of Bacchus is considered one of the best preserved Roman temples in the world, c. 150 AD"}
|
| 546 |
+
{"query_id": "3448", "text": "Carlini Base"}
|
| 547 |
+
{"query_id": "3456", "text": "Beckhampton Avenue, Stukeley's vision of the complete Beckhampton Avenue"}
|
| 548 |
+
{"query_id": "3461", "text": "Langevin (crater), LRO WAC image"}
|
| 549 |
+
{"query_id": "3478", "text": "Melanie Winiger, Melanie Winiger at the Public Eye Awards 2008 held by Erkl\u00e4rung von Bern and Greenpeace Switzerland"}
|
| 550 |
+
{"query_id": "3490", "text": "Aldisa andersoni"}
|
| 551 |
+
{"query_id": "3495", "text": "Hiroomote"}
|
| 552 |
+
{"query_id": "3496", "text": "List of children of Chulalongkorn"}
|
| 553 |
+
{"query_id": "3499", "text": "Timeline of Boston, Railroad Jubilee on Boston Common, 1851; painting by William Sharp"}
|
| 554 |
+
{"query_id": "3504", "text": "Zerst\u00f6rergeschwader 26, Fueling a Bf\u00a0110 of ZG\u00a026, October 1940"}
|
| 555 |
+
{"query_id": "3505", "text": "Metamorphosis, The large external gills of the crested newt"}
|
| 556 |
+
{"query_id": "3508", "text": "Timeline for aircraft carrier service, Soviet carrier Kiev"}
|
| 557 |
+
{"query_id": "3514", "text": "Ambroxol, Ambroxol hydrochloride tablets in Japan"}
|
| 558 |
+
{"query_id": "3516", "text": "List of places of worship in the Borough of Eastleigh"}
|
| 559 |
+
{"query_id": "3517", "text": "Rainbow and Magic Lantern Cinemas, Roxy Theatre located in Saskatoon"}
|
| 560 |
+
{"query_id": "3519", "text": "St Thomas the Martyr, Bristol"}
|
| 561 |
+
{"query_id": "352", "text": "Tea processing"}
|
| 562 |
+
{"query_id": "3527", "text": "T. C. Steele, T. C. Steele home and studio"}
|
| 563 |
+
{"query_id": "3534", "text": "Tavares, Florida"}
|
| 564 |
+
{"query_id": "3539", "text": "Facial electromyography, Corrugator supercilii muscle (associated with frowning)"}
|
| 565 |
+
{"query_id": "3542", "text": "Battle of the Chesapeake, The surrender of Lord Cornwallis, October 19, 1781 at Yorktown."}
|
| 566 |
+
{"query_id": "3549", "text": "Somerset Coalfield, Memorial to miners who lost their lives in a pit disaster in 1839"}
|
| 567 |
+
{"query_id": "3550", "text": "Judge Advocate General of the Navy"}
|
| 568 |
+
{"query_id": "3555", "text": "Bernie McCullough, Bernie Mac plays Bernie McCullough"}
|
| 569 |
+
{"query_id": "356", "text": "Manganese-mediated coupling reactions"}
|
| 570 |
+
{"query_id": "3563", "text": "Odonata of the Dang, Gujarat"}
|
| 571 |
+
{"query_id": "3588", "text": "March of Ancona"}
|
| 572 |
+
{"query_id": "3590", "text": "Big Thicket"}
|
| 573 |
+
{"query_id": "3595", "text": "Locomotive, Southern Railway (UK) 20002 was equipped with both pantograph and contact shoes"}
|
| 574 |
+
{"query_id": "3600", "text": "Toowoomba Golf Club Middle Ridge, Clubhouse deck"}
|
| 575 |
+
{"query_id": "3606", "text": "Prepulse inhibition, PPI measurement in human."}
|
| 576 |
+
{"query_id": "361", "text": "Rob Bron, Rob Bron (l) and Theo Bult (1971)"}
|
| 577 |
+
{"query_id": "3639", "text": "Jagiellonian dynasty, Wawel Hill, the castle and the cathedral"}
|
| 578 |
+
{"query_id": "364", "text": "Palakkad Fort"}
|
| 579 |
+
{"query_id": "3646", "text": "Grade II* listed buildings in Vale of White Horse"}
|
| 580 |
+
{"query_id": "365", "text": "Baby Doll Jacobson, Jacobson in 1922"}
|
| 581 |
+
{"query_id": "3658", "text": "Saint John the Baptist Church, Abovyan"}
|
| 582 |
+
{"query_id": "3659", "text": "Italian Libya, Arab Lictor Youth (GAL) members"}
|
| 583 |
+
{"query_id": "3668", "text": "Flag Fen, The reconstructed Iron Age roundhouse at Flag Fen"}
|
| 584 |
+
{"query_id": "3675", "text": "Sarnia, Germain Park, Canadair Sabre, in Golden Hawks paint scheme"}
|
| 585 |
+
{"query_id": "3677", "text": "Mount Ferry, Mount Ferry, north aspect, from Hurricane Ridge.\nMt. Pulitzer behind right, Meany and Queets to left"}
|
| 586 |
+
{"query_id": "368", "text": "Superconductivity, A magnet levitating above a high-temperature superconductor, cooled with liquid nitrogen. Persistent electric current flows on the surface of the superconductor, acting to exclude the magnetic field of the magnet (Faraday's law of induction). This current effectively forms an electromagnet that repels the magnet."}
|
| 587 |
+
{"query_id": "3682", "text": "B\u00e4cklund transform, B\u00e4cklund transforms originated as transformations of pseudospheres in the 1880s."}
|
| 588 |
+
{"query_id": "3686", "text": "Identity Thief, Melissa McCarthy as Diana"}
|
| 589 |
+
{"query_id": "3691", "text": "Legio VI Victrix, Distance Slab of Legio VI[3][4] found near Cleddans on the Antonine Wall[5]"}
|
| 590 |
+
{"query_id": "3694", "text": "Serbian Patriarchate of Pe\u0107, Serbian Patriarch Arsenije III, leader of the First Great Serbian Migration in 1690"}
|
| 591 |
+
{"query_id": "3697", "text": "Sudbourne Park Pit"}
|
| 592 |
+
{"query_id": "3698", "text": "Norton, Worcestershire"}
|
| 593 |
+
{"query_id": "3704", "text": "Kater's pendulum, Gravimeter with variant of Repsold pendulum"}
|
| 594 |
+
{"query_id": "3706", "text": "Aknalich"}
|
| 595 |
+
{"query_id": "3709", "text": "Land Trust for Tennessee, Shelby Farms Park bike trail in Shelby County, Tenn."}
|
| 596 |
+
{"query_id": "3710", "text": "Illawarra Steam Navigation Company, Wharf at Nelligen on the Clyde River."}
|
| 597 |
+
{"query_id": "3716", "text": "Harleysville, Pennsylvania, Harleysville Beneficial Association Building on Main Street in downtown Harleysville"}
|
| 598 |
+
{"query_id": "3724", "text": "Tamzin Outhwaite, Outhwaite at the 2015 Oliver Awards"}
|
| 599 |
+
{"query_id": "3725", "text": "Lithuanian Art Museum, Museum of Applied Art"}
|
| 600 |
+
{"query_id": "3726", "text": "List of works by Edwin Lutyens"}
|
| 601 |
+
{"query_id": "3735", "text": "Brandon Lyon, Lyon with the New York Mets"}
|
| 602 |
+
{"query_id": "3740", "text": "Performance and modelling of AC transmission, Simulation result of the lossless line model (in PSpice)"}
|
| 603 |
+
{"query_id": "3741", "text": "Art Deco"}
|
| 604 |
+
{"query_id": "3756", "text": "Mill Dam, Mill Dam wetlands."}
|
| 605 |
+
{"query_id": "3760", "text": "List of tallest buildings in Madrid"}
|
| 606 |
+
{"query_id": "3766", "text": "2017 in the United States, Brad Harris"}
|
| 607 |
+
{"query_id": "3771", "text": "Club Universitario de Deportes, The Universitario squad of the 1950s."}
|
| 608 |
+
{"query_id": "3775", "text": "Archibald Lampman Award, Duncan Campbell Scott, 1933"}
|
| 609 |
+
{"query_id": "3776", "text": "Fear of Men (band)"}
|
| 610 |
+
{"query_id": "3777", "text": "Edward Dickinson Baker, Edward Dickinson Baker"}
|
| 611 |
+
{"query_id": "3778", "text": "Dice tower, The Vettweiss-Froitzheim Dice Tower dates from the 4th century AD"}
|
| 612 |
+
{"query_id": "3779", "text": "Nakama, Fukuoka"}
|
| 613 |
+
{"query_id": "378", "text": "List of Catholic cathedrals in the United States"}
|
| 614 |
+
{"query_id": "3792", "text": "History of Budapest Honv\u00e9d FC, Ferencv\u00e1ros legend Zolt\u00e1n Varga managed Budapest Honv\u00e9d in 1997"}
|
| 615 |
+
{"query_id": "3800", "text": "Ice beer, Eisbock beer (12% alcohol) created via freeze distillation of doppelbock beer. Barrels of beer were originally left outdoors to partially freeze, then the ice removed."}
|
| 616 |
+
{"query_id": "3802", "text": "List of counts of East Frisia"}
|
| 617 |
+
{"query_id": "3809", "text": "Algarve, The Algarve features some of Europe's top golf courses."}
|
| 618 |
+
{"query_id": "3813", "text": "Lamborghini Countach, Countach LP500 S"}
|
| 619 |
+
{"query_id": "3815", "text": "BM-21 Grad, Serbian LRSVM Morava"}
|
| 620 |
+
{"query_id": "3824", "text": "Kriebstein, Kriebstein Castle"}
|
| 621 |
+
{"query_id": "3836", "text": "List of botanical gardens and arboretums in Connecticut"}
|
| 622 |
+
{"query_id": "3839", "text": "Gene Cornish, Gene Cornish, April 24, 2010"}
|
| 623 |
+
{"query_id": "3840", "text": "Richard Cecil (courtier), Funerary effigy of Sir Richard Cecil"}
|
| 624 |
+
{"query_id": "3847", "text": "Bubalina"}
|
| 625 |
+
{"query_id": "385", "text": "March 1961 lunar eclipse"}
|
| 626 |
+
{"query_id": "3850", "text": "Postman's Park, 1919"}
|
| 627 |
+
{"query_id": "3853", "text": "J/32, J/32"}
|
| 628 |
+
{"query_id": "3879", "text": "Bessa Natural Reserve"}
|
| 629 |
+
{"query_id": "3880", "text": "Holzwickede station, Airport shuttle bus at Holzwickede station (2009)."}
|
| 630 |
+
{"query_id": "3881", "text": "Alpine marmot, The Alpine marmot genome is characterized by remarkably low heterozygosity at the genome level, as compared to other species known for low levels of heterozygosity"}
|
| 631 |
+
{"query_id": "3883", "text": "Downtown Tulsa, Cain's Ballroom"}
|
| 632 |
+
{"query_id": "3889", "text": "Sound Blaster, Sound Blaster Recon3D"}
|
| 633 |
+
{"query_id": "3892", "text": "Columbine Memorial, Ring of Remembrance in 2008"}
|
| 634 |
+
{"query_id": "3897", "text": "Lancia Beta"}
|
| 635 |
+
{"query_id": "3903", "text": "Millmount Fort"}
|
| 636 |
+
{"query_id": "3906", "text": "Larynx, Basic parts of the human larynx"}
|
| 637 |
+
{"query_id": "3910", "text": "Kendari"}
|
| 638 |
+
{"query_id": "3916", "text": "List of birds of Manitoba, Northern gannet"}
|
| 639 |
+
{"query_id": "3919", "text": "Agreement on settlement of political crisis in Ukraine, Press conference of Russian President Vladimir Putin on the situation in Ukraine. 4 March 2014."}
|
| 640 |
+
{"query_id": "3920", "text": "Bullocky, A bullock team hitched to two small jinkers (log conveyances)[3] with a dolly in the foreground."}
|
| 641 |
+
{"query_id": "3923", "text": "Hagiography, Calendar entries for January 1 and 2 of the Martyrology of Oengus."}
|
| 642 |
+
{"query_id": "3930", "text": "List of Hindu temples in the United States"}
|
| 643 |
+
{"query_id": "3938", "text": "Gomti Express"}
|
| 644 |
+
{"query_id": "3941", "text": "Hinakaimauli\u02bbawa, Hinakaimauli\u02bbawa was a ruler of Ko\u02bbolau Range (it can be seen on this image)"}
|
| 645 |
+
{"query_id": "3948", "text": "Skaneateles (village), New York, Map of the village in 1884"}
|
| 646 |
+
{"query_id": "3951", "text": "1989 Japanese House of Councillors election"}
|
| 647 |
+
{"query_id": "3959", "text": "USS Atherton, Rajah Humabon c. 2009"}
|
| 648 |
+
{"query_id": "3965", "text": "Hacks at the Massachusetts Institute of Technology, A hack in progress in Lobby 7."}
|
| 649 |
+
{"query_id": "3967", "text": "Nelson Morpurgo, The front cover of Per le mie donne, by Nelson Morpurgo (Cairo 1932)"}
|
| 650 |
+
{"query_id": "3968", "text": "Elisha Mills Huntington, Lithograph of Huntington by Charles Fenderich, 1842"}
|
| 651 |
+
{"query_id": "3976", "text": "Chinese Museum (Boston), Cover of guidebook to the museum, 1845"}
|
| 652 |
+
{"query_id": "3978", "text": "2015\u20132016 protests in Moldova, Tens of thousands demonstrating in central Chi\u0219in\u0103u on 6 September"}
|
| 653 |
+
{"query_id": "3987", "text": "Bhakti Hridaya Bon"}
|
| 654 |
+
{"query_id": "399", "text": "10th Rhode Island Infantry Regiment, Sergeant Henry G. Lillibridge of Co. H, 10th Rhode Island Infantry Regiment. From the Liljenquist Family Collection of Civil War Photographs, Prints and Photographs Division, Library of Congress"}
|
| 655 |
+
{"query_id": "3991", "text": "List of Jews in sports, Nate Ebner"}
|
| 656 |
+
{"query_id": "3993", "text": "1996 Armenian presidential election"}
|
| 657 |
+
{"query_id": "3999", "text": "Sir Syed Memorial School, Sir Syed Memorial School Senior Wing"}
|
| 658 |
+
{"query_id": "401", "text": "Folklore Museum of Kastoria"}
|
| 659 |
+
{"query_id": "4015", "text": "Georges Maroniez, Georges Maroniez in his studio (1892)"}
|
| 660 |
+
{"query_id": "4019", "text": "List of active Indonesian Navy ships"}
|
| 661 |
+
{"query_id": "4023", "text": "Luca Signorelli, Lamentation of Christ, Orvieto, Monte Oliveto"}
|
| 662 |
+
{"query_id": "4025", "text": "Ivan Mashkov, Sokol Building, 2007 photo"}
|
| 663 |
+
{"query_id": "4031", "text": "List of Fulham F.C. players (1\u201324 appearances)"}
|
| 664 |
+
{"query_id": "4032", "text": "Denver Formation, Pachycephalosaurus"}
|
| 665 |
+
{"query_id": "4034", "text": "List of National Historic Sites of Canada in New Brunswick"}
|
| 666 |
+
{"query_id": "4036", "text": "List of Inspectors General of the United States Army"}
|
| 667 |
+
{"query_id": "4039", "text": "St Mary Magdalene Chapel, Dingli, The chapel overlooking the Dingli Cliffs"}
|
| 668 |
+
{"query_id": "4051", "text": "Montreal Central Station, Postcard of Central Station. The postcard is undated, but the slogan on the back promoting the sale of war bonds suggests that the card was printed around the time of the station's opening in 1943."}
|
| 669 |
+
{"query_id": "4053", "text": "Cr\u00e9dit Agricole (cycling team), Thor Hushovd riding in front of the Cr\u00e9dit Agricole team car, when winning the prologue in the 2006 Tour de France"}
|
| 670 |
+
{"query_id": "4054", "text": "History of the Argentina national rugby union team, Hugo Porta played 19 years for the Pumas, scoring 590 points."}
|
| 671 |
+
{"query_id": "4063", "text": "Sare, Pyr\u00e9n\u00e9es-Atlantiques, A general view of Sare"}
|
| 672 |
+
{"query_id": "4070", "text": "Magikland"}
|
| 673 |
+
{"query_id": "4073", "text": "York Conferences"}
|
| 674 |
+
{"query_id": "4075", "text": "St Paul's Girls' School, Detail of main building of the school"}
|
| 675 |
+
{"query_id": "4078", "text": "U.D. Leiria, Jos\u00e9 Mourinho was club manager in 2001\u201302, his exploits there leading to a Porto move."}
|
| 676 |
+
{"query_id": "408", "text": "Rayleigh, Essex"}
|
| 677 |
+
{"query_id": "4088", "text": "Battle of Mormant, Map shows French (black) and Allied (white) positions on evening 16 February 1814."}
|
| 678 |
+
{"query_id": "4089", "text": "Hubbards, Nova Scotia"}
|
| 679 |
+
{"query_id": "4091", "text": "Niedermodern, The town hall in Niedermodern"}
|
| 680 |
+
{"query_id": "4092", "text": "Rosa 'New Dawn'"}
|
| 681 |
+
{"query_id": "4095", "text": "36th C\u00e9sar Awards, Le\u00efla Bekhti, Most Promising Actress winner"}
|
| 682 |
+
{"query_id": "4097", "text": "Trouble in Tahiti"}
|
| 683 |
+
{"query_id": "410", "text": "D\u0142uga street in Bydgoszcz"}
|
| 684 |
+
{"query_id": "4103", "text": "John J. Whitacre"}
|
| 685 |
+
{"query_id": "4105", "text": "Keelhilla, Slieve Carron"}
|
| 686 |
+
{"query_id": "4107", "text": "Tom Bombadil, Tom Bombadil may have been modelled on the demigod V\u00e4in\u00e4m\u00f6inen from the Finnish epic poem Kalevala.[12] Painting The defence of the Sampo by Akseli Gallen-Kallela, 1896"}
|
| 687 |
+
{"query_id": "4108", "text": "Arrow Aircraft and Motors, Arrow Sport, Lincoln Airport, Lincoln, Nebraska, USA"}
|
| 688 |
+
{"query_id": "4118", "text": "Pterygoplichthys multiradiatus, Front view of Plecostomus"}
|
| 689 |
+
{"query_id": "4131", "text": "Mitchell's Hospital Old Aberdeen, Toasts to be said at Founder's Dinner 31 December - each year."}
|
| 690 |
+
{"query_id": "4137", "text": "Roundwood Colliery, 1915 map of coal mines in South Yorkshire. Roundwood colliery is No. 9 in the east."}
|
| 691 |
+
{"query_id": "4151", "text": "Madeleine Sophie Barat, Stained glass window in Saint-Thibault's Church in Joigny where St. Madeleine-Sophie Barat was baptized in 1779."}
|
| 692 |
+
{"query_id": "4152", "text": "Arnetta"}
|
| 693 |
+
{"query_id": "4155", "text": "Triangulation station, Mam Tor Derbyshire England"}
|
| 694 |
+
{"query_id": "4159", "text": "List of companies of Malaysia"}
|
| 695 |
+
{"query_id": "4167", "text": "List of works by Maxwell and Tuke"}
|
| 696 |
+
{"query_id": "4171", "text": "1976 Democratic Party presidential primaries"}
|
| 697 |
+
{"query_id": "4173", "text": "Lake Natoma, Folsom Powerhouse"}
|
| 698 |
+
{"query_id": "4181", "text": "Landings on Rendova"}
|
| 699 |
+
{"query_id": "4185", "text": "Hotel St George, Wellington, St George entertainment - Wellington 1992"}
|
| 700 |
+
{"query_id": "420", "text": "Ilambazar"}
|
| 701 |
+
{"query_id": "4200", "text": "2009 California wildfires, Pyrocumulus cloud from the Station Fire towers over the skyline of downtown Los Angeles, California."}
|
| 702 |
+
{"query_id": "4202", "text": "Bartsia alpina"}
|
| 703 |
+
{"query_id": "4203", "text": "Fishing in Uganda, A fisherma's daughter with pigs in Kalangala"}
|
| 704 |
+
{"query_id": "4205", "text": "Paracheirodon"}
|
| 705 |
+
{"query_id": "421", "text": "Flightless bird, Flightless cormorant"}
|
| 706 |
+
{"query_id": "4210", "text": "List of historic places in Battleford"}
|
| 707 |
+
{"query_id": "4211", "text": "Ponk, Ponk and sev, a Gujarati dish"}
|
| 708 |
+
{"query_id": "4214", "text": "Alfama, Chafariz d'El-Rei in Alfama, c. 1570."}
|
| 709 |
+
{"query_id": "4217", "text": "Dumbarton Castle, Dumbarton Castle, 1836 engraving by William Miller after J M W Turner"}
|
| 710 |
+
{"query_id": "4226", "text": "Listed buildings in Ashford Bowdler"}
|
| 711 |
+
{"query_id": "4228", "text": "Straker-Squire, 15\u00a0hp Mark 2 1912"}
|
| 712 |
+
{"query_id": "4229", "text": "RFA Lyme Bay (L3007)"}
|
| 713 |
+
{"query_id": "4230", "text": "Gayant, Gayant and Marie Cagenon"}
|
| 714 |
+
{"query_id": "4232", "text": "The Faces of Love: The Songs of Jake Heggie, Jake Heggie in 2015"}
|
| 715 |
+
{"query_id": "4241", "text": "Volkswagen G60 engine, A rare Volkswagen Golf Mk2 G60 Limited hot hatch - one of only 71 produced"}
|
| 716 |
+
{"query_id": "4243", "text": "Queanbeyan, Queanbeyan Solar Farm established 1999"}
|
| 717 |
+
{"query_id": "4247", "text": "Magdalena Abakanowicz, M. Abakanowicz in her art room. photo: J.Pijarowski"}
|
| 718 |
+
{"query_id": "4253", "text": "Wazuka, Kyoto"}
|
| 719 |
+
{"query_id": "4254", "text": "La Plata, Maryland, Charles County Courthouse"}
|
| 720 |
+
{"query_id": "4257", "text": "CISF Unit Delhi Metro Rail Corporation, Security point of CISF at Jawaharlal Nehru Stadium Metro Station"}
|
| 721 |
+
{"query_id": "426", "text": "Electric power transmission, Power lines near Helsinki, Finland"}
|
| 722 |
+
{"query_id": "4262", "text": "Tablelands railway line, Queensland, Arrival of the train at Atherton station, 1928"}
|
| 723 |
+
{"query_id": "427", "text": "Rock paper scissors, A print by Kikukawa Eizan that shows geisha playing kitsune-ken, a Japanese rock paper scissors variant (1820)"}
|
| 724 |
+
{"query_id": "4270", "text": "Toyota Avanza"}
|
| 725 |
+
{"query_id": "4273", "text": "List of World Heritage in Danger"}
|
| 726 |
+
{"query_id": "4275", "text": "Ministry of Defense (Kazakhstan)"}
|
| 727 |
+
{"query_id": "4277", "text": "Pozorrubio, Pangasinan"}
|
| 728 |
+
{"query_id": "4279", "text": "C. D. Broad"}
|
| 729 |
+
{"query_id": "4282", "text": "T\u0113rvete Municipality"}
|
| 730 |
+
{"query_id": "429", "text": "2014 FIFA World Cup"}
|
| 731 |
+
{"query_id": "4296", "text": "South End of Stamford, Mill River scene just south of Railroad bridge, circa 1905"}
|
| 732 |
+
{"query_id": "4298", "text": "Race to the Sea, Messines area, 1914"}
|
| 733 |
+
{"query_id": "4299", "text": "Mustafa Nayyem"}
|
| 734 |
+
{"query_id": "4301", "text": "Prism (geometry)"}
|
| 735 |
+
{"query_id": "4302", "text": "Shey Monastery"}
|
| 736 |
+
{"query_id": "4304", "text": "R\u00e9giment de Bourbonnais"}
|
| 737 |
+
{"query_id": "4312", "text": "Plagues of Egypt"}
|
| 738 |
+
{"query_id": "4322", "text": "Louise Crane, \"Driftwood\", Woods Hole, Massachusetts, one of the residences of Crane and Victoria Kent[1]"}
|
| 739 |
+
{"query_id": "4325", "text": "Jawed Habib"}
|
| 740 |
+
{"query_id": "4331", "text": "Ganga in Hinduism, Ganga presenting her son Devavrata (the future Bhisma) to his father, Santanu"}
|
| 741 |
+
{"query_id": "4334", "text": "Robert Waterton, Ruins of Pontefract Castle, where Robert Waterton was Constable"}
|
| 742 |
+
{"query_id": "4337", "text": "H\u00e4stpojken, H\u00e4stpojken during Sommarkrysset in Stockholm in 2008"}
|
| 743 |
+
{"query_id": "4343", "text": "Governors of British Ceylon"}
|
| 744 |
+
{"query_id": "4344", "text": "Tent city, A homeless camp in Fort Lauderdale, Florida"}
|
| 745 |
+
{"query_id": "4347", "text": "M\u00f6lltaler Polinik, Ragga Ravine"}
|
| 746 |
+
{"query_id": "4348", "text": "TriMet rolling stock"}
|
| 747 |
+
{"query_id": "4351", "text": "Evangeline, Samuel Richards's painting \"Evangeline Discovering Her Affianced in the Hospital\""}
|
| 748 |
+
{"query_id": "4353", "text": "Jewish Military Union, Plaque commemorating Home Army soldiers - Eugeniusz Morawski ps. \"M\u0142odek\" and J\u00f3zef Wilk ps. \"Orlik\" killed during the Ghetto Action on the wall Church of St. John of God at ul. Bonifraterska 12 in Warsaw."}
|
| 749 |
+
{"query_id": "4354", "text": "List of Queensland's Q150 Icons, Ekka"}
|
| 750 |
+
{"query_id": "4363", "text": "Batangas International Port, The seaport in 2008."}
|
| 751 |
+
{"query_id": "437", "text": "Japanese Buddhist architecture"}
|
| 752 |
+
{"query_id": "4372", "text": "\u00c9douard Riou, Riou's depiction for La terre avant le deluge of Iguanodon battling Megalosaurus"}
|
| 753 |
+
{"query_id": "4377", "text": "Geography of Arkansas, View from Mather Lodge at Petit Jean State Park"}
|
| 754 |
+
{"query_id": "4379", "text": "Kentish Town station, The station's northbound Northern line platform."}
|
| 755 |
+
{"query_id": "4381", "text": "Peaked cap"}
|
| 756 |
+
{"query_id": "4384", "text": "1998 South Carolina gubernatorial election"}
|
| 757 |
+
{"query_id": "4396", "text": "Caleb Heathcote, 1886 reproduction from the engraving from the original painting in possession of the Rt. Rev. W. H. De Lancey"}
|
| 758 |
+
{"query_id": "4403", "text": "List of Major League Baseball annual wins leaders, Jake Peavy's 19 wins in 2007 led all National League pitchers."}
|
| 759 |
+
{"query_id": "4404", "text": "1967 in the Vietnam War"}
|
| 760 |
+
{"query_id": "4413", "text": "Homestead, Wisconsin, Entering the town of Homestead"}
|
| 761 |
+
{"query_id": "4414", "text": "Congo Free State, 'La revue' of the Force Publique, Boma, capital city of the Congo Free State, 1899"}
|
| 762 |
+
{"query_id": "4418", "text": "Halls Gap, Lookout in the Grampians"}
|
| 763 |
+
{"query_id": "4420", "text": "Longhai Expressway"}
|
| 764 |
+
{"query_id": "4427", "text": "Ostrzesz\u00f3w, Town hall"}
|
| 765 |
+
{"query_id": "4435", "text": "International Market Place"}
|
| 766 |
+
{"query_id": "4437", "text": "National Register of Historic Places listings in Phoenix, Arizona"}
|
| 767 |
+
{"query_id": "4459", "text": "Madison, Virginia, Madison County Courthouse (built 1829)"}
|
| 768 |
+
{"query_id": "4464", "text": "List of Cultural Properties of Japan - structures (Okinawa)"}
|
| 769 |
+
{"query_id": "4469", "text": "Sikhs, Sikhs in Toronto celebrating Vaisakhi, the birth of the Khalsa"}
|
| 770 |
+
{"query_id": "4476", "text": "Brevda, Brevda (pictured in the back row third from the right) founded the Degania Bet Kibbutz in the Galilee region of Israel, before it was officially declared an independent state. Photo: 1921"}
|
| 771 |
+
{"query_id": "4479", "text": "Preakness Range, Goffle Hill can be seen across a valley from a ledge near the summit of High Mountain in Wayne, New Jersey."}
|
| 772 |
+
{"query_id": "4487", "text": "Chamber of Commerce (Douala)"}
|
| 773 |
+
{"query_id": "4488", "text": "Mazandaran Province"}
|
| 774 |
+
{"query_id": "4490", "text": "Dominique Loiseau, Dominique Loiseau"}
|
| 775 |
+
{"query_id": "4491", "text": "Valeriy Khoroshkovskyi"}
|
| 776 |
+
{"query_id": "4498", "text": "Saturn Awards, James Remar holding a Saturn Award at the 2011 ceremony"}
|
| 777 |
+
{"query_id": "4500", "text": "Paramount Theatre (Oakland, California)"}
|
| 778 |
+
{"query_id": "4503", "text": "Cades Cove"}
|
| 779 |
+
{"query_id": "4508", "text": "Katulu Ravi Kumar, Katulu Ravi Kumar at the 2012 London Olympics"}
|
| 780 |
+
{"query_id": "4517", "text": "St Edmund's College, Cambridge"}
|
| 781 |
+
{"query_id": "4521", "text": "Korean calligraphy"}
|
| 782 |
+
{"query_id": "4523", "text": "Charles Alling Gifford"}
|
| 783 |
+
{"query_id": "4527", "text": "Zolt\u00e1n Varga (chess player), Dortmund 2001"}
|
| 784 |
+
{"query_id": "4533", "text": "Littlestown, Pennsylvania, Pavillon in Crouse Park"}
|
| 785 |
+
{"query_id": "4536", "text": "List of Archaeological Protected Monuments in Ampara District"}
|
| 786 |
+
{"query_id": "4540", "text": "Tatab\u00e1nya, Credo Econell at Tatab\u00e1nya bus station"}
|
| 787 |
+
{"query_id": "4541", "text": "Lithuania men's national basketball team, Hellinikon Olympic Arena, where the Lithuanian national team recorded their first Olympic victory against the USA."}
|
| 788 |
+
{"query_id": "4545", "text": "Wild Dayrell, Wild Dayrell was bred at Littlecote House and returned there as a stallion"}
|
| 789 |
+
{"query_id": "4546", "text": "Dasyceps"}
|
| 790 |
+
{"query_id": "455", "text": "Indianola Park, Indianola Park's entrance was on the corner of 19th Avenue and 4th Street.[1]"}
|
| 791 |
+
{"query_id": "4554", "text": "Citybus Route 1, A Volvo Olympian 12m serving on route 1, spotted at Des Voeux Road West."}
|
| 792 |
+
{"query_id": "4562", "text": "Volgograd Oblast"}
|
| 793 |
+
{"query_id": "4569", "text": "Eltham"}
|
| 794 |
+
{"query_id": "4572", "text": "Roman de la Rose"}
|
| 795 |
+
{"query_id": "4576", "text": "Whitby, The Marina was built to develop and diversify the local economy."}
|
| 796 |
+
{"query_id": "4584", "text": "List of blue plaques erected by the Royal Society of Chemistry"}
|
| 797 |
+
{"query_id": "4586", "text": "Tillandsia xerographica"}
|
| 798 |
+
{"query_id": "4601", "text": "Marshall Carter"}
|
| 799 |
+
{"query_id": "4608", "text": "Chicago in the 1930s"}
|
| 800 |
+
{"query_id": "4615", "text": "Markt Schwaben"}
|
| 801 |
+
{"query_id": "4616", "text": "Tank battalions of the German Army 1956\u20132008"}
|
| 802 |
+
{"query_id": "4622", "text": "Saint Louis Science Center, Dinosaur diorama on the lower level"}
|
| 803 |
+
{"query_id": "4633", "text": "List of Mesoamerican pyramids"}
|
| 804 |
+
{"query_id": "4634", "text": "Praia do Norte, The CP Valour listing to the side, run aground along the coastline"}
|
| 805 |
+
{"query_id": "4645", "text": "National Register of Historic Places listings in Tampa, Florida"}
|
| 806 |
+
{"query_id": "4649", "text": "Avicenna Tajik State Medical University"}
|
| 807 |
+
{"query_id": "465", "text": "Aube (river)"}
|
| 808 |
+
{"query_id": "4654", "text": "Regiment of Mounted Grenadiers, The regiment taking part in an important event in 2015 where the then President Cristina Kirchner ceremonially deposited Saint Martin's saber in the National Historical Museum."}
|
| 809 |
+
{"query_id": "466", "text": "Washington State Route 501, Looking east at the intersections of Main Avenue and Pioneer Street (SR\u00a0501) in Downtown Ridgefield"}
|
| 810 |
+
{"query_id": "4662", "text": "List of cities in Israel"}
|
| 811 |
+
{"query_id": "4671", "text": "Lemon balm"}
|
| 812 |
+
{"query_id": "4675", "text": "Micanopy Historic District"}
|
| 813 |
+
{"query_id": "4677", "text": "Nesselbach (Lenne)"}
|
| 814 |
+
{"query_id": "4681", "text": "2014 Taipei Metro attack, Condolence message displayed on a Taipei Metro television after the incident"}
|
| 815 |
+
{"query_id": "469", "text": "Osaka"}
|
| 816 |
+
{"query_id": "4692", "text": "Mumtaz Qadri, Mumtaz Qadri tomb"}
|
| 817 |
+
{"query_id": "4696", "text": "Birch bark manuscript, Gandhara birchbark scroll fragments (c. 1st century)"}
|
| 818 |
+
{"query_id": "4697", "text": "Arakelots Monastery, The monastery in the early 20th century. Photo by Vartan A. Hampikian, published in New York in 1923"}
|
| 819 |
+
{"query_id": "4699", "text": "List of Yes band members, Alan White (c. 2008), drummer (1972-1981, 1982-2004, 2008-present)"}
|
| 820 |
+
{"query_id": "4702", "text": "Reno (river)"}
|
| 821 |
+
{"query_id": "4707", "text": "Leipzig\u2013Hof railway, Werdau Nord station (2016)"}
|
| 822 |
+
{"query_id": "471", "text": "2017 Pacific typhoon season"}
|
| 823 |
+
{"query_id": "4715", "text": "List of Los Angeles Historic-Cultural Monuments in Hollywood"}
|
| 824 |
+
{"query_id": "4716", "text": "Steam locomotive, Esh 4444 0-10-0 at Varshavsky Rail Terminal, St. Petersburg"}
|
| 825 |
+
{"query_id": "4731", "text": "Awnsham Churchill, Map of 1732 of the coast of Angola, from the Collection of Voyages and Travels by Awnsham and John Churchill"}
|
| 826 |
+
{"query_id": "4735", "text": "Automotive industry by country, The IKCO Samand is an Iranian-made car and titled first \"national car\" of Iran."}
|
| 827 |
+
{"query_id": "475", "text": "Jewish paper cutting"}
|
| 828 |
+
{"query_id": "4753", "text": "Religious affiliation in the United States House of Representatives"}
|
| 829 |
+
{"query_id": "4762", "text": "Vin Santo, While Vin Santo wines are produced throughout Italy, the vast majority of production takes place in the provinces of Tuscany."}
|
| 830 |
+
{"query_id": "4766", "text": "William Park House"}
|
| 831 |
+
{"query_id": "4774", "text": "Solstice-class cruise ship"}
|
| 832 |
+
{"query_id": "478", "text": "Muhammad Shah, The imperial Diwan of the Mughal Emperor Muhammad Shah"}
|
| 833 |
+
{"query_id": "4786", "text": "Jacob Fjelde"}
|
| 834 |
+
{"query_id": "4794", "text": "List of Georgia Tech Yellow Jackets football seasons, Bobby Dodd Stadium, where the Yellow Jackets have played since 1913."}
|
| 835 |
+
{"query_id": "4799", "text": "Lappeenranta, Map of Lappeenranta in the 1890s"}
|
| 836 |
+
{"query_id": "4804", "text": "Omer Golan, A 2007\u20132009 England home shirt, with printing of Golan's name and number, demonstrating his temporary hero status for England fans."}
|
| 837 |
+
{"query_id": "4808", "text": "Sala\u010dova Lhota"}
|
| 838 |
+
{"query_id": "4816", "text": "Ranked lists of Spanish municipalities, Badalona"}
|
| 839 |
+
{"query_id": "482", "text": "Mineral and Lapidary Museum"}
|
| 840 |
+
{"query_id": "4829", "text": "Elbow pad, 1907 photograph of early American football uniform with elbow pads worn by Bradbury Robinson, who threw the first legal forward pass"}
|
| 841 |
+
{"query_id": "4830", "text": "Mattias Zachrisson"}
|
| 842 |
+
{"query_id": "4833", "text": "List of historic properties in Williams, Arizona"}
|
| 843 |
+
{"query_id": "4840", "text": "Thirkleby High and Low with Osgodby, Memorial to Sir Thomas Frankland's children by John Flaxman R.A."}
|
| 844 |
+
{"query_id": "4843", "text": "Swiss National Day"}
|
| 845 |
+
{"query_id": "485", "text": "Michigan State University, Snyder-Phillips Hall was built in 1947. The building was expanded to make room for a new residential college."}
|
| 846 |
+
{"query_id": "4861", "text": "Karosa, Karosa B 732"}
|
| 847 |
+
{"query_id": "4874", "text": "Listed buildings in \u00d6sterg\u00f6tland County"}
|
| 848 |
+
{"query_id": "4875", "text": "Tarragona, Pla\u00e7a del F\u00f2rum."}
|
| 849 |
+
{"query_id": "4893", "text": "Places in Harry Potter, Shell Cottage in Deathly Hallows"}
|
| 850 |
+
{"query_id": "4904", "text": "Gabrial McNair, Gabrial McNair (center) next to Gwen Stefani (left) on the Harajuku Lovers Tour"}
|
| 851 |
+
{"query_id": "4905", "text": "Sculpture"}
|
| 852 |
+
{"query_id": "4915", "text": "Brandon Sutter"}
|
| 853 |
+
{"query_id": "4919", "text": "Paimpont forest, The Tombeau de Merlin in 2009"}
|
| 854 |
+
{"query_id": "4920", "text": "Heinrich Leuthold, Heinrich Leuthold"}
|
| 855 |
+
{"query_id": "4921", "text": "350.org, International Day of Climate Action. Taganrog, Rostov Region, Russia. October 24, 2009"}
|
| 856 |
+
{"query_id": "4922", "text": "David Livingstone Centre, A letter written by Jacob Wainwright in 1873 recalling the death of David Livingstone"}
|
| 857 |
+
{"query_id": "4936", "text": "2006 Liberal Democratic Party (Japan) leadership election"}
|
| 858 |
+
{"query_id": "4937", "text": "Giustiniani Hestia, Hestia Giustiniani"}
|
| 859 |
+
{"query_id": "4944", "text": "Plan of Agua Prieta, President Venustiano Carranza"}
|
| 860 |
+
{"query_id": "4950", "text": "Human zoo, Ota Benga, a human exhibit, in 1906. Age, 23 years. Height, 4 feet 11\u00a0inches (150\u00a0cm). Weight, 103 pounds (47\u00a0kg). Brought from the Kasai River, Congo Free State, South Central Africa, by Dr. Samuel P. Verner. Exhibited each afternoon during September. - according to a sign outside the primate house at the Bronx Zoo, September 1906.[13]"}
|
| 861 |
+
{"query_id": "4965", "text": "Gordon Allott"}
|
| 862 |
+
{"query_id": "4968", "text": "Ch\u00e2teau de Meudon"}
|
| 863 |
+
{"query_id": "4969", "text": "Brockton station (MBTA), The bridge over Court Street, one of five massive stone arch bridges built during the grade crossing elimination project"}
|
| 864 |
+
{"query_id": "497", "text": "George Th\u00e9odore Berthon"}
|
| 865 |
+
{"query_id": "4971", "text": "Wahconah Falls State Park, Wahconah Falls State Park, June 2017"}
|
| 866 |
+
{"query_id": "4974", "text": "Protected areas of Chile"}
|
| 867 |
+
{"query_id": "4979", "text": "John W. Garrett (diplomat)"}
|
| 868 |
+
{"query_id": "4980", "text": "Sabacon"}
|
| 869 |
+
{"query_id": "4984", "text": "Nieuw-Bergen"}
|
| 870 |
+
{"query_id": "4985", "text": "Yamhill, Oregon, Maple Street in Yamhill"}
|
| 871 |
+
{"query_id": "4986", "text": "Leila Pinheiro, Pinheiro in 2012"}
|
| 872 |
+
{"query_id": "4988", "text": "George Floyd protests in Portland, Oregon"}
|
| 873 |
+
{"query_id": "4992", "text": "Chariot, Drawing of an Ancient Egyptian chariot"}
|
| 874 |
+
{"query_id": "4995", "text": "Droid Incredible, Droid Incredible (back)"}
|
| 875 |
+
{"query_id": "4997", "text": "SCART, EIA interface on a 1987 RCA Dimensia"}
|
| 876 |
+
{"query_id": "5", "text": "Jan Henryk de Rosen"}
|
| 877 |
+
{"query_id": "50", "text": "Glossary of entomology terms"}
|
| 878 |
+
{"query_id": "501", "text": "Alastair (Supernatural), Christopher Heyerdahl portrayed the third incarnation of Alastair."}
|
| 879 |
+
{"query_id": "503", "text": "Meat Cove, View from road above community"}
|
| 880 |
+
{"query_id": "505", "text": "Magadha, maximum extent of Gupta Empire during the reign of Chandragupta II, 414 CE"}
|
| 881 |
+
{"query_id": "517", "text": "List of bridges in Calgary"}
|
| 882 |
+
{"query_id": "518", "text": "Textiles of Mexico, Portion of a sarape"}
|
| 883 |
+
{"query_id": "524", "text": "Multiple working, A Class 73 and a Class 33 locomotive being coupled for multiple working"}
|
| 884 |
+
{"query_id": "528", "text": "Shiv Niwas Palace"}
|
| 885 |
+
{"query_id": "53", "text": "Emily Gibson Braerton, Emily Braerton 1952."}
|
| 886 |
+
{"query_id": "534", "text": "Santuario di Maria Santissima di Custonaci, Interior of the sanctuary"}
|
| 887 |
+
{"query_id": "539", "text": "List of bus models"}
|
| 888 |
+
{"query_id": "540", "text": "Alejandro Selkirk Island, A map of Alejandro Selkirk Island"}
|
| 889 |
+
{"query_id": "542", "text": "Albury, The Uiver being pulled out of the mud after its emergency landing in Albury in 1934"}
|
| 890 |
+
{"query_id": "550", "text": "Aleksandrovac, Fountain of vine"}
|
| 891 |
+
{"query_id": "556", "text": "Province of North Carolina General Assembly of 1775, Joseph Hewes, Edenton"}
|
| 892 |
+
{"query_id": "559", "text": "Battenberg cake, A homemade Battenberg Cake, showing the typical chequered pink-and-yellow squares"}
|
| 893 |
+
{"query_id": "561", "text": "2012 Czech regional elections"}
|
| 894 |
+
{"query_id": "562", "text": "List of candies"}
|
| 895 |
+
{"query_id": "575", "text": "Neva Yacht Club, A view of St. Petersburg by Alexey Zubov, 1716, showing yachts and war ships on the Neva River."}
|
| 896 |
+
{"query_id": "582", "text": "Waupaca Post Office, Waupaca Post Office"}
|
| 897 |
+
{"query_id": "585", "text": "Serri\u00e8res-de-Briord, The town hall in Serri\u00e8res-de-Briord"}
|
| 898 |
+
{"query_id": "589", "text": "Rose, Rosa gallica Ev\u00eaque, painted by Redout\u00e9"}
|
| 899 |
+
{"query_id": "591", "text": "In a Dublin Park, Light and Shade, In a Dublin Park, Light and Shade, Walter Osborne, Oil on canvas, 1895. National Gallery of Ireland"}
|
| 900 |
+
{"query_id": "6", "text": "Hochtor"}
|
| 901 |
+
{"query_id": "60", "text": "Mohamed Kamara, Medo with KuPS in 2006"}
|
| 902 |
+
{"query_id": "601", "text": "Basel Zoo, Nile crocodile enclosure"}
|
| 903 |
+
{"query_id": "608", "text": "San Joaquin River, Map of the course of the San Joaquin River and its tributaries"}
|
| 904 |
+
{"query_id": "619", "text": "1939 in Turkey"}
|
| 905 |
+
{"query_id": "623", "text": "List of fish dishes, Maachha Bihana is fish egg curry in an oriya style."}
|
| 906 |
+
{"query_id": "628", "text": "Schwyz"}
|
| 907 |
+
{"query_id": "630", "text": "257 Central Park West, The profile from the 86th Street transverse of Central Park"}
|
| 908 |
+
{"query_id": "631", "text": "Ionas Nicolaou"}
|
| 909 |
+
{"query_id": "632", "text": "Chinese garden"}
|
| 910 |
+
{"query_id": "633", "text": "List of heads of federal subjects of Russia"}
|
| 911 |
+
{"query_id": "635", "text": "Georgian Orthodox Church in Armenia"}
|
| 912 |
+
{"query_id": "637", "text": "Leo Bretholz"}
|
| 913 |
+
{"query_id": "638", "text": "List of Danish monarchs"}
|
| 914 |
+
{"query_id": "640", "text": "Eichholzmaar, Steffelner Drees (mineral spring)"}
|
| 915 |
+
{"query_id": "642", "text": "Wingello, New South Wales, Wingello railway station"}
|
| 916 |
+
{"query_id": "649", "text": "Code Black (DJ), Corey Soljan at Airbeat One 2015"}
|
| 917 |
+
{"query_id": "65", "text": "Serb uprising of 1848\u201349, May Assembly, by Pavle Simi\u0107 (1818\u20131876)."}
|
| 918 |
+
{"query_id": "650", "text": "Drumahoe"}
|
| 919 |
+
{"query_id": "652", "text": "List of visible minority politicians in Canada"}
|
| 920 |
+
{"query_id": "653", "text": "Carlia longipes"}
|
| 921 |
+
{"query_id": "664", "text": "FSO Polonez, FSO Polonez (MR'87)"}
|
| 922 |
+
{"query_id": "666", "text": "Lockheed R6V Constitution"}
|
| 923 |
+
{"query_id": "670", "text": "The Carnival Band (Canadian band), The Carnival band playing at Honk Fest West, Seattle, Washington, 2014"}
|
| 924 |
+
{"query_id": "677", "text": "Teldenia specca"}
|
| 925 |
+
{"query_id": "678", "text": "Waylon Smithers, Smithers' voice actor Harry Shearer"}
|
| 926 |
+
{"query_id": "685", "text": "Sildpollnes Church, View of the chapel"}
|
| 927 |
+
{"query_id": "687", "text": "Valentine Fleming"}
|
| 928 |
+
{"query_id": "689", "text": "Daniel Jos\u00e9 Older, Older, bottom left, with other fantasy authors at a panel discussion at the 2017 New York Comic Con"}
|
| 929 |
+
{"query_id": "690", "text": "Mihri\u015fah Sultan (wife of Mustafa III)"}
|
| 930 |
+
{"query_id": "695", "text": "National Register of Historic Places listings in Spokane County, Washington"}
|
| 931 |
+
{"query_id": "708", "text": "Bakers Dolphin, Van Hool bodied Volvo B10M in Llandudno\n\nin May 2013"}
|
| 932 |
+
{"query_id": "71", "text": "Sembrancher, Sembrancher, Etiez & Voll\u00e8ges villages"}
|
| 933 |
+
{"query_id": "719", "text": "Rosetta Luce Gilchrist, \"A woman of the century\""}
|
| 934 |
+
{"query_id": "720", "text": "Brisbane Football Club (defunct), Brisbane team ca 1870 playing London Association (soccer) rules [note 1]"}
|
| 935 |
+
{"query_id": "727", "text": "Helen Tracy Lowe-Porter, Helen Tracy Lowe-Porter, 1920"}
|
| 936 |
+
{"query_id": "73", "text": "Cwm Idwal, Rhiwiau Caws"}
|
| 937 |
+
{"query_id": "730", "text": "Angas Downs Indigenous Protected Area"}
|
| 938 |
+
{"query_id": "731", "text": "Women in Buddhism, Dipa Ma in Barre, Massachusetts, 1978"}
|
| 939 |
+
{"query_id": "732", "text": "Scholastica, Saints Benedict and Scholastica in conversation, Klosterkirche Elchingen"}
|
| 940 |
+
{"query_id": "734", "text": "Grade II listed buildings in Southampton: A\u2013B"}
|
| 941 |
+
{"query_id": "739", "text": "Museum of Science (Boston), Demonstration of the world's largest open-air Van de Graaff generator"}
|
| 942 |
+
{"query_id": "745", "text": "Xalapa, Naolinco volcanic field, north of Xalapa city"}
|
| 943 |
+
{"query_id": "746", "text": "Trichopteryx polycommata, Illustration from John Curtis's British Entomology Volume 6"}
|
| 944 |
+
{"query_id": "762", "text": "HMS Hannibal (1896), View of 'Y' turret (12 inch Mk VIII guns) and after superstructure from the quarter-deck."}
|
| 945 |
+
{"query_id": "770", "text": "List of airlines of Canada"}
|
| 946 |
+
{"query_id": "773", "text": "List of historic houses in metropolitan Copenhagen"}
|
| 947 |
+
{"query_id": "777", "text": "Mount Doane"}
|
| 948 |
+
{"query_id": "785", "text": "Nieuport 28, Nieuport 28 C.1 drawing"}
|
| 949 |
+
{"query_id": "788", "text": "List of tallest buildings and structures in the Lehigh Valley, PPL Building"}
|
| 950 |
+
{"query_id": "798", "text": "List of Brick Romanesque buildings"}
|
| 951 |
+
{"query_id": "818", "text": "Ulmus minor 'Hoersholmiensis'"}
|
| 952 |
+
{"query_id": "819", "text": "Meaux, The battle of Meaux September 1914"}
|
| 953 |
+
{"query_id": "820", "text": "Eriphyle, Polynices offers Eriphyle the necklace of Harmonia, red-figure oinochoe by the Mannheim Painter, ca. 450\u2013440 BC, Louvre Museum."}
|
| 954 |
+
{"query_id": "824", "text": "Culture of Finland, Prehistoric red ochre painted rock art of moose, human figures, and boats in Astuvansalmi, Finland from ca. 3800\u20132200 BC."}
|
| 955 |
+
{"query_id": "827", "text": "Nepenthes bokorensis, Ants feeding on the underside of the lid"}
|
| 956 |
+
{"query_id": "828", "text": "2014 FIFA U-20 Women's World Cup"}
|
| 957 |
+
{"query_id": "83", "text": "Bristol, Maine"}
|
| 958 |
+
{"query_id": "830", "text": "Preston railway station, Railways around Preston in 1913"}
|
| 959 |
+
{"query_id": "837", "text": "2019\u201320 Australian bushfire season"}
|
| 960 |
+
{"query_id": "840", "text": "Self-guided tour, Self-guided tour"}
|
| 961 |
+
{"query_id": "843", "text": "Michigan\u2013Michigan State football rivalry, 1913 football game between Michigan Agricultural College (now Michigan State University) and the University of Michigan"}
|
| 962 |
+
{"query_id": "844", "text": "NGC 7790, NGC 7790 (taken from Stellarium) \nCredit: Roberto Mura"}
|
| 963 |
+
{"query_id": "845", "text": "Stanislas Hernisz, Polish Patriotic Song 1831"}
|
| 964 |
+
{"query_id": "846", "text": "County Farm Park, The Outer Loop trail at County Farm Park"}
|
| 965 |
+
{"query_id": "848", "text": "M\u00e1ximo G\u00f3mez, Drawing of M\u00e1ximo G\u00f3mez in 1868"}
|
| 966 |
+
{"query_id": "853", "text": "Elms in Australia"}
|
| 967 |
+
{"query_id": "874", "text": "Manichaeism, An 14th-century illustration of the execution of Mani"}
|
| 968 |
+
{"query_id": "876", "text": "First Reformed Church of New Brunswick, First Reformed Church, 2018"}
|
| 969 |
+
{"query_id": "877", "text": "Classifications of snow, Packing snow being rolled into a large snowball in Oxford, England."}
|
| 970 |
+
{"query_id": "88", "text": "James Thornton (songwriter)"}
|
| 971 |
+
{"query_id": "880", "text": "Gary Winick, Winick at a Tadpole screening at the Seattle International Film Festival, 2002"}
|
| 972 |
+
{"query_id": "886", "text": "Order-6 tetrahedral honeycomb"}
|
| 973 |
+
{"query_id": "890", "text": "0 Series Shinkansen"}
|
| 974 |
+
{"query_id": "895", "text": "South Freeport, Maine, A house in South Freeport"}
|
| 975 |
+
{"query_id": "896", "text": "Polypogon tentacularia"}
|
| 976 |
+
{"query_id": "897", "text": "Beaverton Central station, Station from the west"}
|
| 977 |
+
{"query_id": "900", "text": "Yvette Horner, Yvette Horner in 1960."}
|
| 978 |
+
{"query_id": "904", "text": "Hobart Henley, Advertisement for The Gay Old Dog (1919)"}
|
| 979 |
+
{"query_id": "907", "text": "Compulsory Border Guard Service"}
|
| 980 |
+
{"query_id": "908", "text": "Mike Mansfield, 1978 painting of Mansfield"}
|
| 981 |
+
{"query_id": "913", "text": "List of highest points of Canadian provinces and territories, Ishpatina Ridge"}
|
| 982 |
+
{"query_id": "921", "text": "Assyrian sculpture"}
|
| 983 |
+
{"query_id": "924", "text": "John Trumble, Trumble pictured 3rd right (middle row) with the Australian team in 1886"}
|
| 984 |
+
{"query_id": "926", "text": "Buccal exostosis"}
|
| 985 |
+
{"query_id": "927", "text": "Gender bias on Wikipedia, The Wikipedia Monument in S\u0142ubice, Poland features both male and female editors.[1][2] The initial model for the sculpture featured all men."}
|
| 986 |
+
{"query_id": "931", "text": "Lajes Field, Jos\u00e9 Manuel Dur\u00e3o Barroso, Tony Blair, US President George W. Bush and Spanish Prime Minister Jos\u00e9 Mar\u00eda Aznar at Lajes for a one-day emergency summit to discuss the possibilities of war with Iraq, 16 March 2003."}
|
| 987 |
+
{"query_id": "938", "text": "Crockett County Museum"}
|
| 988 |
+
{"query_id": "94", "text": "Swell shark, Egg case with yolk"}
|
| 989 |
+
{"query_id": "947", "text": "Entomological equipment for mounting and storage, Insect mounting equipment. Entomological pins & minuten; precut cards and points; forceps, both curved for specimens on pins, and pointed for fine work; glue brush; foamed plastic. Pins with coloured glass heads for positioning insects on mounting boards not for direct pinning."}
|
| 990 |
+
{"query_id": "959", "text": "Marble Arch, Marble Arch before its relocation as the entrance to the newly rebuilt Buckingham Palace"}
|
| 991 |
+
{"query_id": "966", "text": "Porto, From the top left corner clockwise: Cl\u00e9rigos Church and Tower; Avenida dos Aliados; Casa da M\u00fasica concert hall; Ribeira district; Avenida da Boavista business hub; Luiz I bridge and Porto from Vila Nova de Gaia"}
|
| 992 |
+
{"query_id": "969", "text": "Tears-McFarlane House"}
|
| 993 |
+
{"query_id": "972", "text": "Orly-sur-Morin, The town hall in Orly-sur-Morin"}
|
| 994 |
+
{"query_id": "981", "text": "Farmington, Gloucestershire, Waller of Farmington chart, 1560-1954."}
|
| 995 |
+
{"query_id": "982", "text": "Kayin State Cultural Museum"}
|
| 996 |
+
{"query_id": "984", "text": "Qing dynasty coinage, Brass and silver coins issued under the Xuantong Emperor."}
|
| 997 |
+
{"query_id": "986", "text": "Shinobu, Shinobu Wakanosato, a sumo wrestler"}
|
| 998 |
+
{"query_id": "992", "text": "Berlin March Battles, Alleged Spartacist being searched by a soldier"}
|
| 999 |
+
{"query_id": "994", "text": "Programmable logic controller, PLC installed in a control panel"}
|
| 1000 |
+
{"query_id": "998", "text": "National Register of Historic Places listings in Scott County, Minnesota"}
|
MSCOCO/corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
MSCOCO/mixed_corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
MSCOCO/qrels/qrels.tsv
ADDED
|
@@ -0,0 +1,985 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
query_id corpus_id score
|
| 2 |
+
0 0 1
|
| 3 |
+
1 1 1
|
| 4 |
+
2 2 1
|
| 5 |
+
3 3 1
|
| 6 |
+
4 4 1
|
| 7 |
+
5 5 1
|
| 8 |
+
6 6 1
|
| 9 |
+
7 7 1
|
| 10 |
+
8 8 1
|
| 11 |
+
9 9 1
|
| 12 |
+
10 10 1
|
| 13 |
+
11 11 1
|
| 14 |
+
12 12 1
|
| 15 |
+
13 13 1
|
| 16 |
+
14 14 1
|
| 17 |
+
15 15 1
|
| 18 |
+
16 16 1
|
| 19 |
+
17 17 1
|
| 20 |
+
18 18 1
|
| 21 |
+
19 19 1
|
| 22 |
+
20 20 1
|
| 23 |
+
21 21 1
|
| 24 |
+
22 22 1
|
| 25 |
+
23 23 1
|
| 26 |
+
24 24 1
|
| 27 |
+
25 25 1
|
| 28 |
+
26 26 1
|
| 29 |
+
27 27 1
|
| 30 |
+
28 28 1
|
| 31 |
+
29 29 1
|
| 32 |
+
30 30 1
|
| 33 |
+
31 31 1
|
| 34 |
+
32 32 1
|
| 35 |
+
33 33 1
|
| 36 |
+
34 34 1
|
| 37 |
+
35 35 1
|
| 38 |
+
36 36 1
|
| 39 |
+
37 37 1
|
| 40 |
+
38 38 1
|
| 41 |
+
39 39 1
|
| 42 |
+
40 40 1
|
| 43 |
+
41 41 1
|
| 44 |
+
42 42 1
|
| 45 |
+
43 43 1
|
| 46 |
+
44 44 1
|
| 47 |
+
45 45 1
|
| 48 |
+
46 46 1
|
| 49 |
+
47 47 1
|
| 50 |
+
48 48 1
|
| 51 |
+
49 49 1
|
| 52 |
+
50 50 1
|
| 53 |
+
51 51 1
|
| 54 |
+
52 52 1
|
| 55 |
+
53 53 1
|
| 56 |
+
54 54 1
|
| 57 |
+
55 55 1
|
| 58 |
+
56 56 1
|
| 59 |
+
57 57 1
|
| 60 |
+
58 58 1
|
| 61 |
+
59 59 1
|
| 62 |
+
60 60 1
|
| 63 |
+
61 61 1
|
| 64 |
+
62 62 1
|
| 65 |
+
63 63 1
|
| 66 |
+
64 64 1
|
| 67 |
+
65 65 1
|
| 68 |
+
66 66 1
|
| 69 |
+
67 67 1
|
| 70 |
+
68 68 1
|
| 71 |
+
69 69 1
|
| 72 |
+
70 70 1
|
| 73 |
+
71 71 1
|
| 74 |
+
72 72 1
|
| 75 |
+
73 73 1
|
| 76 |
+
74 74 1
|
| 77 |
+
75 75 1
|
| 78 |
+
76 76 1
|
| 79 |
+
77 77 1
|
| 80 |
+
78 78 1
|
| 81 |
+
79 79 1
|
| 82 |
+
80 80 1
|
| 83 |
+
81 81 1
|
| 84 |
+
82 82 1
|
| 85 |
+
83 83 1
|
| 86 |
+
84 84 1
|
| 87 |
+
85 85 1
|
| 88 |
+
86 86 1
|
| 89 |
+
87 87 1
|
| 90 |
+
88 88 1
|
| 91 |
+
89 89 1
|
| 92 |
+
90 90 1
|
| 93 |
+
91 91 1
|
| 94 |
+
92 92 1
|
| 95 |
+
93 93 1
|
| 96 |
+
94 94 1
|
| 97 |
+
95 95 1
|
| 98 |
+
96 96 1
|
| 99 |
+
97 97 1
|
| 100 |
+
98 98 1
|
| 101 |
+
99 99 1
|
| 102 |
+
100 100 1
|
| 103 |
+
101 101 1
|
| 104 |
+
102 102 1
|
| 105 |
+
103 103 1
|
| 106 |
+
104 104 1
|
| 107 |
+
105 105 1
|
| 108 |
+
106 106 1
|
| 109 |
+
107 107 1
|
| 110 |
+
108 108 1
|
| 111 |
+
109 109 1
|
| 112 |
+
110 110 1
|
| 113 |
+
111 111 1
|
| 114 |
+
112 112 1
|
| 115 |
+
113 113 1
|
| 116 |
+
114 114 1
|
| 117 |
+
115 115 1
|
| 118 |
+
116 116 1
|
| 119 |
+
117 117 1
|
| 120 |
+
118 118 1
|
| 121 |
+
119 119 1
|
| 122 |
+
120 120 1
|
| 123 |
+
121 121 1
|
| 124 |
+
122 122 1
|
| 125 |
+
123 123 1
|
| 126 |
+
124 124 1
|
| 127 |
+
125 125 1
|
| 128 |
+
126 126 1
|
| 129 |
+
127 127 1
|
| 130 |
+
128 128 1
|
| 131 |
+
129 129 1
|
| 132 |
+
130 130 1
|
| 133 |
+
131 131 1
|
| 134 |
+
132 132 1
|
| 135 |
+
133 133 1
|
| 136 |
+
134 134 1
|
| 137 |
+
135 135 1
|
| 138 |
+
136 136 1
|
| 139 |
+
137 137 1
|
| 140 |
+
138 138 1
|
| 141 |
+
139 139 1
|
| 142 |
+
140 140 1
|
| 143 |
+
141 141 1
|
| 144 |
+
142 142 1
|
| 145 |
+
143 143 1
|
| 146 |
+
144 144 1
|
| 147 |
+
145 145 1
|
| 148 |
+
146 146 1
|
| 149 |
+
147 147 1
|
| 150 |
+
148 148 1
|
| 151 |
+
149 149 1
|
| 152 |
+
150 150 1
|
| 153 |
+
151 151 1
|
| 154 |
+
152 152 1
|
| 155 |
+
153 153 1
|
| 156 |
+
154 154 1
|
| 157 |
+
155 155 1
|
| 158 |
+
156 156 1
|
| 159 |
+
157 157 1
|
| 160 |
+
158 158 1
|
| 161 |
+
159 159 1
|
| 162 |
+
160 160 1
|
| 163 |
+
161 161 1
|
| 164 |
+
162 162 1
|
| 165 |
+
163 163 1
|
| 166 |
+
164 164 1
|
| 167 |
+
165 165 1
|
| 168 |
+
166 166 1
|
| 169 |
+
167 167 1
|
| 170 |
+
168 168 1
|
| 171 |
+
169 169 1
|
| 172 |
+
170 170 1
|
| 173 |
+
171 171 1
|
| 174 |
+
172 172 1
|
| 175 |
+
173 173 1
|
| 176 |
+
174 174 1
|
| 177 |
+
175 175 1
|
| 178 |
+
176 176 1
|
| 179 |
+
177 177 1
|
| 180 |
+
178 178 1
|
| 181 |
+
179 179 1
|
| 182 |
+
180 180 1
|
| 183 |
+
181 181 1
|
| 184 |
+
182 182 1
|
| 185 |
+
183 183 1
|
| 186 |
+
184 184 1
|
| 187 |
+
185 185 1
|
| 188 |
+
186 186 1
|
| 189 |
+
187 187 1
|
| 190 |
+
188 188 1
|
| 191 |
+
189 189 1
|
| 192 |
+
190 190 1
|
| 193 |
+
191 191 1
|
| 194 |
+
192 192 1
|
| 195 |
+
193 193 1
|
| 196 |
+
194 194 1
|
| 197 |
+
195 195 1
|
| 198 |
+
196 196 1
|
| 199 |
+
197 197 1
|
| 200 |
+
198 198 1
|
| 201 |
+
199 199 1
|
| 202 |
+
200 200 1
|
| 203 |
+
201 201 1
|
| 204 |
+
202 202 1
|
| 205 |
+
203 203 1
|
| 206 |
+
204 204 1
|
| 207 |
+
205 205 1
|
| 208 |
+
206 206 1
|
| 209 |
+
207 207 1
|
| 210 |
+
208 208 1
|
| 211 |
+
209 209 1
|
| 212 |
+
210 210 1
|
| 213 |
+
211 211 1
|
| 214 |
+
212 212 1
|
| 215 |
+
213 213 1
|
| 216 |
+
214 214 1
|
| 217 |
+
215 215 1
|
| 218 |
+
216 216 1
|
| 219 |
+
217 217 1
|
| 220 |
+
218 218 1
|
| 221 |
+
219 219 1
|
| 222 |
+
220 220 1
|
| 223 |
+
221 221 1
|
| 224 |
+
222 222 1
|
| 225 |
+
223 223 1
|
| 226 |
+
224 224 1
|
| 227 |
+
225 225 1
|
| 228 |
+
226 226 1
|
| 229 |
+
227 227 1
|
| 230 |
+
228 228 1
|
| 231 |
+
229 229 1
|
| 232 |
+
230 230 1
|
| 233 |
+
231 231 1
|
| 234 |
+
232 232 1
|
| 235 |
+
233 233 1
|
| 236 |
+
234 234 1
|
| 237 |
+
235 235 1
|
| 238 |
+
236 236 1
|
| 239 |
+
237 237 1
|
| 240 |
+
238 238 1
|
| 241 |
+
239 239 1
|
| 242 |
+
240 240 1
|
| 243 |
+
241 241 1
|
| 244 |
+
242 242 1
|
| 245 |
+
243 243 1
|
| 246 |
+
244 244 1
|
| 247 |
+
245 245 1
|
| 248 |
+
246 246 1
|
| 249 |
+
247 247 1
|
| 250 |
+
248 248 1
|
| 251 |
+
249 249 1
|
| 252 |
+
250 250 1
|
| 253 |
+
251 251 1
|
| 254 |
+
252 252 1
|
| 255 |
+
253 253 1
|
| 256 |
+
254 254 1
|
| 257 |
+
255 255 1
|
| 258 |
+
256 256 1
|
| 259 |
+
257 257 1
|
| 260 |
+
258 258 1
|
| 261 |
+
259 259 1
|
| 262 |
+
260 260 1
|
| 263 |
+
261 261 1
|
| 264 |
+
262 262 1
|
| 265 |
+
263 263 1
|
| 266 |
+
264 264 1
|
| 267 |
+
265 265 1
|
| 268 |
+
266 266 1
|
| 269 |
+
267 267 1
|
| 270 |
+
268 268 1
|
| 271 |
+
269 269 1
|
| 272 |
+
270 270 1
|
| 273 |
+
271 271 1
|
| 274 |
+
272 272 1
|
| 275 |
+
273 273 1
|
| 276 |
+
274 274 1
|
| 277 |
+
275 275 1
|
| 278 |
+
276 276 1
|
| 279 |
+
277 277 1
|
| 280 |
+
278 278 1
|
| 281 |
+
279 279 1
|
| 282 |
+
280 280 1
|
| 283 |
+
281 281 1
|
| 284 |
+
282 282 1
|
| 285 |
+
283 283 1
|
| 286 |
+
284 284 1
|
| 287 |
+
285 285 1
|
| 288 |
+
286 286 1
|
| 289 |
+
287 287 1
|
| 290 |
+
288 288 1
|
| 291 |
+
289 289 1
|
| 292 |
+
290 290 1
|
| 293 |
+
291 291 1
|
| 294 |
+
292 292 1
|
| 295 |
+
293 293 1
|
| 296 |
+
294 294 1
|
| 297 |
+
295 295 1
|
| 298 |
+
296 296 1
|
| 299 |
+
297 297 1
|
| 300 |
+
298 298 1
|
| 301 |
+
299 299 1
|
| 302 |
+
300 300 1
|
| 303 |
+
301 301 1
|
| 304 |
+
302 302 1
|
| 305 |
+
303 303 1
|
| 306 |
+
304 304 1
|
| 307 |
+
305 305 1
|
| 308 |
+
306 306 1
|
| 309 |
+
307 307 1
|
| 310 |
+
308 308 1
|
| 311 |
+
309 309 1
|
| 312 |
+
310 310 1
|
| 313 |
+
311 311 1
|
| 314 |
+
312 312 1
|
| 315 |
+
313 313 1
|
| 316 |
+
314 314 1
|
| 317 |
+
315 315 1
|
| 318 |
+
316 316 1
|
| 319 |
+
317 317 1
|
| 320 |
+
318 318 1
|
| 321 |
+
319 319 1
|
| 322 |
+
320 320 1
|
| 323 |
+
321 321 1
|
| 324 |
+
322 322 1
|
| 325 |
+
323 323 1
|
| 326 |
+
324 324 1
|
| 327 |
+
325 325 1
|
| 328 |
+
326 326 1
|
| 329 |
+
327 327 1
|
| 330 |
+
328 328 1
|
| 331 |
+
329 329 1
|
| 332 |
+
330 330 1
|
| 333 |
+
331 331 1
|
| 334 |
+
332 332 1
|
| 335 |
+
333 333 1
|
| 336 |
+
334 334 1
|
| 337 |
+
335 335 1
|
| 338 |
+
336 336 1
|
| 339 |
+
337 337 1
|
| 340 |
+
338 338 1
|
| 341 |
+
339 339 1
|
| 342 |
+
340 340 1
|
| 343 |
+
341 341 1
|
| 344 |
+
342 342 1
|
| 345 |
+
343 343 1
|
| 346 |
+
344 344 1
|
| 347 |
+
345 345 1
|
| 348 |
+
346 346 1
|
| 349 |
+
347 347 1
|
| 350 |
+
348 348 1
|
| 351 |
+
349 349 1
|
| 352 |
+
350 350 1
|
| 353 |
+
351 351 1
|
| 354 |
+
352 352 1
|
| 355 |
+
353 353 1
|
| 356 |
+
354 354 1
|
| 357 |
+
355 355 1
|
| 358 |
+
356 356 1
|
| 359 |
+
357 357 1
|
| 360 |
+
358 358 1
|
| 361 |
+
359 359 1
|
| 362 |
+
360 360 1
|
| 363 |
+
361 361 1
|
| 364 |
+
362 362 1
|
| 365 |
+
363 363 1
|
| 366 |
+
364 364 1
|
| 367 |
+
365 365 1
|
| 368 |
+
366 366 1
|
| 369 |
+
367 367 1
|
| 370 |
+
368 368 1
|
| 371 |
+
369 369 1
|
| 372 |
+
370 370 1
|
| 373 |
+
371 371 1
|
| 374 |
+
372 372 1
|
| 375 |
+
373 373 1
|
| 376 |
+
374 374 1
|
| 377 |
+
375 375 1
|
| 378 |
+
376 376 1
|
| 379 |
+
377 377 1
|
| 380 |
+
378 378 1
|
| 381 |
+
379 379 1
|
| 382 |
+
380 380 1
|
| 383 |
+
381 381 1
|
| 384 |
+
382 382 1
|
| 385 |
+
383 383 1
|
| 386 |
+
384 384 1
|
| 387 |
+
385 385 1
|
| 388 |
+
386 386 1
|
| 389 |
+
387 387 1
|
| 390 |
+
388 388 1
|
| 391 |
+
389 389 1
|
| 392 |
+
390 390 1
|
| 393 |
+
391 391 1
|
| 394 |
+
392 392 1
|
| 395 |
+
393 393 1
|
| 396 |
+
394 394 1
|
| 397 |
+
395 395 1
|
| 398 |
+
396 396 1
|
| 399 |
+
397 397 1
|
| 400 |
+
398 398 1
|
| 401 |
+
399 399 1
|
| 402 |
+
400 400 1
|
| 403 |
+
401 401 1
|
| 404 |
+
402 402 1
|
| 405 |
+
403 403 1
|
| 406 |
+
404 404 1
|
| 407 |
+
405 405 1
|
| 408 |
+
406 406 1
|
| 409 |
+
407 407 1
|
| 410 |
+
408 408 1
|
| 411 |
+
409 409 1
|
| 412 |
+
410 410 1
|
| 413 |
+
411 411 1
|
| 414 |
+
412 412 1
|
| 415 |
+
413 413 1
|
| 416 |
+
414 414 1
|
| 417 |
+
415 415 1
|
| 418 |
+
416 416 1
|
| 419 |
+
417 417 1
|
| 420 |
+
418 418 1
|
| 421 |
+
419 419 1
|
| 422 |
+
420 420 1
|
| 423 |
+
421 421 1
|
| 424 |
+
422 422 1
|
| 425 |
+
423 423 1
|
| 426 |
+
424 424 1
|
| 427 |
+
425 425 1
|
| 428 |
+
426 426 1
|
| 429 |
+
427 427 1
|
| 430 |
+
428 428 1
|
| 431 |
+
429 429 1
|
| 432 |
+
430 430 1
|
| 433 |
+
431 431 1
|
| 434 |
+
432 432 1
|
| 435 |
+
433 433 1
|
| 436 |
+
434 434 1
|
| 437 |
+
435 435 1
|
| 438 |
+
436 436 1
|
| 439 |
+
437 437 1
|
| 440 |
+
438 438 1
|
| 441 |
+
439 439 1
|
| 442 |
+
440 440 1
|
| 443 |
+
441 441 1
|
| 444 |
+
442 442 1
|
| 445 |
+
443 443 1
|
| 446 |
+
444 444 1
|
| 447 |
+
445 445 1
|
| 448 |
+
446 446 1
|
| 449 |
+
447 447 1
|
| 450 |
+
448 448 1
|
| 451 |
+
449 449 1
|
| 452 |
+
450 450 1
|
| 453 |
+
451 451 1
|
| 454 |
+
452 452 1
|
| 455 |
+
453 453 1
|
| 456 |
+
454 454 1
|
| 457 |
+
455 455 1
|
| 458 |
+
456 456 1
|
| 459 |
+
457 457 1
|
| 460 |
+
458 458 1
|
| 461 |
+
459 459 1
|
| 462 |
+
460 460 1
|
| 463 |
+
461 461 1
|
| 464 |
+
462 462 1
|
| 465 |
+
463 463 1
|
| 466 |
+
464 464 1
|
| 467 |
+
465 465 1
|
| 468 |
+
466 466 1
|
| 469 |
+
467 467 1
|
| 470 |
+
468 468 1
|
| 471 |
+
469 469 1
|
| 472 |
+
470 470 1
|
| 473 |
+
471 471 1
|
| 474 |
+
472 472 1
|
| 475 |
+
473 473 1
|
| 476 |
+
474 474 1
|
| 477 |
+
475 475 1
|
| 478 |
+
476 476 1
|
| 479 |
+
477 477 1
|
| 480 |
+
478 478 1
|
| 481 |
+
479 479 1
|
| 482 |
+
480 480 1
|
| 483 |
+
481 481 1
|
| 484 |
+
482 482 1
|
| 485 |
+
483 483 1
|
| 486 |
+
484 484 1
|
| 487 |
+
485 485 1
|
| 488 |
+
486 486 1
|
| 489 |
+
487 487 1
|
| 490 |
+
488 488 1
|
| 491 |
+
489 489 1
|
| 492 |
+
490 490 1
|
| 493 |
+
491 491 1
|
| 494 |
+
492 492 1
|
| 495 |
+
493 493 1
|
| 496 |
+
494 494 1
|
| 497 |
+
495 495 1
|
| 498 |
+
496 496 1
|
| 499 |
+
497 497 1
|
| 500 |
+
498 498 1
|
| 501 |
+
499 499 1
|
| 502 |
+
500 500 1
|
| 503 |
+
501 501 1
|
| 504 |
+
502 502 1
|
| 505 |
+
503 503 1
|
| 506 |
+
504 504 1
|
| 507 |
+
505 505 1
|
| 508 |
+
506 506 1
|
| 509 |
+
507 507 1
|
| 510 |
+
508 508 1
|
| 511 |
+
509 509 1
|
| 512 |
+
510 510 1
|
| 513 |
+
511 511 1
|
| 514 |
+
512 512 1
|
| 515 |
+
513 513 1
|
| 516 |
+
514 514 1
|
| 517 |
+
515 515 1
|
| 518 |
+
516 516 1
|
| 519 |
+
517 517 1
|
| 520 |
+
518 518 1
|
| 521 |
+
519 519 1
|
| 522 |
+
520 520 1
|
| 523 |
+
521 521 1
|
| 524 |
+
522 522 1
|
| 525 |
+
523 523 1
|
| 526 |
+
524 524 1
|
| 527 |
+
525 525 1
|
| 528 |
+
526 526 1
|
| 529 |
+
527 527 1
|
| 530 |
+
528 528 1
|
| 531 |
+
529 529 1
|
| 532 |
+
530 530 1
|
| 533 |
+
531 531 1
|
| 534 |
+
532 532 1
|
| 535 |
+
533 533 1
|
| 536 |
+
534 534 1
|
| 537 |
+
535 535 1
|
| 538 |
+
536 536 1
|
| 539 |
+
537 537 1
|
| 540 |
+
538 538 1
|
| 541 |
+
539 539 1
|
| 542 |
+
540 540 1
|
| 543 |
+
541 541 1
|
| 544 |
+
542 542 1
|
| 545 |
+
543 543 1
|
| 546 |
+
544 544 1
|
| 547 |
+
545 545 1
|
| 548 |
+
546 546 1
|
| 549 |
+
547 547 1
|
| 550 |
+
548 548 1
|
| 551 |
+
549 549 1
|
| 552 |
+
550 550 1
|
| 553 |
+
551 551 1
|
| 554 |
+
552 552 1
|
| 555 |
+
553 553 1
|
| 556 |
+
554 554 1
|
| 557 |
+
555 555 1
|
| 558 |
+
556 556 1
|
| 559 |
+
557 557 1
|
| 560 |
+
558 558 1
|
| 561 |
+
559 559 1
|
| 562 |
+
560 560 1
|
| 563 |
+
561 561 1
|
| 564 |
+
562 562 1
|
| 565 |
+
563 563 1
|
| 566 |
+
564 564 1
|
| 567 |
+
565 565 1
|
| 568 |
+
566 566 1
|
| 569 |
+
567 567 1
|
| 570 |
+
568 568 1
|
| 571 |
+
569 569 1
|
| 572 |
+
570 570 1
|
| 573 |
+
571 571 1
|
| 574 |
+
572 572 1
|
| 575 |
+
573 573 1
|
| 576 |
+
574 574 1
|
| 577 |
+
575 575 1
|
| 578 |
+
576 576 1
|
| 579 |
+
577 577 1
|
| 580 |
+
578 578 1
|
| 581 |
+
579 579 1
|
| 582 |
+
580 580 1
|
| 583 |
+
581 581 1
|
| 584 |
+
582 582 1
|
| 585 |
+
583 583 1
|
| 586 |
+
584 584 1
|
| 587 |
+
585 585 1
|
| 588 |
+
586 586 1
|
| 589 |
+
587 587 1
|
| 590 |
+
588 588 1
|
| 591 |
+
589 589 1
|
| 592 |
+
590 590 1
|
| 593 |
+
591 591 1
|
| 594 |
+
592 592 1
|
| 595 |
+
593 593 1
|
| 596 |
+
594 594 1
|
| 597 |
+
595 595 1
|
| 598 |
+
596 596 1
|
| 599 |
+
597 597 1
|
| 600 |
+
598 598 1
|
| 601 |
+
599 599 1
|
| 602 |
+
600 600 1
|
| 603 |
+
601 601 1
|
| 604 |
+
602 602 1
|
| 605 |
+
603 603 1
|
| 606 |
+
604 604 1
|
| 607 |
+
605 605 1
|
| 608 |
+
606 606 1
|
| 609 |
+
607 607 1
|
| 610 |
+
608 608 1
|
| 611 |
+
609 609 1
|
| 612 |
+
610 610 1
|
| 613 |
+
611 611 1
|
| 614 |
+
612 612 1
|
| 615 |
+
613 613 1
|
| 616 |
+
614 614 1
|
| 617 |
+
615 615 1
|
| 618 |
+
616 616 1
|
| 619 |
+
617 617 1
|
| 620 |
+
618 618 1
|
| 621 |
+
619 619 1
|
| 622 |
+
620 620 1
|
| 623 |
+
621 621 1
|
| 624 |
+
622 622 1
|
| 625 |
+
623 623 1
|
| 626 |
+
624 624 1
|
| 627 |
+
625 625 1
|
| 628 |
+
626 626 1
|
| 629 |
+
627 627 1
|
| 630 |
+
628 628 1
|
| 631 |
+
629 629 1
|
| 632 |
+
630 630 1
|
| 633 |
+
631 631 1
|
| 634 |
+
632 632 1
|
| 635 |
+
633 633 1
|
| 636 |
+
634 634 1
|
| 637 |
+
635 635 1
|
| 638 |
+
636 636 1
|
| 639 |
+
637 637 1
|
| 640 |
+
638 638 1
|
| 641 |
+
639 639 1
|
| 642 |
+
640 640 1
|
| 643 |
+
641 641 1
|
| 644 |
+
642 642 1
|
| 645 |
+
643 643 1
|
| 646 |
+
644 644 1
|
| 647 |
+
645 645 1
|
| 648 |
+
646 646 1
|
| 649 |
+
647 647 1
|
| 650 |
+
648 648 1
|
| 651 |
+
649 649 1
|
| 652 |
+
650 650 1
|
| 653 |
+
651 651 1
|
| 654 |
+
652 652 1
|
| 655 |
+
653 653 1
|
| 656 |
+
654 654 1
|
| 657 |
+
655 655 1
|
| 658 |
+
656 656 1
|
| 659 |
+
657 657 1
|
| 660 |
+
658 658 1
|
| 661 |
+
659 659 1
|
| 662 |
+
660 660 1
|
| 663 |
+
661 661 1
|
| 664 |
+
662 662 1
|
| 665 |
+
663 663 1
|
| 666 |
+
664 664 1
|
| 667 |
+
665 665 1
|
| 668 |
+
666 666 1
|
| 669 |
+
667 667 1
|
| 670 |
+
668 668 1
|
| 671 |
+
669 669 1
|
| 672 |
+
670 670 1
|
| 673 |
+
671 671 1
|
| 674 |
+
672 672 1
|
| 675 |
+
673 673 1
|
| 676 |
+
674 674 1
|
| 677 |
+
675 675 1
|
| 678 |
+
676 676 1
|
| 679 |
+
677 677 1
|
| 680 |
+
678 678 1
|
| 681 |
+
679 679 1
|
| 682 |
+
680 680 1
|
| 683 |
+
681 681 1
|
| 684 |
+
682 682 1
|
| 685 |
+
683 683 1
|
| 686 |
+
684 684 1
|
| 687 |
+
685 685 1
|
| 688 |
+
686 686 1
|
| 689 |
+
687 687 1
|
| 690 |
+
688 688 1
|
| 691 |
+
689 689 1
|
| 692 |
+
690 690 1
|
| 693 |
+
691 691 1
|
| 694 |
+
692 692 1
|
| 695 |
+
693 693 1
|
| 696 |
+
694 694 1
|
| 697 |
+
695 695 1
|
| 698 |
+
696 696 1
|
| 699 |
+
697 697 1
|
| 700 |
+
698 698 1
|
| 701 |
+
699 699 1
|
| 702 |
+
700 700 1
|
| 703 |
+
701 701 1
|
| 704 |
+
702 702 1
|
| 705 |
+
703 703 1
|
| 706 |
+
704 704 1
|
| 707 |
+
705 705 1
|
| 708 |
+
706 706 1
|
| 709 |
+
707 707 1
|
| 710 |
+
708 708 1
|
| 711 |
+
709 709 1
|
| 712 |
+
710 710 1
|
| 713 |
+
711 711 1
|
| 714 |
+
712 712 1
|
| 715 |
+
713 713 1
|
| 716 |
+
714 714 1
|
| 717 |
+
715 715 1
|
| 718 |
+
716 716 1
|
| 719 |
+
717 717 1
|
| 720 |
+
718 718 1
|
| 721 |
+
719 719 1
|
| 722 |
+
720 720 1
|
| 723 |
+
721 721 1
|
| 724 |
+
722 722 1
|
| 725 |
+
723 723 1
|
| 726 |
+
724 724 1
|
| 727 |
+
725 725 1
|
| 728 |
+
726 726 1
|
| 729 |
+
727 727 1
|
| 730 |
+
728 728 1
|
| 731 |
+
729 729 1
|
| 732 |
+
730 730 1
|
| 733 |
+
731 731 1
|
| 734 |
+
732 732 1
|
| 735 |
+
733 733 1
|
| 736 |
+
734 734 1
|
| 737 |
+
735 735 1
|
| 738 |
+
736 736 1
|
| 739 |
+
737 737 1
|
| 740 |
+
738 738 1
|
| 741 |
+
739 739 1
|
| 742 |
+
740 740 1
|
| 743 |
+
741 741 1
|
| 744 |
+
742 742 1
|
| 745 |
+
743 743 1
|
| 746 |
+
744 744 1
|
| 747 |
+
745 745 1
|
| 748 |
+
746 746 1
|
| 749 |
+
747 747 1
|
| 750 |
+
748 748 1
|
| 751 |
+
749 749 1
|
| 752 |
+
750 750 1
|
| 753 |
+
751 751 1
|
| 754 |
+
752 752 1
|
| 755 |
+
753 753 1
|
| 756 |
+
754 754 1
|
| 757 |
+
755 755 1
|
| 758 |
+
756 756 1
|
| 759 |
+
757 757 1
|
| 760 |
+
758 758 1
|
| 761 |
+
759 759 1
|
| 762 |
+
760 760 1
|
| 763 |
+
761 761 1
|
| 764 |
+
762 762 1
|
| 765 |
+
763 763 1
|
| 766 |
+
764 764 1
|
| 767 |
+
765 765 1
|
| 768 |
+
766 766 1
|
| 769 |
+
767 767 1
|
| 770 |
+
768 768 1
|
| 771 |
+
769 769 1
|
| 772 |
+
770 770 1
|
| 773 |
+
771 771 1
|
| 774 |
+
772 772 1
|
| 775 |
+
773 773 1
|
| 776 |
+
774 774 1
|
| 777 |
+
775 775 1
|
| 778 |
+
776 776 1
|
| 779 |
+
777 777 1
|
| 780 |
+
778 778 1
|
| 781 |
+
779 779 1
|
| 782 |
+
780 780 1
|
| 783 |
+
781 781 1
|
| 784 |
+
782 782 1
|
| 785 |
+
783 783 1
|
| 786 |
+
784 784 1
|
| 787 |
+
785 785 1
|
| 788 |
+
786 786 1
|
| 789 |
+
787 787 1
|
| 790 |
+
788 788 1
|
| 791 |
+
789 789 1
|
| 792 |
+
790 790 1
|
| 793 |
+
791 791 1
|
| 794 |
+
792 792 1
|
| 795 |
+
793 793 1
|
| 796 |
+
794 794 1
|
| 797 |
+
795 795 1
|
| 798 |
+
796 796 1
|
| 799 |
+
797 797 1
|
| 800 |
+
798 798 1
|
| 801 |
+
799 799 1
|
| 802 |
+
800 800 1
|
| 803 |
+
801 801 1
|
| 804 |
+
802 802 1
|
| 805 |
+
803 803 1
|
| 806 |
+
804 804 1
|
| 807 |
+
805 805 1
|
| 808 |
+
806 806 1
|
| 809 |
+
807 807 1
|
| 810 |
+
808 808 1
|
| 811 |
+
809 809 1
|
| 812 |
+
810 810 1
|
| 813 |
+
811 811 1
|
| 814 |
+
812 812 1
|
| 815 |
+
813 813 1
|
| 816 |
+
814 814 1
|
| 817 |
+
815 815 1
|
| 818 |
+
816 816 1
|
| 819 |
+
817 817 1
|
| 820 |
+
818 818 1
|
| 821 |
+
819 819 1
|
| 822 |
+
820 820 1
|
| 823 |
+
821 821 1
|
| 824 |
+
822 822 1
|
| 825 |
+
823 823 1
|
| 826 |
+
824 824 1
|
| 827 |
+
825 825 1
|
| 828 |
+
826 826 1
|
| 829 |
+
827 827 1
|
| 830 |
+
828 828 1
|
| 831 |
+
829 829 1
|
| 832 |
+
830 830 1
|
| 833 |
+
831 831 1
|
| 834 |
+
832 832 1
|
| 835 |
+
833 833 1
|
| 836 |
+
834 834 1
|
| 837 |
+
835 835 1
|
| 838 |
+
836 836 1
|
| 839 |
+
837 837 1
|
| 840 |
+
838 838 1
|
| 841 |
+
839 839 1
|
| 842 |
+
840 840 1
|
| 843 |
+
841 841 1
|
| 844 |
+
842 842 1
|
| 845 |
+
843 843 1
|
| 846 |
+
844 844 1
|
| 847 |
+
845 845 1
|
| 848 |
+
846 846 1
|
| 849 |
+
847 847 1
|
| 850 |
+
848 848 1
|
| 851 |
+
849 849 1
|
| 852 |
+
850 850 1
|
| 853 |
+
851 851 1
|
| 854 |
+
852 852 1
|
| 855 |
+
853 853 1
|
| 856 |
+
854 854 1
|
| 857 |
+
855 855 1
|
| 858 |
+
856 856 1
|
| 859 |
+
857 857 1
|
| 860 |
+
858 858 1
|
| 861 |
+
859 859 1
|
| 862 |
+
860 860 1
|
| 863 |
+
861 861 1
|
| 864 |
+
862 862 1
|
| 865 |
+
863 863 1
|
| 866 |
+
864 864 1
|
| 867 |
+
865 865 1
|
| 868 |
+
866 866 1
|
| 869 |
+
867 867 1
|
| 870 |
+
868 868 1
|
| 871 |
+
869 869 1
|
| 872 |
+
870 870 1
|
| 873 |
+
871 871 1
|
| 874 |
+
872 872 1
|
| 875 |
+
873 873 1
|
| 876 |
+
874 874 1
|
| 877 |
+
875 875 1
|
| 878 |
+
876 876 1
|
| 879 |
+
877 877 1
|
| 880 |
+
878 878 1
|
| 881 |
+
879 879 1
|
| 882 |
+
880 880 1
|
| 883 |
+
881 881 1
|
| 884 |
+
882 882 1
|
| 885 |
+
883 883 1
|
| 886 |
+
884 884 1
|
| 887 |
+
885 885 1
|
| 888 |
+
886 886 1
|
| 889 |
+
887 887 1
|
| 890 |
+
888 888 1
|
| 891 |
+
889 889 1
|
| 892 |
+
890 890 1
|
| 893 |
+
891 891 1
|
| 894 |
+
892 892 1
|
| 895 |
+
893 893 1
|
| 896 |
+
894 894 1
|
| 897 |
+
895 895 1
|
| 898 |
+
896 896 1
|
| 899 |
+
897 897 1
|
| 900 |
+
898 898 1
|
| 901 |
+
899 899 1
|
| 902 |
+
900 900 1
|
| 903 |
+
901 901 1
|
| 904 |
+
902 902 1
|
| 905 |
+
903 903 1
|
| 906 |
+
904 904 1
|
| 907 |
+
905 905 1
|
| 908 |
+
906 906 1
|
| 909 |
+
907 907 1
|
| 910 |
+
908 908 1
|
| 911 |
+
909 909 1
|
| 912 |
+
910 910 1
|
| 913 |
+
911 911 1
|
| 914 |
+
912 912 1
|
| 915 |
+
913 913 1
|
| 916 |
+
914 914 1
|
| 917 |
+
915 915 1
|
| 918 |
+
916 916 1
|
| 919 |
+
917 917 1
|
| 920 |
+
918 918 1
|
| 921 |
+
919 919 1
|
| 922 |
+
920 920 1
|
| 923 |
+
921 921 1
|
| 924 |
+
922 922 1
|
| 925 |
+
923 923 1
|
| 926 |
+
924 924 1
|
| 927 |
+
925 925 1
|
| 928 |
+
926 926 1
|
| 929 |
+
927 927 1
|
| 930 |
+
928 928 1
|
| 931 |
+
929 929 1
|
| 932 |
+
930 930 1
|
| 933 |
+
931 931 1
|
| 934 |
+
932 932 1
|
| 935 |
+
933 933 1
|
| 936 |
+
934 934 1
|
| 937 |
+
935 935 1
|
| 938 |
+
936 936 1
|
| 939 |
+
937 937 1
|
| 940 |
+
938 938 1
|
| 941 |
+
939 939 1
|
| 942 |
+
940 940 1
|
| 943 |
+
941 941 1
|
| 944 |
+
942 942 1
|
| 945 |
+
943 943 1
|
| 946 |
+
944 944 1
|
| 947 |
+
945 945 1
|
| 948 |
+
946 946 1
|
| 949 |
+
947 947 1
|
| 950 |
+
948 948 1
|
| 951 |
+
949 949 1
|
| 952 |
+
950 950 1
|
| 953 |
+
951 951 1
|
| 954 |
+
952 952 1
|
| 955 |
+
953 953 1
|
| 956 |
+
954 954 1
|
| 957 |
+
955 955 1
|
| 958 |
+
956 956 1
|
| 959 |
+
957 957 1
|
| 960 |
+
958 958 1
|
| 961 |
+
959 959 1
|
| 962 |
+
960 960 1
|
| 963 |
+
961 961 1
|
| 964 |
+
962 962 1
|
| 965 |
+
963 963 1
|
| 966 |
+
964 964 1
|
| 967 |
+
965 965 1
|
| 968 |
+
966 966 1
|
| 969 |
+
967 967 1
|
| 970 |
+
968 968 1
|
| 971 |
+
969 969 1
|
| 972 |
+
970 970 1
|
| 973 |
+
971 971 1
|
| 974 |
+
972 972 1
|
| 975 |
+
973 973 1
|
| 976 |
+
974 974 1
|
| 977 |
+
975 975 1
|
| 978 |
+
976 976 1
|
| 979 |
+
977 977 1
|
| 980 |
+
978 978 1
|
| 981 |
+
979 979 1
|
| 982 |
+
980 980 1
|
| 983 |
+
981 981 1
|
| 984 |
+
982 982 1
|
| 985 |
+
983 983 1
|
MSCOCO/queries.jsonl
ADDED
|
@@ -0,0 +1,984 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"query_id": "0", "text": "A man with a red helmet on a small moped on a dirt road. "}
|
| 2 |
+
{"query_id": "1", "text": "A woman wearing a net on her head cutting a cake. "}
|
| 3 |
+
{"query_id": "2", "text": "A child holding a flowered umbrella and petting a yak."}
|
| 4 |
+
{"query_id": "3", "text": "A young boy standing in front of a computer keyboard."}
|
| 5 |
+
{"query_id": "4", "text": "a boy wearing headphones using one computer in a long row of computers"}
|
| 6 |
+
{"query_id": "5", "text": "A man is in a kitchen making pizzas."}
|
| 7 |
+
{"query_id": "6", "text": "A woman in a room with a cat."}
|
| 8 |
+
{"query_id": "7", "text": "A young girl inhales with the intent of blowing out a candle. "}
|
| 9 |
+
{"query_id": "8", "text": "A commercial stainless kitchen with a pot of food cooking. "}
|
| 10 |
+
{"query_id": "9", "text": "Two men wearing aprons working in a commercial-style kitchen."}
|
| 11 |
+
{"query_id": "10", "text": "Two chefs in a restaurant kitchen preparing food. "}
|
| 12 |
+
{"query_id": "11", "text": "this is a very dark picture of a room with a shelf"}
|
| 13 |
+
{"query_id": "12", "text": "A kitchen filled with black appliances and lots of counter top space."}
|
| 14 |
+
{"query_id": "13", "text": "A professional kitchen filled with sinks and appliances."}
|
| 15 |
+
{"query_id": "14", "text": "A man on a bicycle riding next to a train"}
|
| 16 |
+
{"query_id": "15", "text": "A narrow kitchen filled with appliances and cooking utensils."}
|
| 17 |
+
{"query_id": "16", "text": "A kitchen with wood floors and lots of furniture."}
|
| 18 |
+
{"query_id": "17", "text": "A woman eating vegetables in front of a stove."}
|
| 19 |
+
{"query_id": "18", "text": "A kitchen is shown with a variety of items on the counters."}
|
| 20 |
+
{"query_id": "19", "text": "A boy performing a kickflip on his skateboard on a city street."}
|
| 21 |
+
{"query_id": "20", "text": "A kitchen with a stove, microwave and refrigerator."}
|
| 22 |
+
{"query_id": "21", "text": "The dining table near the kitchen has a bowl of fruit on it."}
|
| 23 |
+
{"query_id": "22", "text": "A group of people riding on the back of a loaded red pickup truck."}
|
| 24 |
+
{"query_id": "23", "text": "A wooden ball on top of a wooden stick."}
|
| 25 |
+
{"query_id": "24", "text": "Multiple wooden spoons are shown on a table top."}
|
| 26 |
+
{"query_id": "25", "text": "A large boat filled with mean on wheels."}
|
| 27 |
+
{"query_id": "26", "text": "several young students working at a desk with multiple computers"}
|
| 28 |
+
{"query_id": "27", "text": "A man riding an elephant into some water of a creek."}
|
| 29 |
+
{"query_id": "28", "text": "a couple of women are in a kitchen"}
|
| 30 |
+
{"query_id": "29", "text": "The woman in the kitchen is holding a huge pan."}
|
| 31 |
+
{"query_id": "30", "text": "A baby is laying down with a teddy bear."}
|
| 32 |
+
{"query_id": "31", "text": "a person with a shopping cart on a city street "}
|
| 33 |
+
{"query_id": "32", "text": "Two bikers, one in front of a building, the other in the city."}
|
| 34 |
+
{"query_id": "33", "text": "A person on a skateboard and bike at a skate park."}
|
| 35 |
+
{"query_id": "34", "text": "a blue bike parked on a side walk "}
|
| 36 |
+
{"query_id": "35", "text": "People riding bicycles down the road approaching a bird."}
|
| 37 |
+
{"query_id": "36", "text": "A little girl holding a kitten next to a blue fence."}
|
| 38 |
+
{"query_id": "37", "text": "A toilet and a sink in small bathroom."}
|
| 39 |
+
{"query_id": "38", "text": "A bicycle store shows two males leaning toward a bike."}
|
| 40 |
+
{"query_id": "39", "text": "A bathroom that has a broken wall in the shower."}
|
| 41 |
+
{"query_id": "40", "text": "A shower stall with interesting tile is the focal point."}
|
| 42 |
+
{"query_id": "41", "text": "A view of a very large bathroom with mirrored walls."}
|
| 43 |
+
{"query_id": "42", "text": "a long beige bathroom with a door to a bedroom and another to the hallway"}
|
| 44 |
+
{"query_id": "43", "text": "The view of a large bathroom with a walk in closet."}
|
| 45 |
+
{"query_id": "44", "text": "A white toilet sitting next to a green wall under a picture."}
|
| 46 |
+
{"query_id": "45", "text": "A bathroom with an enclosed shower next to a sink and a toilet."}
|
| 47 |
+
{"query_id": "46", "text": "people on bicycles ride down a busy street "}
|
| 48 |
+
{"query_id": "47", "text": "This is an image of the inside of a nice bathroom."}
|
| 49 |
+
{"query_id": "48", "text": "Two dogs are looking up while they stand near the toilet in the bathroom."}
|
| 50 |
+
{"query_id": "49", "text": "A bathroom with a walk in shower currently under repair."}
|
| 51 |
+
{"query_id": "50", "text": "The bathroom is clean for the guests to use. "}
|
| 52 |
+
{"query_id": "51", "text": "A white bath tub sitting next to a bathroom sink."}
|
| 53 |
+
{"query_id": "52", "text": "A full view of a shower with glass."}
|
| 54 |
+
{"query_id": "53", "text": "A toilet sitting in a bathroom next to a sink."}
|
| 55 |
+
{"query_id": "54", "text": "a couple of buckets in a white room"}
|
| 56 |
+
{"query_id": "55", "text": "Blue dust pan and brush on floor next to white commode."}
|
| 57 |
+
{"query_id": "56", "text": "A bathroom with a sink and toilet and a window."}
|
| 58 |
+
{"query_id": "57", "text": "There are two sinks next to two mirrors."}
|
| 59 |
+
{"query_id": "58", "text": "A large porcelain toilet posed with a tan flower pot. "}
|
| 60 |
+
{"query_id": "59", "text": "a gray bicycle is locked to some metal doors"}
|
| 61 |
+
{"query_id": "60", "text": "A woman rides a bicycle on a road next to the median."}
|
| 62 |
+
{"query_id": "61", "text": "A man takes a picture in the bathroom mirror\n"}
|
| 63 |
+
{"query_id": "62", "text": "A bathroom with a white toilet sitting next to a bathroom sink."}
|
| 64 |
+
{"query_id": "63", "text": "A bathroom with two sinks and a shower."}
|
| 65 |
+
{"query_id": "64", "text": "The bathroom is clean and ready to be used. "}
|
| 66 |
+
{"query_id": "65", "text": "A bath tub sitting next to a sink in a bathroom."}
|
| 67 |
+
{"query_id": "66", "text": "an image of a cars driving on the highway"}
|
| 68 |
+
{"query_id": "67", "text": "This shot is of a crowded highway full of traffic"}
|
| 69 |
+
{"query_id": "68", "text": "Mirror view of a bathroom with a sink and tub."}
|
| 70 |
+
{"query_id": "69", "text": "A city street filled with traffic and parking lights."}
|
| 71 |
+
{"query_id": "70", "text": "A white toilet and a sink in a room."}
|
| 72 |
+
{"query_id": "71", "text": "A bathroom sink shapped like a glass bowl."}
|
| 73 |
+
{"query_id": "72", "text": "A door opens to a bare, white bathroom. "}
|
| 74 |
+
{"query_id": "73", "text": "A row of parked cars sitting next to parking meters."}
|
| 75 |
+
{"query_id": "74", "text": "An elegant bathroom features a tub, sink, mirror, and decorations. "}
|
| 76 |
+
{"query_id": "75", "text": "A clean bathroom is seen in this image."}
|
| 77 |
+
{"query_id": "76", "text": "A bathroom sink sitting under a large mirror."}
|
| 78 |
+
{"query_id": "77", "text": "A white urinal mounted to a bathroom wall."}
|
| 79 |
+
{"query_id": "78", "text": "A glazed donut hanging from a metal rod."}
|
| 80 |
+
{"query_id": "79", "text": "An orange striped tabby cat laying on top of a red vehicle's wheel."}
|
| 81 |
+
{"query_id": "80", "text": "A large jetliner flying over a traffic filled street."}
|
| 82 |
+
{"query_id": "81", "text": "A silver and red bus in parking lot next to cars."}
|
| 83 |
+
{"query_id": "82", "text": "A red helmet is on a yellow toilet in the dirt."}
|
| 84 |
+
{"query_id": "83", "text": "a little kid riding a skateboard at a park"}
|
| 85 |
+
{"query_id": "84", "text": "A young man wearing black attire and a flowered tie is standing and smiling."}
|
| 86 |
+
{"query_id": "85", "text": "A car with some surfboards in a field."}
|
| 87 |
+
{"query_id": "86", "text": "A person on a street next to a motor bike."}
|
| 88 |
+
{"query_id": "87", "text": "A man looking down with a backpack on in a house."}
|
| 89 |
+
{"query_id": "88", "text": "A cat on the lid of a toilet looking perturbed."}
|
| 90 |
+
{"query_id": "89", "text": "A toilet sitting in a bathroom next to a mirror."}
|
| 91 |
+
{"query_id": "90", "text": "The shiny motorcycle has been put on display."}
|
| 92 |
+
{"query_id": "91", "text": "A row of white toilets sitting on top of a dirt ground."}
|
| 93 |
+
{"query_id": "92", "text": "Bathroom with white fixtures, tiles and corner shower."}
|
| 94 |
+
{"query_id": "93", "text": "An older building with birds flying near it."}
|
| 95 |
+
{"query_id": "94", "text": "a motorcycle in a driveway with a vanity license plate "}
|
| 96 |
+
{"query_id": "95", "text": "A picture of a wooden container with crosses on it."}
|
| 97 |
+
{"query_id": "96", "text": "There is a man picking bananas next to a street."}
|
| 98 |
+
{"query_id": "97", "text": "A restroom has a toilet and a decorative sun wall plaque."}
|
| 99 |
+
{"query_id": "98", "text": "A small closed toilet in a cramped space."}
|
| 100 |
+
{"query_id": "99", "text": "some horses grazing in front of a church"}
|
| 101 |
+
{"query_id": "100", "text": "A horse drawn carriage is parked along the curb."}
|
| 102 |
+
{"query_id": "101", "text": "a toilet on the ground outdoors in front of a house"}
|
| 103 |
+
{"query_id": "102", "text": "The shiny motorcycle is being shown on a display."}
|
| 104 |
+
{"query_id": "103", "text": "Horses graze in front of a large building amid snow."}
|
| 105 |
+
{"query_id": "104", "text": "A large clock tower with a wind indicator on top."}
|
| 106 |
+
{"query_id": "105", "text": "A woman is riding a motorcycle down the street."}
|
| 107 |
+
{"query_id": "106", "text": "A motorcycle sitting on the side of a street corner."}
|
| 108 |
+
{"query_id": "107", "text": "A small white toilet sitting next to a metal trash can."}
|
| 109 |
+
{"query_id": "108", "text": "A purple motorcycle parked in front of a red brick building."}
|
| 110 |
+
{"query_id": "109", "text": "A few people working on various computers in an office."}
|
| 111 |
+
{"query_id": "110", "text": "Black and white photograph of two men on motorcycles."}
|
| 112 |
+
{"query_id": "111", "text": "People are walking and riding motorcycles on the street"}
|
| 113 |
+
{"query_id": "112", "text": "Two blue bowls of food next to a bottle of cinnamon and sugar."}
|
| 114 |
+
{"query_id": "113", "text": "Rows of motor bikes and helmets in a city"}
|
| 115 |
+
{"query_id": "114", "text": "Two rows of various makes of parked motorcycles."}
|
| 116 |
+
{"query_id": "115", "text": "A row of motorcycles parked in front of a building."}
|
| 117 |
+
{"query_id": "116", "text": "A row of motorcycles parked next to each other on a lush green field."}
|
| 118 |
+
{"query_id": "117", "text": "Two people on mopeds passing in front of a building."}
|
| 119 |
+
{"query_id": "118", "text": "a person sitting at a desk with a keyboard and monitor "}
|
| 120 |
+
{"query_id": "119", "text": "Office space with office equipment on desk top."}
|
| 121 |
+
{"query_id": "120", "text": "A building wall and pair of doors that are open, along with vases of flowers on the outside of the building."}
|
| 122 |
+
{"query_id": "121", "text": "A computer that is on a desk near a window."}
|
| 123 |
+
{"query_id": "122", "text": "A fluffy white chair that faces away fro a television."}
|
| 124 |
+
{"query_id": "123", "text": "A close-up of a one-way street with many cars and motorcycles."}
|
| 125 |
+
{"query_id": "124", "text": "this living room has a small tv and a lamp next to it"}
|
| 126 |
+
{"query_id": "125", "text": "A group of men riding motorcycle down a country road."}
|
| 127 |
+
{"query_id": "126", "text": "A painting of a table with fruit on top of it."}
|
| 128 |
+
{"query_id": "127", "text": "This is a case full of yellow bananas. "}
|
| 129 |
+
{"query_id": "128", "text": "Vegetables are displayed in a wooden barrel outdoors."}
|
| 130 |
+
{"query_id": "129", "text": "A polie officer standing next to a motorcycle parked on the street."}
|
| 131 |
+
{"query_id": "130", "text": "a person riding a motorcycle on an enclosed road"}
|
| 132 |
+
{"query_id": "131", "text": "A large pitcher of some beverage is on the table next to orange slices."}
|
| 133 |
+
{"query_id": "132", "text": "Motorcycles driving down a wide city street nearing a white building."}
|
| 134 |
+
{"query_id": "133", "text": "Two people on motorbike passing by a clock facade."}
|
| 135 |
+
{"query_id": "134", "text": "A bunch of birds sitting in a bread basket."}
|
| 136 |
+
{"query_id": "135", "text": "Grey bird in a wooden basket eating bread."}
|
| 137 |
+
{"query_id": "136", "text": "A motorbike sitting in front of a wine display case"}
|
| 138 |
+
{"query_id": "137", "text": "A wooden bench sitting next to an entrance."}
|
| 139 |
+
{"query_id": "138", "text": "A dog watches an animal on the television."}
|
| 140 |
+
{"query_id": "139", "text": "A picture advertising Arizona tourism in an airport"}
|
| 141 |
+
{"query_id": "140", "text": "the person is sitting at a desk with a television behind him "}
|
| 142 |
+
{"query_id": "141", "text": "A car passes by to find a man outside near a TV."}
|
| 143 |
+
{"query_id": "142", "text": "A four engine jet transport airplane flying low."}
|
| 144 |
+
{"query_id": "143", "text": "The side of an airplane that is parked, and an Air China sign on the side of the plane."}
|
| 145 |
+
{"query_id": "144", "text": "A man in a safety vest holds him arms up as he stands in front of an airplane."}
|
| 146 |
+
{"query_id": "145", "text": "A large jetliner sitting on top of an airport runway."}
|
| 147 |
+
{"query_id": "146", "text": "a large air plane is parked out on a grass field"}
|
| 148 |
+
{"query_id": "147", "text": "A small airplane taking off from an airport runway."}
|
| 149 |
+
{"query_id": "148", "text": "An airport filled with planes sitting on tarmacs."}
|
| 150 |
+
{"query_id": "149", "text": "A plane just outside of a terminal with other planes in the background."}
|
| 151 |
+
{"query_id": "150", "text": "An airplane sits on the tarmac of an airport, with a disconnected boarding gate."}
|
| 152 |
+
{"query_id": "151", "text": "Set of toy animals sitting in front of a red wooden wagon."}
|
| 153 |
+
{"query_id": "152", "text": "A man sitting on a large bench talking on a cell phone."}
|
| 154 |
+
{"query_id": "153", "text": "a car is stopped in the street for people to cross"}
|
| 155 |
+
{"query_id": "154", "text": "A traffic signal sitting next to a street at night."}
|
| 156 |
+
{"query_id": "155", "text": "A small blue plane sitting on top of a field."}
|
| 157 |
+
{"query_id": "156", "text": "Man bending down to check out a model plain that is parked in the grass"}
|
| 158 |
+
{"query_id": "157", "text": "A small plane flying through a cloudy blue sky."}
|
| 159 |
+
{"query_id": "158", "text": "A park bench siting next to a tree next to a park."}
|
| 160 |
+
{"query_id": "159", "text": " a bench sitting in the grass facing the water and boats "}
|
| 161 |
+
{"query_id": "160", "text": "a giraffe walking through trees on a sunny day"}
|
| 162 |
+
{"query_id": "161", "text": "a view of an air plane wing in the air "}
|
| 163 |
+
{"query_id": "162", "text": "The snow covered mountain looks over the small city."}
|
| 164 |
+
{"query_id": "163", "text": "A motorcycle sits parked across from a herd of livestock."}
|
| 165 |
+
{"query_id": "164", "text": "a flock of goats and some men watching them"}
|
| 166 |
+
{"query_id": "165", "text": "A large group of sheep in a grassy field."}
|
| 167 |
+
{"query_id": "166", "text": "A giraffe with a mouth full of grass in front of a forest."}
|
| 168 |
+
{"query_id": "167", "text": "A giraffe standing in the grass near a tree."}
|
| 169 |
+
{"query_id": "168", "text": "A building shines in the clear sky as cars drive underneath."}
|
| 170 |
+
{"query_id": "169", "text": "Several cars are parked in front of a building."}
|
| 171 |
+
{"query_id": "170", "text": "a woman is on a poster hanging outside"}
|
| 172 |
+
{"query_id": "171", "text": "A yellow bus is parked near people on the side of the road."}
|
| 173 |
+
{"query_id": "172", "text": "A political candidate advertisement on the side of a coach bus."}
|
| 174 |
+
{"query_id": "173", "text": "A bus traveling down a curvy road behind a black car."}
|
| 175 |
+
{"query_id": "174", "text": "A lone giraffe walking in an open field."}
|
| 176 |
+
{"query_id": "175", "text": "Two giraffes standing together in an open field zoo den"}
|
| 177 |
+
{"query_id": "176", "text": "A couple of traffic lights sitting under a cloudy sky."}
|
| 178 |
+
{"query_id": "177", "text": "A giraffe drinking water from a river on a beach."}
|
| 179 |
+
{"query_id": "178", "text": "A group of giraffes standing near each other. "}
|
| 180 |
+
{"query_id": "179", "text": "Two giraffe standing next to each other on a grassy field."}
|
| 181 |
+
{"query_id": "180", "text": "A giraffe lying on the ground in a zoo pin."}
|
| 182 |
+
{"query_id": "181", "text": "a couple of giraffes that are walking around"}
|
| 183 |
+
{"query_id": "182", "text": "some street signs sitting on a pole next to a street light "}
|
| 184 |
+
{"query_id": "183", "text": "A street light with many signs on it stands to the foreground of a large building standing beside a naked tree. "}
|
| 185 |
+
{"query_id": "184", "text": "A bench with potted plants sitting on top of it. "}
|
| 186 |
+
{"query_id": "185", "text": "A large giraffe is standing in the wilderness."}
|
| 187 |
+
{"query_id": "186", "text": "A yellow school bus with a creepy eye shaped rear view mirror."}
|
| 188 |
+
{"query_id": "187", "text": "An eating area with a table and a few chairs."}
|
| 189 |
+
{"query_id": "188", "text": "Two buses parked in a parking lot next to cars."}
|
| 190 |
+
{"query_id": "189", "text": "A large point tower towering over a traffic light."}
|
| 191 |
+
{"query_id": "190", "text": "Close up of a traffic light with three lights, the top illuminated red with a person image, the second down not illuminated, and the bottom on hanging down."}
|
| 192 |
+
{"query_id": "191", "text": "A woman in sunglasses is in a picture with a giraffe. "}
|
| 193 |
+
{"query_id": "192", "text": "A bus parked next to another bus at a bus stop."}
|
| 194 |
+
{"query_id": "193", "text": "A line of multiple buses parked along a wall."}
|
| 195 |
+
{"query_id": "194", "text": "A couple of giraffes that are standing in the grass."}
|
| 196 |
+
{"query_id": "195", "text": "A park bench submerged in water in a flood."}
|
| 197 |
+
{"query_id": "196", "text": "A woman sitting on a bench reading a paper."}
|
| 198 |
+
{"query_id": "197", "text": "A giraffe standing next to a covered structure."}
|
| 199 |
+
{"query_id": "198", "text": "People are waiting on a corner to cross a street. "}
|
| 200 |
+
{"query_id": "199", "text": "A single park bench is by small trees."}
|
| 201 |
+
{"query_id": "200", "text": "A girl and boy sitting at a wooden table with the boy looking at the girl."}
|
| 202 |
+
{"query_id": "201", "text": "A rusted pink fire hydrant in the grass"}
|
| 203 |
+
{"query_id": "202", "text": "A bicycle is lying on the sidewalk beside a fire hydrant."}
|
| 204 |
+
{"query_id": "203", "text": "A red fire hydrant sitting next to a sandwich sign."}
|
| 205 |
+
{"query_id": "204", "text": "A little girl in a pink shirt standing near a blue metal sculpture."}
|
| 206 |
+
{"query_id": "205", "text": "A red fire hydrant is leaking onto a side walk."}
|
| 207 |
+
{"query_id": "206", "text": "A herd of sheep standing on top of snow covered field."}
|
| 208 |
+
{"query_id": "207", "text": "A couple of kids standing around a red fire hydrant."}
|
| 209 |
+
{"query_id": "208", "text": "A giraffe and a zebra are in a grassy field."}
|
| 210 |
+
{"query_id": "209", "text": "A ducks is flying over a body of water."}
|
| 211 |
+
{"query_id": "210", "text": "A yellow and blue fire hydrant sitting on a sidewalk."}
|
| 212 |
+
{"query_id": "211", "text": "A flock of small birds flying in the sky over the water."}
|
| 213 |
+
{"query_id": "212", "text": "A float in a parade on a sunny day."}
|
| 214 |
+
{"query_id": "213", "text": "A swan is floating down the river by the boat."}
|
| 215 |
+
{"query_id": "214", "text": "There are mountains in the background and a lake in the middle."}
|
| 216 |
+
{"query_id": "215", "text": "A flock of white birds flying over small boats."}
|
| 217 |
+
{"query_id": "216", "text": "there is a cat that is standing near the water"}
|
| 218 |
+
{"query_id": "217", "text": "A giraffe grazing on a tree in the wilderness with other wildlife"}
|
| 219 |
+
{"query_id": "218", "text": "there are blue lights shining threw palm trees "}
|
| 220 |
+
{"query_id": "219", "text": "Three giraffes grazing from a bush over a fence."}
|
| 221 |
+
{"query_id": "220", "text": "A city street sign warning of a hill in different languages."}
|
| 222 |
+
{"query_id": "221", "text": "A black duck floating in a wavy pond."}
|
| 223 |
+
{"query_id": "222", "text": "A herd of sheep grazing closely together in a field."}
|
| 224 |
+
{"query_id": "223", "text": "That looks like a wall mural in the background of this photo with a lot of sheet."}
|
| 225 |
+
{"query_id": "224", "text": "a sidewalk with a fence, street signs, and a lot of trees along it "}
|
| 226 |
+
{"query_id": "225", "text": "A bus traveling on a freeway next to other traffic."}
|
| 227 |
+
{"query_id": "226", "text": "A bird in a pot eating a fruit."}
|
| 228 |
+
{"query_id": "227", "text": "A bus travels on a road near buildings and parked vehicles"}
|
| 229 |
+
{"query_id": "228", "text": "a giraffe standing on a sandy beach in front of some rocks"}
|
| 230 |
+
{"query_id": "229", "text": "A herd of giraffe standing next to each other on a field."}
|
| 231 |
+
{"query_id": "230", "text": "A stop sign is at an intersection on Morgan Rd."}
|
| 232 |
+
{"query_id": "231", "text": "Several books are stacked on a table. "}
|
| 233 |
+
{"query_id": "232", "text": "Red wooden door with a stop sign requiring ID"}
|
| 234 |
+
{"query_id": "233", "text": "A yellow taxi cab sitting below tall buildings."}
|
| 235 |
+
{"query_id": "234", "text": "A yellow taxi cab parked next to a street sign."}
|
| 236 |
+
{"query_id": "235", "text": "several men on a street corner repairing a street sign"}
|
| 237 |
+
{"query_id": "236", "text": "An orange pedestrian crossing sign next to a tall building."}
|
| 238 |
+
{"query_id": "237", "text": "A bird with red eyes perched on top of a tree branch."}
|
| 239 |
+
{"query_id": "238", "text": "A No bicycles, skates or skateboards sign on a pole."}
|
| 240 |
+
{"query_id": "239", "text": "An arrow on the sign points the way to the Oil City Restaurant drive thru window. "}
|
| 241 |
+
{"query_id": "240", "text": "A street sign that reads \"FRIZERIE\" in front of a red building."}
|
| 242 |
+
{"query_id": "241", "text": "two giraffes are standing together outside a barn"}
|
| 243 |
+
{"query_id": "242", "text": "A giraffe staring at the camera in a field."}
|
| 244 |
+
{"query_id": "243", "text": "A tall massive clock tower towering over a city."}
|
| 245 |
+
{"query_id": "244", "text": "One bird that looks like two different ones."}
|
| 246 |
+
{"query_id": "245", "text": "A big billboard is painted onto the side of a brick building."}
|
| 247 |
+
{"query_id": "246", "text": "A pair of sneakers hang in the background at this street corner."}
|
| 248 |
+
{"query_id": "247", "text": "Two giraffes standing very close to one another in an enclosure"}
|
| 249 |
+
{"query_id": "248", "text": "A row of wooden cages with white sheets over them."}
|
| 250 |
+
{"query_id": "249", "text": "a little bird taking a bath in a bird bath "}
|
| 251 |
+
{"query_id": "250", "text": "A small yellow bird on a branch of a tree."}
|
| 252 |
+
{"query_id": "251", "text": "there are people sitting on the ground painting the street"}
|
| 253 |
+
{"query_id": "252", "text": "a freeway traffic sign writtien in an asian language"}
|
| 254 |
+
{"query_id": "253", "text": "A view of birds gliding through the air."}
|
| 255 |
+
{"query_id": "254", "text": "A pedestrian crossing sign sitting underneath a street sign."}
|
| 256 |
+
{"query_id": "255", "text": "A dog with a hat on top of his head."}
|
| 257 |
+
{"query_id": "256", "text": "Several goats are resting at the base of a tree."}
|
| 258 |
+
{"query_id": "257", "text": "A bird sitting on a branch outside above rocks."}
|
| 259 |
+
{"query_id": "258", "text": "An older woman riding a train while sitting under it's window."}
|
| 260 |
+
{"query_id": "259", "text": "A boy is jumping over a hurdle on his skateboard. "}
|
| 261 |
+
{"query_id": "260", "text": "A red and white street sign mounted on a red pole with a pedestrian traffic light."}
|
| 262 |
+
{"query_id": "261", "text": "A couple of birds perched on poles sticking out of a lake."}
|
| 263 |
+
{"query_id": "262", "text": "A woman sitting in front of the Eiffel tower near pigeons."}
|
| 264 |
+
{"query_id": "263", "text": "A white and red traffic sign on top of a metal pole."}
|
| 265 |
+
{"query_id": "264", "text": "Two ducks floating together on a body of water. "}
|
| 266 |
+
{"query_id": "265", "text": "Two ducks are swimming outdoors in the water. "}
|
| 267 |
+
{"query_id": "266", "text": "A bird that is on a tree limb."}
|
| 268 |
+
{"query_id": "267", "text": "A tall two story gray house sitting in front of a street sign that readsd Nirvana Dr."}
|
| 269 |
+
{"query_id": "268", "text": "A large wooden pole with a green street sign hanging from it."}
|
| 270 |
+
{"query_id": "269", "text": "a ram is looking at the camera and standing on some grass"}
|
| 271 |
+
{"query_id": "270", "text": "A street sign that reads broadway on a traffic light."}
|
| 272 |
+
{"query_id": "271", "text": "a close up of street signs with buildings in the background"}
|
| 273 |
+
{"query_id": "272", "text": "A group of birds are sitting at the edge of the river. "}
|
| 274 |
+
{"query_id": "273", "text": "Sheep in field by barn with fence and car."}
|
| 275 |
+
{"query_id": "274", "text": "A sheep standing in the middle of a field."}
|
| 276 |
+
{"query_id": "275", "text": "A street sign showing they are making improvements"}
|
| 277 |
+
{"query_id": "276", "text": "A small group of people standing outside of a train next to small shops selling fruit."}
|
| 278 |
+
{"query_id": "277", "text": "Birds with long legs walking in the water near a beach."}
|
| 279 |
+
{"query_id": "278", "text": "Three birds walking around a dry grass field."}
|
| 280 |
+
{"query_id": "279", "text": "A train drives along railroad tracks while a person walks between the tracks."}
|
| 281 |
+
{"query_id": "280", "text": "Girl wearing Girl Scouts uniform holding an object in her hand near a fence."}
|
| 282 |
+
{"query_id": "281", "text": "a white bird sitting on a grassy hill"}
|
| 283 |
+
{"query_id": "282", "text": "Two men are talking to each other near a fish tank. "}
|
| 284 |
+
{"query_id": "283", "text": "A man with a snowboard next to a man with a mask."}
|
| 285 |
+
{"query_id": "284", "text": "Upward view of street sign and traffic light in front of office building."}
|
| 286 |
+
{"query_id": "285", "text": "The train is rounding the bend of a track on the mountain side. "}
|
| 287 |
+
{"query_id": "286", "text": "A train car with blue graffiti on the side of it ."}
|
| 288 |
+
{"query_id": "287", "text": "a train cart is near a white tank"}
|
| 289 |
+
{"query_id": "288", "text": "Blue and orange large birds on tree with metal pot."}
|
| 290 |
+
{"query_id": "289", "text": "A train with graffiti moves along the railroad tracks."}
|
| 291 |
+
{"query_id": "290", "text": "Red and blue train sits along the tracks"}
|
| 292 |
+
{"query_id": "291", "text": "A train traveling down tracks next to lights."}
|
| 293 |
+
{"query_id": "292", "text": "a man standing next to a red train near a train track "}
|
| 294 |
+
{"query_id": "293", "text": "Many different signs cover a post next to a bus stop."}
|
| 295 |
+
{"query_id": "294", "text": "Woman out running errands on her bicycle in the street."}
|
| 296 |
+
{"query_id": "295", "text": "High speed train stopped at the train station."}
|
| 297 |
+
{"query_id": "296", "text": "a woman is standing on a set of train tracks"}
|
| 298 |
+
{"query_id": "297", "text": "A passenger train crossing a bridge by the beach"}
|
| 299 |
+
{"query_id": "298", "text": "A train going back to its coarse filled with people."}
|
| 300 |
+
{"query_id": "299", "text": "Train stopped at a depot with people milling about."}
|
| 301 |
+
{"query_id": "300", "text": "A stop sign has been placed upside-down in the grass beside a building. "}
|
| 302 |
+
{"query_id": "301", "text": "a stop sign sittin on a pole that is somewhat broken "}
|
| 303 |
+
{"query_id": "302", "text": "A stop sign is lit up in the dark of night."}
|
| 304 |
+
{"query_id": "303", "text": "A freshly plowed street is a winter wonderland."}
|
| 305 |
+
{"query_id": "304", "text": "A little boy is holding on to a stop sign."}
|
| 306 |
+
{"query_id": "305", "text": "A train on some train tracks near some trees"}
|
| 307 |
+
{"query_id": "306", "text": "A woman videos a man cutting the cement around a street pole."}
|
| 308 |
+
{"query_id": "307", "text": "A blond woman kneeling in front of a parking meter."}
|
| 309 |
+
{"query_id": "308", "text": "A woman sitting next to a parking meter."}
|
| 310 |
+
{"query_id": "309", "text": "A woman kneeling down in front of a parking meter."}
|
| 311 |
+
{"query_id": "310", "text": "Parking meters are lined up on an empty lot."}
|
| 312 |
+
{"query_id": "311", "text": "Two parking meter that accept credit and debit cards"}
|
| 313 |
+
{"query_id": "312", "text": "This cat is sitting on a porch near a tire."}
|
| 314 |
+
{"query_id": "313", "text": "A cat sitting on top of a red boat next to two dogs."}
|
| 315 |
+
{"query_id": "314", "text": "A woman milks a cow in the grass with another cow and dog nearby."}
|
| 316 |
+
{"query_id": "315", "text": "A dog and cat lying together on an orange couch. "}
|
| 317 |
+
{"query_id": "316", "text": "A bulldozer and fresh asphalt next to various people."}
|
| 318 |
+
{"query_id": "317", "text": "a cat lays down on a stuffed animal"}
|
| 319 |
+
{"query_id": "318", "text": "Hauling items in a wagon is a lot easier than carrying them."}
|
| 320 |
+
{"query_id": "319", "text": "Commercial logging transport truck on dirt road near forest."}
|
| 321 |
+
{"query_id": "320", "text": "A cat on the ground with a shoe."}
|
| 322 |
+
{"query_id": "321", "text": "Two cats sitting on top of a pair of shoes."}
|
| 323 |
+
{"query_id": "322", "text": "A cute kitten playing with strings on a shoe."}
|
| 324 |
+
{"query_id": "323", "text": "A cow standing near a curb in front of a store. "}
|
| 325 |
+
{"query_id": "324", "text": "An orange truck driving next to a forest."}
|
| 326 |
+
{"query_id": "325", "text": "The animal is standing by the booth at the event."}
|
| 327 |
+
{"query_id": "326", "text": "a tow truck pulling a white card down the road "}
|
| 328 |
+
{"query_id": "327", "text": "Cat laying in luggage on bed with white walls"}
|
| 329 |
+
{"query_id": "328", "text": "A orange and white cat sitting inside of a piece of luggage."}
|
| 330 |
+
{"query_id": "329", "text": "A cat laying on clothes that are in a suitcase. "}
|
| 331 |
+
{"query_id": "330", "text": "A brown and white cat is in a suitcase."}
|
| 332 |
+
{"query_id": "331", "text": "A girl on a couch with a laptop, and a cat beside her"}
|
| 333 |
+
{"query_id": "332", "text": "A herd of cattle grazing on a lush green field."}
|
| 334 |
+
{"query_id": "333", "text": "a cat that is eating some kind of banana"}
|
| 335 |
+
{"query_id": "334", "text": "A cat is looking at the camera while lying down on the chair"}
|
| 336 |
+
{"query_id": "335", "text": "A gray chair and a black chair sit in a room near a lamp."}
|
| 337 |
+
{"query_id": "336", "text": "A gray tiger cat sitting at a wooden table on a chair."}
|
| 338 |
+
{"query_id": "337", "text": "A cat is laying on a desk full of computers."}
|
| 339 |
+
{"query_id": "338", "text": "There are four cows eating grass in a field"}
|
| 340 |
+
{"query_id": "339", "text": "two cows outside one laying down and the other standing near a building "}
|
| 341 |
+
{"query_id": "340", "text": "Two white horses pulling a man on a wagon down a dirt road."}
|
| 342 |
+
{"query_id": "341", "text": "A herd of cattle sitting next to each other on a pile of dry grass."}
|
| 343 |
+
{"query_id": "342", "text": "A cat sitting on top of a window sill."}
|
| 344 |
+
{"query_id": "343", "text": "A cat sitting on top of a window sill near a phone."}
|
| 345 |
+
{"query_id": "344", "text": "A bunch of cows grazing in a dry field together"}
|
| 346 |
+
{"query_id": "345", "text": "cats laying on a desk near a couple monitors and a keyboard"}
|
| 347 |
+
{"query_id": "346", "text": "Cats lie on a desk next to a keyboard."}
|
| 348 |
+
{"query_id": "347", "text": "Old fashioned red fire truck parked by itself on a street."}
|
| 349 |
+
{"query_id": "348", "text": "A cat sitting behind storage containers and a computer."}
|
| 350 |
+
{"query_id": "349", "text": "A white truck filled with motorcycle on it's flatbed."}
|
| 351 |
+
{"query_id": "350", "text": "Two cows grazing on grass in a field by a house."}
|
| 352 |
+
{"query_id": "351", "text": "A cat stares from behind a large TV."}
|
| 353 |
+
{"query_id": "352", "text": "A cat looking at a dog on a TV."}
|
| 354 |
+
{"query_id": "353", "text": "a cat on top of different kinds of electronics"}
|
| 355 |
+
{"query_id": "354", "text": "Two cows stand in a field near one young cow laying down."}
|
| 356 |
+
{"query_id": "355", "text": "Two cows overlooking a mountain range and one is looking in the opposite direction of the other one."}
|
| 357 |
+
{"query_id": "356", "text": "Two cows are in an open field in front of a mountain range."}
|
| 358 |
+
{"query_id": "357", "text": "An orange and white cat standing in front of a flat screen TV"}
|
| 359 |
+
{"query_id": "358", "text": "A brown cow lays down in the grass"}
|
| 360 |
+
{"query_id": "359", "text": "Lots of cows eating grass on a large field."}
|
| 361 |
+
{"query_id": "360", "text": "A black kitten lays on her side beside remote controls."}
|
| 362 |
+
{"query_id": "361", "text": "A cat sits on a table and watches television"}
|
| 363 |
+
{"query_id": "362", "text": "People look at various food trucks in the city."}
|
| 364 |
+
{"query_id": "363", "text": "A cat laying on a bed next to an opened laptop.\n"}
|
| 365 |
+
{"query_id": "364", "text": "a cat laying down stretched out near a laptop"}
|
| 366 |
+
{"query_id": "365", "text": "Men standing in their boats that are in the water."}
|
| 367 |
+
{"query_id": "366", "text": "A dog sitting on the inside of a white boat."}
|
| 368 |
+
{"query_id": "367", "text": "A dog that is standing on a boat."}
|
| 369 |
+
{"query_id": "368", "text": "The surrounding of an outside town in the image.\n"}
|
| 370 |
+
{"query_id": "369", "text": "Some very cute cows in a nice shaded area."}
|
| 371 |
+
{"query_id": "370", "text": "there are many cows that are laying in this barn"}
|
| 372 |
+
{"query_id": "371", "text": "A cat laying on top of a flat screen TV."}
|
| 373 |
+
{"query_id": "372", "text": "A cat sitting beside a laptop on a desk."}
|
| 374 |
+
{"query_id": "373", "text": "A number of cattle outside some houses "}
|
| 375 |
+
{"query_id": "374", "text": "An elephant leading a baby through a Savannah plain. "}
|
| 376 |
+
{"query_id": "375", "text": "an elephant standing next to some other smaller animals in a field of grass"}
|
| 377 |
+
{"query_id": "376", "text": "A rack of assorted colorful neck ties."}
|
| 378 |
+
{"query_id": "377", "text": "A glass elephant figurines sitting on a plate."}
|
| 379 |
+
{"query_id": "378", "text": "Four men are photographed signing important documents at work."}
|
| 380 |
+
{"query_id": "379", "text": "An elephant walks next to a bus down a busy street."}
|
| 381 |
+
{"query_id": "380", "text": "a group of boats resting in the water next to a bridge"}
|
| 382 |
+
{"query_id": "381", "text": "A man in a tie and a fake moustache"}
|
| 383 |
+
{"query_id": "382", "text": "a person tying another persons neck tie wearing a suit"}
|
| 384 |
+
{"query_id": "383", "text": "A small boat traveling past a red light house."}
|
| 385 |
+
{"query_id": "384", "text": "A boat in the ocean near a red light house."}
|
| 386 |
+
{"query_id": "385", "text": "a upside down boat is on top of a big hil"}
|
| 387 |
+
{"query_id": "386", "text": "A woman putting a tie on a man as he sit at a table."}
|
| 388 |
+
{"query_id": "387", "text": "People ride on elephants to cross the river."}
|
| 389 |
+
{"query_id": "388", "text": "an elephant using its trunk to blow the dirt off its face"}
|
| 390 |
+
{"query_id": "389", "text": "A elephant that is standing in the grass."}
|
| 391 |
+
{"query_id": "390", "text": "A person riding an elephant and carrying gas cylinders"}
|
| 392 |
+
{"query_id": "391", "text": "A group of people who are standing together."}
|
| 393 |
+
{"query_id": "392", "text": "A boat traveling on water under a large bridge."}
|
| 394 |
+
{"query_id": "393", "text": "A young man holding a stuffed teddy bear and a white umbrella."}
|
| 395 |
+
{"query_id": "394", "text": "A couple of boats parked near a dock on the side of a small building."}
|
| 396 |
+
{"query_id": "395", "text": "A group of people sitting on the back of an elephant."}
|
| 397 |
+
{"query_id": "396", "text": "a large amount of plants growing in a forest"}
|
| 398 |
+
{"query_id": "397", "text": "A yacht with people is near a pier on clear water."}
|
| 399 |
+
{"query_id": "398", "text": "HERD OF ELEPHANTS IN THE WILD GRAZING AMONG THE TREES"}
|
| 400 |
+
{"query_id": "399", "text": "A large gray elephant standing on top of a grass covered field."}
|
| 401 |
+
{"query_id": "400", "text": "A small elephant walking across a dry grass field."}
|
| 402 |
+
{"query_id": "401", "text": "A lone elephant is walking through a field"}
|
| 403 |
+
{"query_id": "402", "text": "some elephants in some tall brown grass and trees"}
|
| 404 |
+
{"query_id": "403", "text": "some elephants and one is by some water"}
|
| 405 |
+
{"query_id": "404", "text": "there are two large boats that are in the water "}
|
| 406 |
+
{"query_id": "405", "text": "A bunch of people wearing the same things are standing in line."}
|
| 407 |
+
{"query_id": "406", "text": "Several elephants are in a habitat as heads are in the foreground."}
|
| 408 |
+
{"query_id": "407", "text": "There is one tug boat in the water by the docks."}
|
| 409 |
+
{"query_id": "408", "text": "a cat that is sitting in a sink"}
|
| 410 |
+
{"query_id": "409", "text": "A person looking over the water at large boats."}
|
| 411 |
+
{"query_id": "410", "text": "A young elephant walks with two older elephants in a gated area. "}
|
| 412 |
+
{"query_id": "411", "text": "Several different types of electronics sprawled out on a bed."}
|
| 413 |
+
{"query_id": "412", "text": "A man in a tie with a shirt jacket thrown over his shoulder."}
|
| 414 |
+
{"query_id": "413", "text": "An elephant standing under the shade of a tree."}
|
| 415 |
+
{"query_id": "414", "text": "A person riding on the water in a red row boat."}
|
| 416 |
+
{"query_id": "415", "text": "Two kayaks, one pink the other yellow, on bank of water. "}
|
| 417 |
+
{"query_id": "416", "text": "A group of people ride in a canal past buildings."}
|
| 418 |
+
{"query_id": "417", "text": "A black and white image with a colored british flag umbrella"}
|
| 419 |
+
{"query_id": "418", "text": "A congested boat stop with lots of boats parked within"}
|
| 420 |
+
{"query_id": "419", "text": "A blue boat docked on a green lush shore."}
|
| 421 |
+
{"query_id": "420", "text": "An elephant and a rhinoceros stand not far from each other."}
|
| 422 |
+
{"query_id": "421", "text": "Lots and lots and lots of very colorful ties"}
|
| 423 |
+
{"query_id": "422", "text": "A shelf filled with men's ties stacked six levels high."}
|
| 424 |
+
{"query_id": "423", "text": "A two story boat sailing on a crystal blue body of water."}
|
| 425 |
+
{"query_id": "424", "text": "a small boat in a body of water "}
|
| 426 |
+
{"query_id": "425", "text": "A boat sitting on someone's lawn near an abandoned brick house. "}
|
| 427 |
+
{"query_id": "426", "text": "A man leading two elephants down a road."}
|
| 428 |
+
{"query_id": "427", "text": "The Asian woman is standing on the beach holding an opened parasol in each hand."}
|
| 429 |
+
{"query_id": "428", "text": "A woman staniding on the shore holding two umbrellas."}
|
| 430 |
+
{"query_id": "429", "text": "A woman embracing a child carrying a bag of luggage."}
|
| 431 |
+
{"query_id": "430", "text": "A elephant that is standing in the dirt."}
|
| 432 |
+
{"query_id": "431", "text": "A group of elephants bathing and playing in the water."}
|
| 433 |
+
{"query_id": "432", "text": "A zebra standing next to an elephant next to some trees."}
|
| 434 |
+
{"query_id": "433", "text": "A man stands next to a few pieces of luggage. "}
|
| 435 |
+
{"query_id": "434", "text": "There is an elephant standing near a tree."}
|
| 436 |
+
{"query_id": "435", "text": "A mother and son elephant walking through a green grass field."}
|
| 437 |
+
{"query_id": "436", "text": "A baby and adult elephant walk around their pen."}
|
| 438 |
+
{"query_id": "437", "text": "Large elephant rubbing itself up against a large tree. "}
|
| 439 |
+
{"query_id": "438", "text": "An elephant raises its trunk to grab some twigs"}
|
| 440 |
+
{"query_id": "439", "text": "a small boat in a body of water near building"}
|
| 441 |
+
{"query_id": "440", "text": "A couple of elephants standing next to each other."}
|
| 442 |
+
{"query_id": "441", "text": "A couple of gray elephants standing next to each other in a wire cage."}
|
| 443 |
+
{"query_id": "442", "text": "THERE ARE WOMEN THAT ARE LAUGHING UNDER THE UMBRELLA"}
|
| 444 |
+
{"query_id": "443", "text": "A woman sitting in a car holding a small white dog."}
|
| 445 |
+
{"query_id": "444", "text": "A woman sitting on a piece of luggage in a field."}
|
| 446 |
+
{"query_id": "445", "text": "Several middle eastern looking stickers decorate a black briefcase."}
|
| 447 |
+
{"query_id": "446", "text": "Three people and a dog are riding on a horse drawn carriage."}
|
| 448 |
+
{"query_id": "447", "text": "A couple of suit cases sitting on top of a wooden block."}
|
| 449 |
+
{"query_id": "448", "text": "An animation of a girl holding an umbrella is shown."}
|
| 450 |
+
{"query_id": "449", "text": "A crowd of people taking pictures of baby elephants "}
|
| 451 |
+
{"query_id": "450", "text": "There are several people walking in a street parade."}
|
| 452 |
+
{"query_id": "451", "text": "Several pieces of luggage with extendable handles deployed."}
|
| 453 |
+
{"query_id": "452", "text": "People playing Frisbee with a drown and white dog."}
|
| 454 |
+
{"query_id": "453", "text": "A cat laying on top of a plastic container next to a bottle."}
|
| 455 |
+
{"query_id": "454", "text": "Young boy sitting on top of a briefcase"}
|
| 456 |
+
{"query_id": "455", "text": "A bunch of luggage laying on an area rug. "}
|
| 457 |
+
{"query_id": "456", "text": "A couple protecting their young baby with a sun umbrella and cloth"}
|
| 458 |
+
{"query_id": "457", "text": "A young girl is smiling while holding a luggage bag."}
|
| 459 |
+
{"query_id": "458", "text": "A man with glasses holding up a broken umbrella."}
|
| 460 |
+
{"query_id": "459", "text": "A person wrestles with an inside-out umbrella on a roof."}
|
| 461 |
+
{"query_id": "460", "text": "A man placing a beach umbrella on top of his roof."}
|
| 462 |
+
{"query_id": "461", "text": "A golden retriever laying down on the side of a pool."}
|
| 463 |
+
{"query_id": "462", "text": "Two women walking side by side holding umbrellas."}
|
| 464 |
+
{"query_id": "463", "text": "A Daily Mirror featuring stories on celebrity stuffed animals."}
|
| 465 |
+
{"query_id": "464", "text": "A group of men standing around a pile of luggage."}
|
| 466 |
+
{"query_id": "465", "text": "Black and white puppy snuggled between a blanket and a pillow. "}
|
| 467 |
+
{"query_id": "466", "text": "Shaggy dog gets dinner served on a plate."}
|
| 468 |
+
{"query_id": "467", "text": "A man standing next to train tracks with bags of luggage."}
|
| 469 |
+
{"query_id": "468", "text": "A picture of a polar bear resting on a rock in his exhibit."}
|
| 470 |
+
{"query_id": "469", "text": "Brown bear walking on a path in the woods."}
|
| 471 |
+
{"query_id": "470", "text": "A child smiles while holding a luggage rack"}
|
| 472 |
+
{"query_id": "471", "text": "a bear sitting on a rock with a river running through it"}
|
| 473 |
+
{"query_id": "472", "text": "Three people wade waist-deep in the ocean while playing Frisbee."}
|
| 474 |
+
{"query_id": "473", "text": "A largge polar bear smelling the grass looking for food."}
|
| 475 |
+
{"query_id": "474", "text": "A man throwing a frisbee in front of a sign point in the direction of the toilet."}
|
| 476 |
+
{"query_id": "475", "text": "A woman throwing a frisbee as a child looks on."}
|
| 477 |
+
{"query_id": "476", "text": "An adult woman playing a game of frisbee with a little girl."}
|
| 478 |
+
{"query_id": "477", "text": "A guy wearing a white shirt holds up a white frisbee."}
|
| 479 |
+
{"query_id": "478", "text": "Some people stand together near a lake. "}
|
| 480 |
+
{"query_id": "479", "text": "a polar bear following a big winged bird"}
|
| 481 |
+
{"query_id": "480", "text": "A woman laying in a bunch of purses and shoes. "}
|
| 482 |
+
{"query_id": "481", "text": "A dog that is laying down on a couch."}
|
| 483 |
+
{"query_id": "482", "text": "A dog is laying down on a couch."}
|
| 484 |
+
{"query_id": "483", "text": "A woman catching a frisbee on a beach."}
|
| 485 |
+
{"query_id": "484", "text": "A person on the beach next to the ocean. "}
|
| 486 |
+
{"query_id": "485", "text": "A crowded beach with people playing frisbee "}
|
| 487 |
+
{"query_id": "486", "text": "A man on a beach holding a frisbee at sunset."}
|
| 488 |
+
{"query_id": "487", "text": "A white and gray dog sits on a bed near a pile of rumpled sheets."}
|
| 489 |
+
{"query_id": "488", "text": "A dog hanging out of a side window on a car."}
|
| 490 |
+
{"query_id": "489", "text": "Woman outside playing a game of frisbee with a dog"}
|
| 491 |
+
{"query_id": "490", "text": "A dog in a cage looking out of the cage."}
|
| 492 |
+
{"query_id": "491", "text": "Two younger people playing a game of frisbee."}
|
| 493 |
+
{"query_id": "492", "text": "A zebra in captivity grazing in its exhibit."}
|
| 494 |
+
{"query_id": "493", "text": "a person and a dog are standing near some cliffs"}
|
| 495 |
+
{"query_id": "494", "text": "A close up of a zebra foraging on some grass"}
|
| 496 |
+
{"query_id": "495", "text": "A dog sitting on a grassy hillside by a path."}
|
| 497 |
+
{"query_id": "496", "text": "A small white dog sitting on the floor on top of a rug."}
|
| 498 |
+
{"query_id": "497", "text": "A zebra all by itself in the green forest."}
|
| 499 |
+
{"query_id": "498", "text": "A zebra is standing outside in the snow"}
|
| 500 |
+
{"query_id": "499", "text": "Two brown dogs in grassy area biting each other."}
|
| 501 |
+
{"query_id": "500", "text": "two dogs that look to be fighting one another"}
|
| 502 |
+
{"query_id": "501", "text": "two dogs brown white and black and some people"}
|
| 503 |
+
{"query_id": "502", "text": "Two dogs that are standing up holding each other."}
|
| 504 |
+
{"query_id": "503", "text": "A young man flying a kite over a sandy beach."}
|
| 505 |
+
{"query_id": "504", "text": "A man stretching out yelling while catching a Frisbee."}
|
| 506 |
+
{"query_id": "505", "text": "A herd of zebra standing next to each other in a field."}
|
| 507 |
+
{"query_id": "506", "text": "A kid playing with a frisbee in the yard."}
|
| 508 |
+
{"query_id": "507", "text": "A small herd of zebra walking on a lush green landscape."}
|
| 509 |
+
{"query_id": "508", "text": "A small herd of giraffe standing next to each other."}
|
| 510 |
+
{"query_id": "509", "text": "An antilope is eating grass in between two zebra."}
|
| 511 |
+
{"query_id": "510", "text": "A zebra standing on top of a grass covered field."}
|
| 512 |
+
{"query_id": "511", "text": "Two zebras fighting in a cloud of dust"}
|
| 513 |
+
{"query_id": "512", "text": "Two zebras playing together on a dirt road."}
|
| 514 |
+
{"query_id": "513", "text": "Some very cute zebras in a grassy field."}
|
| 515 |
+
{"query_id": "514", "text": "Person riding on the back of a horse on a gravel road. "}
|
| 516 |
+
{"query_id": "515", "text": "six different shots of horses and people standing on the street"}
|
| 517 |
+
{"query_id": "516", "text": "Horse figurines next to walk on a table."}
|
| 518 |
+
{"query_id": "517", "text": "A herd of zebras are in a dirt area near scrub brush."}
|
| 519 |
+
{"query_id": "518", "text": "A lot of zebras standing in the sand on a hot summer day."}
|
| 520 |
+
{"query_id": "519", "text": "A group of zebras standing around in the desert. "}
|
| 521 |
+
{"query_id": "520", "text": "A herd of zebras standing around on the dirt."}
|
| 522 |
+
{"query_id": "521", "text": "Many jockies are riding horses down a beach."}
|
| 523 |
+
{"query_id": "522", "text": "Several people are riding horses on the beach."}
|
| 524 |
+
{"query_id": "523", "text": "A couple of jockey's riding the horses through the beach."}
|
| 525 |
+
{"query_id": "524", "text": "A herd of zebra standing near some bushes and rocks."}
|
| 526 |
+
{"query_id": "525", "text": "A herd of zebras is grazing in a grassy field."}
|
| 527 |
+
{"query_id": "526", "text": "A zebra and a giraffe foraging together by some trees."}
|
| 528 |
+
{"query_id": "527", "text": "Horses stand and drink from pond water near the road."}
|
| 529 |
+
{"query_id": "528", "text": "A horse is attached to a carriage. "}
|
| 530 |
+
{"query_id": "529", "text": "a man riding a bull through part of a parking lot "}
|
| 531 |
+
{"query_id": "530", "text": "A group of horses that are standing in the dirt."}
|
| 532 |
+
{"query_id": "531", "text": "A man riding on the back of a wagon being pulled by two horses."}
|
| 533 |
+
{"query_id": "532", "text": "A brown horse is walking around in the grassy mountain."}
|
| 534 |
+
{"query_id": "533", "text": "A woman standing in front of a brown horse."}
|
| 535 |
+
{"query_id": "534", "text": "A trainer leads a girl on horseback to a field."}
|
| 536 |
+
{"query_id": "535", "text": "A little girl sitting on top of a brown horse."}
|
| 537 |
+
{"query_id": "536", "text": "There is a white horse pulling a trolley behind it."}
|
| 538 |
+
{"query_id": "537", "text": "A brown miniature pony next to a wooden fence."}
|
| 539 |
+
{"query_id": "538", "text": "A pair of horses running through a grassy field"}
|
| 540 |
+
{"query_id": "539", "text": "A woman riding on the back of a brown horse through a forest."}
|
| 541 |
+
{"query_id": "540", "text": "People walking around the park with a few horses"}
|
| 542 |
+
{"query_id": "541", "text": "A horse drawn trolly on a track, the trolly is full of people."}
|
| 543 |
+
{"query_id": "542", "text": "Three horses are standing outside in the show."}
|
| 544 |
+
{"query_id": "543", "text": "Two horses in a wooded area amongst bushes"}
|
| 545 |
+
{"query_id": "544", "text": "A man riding on the back of a brown horse."}
|
| 546 |
+
{"query_id": "545", "text": "Two men riding horses at a horse racing track."}
|
| 547 |
+
{"query_id": "546", "text": "A man riding a horse with trees and buildings in background."}
|
| 548 |
+
{"query_id": "547", "text": "A big and white horse in a dirt cage. "}
|
| 549 |
+
{"query_id": "548", "text": "Several people dressed as knights on horses in a courtyard."}
|
| 550 |
+
{"query_id": "549", "text": "Two adults playing a game in a arena."}
|
| 551 |
+
{"query_id": "550", "text": "A man in black leading an all white horse"}
|
| 552 |
+
{"query_id": "551", "text": "A woman in a wedding dress standing in a field near a corn farm and holding the bridle of a cream colored horse."}
|
| 553 |
+
{"query_id": "552", "text": "a hot dog on a bun with ketsup and lettuce on a plate"}
|
| 554 |
+
{"query_id": "553", "text": "A white plate topped with different types of foods."}
|
| 555 |
+
{"query_id": "554", "text": "The baseball player is up to bat and ready to hit a homerun"}
|
| 556 |
+
{"query_id": "555", "text": "A plate that has food on top of it with powdered sugar."}
|
| 557 |
+
{"query_id": "556", "text": "A baseball player bending over to hit a ball."}
|
| 558 |
+
{"query_id": "557", "text": "A try with a banana and two oranges visible on it"}
|
| 559 |
+
{"query_id": "558", "text": "A stack of banana's sitting next to a pear and a pile of apples."}
|
| 560 |
+
{"query_id": "559", "text": "A group of boys playing a little league baseball game."}
|
| 561 |
+
{"query_id": "560", "text": "A group of children playing baseball out side."}
|
| 562 |
+
{"query_id": "561", "text": "Many calendars and bunches of bananas hanging on a wall."}
|
| 563 |
+
{"query_id": "562", "text": "a plate that has a orange slice on it"}
|
| 564 |
+
{"query_id": "563", "text": "A display in a store filled with lots of ripe bananas."}
|
| 565 |
+
{"query_id": "564", "text": "A baseball player with one leg kicked up preparing to throw a ball"}
|
| 566 |
+
{"query_id": "565", "text": "A man standing on a baseball field holding a catchers mitt."}
|
| 567 |
+
{"query_id": "566", "text": "A man on water skis prepares to jump the pole"}
|
| 568 |
+
{"query_id": "567", "text": "A couple of kids standing on top of a grass covered field."}
|
| 569 |
+
{"query_id": "568", "text": "A table topped with baskets filled with ripe bananas."}
|
| 570 |
+
{"query_id": "569", "text": "A pile of oranges with on sliced on top."}
|
| 571 |
+
{"query_id": "570", "text": "Plastic container filled with oranges sitting on a green shelf."}
|
| 572 |
+
{"query_id": "571", "text": "Pitcher on a pitcher's mound throwing a baseball."}
|
| 573 |
+
{"query_id": "572", "text": "Two white plates topped with lots of desserts."}
|
| 574 |
+
{"query_id": "573", "text": "A couple of people in the snow on some skis."}
|
| 575 |
+
{"query_id": "574", "text": "Some bunches of red bananas on a stalk."}
|
| 576 |
+
{"query_id": "575", "text": "Set of bananas hanging off of a banana tree."}
|
| 577 |
+
{"query_id": "576", "text": "A man in his skiing gear is posing for the camera. "}
|
| 578 |
+
{"query_id": "577", "text": "A man is on the ski slope on a sunny day."}
|
| 579 |
+
{"query_id": "578", "text": "A person wearing a banana headdress and necklace"}
|
| 580 |
+
{"query_id": "579", "text": "A man in hat made of bananas standing in room by men."}
|
| 581 |
+
{"query_id": "580", "text": "A man wearing a hat and necklace made of bananas."}
|
| 582 |
+
{"query_id": "581", "text": "broccoli being sauteed in a pan with a wooden spoon"}
|
| 583 |
+
{"query_id": "582", "text": "Two men in skis are standing on a ski slope."}
|
| 584 |
+
{"query_id": "583", "text": "A man in a blue coat skiing through a snowy field. "}
|
| 585 |
+
{"query_id": "584", "text": "A baseball player preparing to throw a pitch during a game."}
|
| 586 |
+
{"query_id": "585", "text": "Several slices of bread with side salads on a table."}
|
| 587 |
+
{"query_id": "586", "text": "A bunch of doughnuts that are on a plate."}
|
| 588 |
+
{"query_id": "587", "text": "A white plate topped with four donuts covered in frosting."}
|
| 589 |
+
{"query_id": "588", "text": "A meal of vegetables and seafood mixed together."}
|
| 590 |
+
{"query_id": "589", "text": "A group of three men standing on a baseball field."}
|
| 591 |
+
{"query_id": "590", "text": "A young child holding on to a rope and wearing a pair of skis"}
|
| 592 |
+
{"query_id": "591", "text": "A person is trying to ski down a snowy slope."}
|
| 593 |
+
{"query_id": "592", "text": "there are many baseball players greeting each other on the field"}
|
| 594 |
+
{"query_id": "593", "text": "A man riding skis on top of a snow covered slope."}
|
| 595 |
+
{"query_id": "594", "text": "a black bicycle parked near a large branch carrying bananas"}
|
| 596 |
+
{"query_id": "595", "text": "A close up of a plate of pasta containing broccoli."}
|
| 597 |
+
{"query_id": "596", "text": "A white paint holding food that includes broccoli and meat."}
|
| 598 |
+
{"query_id": "597", "text": "Closeup of a white plate with a maggot in a piece of broccoli."}
|
| 599 |
+
{"query_id": "598", "text": "A bowl of various candies mixed in a red bowl."}
|
| 600 |
+
{"query_id": "599", "text": "A small boy holding a plate of tasty looking food."}
|
| 601 |
+
{"query_id": "600", "text": "A bowl of banana's, sprinkels, chocolate chips, and marshmellows."}
|
| 602 |
+
{"query_id": "601", "text": "A bowl of chicken and vegetables is shown."}
|
| 603 |
+
{"query_id": "602", "text": "A fork next to an apple, orange and onion."}
|
| 604 |
+
{"query_id": "603", "text": "A person getting ready to use an apple slicer"}
|
| 605 |
+
{"query_id": "604", "text": "Three pieces of broccoli on and around a small chair."}
|
| 606 |
+
{"query_id": "605", "text": "A skateboarder doing a trick with skyscrapers in the background."}
|
| 607 |
+
{"query_id": "606", "text": "A man on skis posing for a photo."}
|
| 608 |
+
{"query_id": "607", "text": "a plate of vegetables amongst bowls of rice"}
|
| 609 |
+
{"query_id": "608", "text": "A man posing for a picture while holding a skateboard."}
|
| 610 |
+
{"query_id": "609", "text": "A plate of pasta shells, broccoli and legumes."}
|
| 611 |
+
{"query_id": "610", "text": "A group of people riding skis across snow covered ground."}
|
| 612 |
+
{"query_id": "611", "text": "This is a large fish that is in an aquarium. "}
|
| 613 |
+
{"query_id": "612", "text": "A young girl is skiing as others are far down the slope."}
|
| 614 |
+
{"query_id": "613", "text": "A girl in the snow wearing vintage ski equipment."}
|
| 615 |
+
{"query_id": "614", "text": "a skier and a snowboarder in front of a large house"}
|
| 616 |
+
{"query_id": "615", "text": "A plate is filled with broccoli and noodles."}
|
| 617 |
+
{"query_id": "616", "text": "A plate with broccoli down the sides and some white, rolled up things in the middle."}
|
| 618 |
+
{"query_id": "617", "text": "Two wine glasses and bread on top of a piece of paper"}
|
| 619 |
+
{"query_id": "618", "text": "A grasshopper in a cage eating a slice of carrot."}
|
| 620 |
+
{"query_id": "619", "text": "A cricket inside of a small cage on a table.."}
|
| 621 |
+
{"query_id": "620", "text": "A smiling young boy holds a skateboard as young men skateboard in the background."}
|
| 622 |
+
{"query_id": "621", "text": "A black and white photo of a man in the air with his skateboard."}
|
| 623 |
+
{"query_id": "622", "text": "A young boy with safety gear on a skate board in his backyard"}
|
| 624 |
+
{"query_id": "623", "text": "A man is skateboarding near the parked cars, "}
|
| 625 |
+
{"query_id": "624", "text": "A girl is skateboarding down the Hollywood walk of fame."}
|
| 626 |
+
{"query_id": "625", "text": "A person in a helmet is riding a skateboard."}
|
| 627 |
+
{"query_id": "626", "text": "Youngster on a skateboard, trying simple tip up stunt."}
|
| 628 |
+
{"query_id": "627", "text": "A bunch of fresh carrots still covered with dirt in a basket."}
|
| 629 |
+
{"query_id": "628", "text": "A young lady riding skis down a snow covered slope."}
|
| 630 |
+
{"query_id": "629", "text": "The clock on the building is in the shape of a coffee cup."}
|
| 631 |
+
{"query_id": "630", "text": "a man wearing a backpack and green jacket"}
|
| 632 |
+
{"query_id": "631", "text": "Two toothbrushes and a tube of toothpaste are in a cup."}
|
| 633 |
+
{"query_id": "632", "text": "Two men on skateboards on the pavement"}
|
| 634 |
+
{"query_id": "633", "text": "A person on a skateboard rides down a ramp."}
|
| 635 |
+
{"query_id": "634", "text": "A person riding a skateboard down a road."}
|
| 636 |
+
{"query_id": "635", "text": "a person riding a skate board grinding on a rail"}
|
| 637 |
+
{"query_id": "636", "text": "A BOY WITH A BLUE SHIRT AND JEAN PANTS DOING A TRICK WITH HIS SKATEBOARD"}
|
| 638 |
+
{"query_id": "637", "text": "A person on a skateboard on the edge of a ramp."}
|
| 639 |
+
{"query_id": "638", "text": "A small boy on a skate board on a ramp."}
|
| 640 |
+
{"query_id": "639", "text": "A person doing a \"Manual\" on a skateboard at night"}
|
| 641 |
+
{"query_id": "640", "text": "a lady wearing ski equipment in the snow"}
|
| 642 |
+
{"query_id": "641", "text": "a man that is standing on a snowy field"}
|
| 643 |
+
{"query_id": "642", "text": "A woman riding skis down a ski slope holding ski poles."}
|
| 644 |
+
{"query_id": "643", "text": "A man holding a microphone in one hand while he holds a skateboard in the other."}
|
| 645 |
+
{"query_id": "644", "text": "A child eating a sandwich with relish on it."}
|
| 646 |
+
{"query_id": "645", "text": "Man performing a trick on a skateboard with monochrome black and white"}
|
| 647 |
+
{"query_id": "646", "text": "Two skateboarders riding their boards on a sidewalk."}
|
| 648 |
+
{"query_id": "647", "text": "a close up of a child eating something"}
|
| 649 |
+
{"query_id": "648", "text": "A skateboarder is near the edge of a skateboard ledge."}
|
| 650 |
+
{"query_id": "649", "text": "A little girl sitting at a table eating a hot dog."}
|
| 651 |
+
{"query_id": "650", "text": "A person riding down a sidewalk on a skateboard."}
|
| 652 |
+
{"query_id": "651", "text": "A snow boarder is going down an indoor slope."}
|
| 653 |
+
{"query_id": "652", "text": "A child sitting with container that has chips and a hot dog in it."}
|
| 654 |
+
{"query_id": "653", "text": "A person is standing in the snow near a tree with skis and snowboards. "}
|
| 655 |
+
{"query_id": "654", "text": "A young woman taking a bite of food"}
|
| 656 |
+
{"query_id": "655", "text": "A person standing on a street with some food."}
|
| 657 |
+
{"query_id": "656", "text": "A display case in a sandwich shop filled with sandwiches."}
|
| 658 |
+
{"query_id": "657", "text": "Two men riding snowboards in a snow storm down a slope."}
|
| 659 |
+
{"query_id": "658", "text": "A man holding a sausage dog and looking at the sausage dog"}
|
| 660 |
+
{"query_id": "659", "text": "Man on skateboard riding around a garage next to car."}
|
| 661 |
+
{"query_id": "660", "text": "A long hot dog on a plate on a table."}
|
| 662 |
+
{"query_id": "661", "text": "A plate has oranges and a chocolate donut."}
|
| 663 |
+
{"query_id": "662", "text": "A plate of donuts with a person in the background."}
|
| 664 |
+
{"query_id": "663", "text": "a boy eating a doughnut and holding a coffee cup"}
|
| 665 |
+
{"query_id": "664", "text": "The woman is eating her doughnut while sitting out on the bench. "}
|
| 666 |
+
{"query_id": "665", "text": "Boiled eggs, tea and donuts on a picnic table"}
|
| 667 |
+
{"query_id": "666", "text": "Closeup of a table with donuts and a red bowl."}
|
| 668 |
+
{"query_id": "667", "text": "three different donuts one is pink one is brown and one has white sprinkles"}
|
| 669 |
+
{"query_id": "668", "text": "A man eating a hotdog in a kitchen"}
|
| 670 |
+
{"query_id": "669", "text": "An explorer or adventurer hikes in a remote area in challenging weather."}
|
| 671 |
+
{"query_id": "670", "text": "A small dog chewing on hot dog like dog toy."}
|
| 672 |
+
{"query_id": "671", "text": "Three workers stand next to each other with their baked goods behind them."}
|
| 673 |
+
{"query_id": "672", "text": "A little girl posing for a picture while eating food."}
|
| 674 |
+
{"query_id": "673", "text": "A little girl sitting in the middle of a restaurant and smiling for picture."}
|
| 675 |
+
{"query_id": "674", "text": "TWO DONUTS WITH SPRINKLES ARE ON A DESK"}
|
| 676 |
+
{"query_id": "675", "text": "Two people outside in snow gear with a snowboard."}
|
| 677 |
+
{"query_id": "676", "text": "A young boy holding a snow board and a pair of shoes."}
|
| 678 |
+
{"query_id": "677", "text": " Persons skating in the ice skating rink on the skateboard."}
|
| 679 |
+
{"query_id": "678", "text": "A person is seen using a snowboard on the packed snow."}
|
| 680 |
+
{"query_id": "679", "text": "A man holds a snowboard inside a building with snow while people hang out in the background."}
|
| 681 |
+
{"query_id": "680", "text": "A group of snowboarders standing outside a lodge"}
|
| 682 |
+
{"query_id": "681", "text": "tHERE ARE MANY DONUTS LAYED TO DRY ON A GRILL"}
|
| 683 |
+
{"query_id": "682", "text": "Assortment of doughnuts and other snack items on a serving tray."}
|
| 684 |
+
{"query_id": "683", "text": "A metal table holding two donuts covered in sprinkles."}
|
| 685 |
+
{"query_id": "684", "text": "A little boy sitting on a wooden bench eating half a sandwich."}
|
| 686 |
+
{"query_id": "685", "text": "A baby in a carseat eating a donut."}
|
| 687 |
+
{"query_id": "686", "text": "A glass display of different varieties of donuts."}
|
| 688 |
+
{"query_id": "687", "text": "Muffins and other pastries on display ground and purchase"}
|
| 689 |
+
{"query_id": "688", "text": "A sandwich on a plate served with garnish."}
|
| 690 |
+
{"query_id": "689", "text": "A little girl holding twp donuts in her hands."}
|
| 691 |
+
{"query_id": "690", "text": "A lady sitting at an enormous dining table with lots of food."}
|
| 692 |
+
{"query_id": "691", "text": "A box of donuts of different colors and varieties."}
|
| 693 |
+
{"query_id": "692", "text": "A meal at a restaurant of a salad, a toasted sandwich and a pickle"}
|
| 694 |
+
{"query_id": "693", "text": "Panini and fries are are on a lunch platter are served with dressings."}
|
| 695 |
+
{"query_id": "694", "text": "A person holding up a chocolate doughnut with a face drawn on it."}
|
| 696 |
+
{"query_id": "695", "text": "A table with a coffee and a salad on it."}
|
| 697 |
+
{"query_id": "696", "text": "A bunch of doughnuts with sprinkles on them"}
|
| 698 |
+
{"query_id": "697", "text": "A man in black jersey holding a basketball above his head."}
|
| 699 |
+
{"query_id": "698", "text": "A basket ball player is posing in front of a basket."}
|
| 700 |
+
{"query_id": "699", "text": "A man holding a ball while standing next to a gate."}
|
| 701 |
+
{"query_id": "700", "text": "A man kicking a soccer ball on a field."}
|
| 702 |
+
{"query_id": "701", "text": "A sheet cake sitting on top of a table with lit candles."}
|
| 703 |
+
{"query_id": "702", "text": "A cake inside of a pan sitting in an oven."}
|
| 704 |
+
{"query_id": "703", "text": "A person riding a surfboard on a wave in a wet suit."}
|
| 705 |
+
{"query_id": "704", "text": "A sandwich cut in half served with coffee"}
|
| 706 |
+
{"query_id": "705", "text": "2 teams of young kids playing soccer against each other."}
|
| 707 |
+
{"query_id": "706", "text": "A group of children running after a soccer ball"}
|
| 708 |
+
{"query_id": "707", "text": "A soccer team is praying on the field."}
|
| 709 |
+
{"query_id": "708", "text": "A young man and woman playing a game of soccer."}
|
| 710 |
+
{"query_id": "709", "text": "A group of people walking on top of a beach."}
|
| 711 |
+
{"query_id": "710", "text": "A baby boy sits in a high chair next to a green and white cake."}
|
| 712 |
+
{"query_id": "711", "text": "Two men holding onto a knife about to cut a cake."}
|
| 713 |
+
{"query_id": "712", "text": "A two layer cake sitting on top of a table."}
|
| 714 |
+
{"query_id": "713", "text": "A person stands in shallow water at the beach and looks at the ocean."}
|
| 715 |
+
{"query_id": "714", "text": "A woman standing in a set suit on a beach holding a surfboard."}
|
| 716 |
+
{"query_id": "715", "text": "A man getting ready to kick a soccer ball."}
|
| 717 |
+
{"query_id": "716", "text": "A man walking into the ocean while holding a surfboard."}
|
| 718 |
+
{"query_id": "717", "text": "Young boy riding large breaking wave in open ocean."}
|
| 719 |
+
{"query_id": "718", "text": "A person swimming in the waves of a body of water."}
|
| 720 |
+
{"query_id": "719", "text": "female surfer riding a large ocean wave on a surfboard "}
|
| 721 |
+
{"query_id": "720", "text": "a group of men playing a game of soccer "}
|
| 722 |
+
{"query_id": "721", "text": "a group of adults playing soccer on a field"}
|
| 723 |
+
{"query_id": "722", "text": "A man kicking a soccer ball whle standing on a field."}
|
| 724 |
+
{"query_id": "723", "text": "A young man kicking a soccer ball around a field."}
|
| 725 |
+
{"query_id": "724", "text": "Soccer player returns the ball from the goal."}
|
| 726 |
+
{"query_id": "725", "text": "A soccer player looks up at a soccer ball."}
|
| 727 |
+
{"query_id": "726", "text": "A group of men playing a game of soccer on a field."}
|
| 728 |
+
{"query_id": "727", "text": "A group of young men playing a game of soccer."}
|
| 729 |
+
{"query_id": "728", "text": "Here is a woman lying on a bed pointing her finger."}
|
| 730 |
+
{"query_id": "729", "text": "Black and white photograph of two bare feet sticking out from the covers of a child's bed"}
|
| 731 |
+
{"query_id": "730", "text": "Two women in a room with one of them holding a cake."}
|
| 732 |
+
{"query_id": "731", "text": "A plate that has a dessert on it."}
|
| 733 |
+
{"query_id": "732", "text": "A couple of windows sitting inside of a room."}
|
| 734 |
+
{"query_id": "733", "text": "A room filled with a metal rack with white pieces of cloth resting on it."}
|
| 735 |
+
{"query_id": "734", "text": "A messy room with door and bed and chair."}
|
| 736 |
+
{"query_id": "735", "text": "A collage of photos showing a house and some of its rooms."}
|
| 737 |
+
{"query_id": "736", "text": "A woman standing over a pan filled with food in a kitchen."}
|
| 738 |
+
{"query_id": "737", "text": "A baby in plaid shirt eating a frosted cake."}
|
| 739 |
+
{"query_id": "738", "text": "Give candles light a decorative cake with white frosting."}
|
| 740 |
+
{"query_id": "739", "text": "A woman holds up a book as she attempts to read in bed."}
|
| 741 |
+
{"query_id": "740", "text": "a group of kids playing soccer in a field"}
|
| 742 |
+
{"query_id": "741", "text": "A man instructing a group of kids on a soccer field."}
|
| 743 |
+
{"query_id": "742", "text": "Two beds with decorative wooden headboard and foot board, one is a double and one is a single"}
|
| 744 |
+
{"query_id": "743", "text": "A young man poses with a surfboard next to water."}
|
| 745 |
+
{"query_id": "744", "text": "A bed topped with three white pillows covered in a canopy."}
|
| 746 |
+
{"query_id": "745", "text": "A mouse head shapped pizza sitting in a box."}
|
| 747 |
+
{"query_id": "746", "text": "A woman laying in a hospital bed hooded up to machines."}
|
| 748 |
+
{"query_id": "747", "text": "A bed covered in a ten sitting on a beach."}
|
| 749 |
+
{"query_id": "748", "text": "a person smiling eating a piece of pizza "}
|
| 750 |
+
{"query_id": "749", "text": "Group pf people learning how to surf on the beach."}
|
| 751 |
+
{"query_id": "750", "text": "A pizza with vegetables and cheese resting on a board."}
|
| 752 |
+
{"query_id": "751", "text": "A surfer is riding a wave in light blue water."}
|
| 753 |
+
{"query_id": "752", "text": "A man holds a surf board and walks with a woman."}
|
| 754 |
+
{"query_id": "753", "text": "Man sitting at a small table behind a pizza."}
|
| 755 |
+
{"query_id": "754", "text": "A man in a wetsuit with a surfboard standing on a beach."}
|
| 756 |
+
{"query_id": "755", "text": "A picture of a young boy laying on top of a bed."}
|
| 757 |
+
{"query_id": "756", "text": "A man eating a slice of pizza next to food stands."}
|
| 758 |
+
{"query_id": "757", "text": "A fat gray tiger cat laying on top of bed up against a pillow."}
|
| 759 |
+
{"query_id": "758", "text": "two pizzas on plates on a dining table with a pink design table cloth"}
|
| 760 |
+
{"query_id": "759", "text": "A baby grabs for a bite of pizza that a man is eating."}
|
| 761 |
+
{"query_id": "760", "text": "A picture of a recently married couple displayed behind glass."}
|
| 762 |
+
{"query_id": "761", "text": "A man in bowler hat and lab coat by people in a tv frame."}
|
| 763 |
+
{"query_id": "762", "text": "Two people, one being a young girl, are playing tennis. "}
|
| 764 |
+
{"query_id": "763", "text": "there is a young girl running and playing tennis"}
|
| 765 |
+
{"query_id": "764", "text": "An older woman standing next to two children."}
|
| 766 |
+
{"query_id": "765", "text": "A plate with sliced pizza and a bottle of beer."}
|
| 767 |
+
{"query_id": "766", "text": "An Italian dish is presented on a white plate."}
|
| 768 |
+
{"query_id": "767", "text": "Living room decorated for Christmas with gifts galore"}
|
| 769 |
+
{"query_id": "768", "text": "A man on a tennis court at night time."}
|
| 770 |
+
{"query_id": "769", "text": "A young girl eating a very tasty looking slice of pizza."}
|
| 771 |
+
{"query_id": "770", "text": "A full veggie pizza near a couple of plate of fries, are all ready to be eaten. "}
|
| 772 |
+
{"query_id": "771", "text": "the two racquets are close to being identical."}
|
| 773 |
+
{"query_id": "772", "text": "A young girl eating a slice of pizza."}
|
| 774 |
+
{"query_id": "773", "text": "three guys sitting down eating sandwiches and smiling"}
|
| 775 |
+
{"query_id": "774", "text": "A child eating a piece of cheese pizza."}
|
| 776 |
+
{"query_id": "775", "text": "A young woman holding a giant tennis racquet "}
|
| 777 |
+
{"query_id": "776", "text": "A female tennis player stands close to the net holding a racket. "}
|
| 778 |
+
{"query_id": "777", "text": "A chair sitting in the middle of the room, in a black and white photo."}
|
| 779 |
+
{"query_id": "778", "text": "A man sitting at a table with a pizza on a cutting board."}
|
| 780 |
+
{"query_id": "779", "text": "A vegetarian pizza is half eaten on a pizza holder. "}
|
| 781 |
+
{"query_id": "780", "text": "a crowd watching a girl ready to hit the tennis ball"}
|
| 782 |
+
{"query_id": "781", "text": "Children making their own personal pizzas with different toppings. "}
|
| 783 |
+
{"query_id": "782", "text": "A picture of a tennis player yelling passionately."}
|
| 784 |
+
{"query_id": "783", "text": "A smiling woman waves at the camera as she sits at a restaurant table in front of a piece of pizza."}
|
| 785 |
+
{"query_id": "784", "text": "A slice of pizza that is on top of a napkin."}
|
| 786 |
+
{"query_id": "785", "text": "A tennis player hits a high ball in front of an audience. "}
|
| 787 |
+
{"query_id": "786", "text": "a tennis player running to get to the ball"}
|
| 788 |
+
{"query_id": "787", "text": "a pizza on a wooden table ready to be cooked"}
|
| 789 |
+
{"query_id": "788", "text": "The chef is standing by a giant pan of pizza."}
|
| 790 |
+
{"query_id": "789", "text": "Living room with coffee table and a brown couch and chair."}
|
| 791 |
+
{"query_id": "790", "text": "The living room wall has many framed pictures above the sofa."}
|
| 792 |
+
{"query_id": "791", "text": "A young girl brushing her teeth with a tooth brush."}
|
| 793 |
+
{"query_id": "792", "text": "An Asian child brushes their teeth with a blue toothbrush."}
|
| 794 |
+
{"query_id": "793", "text": "A boy draped in a blanket holds a remote control on a couch"}
|
| 795 |
+
{"query_id": "794", "text": "A woman sitting on a bed brushing her teeth. "}
|
| 796 |
+
{"query_id": "795", "text": "A brown sofa and ottoman with pillows and remotes."}
|
| 797 |
+
{"query_id": "796", "text": "A man kneeling down beside the street and a yellow building. "}
|
| 798 |
+
{"query_id": "797", "text": "A table topped with personal care items and tooth paste."}
|
| 799 |
+
{"query_id": "798", "text": "a chair with a pillow a mirror on the wall and a set of curtains"}
|
| 800 |
+
{"query_id": "799", "text": "a little kid is brushing his teeth and smiling"}
|
| 801 |
+
{"query_id": "800", "text": "A little boy that is sitting on a toilet using a toothbrush."}
|
| 802 |
+
{"query_id": "801", "text": "A child leans into the camera brushing their teeth. "}
|
| 803 |
+
{"query_id": "802", "text": "A wall that is filled with some cool items."}
|
| 804 |
+
{"query_id": "803", "text": "Three young men playing Wii on a projection television."}
|
| 805 |
+
{"query_id": "804", "text": "a room with a clock on the wall and a small table "}
|
| 806 |
+
{"query_id": "805", "text": "a living room with a wooden floor and chairs inside of it "}
|
| 807 |
+
{"query_id": "806", "text": "Group of folks playing bowling on Wii sports"}
|
| 808 |
+
{"query_id": "807", "text": "A sofa, television and a bike are sitting in a room."}
|
| 809 |
+
{"query_id": "808", "text": "a lady wearing glasses playing a video game"}
|
| 810 |
+
{"query_id": "809", "text": "A man and woman are playing a video game"}
|
| 811 |
+
{"query_id": "810", "text": "A picnic table inside of a large room ."}
|
| 812 |
+
{"query_id": "811", "text": "A LITTLE ROOM AND DINING ROOM AREA WITH FURNITURE"}
|
| 813 |
+
{"query_id": "812", "text": "A clean, orderly living room with high ceilings and with many windows."}
|
| 814 |
+
{"query_id": "813", "text": "Two kids playing in a room with a beach ball. "}
|
| 815 |
+
{"query_id": "814", "text": "A living room area with some couches and a television"}
|
| 816 |
+
{"query_id": "815", "text": "A living room that has a lit lamp on the counter."}
|
| 817 |
+
{"query_id": "816", "text": "Image of a living room showing couches facing each other."}
|
| 818 |
+
{"query_id": "817", "text": "A living room filled with furniture and a table."}
|
| 819 |
+
{"query_id": "818", "text": "a living room with couches chairs and a table "}
|
| 820 |
+
{"query_id": "819", "text": "A living area with counter, chairs, windows and an air hockey table."}
|
| 821 |
+
{"query_id": "820", "text": "A white keyboard and mouse provide contrast to black desktop."}
|
| 822 |
+
{"query_id": "821", "text": "a living room that has some couches and tables in it"}
|
| 823 |
+
{"query_id": "822", "text": "A computer on a table with all kinds of bottles and other items."}
|
| 824 |
+
{"query_id": "823", "text": "A group of men sitting at desks with computers."}
|
| 825 |
+
{"query_id": "824", "text": "a keyboard with five screens and a laptop"}
|
| 826 |
+
{"query_id": "825", "text": "a cat laying on top of a chair in the living room "}
|
| 827 |
+
{"query_id": "826", "text": "A living room with chairs a fireplace and mirror"}
|
| 828 |
+
{"query_id": "827", "text": "A group of women playing a game of soccer on field."}
|
| 829 |
+
{"query_id": "828", "text": "Group of small children running down the field playing soccer."}
|
| 830 |
+
{"query_id": "829", "text": "A living room with furniture and a lamp in a corner."}
|
| 831 |
+
{"query_id": "830", "text": "A bed with two laptops on it below a painting."}
|
| 832 |
+
{"query_id": "831", "text": "The kite surfer is walking on the beach holding the kite."}
|
| 833 |
+
{"query_id": "832", "text": "Someone releases a colorful kite to someone else holding the string."}
|
| 834 |
+
{"query_id": "833", "text": "kites being flown on the beach near the ocean"}
|
| 835 |
+
{"query_id": "834", "text": "A person with a flying kite on a beach."}
|
| 836 |
+
{"query_id": "835", "text": "two kids play at the beach with their kite "}
|
| 837 |
+
{"query_id": "836", "text": "A sky filled with lots of colorful flying kites."}
|
| 838 |
+
{"query_id": "837", "text": "The woman is flying her kite on the beach. "}
|
| 839 |
+
{"query_id": "838", "text": "A vendor has lots of different vases for sale."}
|
| 840 |
+
{"query_id": "839", "text": "A man flying a blue kite in an open ground"}
|
| 841 |
+
{"query_id": "840", "text": "Children in a green field flying a kite."}
|
| 842 |
+
{"query_id": "841", "text": "A person para-sailing in the water with mountains in the background. "}
|
| 843 |
+
{"query_id": "842", "text": "A dark skinned child getting ready to be pushed on a swing."}
|
| 844 |
+
{"query_id": "843", "text": "two kids standing outside flying a kite during the day"}
|
| 845 |
+
{"query_id": "844", "text": "A tall clock tower with a clock on each of it's sides."}
|
| 846 |
+
{"query_id": "845", "text": "A strange brass statue holding a clock on a bureau"}
|
| 847 |
+
{"query_id": "846", "text": "A Man skis using a sail in open snow-packed field."}
|
| 848 |
+
{"query_id": "847", "text": "Many students sit together and talk in a classroom."}
|
| 849 |
+
{"query_id": "848", "text": "This is a room full of laptop computers."}
|
| 850 |
+
{"query_id": "849", "text": "A kite flying through a blue sky with a long tail."}
|
| 851 |
+
{"query_id": "850", "text": "A small girl is holding a large triangular kite."}
|
| 852 |
+
{"query_id": "851", "text": "A girl with a kite running in the grass."}
|
| 853 |
+
{"query_id": "852", "text": "A beach patrol vehicle thats performing his duties on the beach."}
|
| 854 |
+
{"query_id": "853", "text": "A man standing on a beach flying a kite."}
|
| 855 |
+
{"query_id": "854", "text": "A woman standing in the sand with a kite."}
|
| 856 |
+
{"query_id": "855", "text": "A clock that is on top of a pole."}
|
| 857 |
+
{"query_id": "856", "text": "Sidewalk in city with store fronts and clock."}
|
| 858 |
+
{"query_id": "857", "text": "A young lady throwing a blue frisbee while standing on a lush green field."}
|
| 859 |
+
{"query_id": "858", "text": "An old clock is illuminated at night on a street corner."}
|
| 860 |
+
{"query_id": "859", "text": "A baseball player about to swing at a pitch during a game."}
|
| 861 |
+
{"query_id": "860", "text": "A baseball player takes his turn at bat."}
|
| 862 |
+
{"query_id": "861", "text": "Three young kids are playing with Wiffle bats in the yard. "}
|
| 863 |
+
{"query_id": "862", "text": "A baseball player up to bat during a baseball game."}
|
| 864 |
+
{"query_id": "863", "text": "A baseball player holding a bat next to home plate."}
|
| 865 |
+
{"query_id": "864", "text": "A baseball player holding a bat while standing in a field."}
|
| 866 |
+
{"query_id": "865", "text": "A guy squatting and holding a baseball bat at home plate."}
|
| 867 |
+
{"query_id": "866", "text": " a castle and the big ben clocktower next to a river "}
|
| 868 |
+
{"query_id": "867", "text": "a very big building with a mounted clock"}
|
| 869 |
+
{"query_id": "868", "text": "a baseball player is swinging a bat at a ball"}
|
| 870 |
+
{"query_id": "869", "text": "A baseball player is swinging and about to run. "}
|
| 871 |
+
{"query_id": "870", "text": "A baseball player holding a bat over his head."}
|
| 872 |
+
{"query_id": "871", "text": "a kid poses on a side walk as a baseball player "}
|
| 873 |
+
{"query_id": "872", "text": "A little boy in a baseball uniform holds the bat ready to swing."}
|
| 874 |
+
{"query_id": "873", "text": "The ballplayer waits in the batter's box, watching the umpire defend his call."}
|
| 875 |
+
{"query_id": "874", "text": "A man standing over a little girl holding a baseball bat."}
|
| 876 |
+
{"query_id": "875", "text": "a baseball player is going to swing a bat"}
|
| 877 |
+
{"query_id": "876", "text": "A batter up at the plate in a baseball game "}
|
| 878 |
+
{"query_id": "877", "text": "A boy swinging a baseball bat at a ball."}
|
| 879 |
+
{"query_id": "878", "text": "A man hit something that exploded with a bat."}
|
| 880 |
+
{"query_id": "879", "text": "A baseball player with the Cardinals getting ready to hit a baseball."}
|
| 881 |
+
{"query_id": "880", "text": "A baseball player holding a bat while standing on top of a field"}
|
| 882 |
+
{"query_id": "881", "text": "A young baseball player in uniform getting ready to bat.,"}
|
| 883 |
+
{"query_id": "882", "text": "A batter is waiting for a baseball to come to him."}
|
| 884 |
+
{"query_id": "883", "text": "A baseball player swinging a bat during a game."}
|
| 885 |
+
{"query_id": "884", "text": "A baseball player taking a swing at a ball."}
|
| 886 |
+
{"query_id": "885", "text": "A large pepperoni and mushroom pizza being cut"}
|
| 887 |
+
{"query_id": "886", "text": "Photograph of an outdoor arena that looks great.\n"}
|
| 888 |
+
{"query_id": "887", "text": "A young boy holding a rack fulled of tennis ball."}
|
| 889 |
+
{"query_id": "888", "text": "A group of people that are standing on a tennis court."}
|
| 890 |
+
{"query_id": "889", "text": "Two children are sitting at a table eating food."}
|
| 891 |
+
{"query_id": "890", "text": "A pizza casserole with two kinds of crackers on the side."}
|
| 892 |
+
{"query_id": "891", "text": "a tennis player attempting to reach a tennis ball"}
|
| 893 |
+
{"query_id": "892", "text": "A man jumping in the air with a tennis racket."}
|
| 894 |
+
{"query_id": "893", "text": "A person holding a tennis racket in the air on a tennis court"}
|
| 895 |
+
{"query_id": "894", "text": "A man holding a tennis racquet on a tennis court."}
|
| 896 |
+
{"query_id": "895", "text": "A pizza that is sitting on a table."}
|
| 897 |
+
{"query_id": "896", "text": "two different pizzas that just came out of an oven. "}
|
| 898 |
+
{"query_id": "897", "text": "A tennis player serves a ball as a crowd watches."}
|
| 899 |
+
{"query_id": "898", "text": "a man with a tennis racket celebrates as people look on"}
|
| 900 |
+
{"query_id": "899", "text": "A woman holding a tennis racquet on top of a tennis court."}
|
| 901 |
+
{"query_id": "900", "text": "A group of people on a court with a tennis racket."}
|
| 902 |
+
{"query_id": "901", "text": "A women doubles team in tennis converse as they are on the court. "}
|
| 903 |
+
{"query_id": "902", "text": "Two women in white dresses playing a game of tennis."}
|
| 904 |
+
{"query_id": "903", "text": "A pizza topped with lots of toppings on a checkered table cloth."}
|
| 905 |
+
{"query_id": "904", "text": "There is a boy playing a game of tennis."}
|
| 906 |
+
{"query_id": "905", "text": "A guy in a maroon shirt is holding a tennis racket out to hit a tennis ball."}
|
| 907 |
+
{"query_id": "906", "text": "a lady in blue shorts and white shirt swinging at a tennis ball"}
|
| 908 |
+
{"query_id": "907", "text": "A pizza that is half pepperoni and half chicken."}
|
| 909 |
+
{"query_id": "908", "text": "A tennis player hits a ball in an indoor area."}
|
| 910 |
+
{"query_id": "909", "text": "A tennis player is lunging for the ball. "}
|
| 911 |
+
{"query_id": "910", "text": "A person jumping as they swing at a incoming tennis ball."}
|
| 912 |
+
{"query_id": "911", "text": "A window with wooden shutters and metal bars across it."}
|
| 913 |
+
{"query_id": "912", "text": "A computer desk with a green mat sitting on top of it."}
|
| 914 |
+
{"query_id": "913", "text": "An office with a computer, printer, scanner and many other technologies."}
|
| 915 |
+
{"query_id": "914", "text": "Four girls who are looking at a computer."}
|
| 916 |
+
{"query_id": "915", "text": "A lot of colorful vases sitting on top of a white table."}
|
| 917 |
+
{"query_id": "916", "text": "Two people are at a computer desk with a mouse."}
|
| 918 |
+
{"query_id": "917", "text": "A counter with extension cords, a toaster oven and a laptop."}
|
| 919 |
+
{"query_id": "918", "text": "A room with large curved desk with lots of chairs."}
|
| 920 |
+
{"query_id": "919", "text": "A bunch of people sit in an open court yard"}
|
| 921 |
+
{"query_id": "920", "text": "A group of men in suits sitting at a table using laptop computers."}
|
| 922 |
+
{"query_id": "921", "text": "A little girl eating food while sitting down."}
|
| 923 |
+
{"query_id": "922", "text": "A young girl is holding a stuffed animal."}
|
| 924 |
+
{"query_id": "923", "text": "a little girl holding onto a teddy bear tight"}
|
| 925 |
+
{"query_id": "924", "text": "Shelves are filled with parcels that have red ribbons."}
|
| 926 |
+
{"query_id": "925", "text": "A group of teddy bears standing next to each other on a shelf."}
|
| 927 |
+
{"query_id": "926", "text": "A teddy bare laying down with tears in his arm pit and leg."}
|
| 928 |
+
{"query_id": "927", "text": "a brown teddy bear is sitting on a green bed"}
|
| 929 |
+
{"query_id": "928", "text": "two big stuffed bears sitting behind a chained fenced"}
|
| 930 |
+
{"query_id": "929", "text": "a sign on a wall with a clock in the background"}
|
| 931 |
+
{"query_id": "930", "text": "A smart phone sitting on top of a bean bag."}
|
| 932 |
+
{"query_id": "931", "text": "A smart device sitting on top of a pillow."}
|
| 933 |
+
{"query_id": "932", "text": "there are three vases made of clay on a table"}
|
| 934 |
+
{"query_id": "933", "text": "a women that is walking down a sidwalk"}
|
| 935 |
+
{"query_id": "934", "text": "White room with wood floor and table with appliances"}
|
| 936 |
+
{"query_id": "935", "text": "A man in a cubicle with an Indiana Jones T Shirt talking on a cell phone."}
|
| 937 |
+
{"query_id": "936", "text": "a close up of a child eating food "}
|
| 938 |
+
{"query_id": "937", "text": "Two women having lunch together while man stood by them."}
|
| 939 |
+
{"query_id": "938", "text": "A baby in a high chair with paper on the table in front of her"}
|
| 940 |
+
{"query_id": "939", "text": "A hand holding open a pouch with a cell phone inside."}
|
| 941 |
+
{"query_id": "940", "text": "A man in costume talking on a cell phone."}
|
| 942 |
+
{"query_id": "941", "text": "A person on a cell phone in a room."}
|
| 943 |
+
{"query_id": "942", "text": "A man walking under a tree while talking on a cellphone."}
|
| 944 |
+
{"query_id": "943", "text": "A smart phone sitting on top of a wooden table."}
|
| 945 |
+
{"query_id": "944", "text": "A couple of people holding up cell phones side by side."}
|
| 946 |
+
{"query_id": "945", "text": "A young lady is on her phone as a lady in the background looks on. "}
|
| 947 |
+
{"query_id": "946", "text": "a pizza with olives sitting on a pizza pan on top of an oven"}
|
| 948 |
+
{"query_id": "947", "text": "A man holding an oven door open while he looks in it. "}
|
| 949 |
+
{"query_id": "948", "text": "A man pointing to a baby's picture on a bulletin board. "}
|
| 950 |
+
{"query_id": "949", "text": "A 50s style fridge with a couple magnets on it."}
|
| 951 |
+
{"query_id": "950", "text": "A metallic refrigerator freezer sitting inside of a kitchen."}
|
| 952 |
+
{"query_id": "951", "text": "A room with a refrigerator with a house plant sitting on top of it."}
|
| 953 |
+
{"query_id": "952", "text": "A refrigerator that has a plant on top of it."}
|
| 954 |
+
{"query_id": "953", "text": "A refrigerator with an ice machine and two vertical doors stands on a tile floor next to a door."}
|
| 955 |
+
{"query_id": "954", "text": "People standing around a two story build with a clock on top of it."}
|
| 956 |
+
{"query_id": "955", "text": "A little girl is kneeling in front of an open refrigerator. "}
|
| 957 |
+
{"query_id": "956", "text": "A large clock and a sign on top of a building."}
|
| 958 |
+
{"query_id": "957", "text": "This kitchen has a metal side by side refrigerator/freezer combo."}
|
| 959 |
+
{"query_id": "958", "text": "A fancy clock hung up on a decorated wall."}
|
| 960 |
+
{"query_id": "959", "text": "A cutting tray with some lemons and a knife."}
|
| 961 |
+
{"query_id": "960", "text": "a collage of photos with bowl and pots "}
|
| 962 |
+
{"query_id": "961", "text": "A wide blue vase is holding an orange daisy."}
|
| 963 |
+
{"query_id": "962", "text": "An arrangement of brightly colored flowers and greenery awakens a brick wall."}
|
| 964 |
+
{"query_id": "963", "text": "two white and blue vases and a white vase with a white and yellow flower"}
|
| 965 |
+
{"query_id": "964", "text": "People standing outside doorway with ribbon across it."}
|
| 966 |
+
{"query_id": "965", "text": "A collection of small scissors labeled and pinned on a board."}
|
| 967 |
+
{"query_id": "966", "text": "A large crowd is attending a community fair."}
|
| 968 |
+
{"query_id": "967", "text": "Two naked babies on training toilets in a bathroom"}
|
| 969 |
+
{"query_id": "968", "text": "A person brushing a cat with a brush."}
|
| 970 |
+
{"query_id": "969", "text": "A concrete building with towers, a steep in the middle and a clock underneath."}
|
| 971 |
+
{"query_id": "970", "text": "A large clock tower rises up above the surrounding buildings."}
|
| 972 |
+
{"query_id": "971", "text": "a large tower that has a big clock at the top"}
|
| 973 |
+
{"query_id": "972", "text": "A large brick clock tower in the middle of a town. "}
|
| 974 |
+
{"query_id": "973", "text": "A baby girl sitting in a chair holding a white teddy bear."}
|
| 975 |
+
{"query_id": "974", "text": "An illuminated clock tower against a nighttime background"}
|
| 976 |
+
{"query_id": "975", "text": "A pile of teddy bears and dolls in a toy box."}
|
| 977 |
+
{"query_id": "976", "text": "a blue clock face with gold numbers set in a brick building"}
|
| 978 |
+
{"query_id": "977", "text": "A clock sitting in the middle of the city, in front of a building."}
|
| 979 |
+
{"query_id": "978", "text": "An old clock tower with roman numerals and bells."}
|
| 980 |
+
{"query_id": "979", "text": "A street with various buildings on each side and a clock tower."}
|
| 981 |
+
{"query_id": "980", "text": "Two men standing on a very tall clock tower with a white clock and two thermometers."}
|
| 982 |
+
{"query_id": "981", "text": "The large, very old jar is on display behind glass."}
|
| 983 |
+
{"query_id": "982", "text": "A vase filled with red and white flowers on top of a table."}
|
| 984 |
+
{"query_id": "983", "text": "A pink pitcher filled with long stemmed flowers."}
|
MixBench25.py
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
import json
|
| 3 |
+
import datasets
|
| 4 |
+
import csv
|
| 5 |
+
|
| 6 |
+
_DESCRIPTION = """\
|
| 7 |
+
MixBench is a benchmark for evaluating mixed-modality retrieval. It contains queries and corpora from four datasets: MSCOCO, Google_WIT, VisualNews, and OVEN. \
|
| 8 |
+
Each subset provides: query, corpus, mixed_corpus, and qrel splits.
|
| 9 |
+
"""
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
_HOMEPAGE = "https://huggingface.co/datasets/iclr2026-anonymous/MixBench2025"
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
_SUBSETS = ["MSCOCO", "Google_WIT", "VisualNews", "OVEN"]
|
| 16 |
+
|
| 17 |
+
class MixBenchConfig(datasets.BuilderConfig):
|
| 18 |
+
def __init__(self, name, **kwargs):
|
| 19 |
+
if name not in _SUBSETS:
|
| 20 |
+
raise ValueError(f"Unknown subset: {name}. Choose from {_SUBSETS}")
|
| 21 |
+
super().__init__(name=name, version=datasets.Version("1.0.0"), **kwargs)
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
class MixBench(datasets.GeneratorBasedBuilder):
|
| 25 |
+
BUILDER_CONFIGS = [MixBenchConfig(name=subset) for subset in _SUBSETS]
|
| 26 |
+
|
| 27 |
+
def _info(self):
|
| 28 |
+
features = datasets.Features({
|
| 29 |
+
"query_id": datasets.Value("string"),
|
| 30 |
+
"corpus_id": datasets.Value("string"),
|
| 31 |
+
"text": datasets.Value("string"),
|
| 32 |
+
"image": datasets.Value("string"),
|
| 33 |
+
"score": datasets.Value("int32"),
|
| 34 |
+
})
|
| 35 |
+
return datasets.DatasetInfo(
|
| 36 |
+
description=_DESCRIPTION,
|
| 37 |
+
features=features,
|
| 38 |
+
homepage=_HOMEPAGE,
|
| 39 |
+
)
|
| 40 |
+
|
| 41 |
+
def _split_generators(self, dl_manager):
|
| 42 |
+
|
| 43 |
+
subset_dir = os.path.join(dl_manager.manual_dir or dl_manager._base_path, self.config.name)
|
| 44 |
+
return [
|
| 45 |
+
datasets.SplitGenerator(
|
| 46 |
+
name="query",
|
| 47 |
+
gen_kwargs={"path": os.path.join(subset_dir, "queries.jsonl"), "split": "query"},
|
| 48 |
+
),
|
| 49 |
+
datasets.SplitGenerator(
|
| 50 |
+
name="corpus",
|
| 51 |
+
gen_kwargs={"path": os.path.join(subset_dir, "corpus.jsonl"), "split": "corpus"},
|
| 52 |
+
),
|
| 53 |
+
datasets.SplitGenerator(
|
| 54 |
+
name="mixed_corpus",
|
| 55 |
+
gen_kwargs={"path": os.path.join(subset_dir, "mixed_corpus.jsonl"), "split": "mixed_corpus"},
|
| 56 |
+
),
|
| 57 |
+
datasets.SplitGenerator(
|
| 58 |
+
name="qrel",
|
| 59 |
+
gen_kwargs={"path": os.path.join(subset_dir, "qrels", "qrels.tsv"), "split": "qrel"},
|
| 60 |
+
),
|
| 61 |
+
]
|
| 62 |
+
|
| 63 |
+
def _generate_examples(self, path, split):
|
| 64 |
+
if split == "qrel":
|
| 65 |
+
with open(path, encoding="utf-8") as f:
|
| 66 |
+
reader = csv.DictReader(f, delimiter="\t")
|
| 67 |
+
for idx, row in enumerate(reader):
|
| 68 |
+
yield idx, {
|
| 69 |
+
"query_id": row["query_id"],
|
| 70 |
+
"corpus_id": row["corpus_id"],
|
| 71 |
+
"score": int(row["score"]),
|
| 72 |
+
}
|
| 73 |
+
else:
|
| 74 |
+
with open(path, encoding="utf-8") as f:
|
| 75 |
+
for idx, line in enumerate(f):
|
| 76 |
+
row = json.loads(line)
|
| 77 |
+
yield idx, {
|
| 78 |
+
"query_id": row.get("query_id", ""),
|
| 79 |
+
"corpus_id": row.get("corpus_id", ""),
|
| 80 |
+
"text": row.get("text", ""),
|
| 81 |
+
"image": row.get("image", ""),
|
| 82 |
+
"score": 0,
|
| 83 |
+
}
|
OVEN/corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
OVEN/mixed_corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
OVEN/qrels/qrels.tsv
ADDED
|
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
query_id corpus_id score
|
| 2 |
+
0 0 1
|
| 3 |
+
1 1 1
|
| 4 |
+
2 2 1
|
| 5 |
+
3 3 1
|
| 6 |
+
4 4 1
|
| 7 |
+
5 5 1
|
| 8 |
+
6 6 1
|
| 9 |
+
7 7 1
|
| 10 |
+
8 8 1
|
| 11 |
+
9 9 1
|
| 12 |
+
10 10 1
|
| 13 |
+
11 11 1
|
| 14 |
+
12 12 1
|
| 15 |
+
13 13 1
|
| 16 |
+
14 14 1
|
| 17 |
+
15 15 1
|
| 18 |
+
16 16 1
|
| 19 |
+
17 17 1
|
| 20 |
+
18 18 1
|
| 21 |
+
19 19 1
|
| 22 |
+
20 20 1
|
| 23 |
+
21 21 1
|
| 24 |
+
22 22 1
|
| 25 |
+
23 23 1
|
| 26 |
+
24 24 1
|
| 27 |
+
25 25 1
|
| 28 |
+
26 26 1
|
| 29 |
+
27 27 1
|
| 30 |
+
28 28 1
|
| 31 |
+
29 29 1
|
| 32 |
+
30 30 1
|
| 33 |
+
31 31 1
|
| 34 |
+
32 32 1
|
| 35 |
+
33 33 1
|
| 36 |
+
34 34 1
|
| 37 |
+
35 35 1
|
| 38 |
+
36 36 1
|
| 39 |
+
37 37 1
|
| 40 |
+
38 38 1
|
| 41 |
+
39 39 1
|
| 42 |
+
40 40 1
|
| 43 |
+
41 41 1
|
| 44 |
+
42 42 1
|
| 45 |
+
43 43 1
|
| 46 |
+
44 44 1
|
| 47 |
+
45 45 1
|
| 48 |
+
46 46 1
|
| 49 |
+
47 47 1
|
| 50 |
+
48 48 1
|
| 51 |
+
49 49 1
|
| 52 |
+
50 50 1
|
| 53 |
+
51 51 1
|
| 54 |
+
52 52 1
|
| 55 |
+
53 53 1
|
| 56 |
+
54 54 1
|
| 57 |
+
55 55 1
|
| 58 |
+
56 56 1
|
| 59 |
+
57 57 1
|
| 60 |
+
58 58 1
|
| 61 |
+
59 59 1
|
| 62 |
+
60 60 1
|
| 63 |
+
61 61 1
|
| 64 |
+
62 62 1
|
| 65 |
+
63 63 1
|
| 66 |
+
64 64 1
|
| 67 |
+
65 65 1
|
| 68 |
+
66 66 1
|
| 69 |
+
67 67 1
|
| 70 |
+
68 68 1
|
| 71 |
+
69 69 1
|
| 72 |
+
70 70 1
|
| 73 |
+
71 71 1
|
| 74 |
+
72 72 1
|
| 75 |
+
73 73 1
|
| 76 |
+
74 74 1
|
| 77 |
+
75 75 1
|
| 78 |
+
76 76 1
|
| 79 |
+
77 77 1
|
| 80 |
+
78 78 1
|
| 81 |
+
79 79 1
|
| 82 |
+
80 80 1
|
| 83 |
+
81 81 1
|
| 84 |
+
82 82 1
|
| 85 |
+
83 83 1
|
| 86 |
+
84 84 1
|
| 87 |
+
85 85 1
|
| 88 |
+
86 86 1
|
| 89 |
+
87 87 1
|
| 90 |
+
88 88 1
|
| 91 |
+
89 89 1
|
| 92 |
+
90 90 1
|
| 93 |
+
91 91 1
|
| 94 |
+
92 92 1
|
| 95 |
+
93 93 1
|
| 96 |
+
94 94 1
|
| 97 |
+
95 95 1
|
| 98 |
+
96 96 1
|
| 99 |
+
97 97 1
|
| 100 |
+
98 98 1
|
| 101 |
+
99 99 1
|
| 102 |
+
100 100 1
|
| 103 |
+
101 101 1
|
| 104 |
+
102 102 1
|
| 105 |
+
103 103 1
|
| 106 |
+
104 104 1
|
| 107 |
+
105 105 1
|
| 108 |
+
106 106 1
|
| 109 |
+
107 107 1
|
| 110 |
+
108 108 1
|
| 111 |
+
109 109 1
|
| 112 |
+
110 110 1
|
| 113 |
+
111 111 1
|
| 114 |
+
112 112 1
|
| 115 |
+
113 113 1
|
| 116 |
+
114 114 1
|
| 117 |
+
115 115 1
|
| 118 |
+
116 116 1
|
| 119 |
+
117 117 1
|
| 120 |
+
118 118 1
|
| 121 |
+
119 119 1
|
| 122 |
+
120 120 1
|
| 123 |
+
121 121 1
|
| 124 |
+
122 122 1
|
| 125 |
+
123 123 1
|
| 126 |
+
124 124 1
|
| 127 |
+
125 125 1
|
| 128 |
+
126 126 1
|
| 129 |
+
127 127 1
|
| 130 |
+
128 128 1
|
| 131 |
+
129 129 1
|
| 132 |
+
130 130 1
|
| 133 |
+
131 131 1
|
| 134 |
+
132 132 1
|
| 135 |
+
133 133 1
|
| 136 |
+
134 134 1
|
| 137 |
+
135 135 1
|
| 138 |
+
136 136 1
|
| 139 |
+
137 137 1
|
| 140 |
+
138 138 1
|
| 141 |
+
139 139 1
|
| 142 |
+
140 140 1
|
| 143 |
+
141 141 1
|
| 144 |
+
142 142 1
|
| 145 |
+
143 143 1
|
| 146 |
+
144 144 1
|
| 147 |
+
145 145 1
|
| 148 |
+
146 146 1
|
| 149 |
+
147 147 1
|
| 150 |
+
148 148 1
|
| 151 |
+
149 149 1
|
| 152 |
+
150 150 1
|
| 153 |
+
151 151 1
|
| 154 |
+
152 152 1
|
| 155 |
+
153 153 1
|
| 156 |
+
154 154 1
|
| 157 |
+
155 155 1
|
| 158 |
+
156 156 1
|
| 159 |
+
157 157 1
|
| 160 |
+
158 158 1
|
| 161 |
+
159 159 1
|
| 162 |
+
160 160 1
|
| 163 |
+
161 161 1
|
| 164 |
+
162 162 1
|
| 165 |
+
163 163 1
|
| 166 |
+
164 164 1
|
| 167 |
+
165 165 1
|
| 168 |
+
166 166 1
|
| 169 |
+
167 167 1
|
| 170 |
+
168 168 1
|
| 171 |
+
169 169 1
|
| 172 |
+
170 170 1
|
| 173 |
+
171 171 1
|
| 174 |
+
172 172 1
|
| 175 |
+
173 173 1
|
| 176 |
+
174 174 1
|
| 177 |
+
175 175 1
|
| 178 |
+
176 176 1
|
| 179 |
+
177 177 1
|
| 180 |
+
178 178 1
|
| 181 |
+
179 179 1
|
| 182 |
+
180 180 1
|
| 183 |
+
181 181 1
|
| 184 |
+
182 182 1
|
| 185 |
+
183 183 1
|
| 186 |
+
184 184 1
|
| 187 |
+
185 185 1
|
| 188 |
+
186 186 1
|
| 189 |
+
187 187 1
|
| 190 |
+
188 188 1
|
| 191 |
+
189 189 1
|
| 192 |
+
190 190 1
|
| 193 |
+
191 191 1
|
| 194 |
+
192 192 1
|
| 195 |
+
193 193 1
|
| 196 |
+
194 194 1
|
| 197 |
+
195 195 1
|
| 198 |
+
196 196 1
|
| 199 |
+
197 197 1
|
| 200 |
+
198 198 1
|
| 201 |
+
199 199 1
|
| 202 |
+
200 200 1
|
| 203 |
+
201 201 1
|
| 204 |
+
202 202 1
|
| 205 |
+
203 203 1
|
| 206 |
+
204 204 1
|
| 207 |
+
205 205 1
|
| 208 |
+
206 206 1
|
| 209 |
+
207 207 1
|
| 210 |
+
208 208 1
|
| 211 |
+
209 209 1
|
| 212 |
+
210 210 1
|
| 213 |
+
211 211 1
|
| 214 |
+
212 212 1
|
| 215 |
+
213 213 1
|
| 216 |
+
214 214 1
|
| 217 |
+
215 215 1
|
| 218 |
+
216 216 1
|
| 219 |
+
217 217 1
|
| 220 |
+
218 218 1
|
| 221 |
+
219 219 1
|
| 222 |
+
220 220 1
|
| 223 |
+
221 221 1
|
| 224 |
+
222 222 1
|
| 225 |
+
223 223 1
|
| 226 |
+
224 224 1
|
| 227 |
+
225 225 1
|
| 228 |
+
226 226 1
|
| 229 |
+
227 227 1
|
| 230 |
+
228 228 1
|
| 231 |
+
229 229 1
|
| 232 |
+
230 230 1
|
| 233 |
+
231 231 1
|
| 234 |
+
232 232 1
|
| 235 |
+
233 233 1
|
| 236 |
+
234 234 1
|
| 237 |
+
235 235 1
|
| 238 |
+
236 236 1
|
| 239 |
+
237 237 1
|
| 240 |
+
238 238 1
|
| 241 |
+
239 239 1
|
| 242 |
+
240 240 1
|
| 243 |
+
241 241 1
|
| 244 |
+
242 242 1
|
| 245 |
+
243 243 1
|
| 246 |
+
244 244 1
|
| 247 |
+
245 245 1
|
| 248 |
+
246 246 1
|
| 249 |
+
247 247 1
|
| 250 |
+
248 248 1
|
| 251 |
+
249 249 1
|
| 252 |
+
250 250 1
|
| 253 |
+
251 251 1
|
| 254 |
+
252 252 1
|
| 255 |
+
253 253 1
|
| 256 |
+
254 254 1
|
| 257 |
+
255 255 1
|
| 258 |
+
256 256 1
|
| 259 |
+
257 257 1
|
| 260 |
+
258 258 1
|
| 261 |
+
259 259 1
|
| 262 |
+
260 260 1
|
| 263 |
+
261 261 1
|
| 264 |
+
262 262 1
|
| 265 |
+
263 263 1
|
| 266 |
+
264 264 1
|
| 267 |
+
265 265 1
|
| 268 |
+
266 266 1
|
| 269 |
+
267 267 1
|
| 270 |
+
268 268 1
|
| 271 |
+
269 269 1
|
| 272 |
+
270 270 1
|
| 273 |
+
271 271 1
|
| 274 |
+
272 272 1
|
| 275 |
+
273 273 1
|
| 276 |
+
274 274 1
|
| 277 |
+
275 275 1
|
| 278 |
+
276 276 1
|
| 279 |
+
277 277 1
|
| 280 |
+
278 278 1
|
| 281 |
+
279 279 1
|
| 282 |
+
280 280 1
|
| 283 |
+
281 281 1
|
| 284 |
+
282 282 1
|
| 285 |
+
283 283 1
|
| 286 |
+
284 284 1
|
| 287 |
+
285 285 1
|
| 288 |
+
286 286 1
|
| 289 |
+
287 287 1
|
| 290 |
+
288 288 1
|
| 291 |
+
289 289 1
|
| 292 |
+
290 290 1
|
| 293 |
+
291 291 1
|
| 294 |
+
292 292 1
|
| 295 |
+
293 293 1
|
| 296 |
+
294 294 1
|
| 297 |
+
295 295 1
|
| 298 |
+
296 296 1
|
| 299 |
+
297 297 1
|
| 300 |
+
298 298 1
|
| 301 |
+
299 299 1
|
| 302 |
+
300 300 1
|
| 303 |
+
301 301 1
|
| 304 |
+
302 302 1
|
| 305 |
+
303 303 1
|
| 306 |
+
304 304 1
|
| 307 |
+
305 305 1
|
| 308 |
+
306 306 1
|
| 309 |
+
307 307 1
|
| 310 |
+
308 308 1
|
| 311 |
+
309 309 1
|
| 312 |
+
310 310 1
|
| 313 |
+
311 311 1
|
| 314 |
+
312 312 1
|
| 315 |
+
313 313 1
|
| 316 |
+
314 314 1
|
| 317 |
+
315 315 1
|
| 318 |
+
316 316 1
|
| 319 |
+
317 317 1
|
| 320 |
+
318 318 1
|
| 321 |
+
319 319 1
|
| 322 |
+
320 320 1
|
| 323 |
+
321 321 1
|
| 324 |
+
322 322 1
|
| 325 |
+
323 323 1
|
| 326 |
+
324 324 1
|
| 327 |
+
325 325 1
|
| 328 |
+
326 326 1
|
| 329 |
+
327 327 1
|
| 330 |
+
328 328 1
|
| 331 |
+
329 329 1
|
| 332 |
+
330 330 1
|
| 333 |
+
331 331 1
|
| 334 |
+
332 332 1
|
| 335 |
+
333 333 1
|
| 336 |
+
334 334 1
|
| 337 |
+
335 335 1
|
| 338 |
+
336 336 1
|
| 339 |
+
337 337 1
|
| 340 |
+
338 338 1
|
| 341 |
+
339 339 1
|
| 342 |
+
340 340 1
|
| 343 |
+
341 341 1
|
| 344 |
+
342 342 1
|
| 345 |
+
343 343 1
|
| 346 |
+
344 344 1
|
| 347 |
+
345 345 1
|
| 348 |
+
346 346 1
|
| 349 |
+
347 347 1
|
| 350 |
+
348 348 1
|
| 351 |
+
349 349 1
|
| 352 |
+
350 350 1
|
| 353 |
+
351 351 1
|
| 354 |
+
352 352 1
|
| 355 |
+
353 353 1
|
| 356 |
+
354 354 1
|
| 357 |
+
355 355 1
|
| 358 |
+
356 356 1
|
| 359 |
+
357 357 1
|
| 360 |
+
358 358 1
|
| 361 |
+
359 359 1
|
| 362 |
+
360 360 1
|
| 363 |
+
361 361 1
|
| 364 |
+
362 362 1
|
| 365 |
+
363 363 1
|
| 366 |
+
364 364 1
|
| 367 |
+
365 365 1
|
| 368 |
+
366 366 1
|
| 369 |
+
367 367 1
|
| 370 |
+
368 368 1
|
| 371 |
+
369 369 1
|
| 372 |
+
370 370 1
|
| 373 |
+
371 371 1
|
| 374 |
+
372 372 1
|
| 375 |
+
373 373 1
|
| 376 |
+
374 374 1
|
| 377 |
+
375 375 1
|
| 378 |
+
376 376 1
|
| 379 |
+
377 377 1
|
| 380 |
+
378 378 1
|
| 381 |
+
379 379 1
|
| 382 |
+
380 380 1
|
| 383 |
+
381 381 1
|
| 384 |
+
382 382 1
|
| 385 |
+
383 383 1
|
| 386 |
+
384 384 1
|
| 387 |
+
385 385 1
|
| 388 |
+
386 386 1
|
| 389 |
+
387 387 1
|
| 390 |
+
388 388 1
|
| 391 |
+
389 389 1
|
| 392 |
+
390 390 1
|
| 393 |
+
391 391 1
|
| 394 |
+
392 392 1
|
| 395 |
+
393 393 1
|
| 396 |
+
394 394 1
|
| 397 |
+
395 395 1
|
| 398 |
+
396 396 1
|
| 399 |
+
397 397 1
|
| 400 |
+
398 398 1
|
| 401 |
+
399 399 1
|
| 402 |
+
400 400 1
|
| 403 |
+
401 401 1
|
| 404 |
+
402 402 1
|
| 405 |
+
403 403 1
|
| 406 |
+
404 404 1
|
| 407 |
+
405 405 1
|
| 408 |
+
406 406 1
|
| 409 |
+
407 407 1
|
| 410 |
+
408 408 1
|
| 411 |
+
409 409 1
|
| 412 |
+
410 410 1
|
| 413 |
+
411 411 1
|
| 414 |
+
412 412 1
|
| 415 |
+
413 413 1
|
| 416 |
+
414 414 1
|
| 417 |
+
415 415 1
|
| 418 |
+
416 416 1
|
| 419 |
+
417 417 1
|
| 420 |
+
418 418 1
|
| 421 |
+
419 419 1
|
| 422 |
+
420 420 1
|
| 423 |
+
421 421 1
|
| 424 |
+
422 422 1
|
| 425 |
+
423 423 1
|
| 426 |
+
424 424 1
|
| 427 |
+
425 425 1
|
| 428 |
+
426 426 1
|
| 429 |
+
427 427 1
|
| 430 |
+
428 428 1
|
| 431 |
+
429 429 1
|
| 432 |
+
430 430 1
|
| 433 |
+
431 431 1
|
| 434 |
+
432 432 1
|
| 435 |
+
433 433 1
|
| 436 |
+
434 434 1
|
| 437 |
+
435 435 1
|
| 438 |
+
436 436 1
|
| 439 |
+
437 437 1
|
| 440 |
+
438 438 1
|
| 441 |
+
439 439 1
|
| 442 |
+
440 440 1
|
| 443 |
+
441 441 1
|
| 444 |
+
442 442 1
|
| 445 |
+
443 443 1
|
| 446 |
+
444 444 1
|
| 447 |
+
445 445 1
|
| 448 |
+
446 446 1
|
| 449 |
+
447 447 1
|
| 450 |
+
448 448 1
|
| 451 |
+
449 449 1
|
| 452 |
+
450 450 1
|
| 453 |
+
451 451 1
|
| 454 |
+
452 452 1
|
| 455 |
+
453 453 1
|
| 456 |
+
454 454 1
|
| 457 |
+
455 455 1
|
| 458 |
+
456 456 1
|
| 459 |
+
457 457 1
|
| 460 |
+
458 458 1
|
| 461 |
+
459 459 1
|
| 462 |
+
460 460 1
|
| 463 |
+
461 461 1
|
| 464 |
+
462 462 1
|
| 465 |
+
463 463 1
|
| 466 |
+
464 464 1
|
| 467 |
+
465 465 1
|
| 468 |
+
466 466 1
|
| 469 |
+
467 467 1
|
| 470 |
+
468 468 1
|
| 471 |
+
469 469 1
|
| 472 |
+
470 470 1
|
| 473 |
+
471 471 1
|
| 474 |
+
472 472 1
|
| 475 |
+
473 473 1
|
| 476 |
+
474 474 1
|
| 477 |
+
475 475 1
|
| 478 |
+
476 476 1
|
| 479 |
+
477 477 1
|
| 480 |
+
478 478 1
|
| 481 |
+
479 479 1
|
| 482 |
+
480 480 1
|
| 483 |
+
481 481 1
|
| 484 |
+
482 482 1
|
| 485 |
+
483 483 1
|
| 486 |
+
484 484 1
|
| 487 |
+
485 485 1
|
| 488 |
+
486 486 1
|
| 489 |
+
487 487 1
|
| 490 |
+
488 488 1
|
| 491 |
+
489 489 1
|
| 492 |
+
490 490 1
|
| 493 |
+
491 491 1
|
| 494 |
+
492 492 1
|
| 495 |
+
493 493 1
|
| 496 |
+
494 494 1
|
| 497 |
+
495 495 1
|
| 498 |
+
496 496 1
|
| 499 |
+
497 497 1
|
| 500 |
+
498 498 1
|
| 501 |
+
499 499 1
|
| 502 |
+
500 500 1
|
| 503 |
+
501 501 1
|
| 504 |
+
502 502 1
|
| 505 |
+
503 503 1
|
| 506 |
+
504 504 1
|
| 507 |
+
505 505 1
|
| 508 |
+
506 506 1
|
| 509 |
+
507 507 1
|
| 510 |
+
508 508 1
|
| 511 |
+
509 509 1
|
| 512 |
+
510 510 1
|
| 513 |
+
511 511 1
|
| 514 |
+
512 512 1
|
| 515 |
+
513 513 1
|
| 516 |
+
514 514 1
|
| 517 |
+
515 515 1
|
| 518 |
+
516 516 1
|
| 519 |
+
517 517 1
|
| 520 |
+
518 518 1
|
| 521 |
+
519 519 1
|
| 522 |
+
520 520 1
|
| 523 |
+
521 521 1
|
| 524 |
+
522 522 1
|
| 525 |
+
523 523 1
|
| 526 |
+
524 524 1
|
| 527 |
+
525 525 1
|
| 528 |
+
526 526 1
|
| 529 |
+
527 527 1
|
| 530 |
+
528 528 1
|
| 531 |
+
529 529 1
|
| 532 |
+
530 530 1
|
| 533 |
+
531 531 1
|
| 534 |
+
532 532 1
|
| 535 |
+
533 533 1
|
| 536 |
+
534 534 1
|
| 537 |
+
535 535 1
|
| 538 |
+
536 536 1
|
| 539 |
+
537 537 1
|
| 540 |
+
538 538 1
|
| 541 |
+
539 539 1
|
| 542 |
+
540 540 1
|
| 543 |
+
541 541 1
|
| 544 |
+
542 542 1
|
| 545 |
+
543 543 1
|
| 546 |
+
544 544 1
|
| 547 |
+
545 545 1
|
| 548 |
+
546 546 1
|
| 549 |
+
547 547 1
|
| 550 |
+
548 548 1
|
| 551 |
+
549 549 1
|
| 552 |
+
550 550 1
|
| 553 |
+
551 551 1
|
| 554 |
+
552 552 1
|
| 555 |
+
553 553 1
|
| 556 |
+
554 554 1
|
| 557 |
+
555 555 1
|
| 558 |
+
556 556 1
|
| 559 |
+
557 557 1
|
| 560 |
+
558 558 1
|
| 561 |
+
559 559 1
|
| 562 |
+
560 560 1
|
| 563 |
+
561 561 1
|
| 564 |
+
562 562 1
|
| 565 |
+
563 563 1
|
| 566 |
+
564 564 1
|
| 567 |
+
565 565 1
|
| 568 |
+
566 566 1
|
| 569 |
+
567 567 1
|
| 570 |
+
568 568 1
|
| 571 |
+
569 569 1
|
| 572 |
+
570 570 1
|
| 573 |
+
571 571 1
|
| 574 |
+
572 572 1
|
| 575 |
+
573 573 1
|
| 576 |
+
574 574 1
|
| 577 |
+
575 575 1
|
| 578 |
+
576 576 1
|
| 579 |
+
577 577 1
|
| 580 |
+
578 578 1
|
| 581 |
+
579 579 1
|
| 582 |
+
580 580 1
|
| 583 |
+
581 581 1
|
| 584 |
+
582 582 1
|
| 585 |
+
583 583 1
|
| 586 |
+
584 584 1
|
| 587 |
+
585 585 1
|
| 588 |
+
586 586 1
|
| 589 |
+
587 587 1
|
| 590 |
+
588 588 1
|
| 591 |
+
589 589 1
|
| 592 |
+
590 590 1
|
| 593 |
+
591 591 1
|
| 594 |
+
592 592 1
|
| 595 |
+
593 593 1
|
| 596 |
+
594 594 1
|
| 597 |
+
595 595 1
|
| 598 |
+
596 596 1
|
| 599 |
+
597 597 1
|
| 600 |
+
598 598 1
|
| 601 |
+
599 599 1
|
| 602 |
+
600 600 1
|
| 603 |
+
601 601 1
|
| 604 |
+
602 602 1
|
| 605 |
+
603 603 1
|
| 606 |
+
604 604 1
|
| 607 |
+
605 605 1
|
| 608 |
+
606 606 1
|
| 609 |
+
607 607 1
|
| 610 |
+
608 608 1
|
| 611 |
+
609 609 1
|
| 612 |
+
610 610 1
|
| 613 |
+
611 611 1
|
| 614 |
+
612 612 1
|
| 615 |
+
613 613 1
|
| 616 |
+
614 614 1
|
| 617 |
+
615 615 1
|
| 618 |
+
616 616 1
|
| 619 |
+
617 617 1
|
| 620 |
+
618 618 1
|
| 621 |
+
619 619 1
|
| 622 |
+
620 620 1
|
| 623 |
+
621 621 1
|
| 624 |
+
622 622 1
|
| 625 |
+
623 623 1
|
| 626 |
+
624 624 1
|
| 627 |
+
625 625 1
|
| 628 |
+
626 626 1
|
| 629 |
+
627 627 1
|
| 630 |
+
628 628 1
|
| 631 |
+
629 629 1
|
| 632 |
+
630 630 1
|
| 633 |
+
631 631 1
|
| 634 |
+
632 632 1
|
| 635 |
+
633 633 1
|
| 636 |
+
634 634 1
|
| 637 |
+
635 635 1
|
| 638 |
+
636 636 1
|
| 639 |
+
637 637 1
|
| 640 |
+
638 638 1
|
| 641 |
+
639 639 1
|
| 642 |
+
640 640 1
|
| 643 |
+
641 641 1
|
| 644 |
+
642 642 1
|
| 645 |
+
643 643 1
|
| 646 |
+
644 644 1
|
| 647 |
+
645 645 1
|
| 648 |
+
646 646 1
|
| 649 |
+
647 647 1
|
| 650 |
+
648 648 1
|
| 651 |
+
649 649 1
|
| 652 |
+
650 650 1
|
| 653 |
+
651 651 1
|
| 654 |
+
652 652 1
|
| 655 |
+
653 653 1
|
| 656 |
+
654 654 1
|
| 657 |
+
655 655 1
|
| 658 |
+
656 656 1
|
| 659 |
+
657 657 1
|
| 660 |
+
658 658 1
|
| 661 |
+
659 659 1
|
| 662 |
+
660 660 1
|
| 663 |
+
661 661 1
|
| 664 |
+
662 662 1
|
| 665 |
+
663 663 1
|
| 666 |
+
664 664 1
|
| 667 |
+
665 665 1
|
| 668 |
+
666 666 1
|
| 669 |
+
667 667 1
|
| 670 |
+
668 668 1
|
| 671 |
+
669 669 1
|
| 672 |
+
670 670 1
|
| 673 |
+
671 671 1
|
| 674 |
+
672 672 1
|
| 675 |
+
673 673 1
|
| 676 |
+
674 674 1
|
| 677 |
+
675 675 1
|
| 678 |
+
676 676 1
|
| 679 |
+
677 677 1
|
| 680 |
+
678 678 1
|
| 681 |
+
679 679 1
|
| 682 |
+
680 680 1
|
| 683 |
+
681 681 1
|
| 684 |
+
682 682 1
|
| 685 |
+
683 683 1
|
| 686 |
+
684 684 1
|
| 687 |
+
685 685 1
|
| 688 |
+
686 686 1
|
| 689 |
+
687 687 1
|
| 690 |
+
688 688 1
|
| 691 |
+
689 689 1
|
| 692 |
+
690 690 1
|
| 693 |
+
691 691 1
|
| 694 |
+
692 692 1
|
| 695 |
+
693 693 1
|
| 696 |
+
694 694 1
|
| 697 |
+
695 695 1
|
| 698 |
+
696 696 1
|
| 699 |
+
697 697 1
|
| 700 |
+
698 698 1
|
| 701 |
+
699 699 1
|
| 702 |
+
700 700 1
|
| 703 |
+
701 701 1
|
| 704 |
+
702 702 1
|
| 705 |
+
703 703 1
|
| 706 |
+
704 704 1
|
| 707 |
+
705 705 1
|
| 708 |
+
706 706 1
|
| 709 |
+
707 707 1
|
| 710 |
+
708 708 1
|
| 711 |
+
709 709 1
|
| 712 |
+
710 710 1
|
| 713 |
+
711 711 1
|
| 714 |
+
712 712 1
|
| 715 |
+
713 713 1
|
| 716 |
+
714 714 1
|
| 717 |
+
715 715 1
|
| 718 |
+
716 716 1
|
| 719 |
+
717 717 1
|
| 720 |
+
718 718 1
|
| 721 |
+
719 719 1
|
| 722 |
+
720 720 1
|
| 723 |
+
721 721 1
|
| 724 |
+
722 722 1
|
| 725 |
+
723 723 1
|
| 726 |
+
724 724 1
|
| 727 |
+
725 725 1
|
| 728 |
+
726 726 1
|
| 729 |
+
727 727 1
|
| 730 |
+
728 728 1
|
| 731 |
+
729 729 1
|
| 732 |
+
730 730 1
|
| 733 |
+
731 731 1
|
| 734 |
+
732 732 1
|
| 735 |
+
733 733 1
|
| 736 |
+
734 734 1
|
| 737 |
+
735 735 1
|
| 738 |
+
736 736 1
|
| 739 |
+
737 737 1
|
| 740 |
+
738 738 1
|
| 741 |
+
739 739 1
|
| 742 |
+
740 740 1
|
| 743 |
+
741 741 1
|
| 744 |
+
742 742 1
|
| 745 |
+
743 743 1
|
| 746 |
+
744 744 1
|
| 747 |
+
745 745 1
|
| 748 |
+
746 746 1
|
| 749 |
+
747 747 1
|
| 750 |
+
748 748 1
|
| 751 |
+
749 749 1
|
| 752 |
+
750 750 1
|
| 753 |
+
751 751 1
|
| 754 |
+
752 752 1
|
| 755 |
+
753 753 1
|
| 756 |
+
754 754 1
|
| 757 |
+
755 755 1
|
| 758 |
+
756 756 1
|
| 759 |
+
757 757 1
|
| 760 |
+
758 758 1
|
| 761 |
+
759 759 1
|
| 762 |
+
760 760 1
|
| 763 |
+
761 761 1
|
| 764 |
+
762 762 1
|
| 765 |
+
763 763 1
|
| 766 |
+
764 764 1
|
| 767 |
+
765 765 1
|
| 768 |
+
766 766 1
|
| 769 |
+
767 767 1
|
| 770 |
+
768 768 1
|
| 771 |
+
769 769 1
|
| 772 |
+
770 770 1
|
| 773 |
+
771 771 1
|
| 774 |
+
772 772 1
|
| 775 |
+
773 773 1
|
| 776 |
+
774 774 1
|
| 777 |
+
775 775 1
|
| 778 |
+
776 776 1
|
| 779 |
+
777 777 1
|
| 780 |
+
778 778 1
|
| 781 |
+
779 779 1
|
| 782 |
+
780 780 1
|
| 783 |
+
781 781 1
|
| 784 |
+
782 782 1
|
| 785 |
+
783 783 1
|
| 786 |
+
784 784 1
|
| 787 |
+
785 785 1
|
| 788 |
+
786 786 1
|
| 789 |
+
787 787 1
|
| 790 |
+
788 788 1
|
| 791 |
+
789 789 1
|
| 792 |
+
790 790 1
|
| 793 |
+
791 791 1
|
| 794 |
+
792 792 1
|
| 795 |
+
793 793 1
|
| 796 |
+
794 794 1
|
| 797 |
+
795 795 1
|
| 798 |
+
796 796 1
|
| 799 |
+
797 797 1
|
| 800 |
+
798 798 1
|
| 801 |
+
799 799 1
|
| 802 |
+
800 800 1
|
| 803 |
+
801 801 1
|
| 804 |
+
802 802 1
|
| 805 |
+
803 803 1
|
| 806 |
+
804 804 1
|
| 807 |
+
805 805 1
|
| 808 |
+
806 806 1
|
| 809 |
+
807 807 1
|
| 810 |
+
808 808 1
|
| 811 |
+
809 809 1
|
| 812 |
+
810 810 1
|
| 813 |
+
811 811 1
|
| 814 |
+
812 812 1
|
| 815 |
+
813 813 1
|
| 816 |
+
814 814 1
|
| 817 |
+
815 815 1
|
| 818 |
+
816 816 1
|
| 819 |
+
817 817 1
|
| 820 |
+
818 818 1
|
| 821 |
+
819 819 1
|
| 822 |
+
820 820 1
|
| 823 |
+
821 821 1
|
| 824 |
+
822 822 1
|
| 825 |
+
823 823 1
|
| 826 |
+
824 824 1
|
| 827 |
+
825 825 1
|
| 828 |
+
826 826 1
|
| 829 |
+
827 827 1
|
| 830 |
+
828 828 1
|
| 831 |
+
829 829 1
|
| 832 |
+
830 830 1
|
| 833 |
+
831 831 1
|
| 834 |
+
832 832 1
|
| 835 |
+
833 833 1
|
| 836 |
+
834 834 1
|
| 837 |
+
835 835 1
|
| 838 |
+
836 836 1
|
| 839 |
+
837 837 1
|
| 840 |
+
838 838 1
|
| 841 |
+
839 839 1
|
| 842 |
+
840 840 1
|
| 843 |
+
841 841 1
|
| 844 |
+
842 842 1
|
| 845 |
+
843 843 1
|
| 846 |
+
844 844 1
|
| 847 |
+
845 845 1
|
| 848 |
+
846 846 1
|
| 849 |
+
847 847 1
|
| 850 |
+
848 848 1
|
| 851 |
+
849 849 1
|
| 852 |
+
850 850 1
|
| 853 |
+
851 851 1
|
| 854 |
+
852 852 1
|
| 855 |
+
853 853 1
|
| 856 |
+
854 854 1
|
| 857 |
+
855 855 1
|
| 858 |
+
856 856 1
|
| 859 |
+
857 857 1
|
| 860 |
+
858 858 1
|
| 861 |
+
859 859 1
|
| 862 |
+
860 860 1
|
| 863 |
+
861 861 1
|
| 864 |
+
862 862 1
|
| 865 |
+
863 863 1
|
| 866 |
+
864 864 1
|
| 867 |
+
865 865 1
|
| 868 |
+
866 866 1
|
| 869 |
+
867 867 1
|
| 870 |
+
868 868 1
|
| 871 |
+
869 869 1
|
| 872 |
+
870 870 1
|
| 873 |
+
871 871 1
|
| 874 |
+
872 872 1
|
| 875 |
+
873 873 1
|
| 876 |
+
874 874 1
|
| 877 |
+
875 875 1
|
| 878 |
+
876 876 1
|
| 879 |
+
877 877 1
|
| 880 |
+
878 878 1
|
| 881 |
+
879 879 1
|
| 882 |
+
880 880 1
|
| 883 |
+
881 881 1
|
| 884 |
+
882 882 1
|
| 885 |
+
883 883 1
|
| 886 |
+
884 884 1
|
| 887 |
+
885 885 1
|
| 888 |
+
886 886 1
|
| 889 |
+
887 887 1
|
| 890 |
+
888 888 1
|
| 891 |
+
889 889 1
|
| 892 |
+
890 890 1
|
| 893 |
+
891 891 1
|
| 894 |
+
892 892 1
|
| 895 |
+
893 893 1
|
| 896 |
+
894 894 1
|
| 897 |
+
895 895 1
|
| 898 |
+
896 896 1
|
| 899 |
+
897 897 1
|
| 900 |
+
898 898 1
|
| 901 |
+
899 899 1
|
| 902 |
+
900 900 1
|
| 903 |
+
901 901 1
|
| 904 |
+
902 902 1
|
| 905 |
+
903 903 1
|
| 906 |
+
904 904 1
|
| 907 |
+
905 905 1
|
| 908 |
+
906 906 1
|
| 909 |
+
907 907 1
|
| 910 |
+
908 908 1
|
| 911 |
+
909 909 1
|
| 912 |
+
910 910 1
|
| 913 |
+
911 911 1
|
| 914 |
+
912 912 1
|
| 915 |
+
913 913 1
|
| 916 |
+
914 914 1
|
| 917 |
+
915 915 1
|
| 918 |
+
916 916 1
|
| 919 |
+
917 917 1
|
| 920 |
+
918 918 1
|
| 921 |
+
919 919 1
|
| 922 |
+
920 920 1
|
| 923 |
+
921 921 1
|
| 924 |
+
922 922 1
|
| 925 |
+
923 923 1
|
| 926 |
+
924 924 1
|
| 927 |
+
925 925 1
|
| 928 |
+
926 926 1
|
| 929 |
+
927 927 1
|
| 930 |
+
928 928 1
|
| 931 |
+
929 929 1
|
| 932 |
+
930 930 1
|
| 933 |
+
931 931 1
|
| 934 |
+
932 932 1
|
| 935 |
+
933 933 1
|
| 936 |
+
934 934 1
|
| 937 |
+
935 935 1
|
| 938 |
+
936 936 1
|
| 939 |
+
937 937 1
|
| 940 |
+
938 938 1
|
| 941 |
+
939 939 1
|
| 942 |
+
940 940 1
|
| 943 |
+
941 941 1
|
| 944 |
+
942 942 1
|
| 945 |
+
943 943 1
|
| 946 |
+
944 944 1
|
| 947 |
+
945 945 1
|
| 948 |
+
946 946 1
|
| 949 |
+
947 947 1
|
| 950 |
+
948 948 1
|
| 951 |
+
949 949 1
|
| 952 |
+
950 950 1
|
| 953 |
+
951 951 1
|
| 954 |
+
952 952 1
|
| 955 |
+
953 953 1
|
| 956 |
+
954 954 1
|
| 957 |
+
955 955 1
|
| 958 |
+
956 956 1
|
| 959 |
+
957 957 1
|
| 960 |
+
958 958 1
|
| 961 |
+
959 959 1
|
| 962 |
+
960 960 1
|
| 963 |
+
961 961 1
|
| 964 |
+
962 962 1
|
| 965 |
+
963 963 1
|
| 966 |
+
964 964 1
|
| 967 |
+
965 965 1
|
| 968 |
+
966 966 1
|
| 969 |
+
967 967 1
|
| 970 |
+
968 968 1
|
| 971 |
+
969 969 1
|
| 972 |
+
970 970 1
|
| 973 |
+
971 971 1
|
| 974 |
+
972 972 1
|
| 975 |
+
973 973 1
|
| 976 |
+
974 974 1
|
| 977 |
+
975 975 1
|
| 978 |
+
976 976 1
|
| 979 |
+
977 977 1
|
| 980 |
+
978 978 1
|
| 981 |
+
979 979 1
|
| 982 |
+
980 980 1
|
| 983 |
+
981 981 1
|
| 984 |
+
982 982 1
|
| 985 |
+
983 983 1
|
| 986 |
+
984 984 1
|
| 987 |
+
985 985 1
|
| 988 |
+
986 986 1
|
| 989 |
+
987 987 1
|
| 990 |
+
988 988 1
|
| 991 |
+
989 989 1
|
| 992 |
+
990 990 1
|
| 993 |
+
991 991 1
|
| 994 |
+
992 992 1
|
| 995 |
+
993 993 1
|
| 996 |
+
994 994 1
|
| 997 |
+
995 995 1
|
| 998 |
+
996 996 1
|
| 999 |
+
997 997 1
|
| 1000 |
+
998 998 1
|
| 1001 |
+
999 999 1
|
OVEN/queries.jsonl
ADDED
|
@@ -0,0 +1,1000 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"query_id": "0", "text": "What is the name of this place?\n", "image": "images/0_query.jpg"}
|
| 2 |
+
{"query_id": "1", "text": "What is the category of this location?\n", "image": "images/1_query.jpg"}
|
| 3 |
+
{"query_id": "2", "text": "Where is this mountain?\n", "image": "images/2_query.jpg"}
|
| 4 |
+
{"query_id": "3", "text": "Which category of food is shown in the image?\n", "image": "images/3_query.jpg"}
|
| 5 |
+
{"query_id": "4", "text": "Where is this place?\n", "image": "images/4_query.jpg"}
|
| 6 |
+
{"query_id": "5", "text": "Where is this building?\n", "image": "images/5_query.jpg"}
|
| 7 |
+
{"query_id": "6", "text": "What is this building called?\n", "image": "images/6_query.jpg"}
|
| 8 |
+
{"query_id": "7", "text": "What is the manufacturer of this aircraft?\n", "image": "images/7_query.jpg"}
|
| 9 |
+
{"query_id": "8", "text": "What is shown in the photo?\n", "image": "images/8_query.jpg"}
|
| 10 |
+
{"query_id": "9", "text": "Where is this building?\n", "image": "images/9_query.jpg"}
|
| 11 |
+
{"query_id": "10", "text": "Where is this place?\n", "image": "images/10_query.jpg"}
|
| 12 |
+
{"query_id": "11", "text": "What is shown in the photo?\n", "image": "images/11_query.jpg"}
|
| 13 |
+
{"query_id": "12", "text": "What is the name of this location?\n", "image": "images/12_query.jpg"}
|
| 14 |
+
{"query_id": "13", "text": "What is the name of this lake?\n", "image": "images/13_query.jpg"}
|
| 15 |
+
{"query_id": "14", "text": "Which type of animal is depicted in the image?\n", "image": "images/14_query.jpg"}
|
| 16 |
+
{"query_id": "15", "text": "What is the name of this building?\n", "image": "images/15_query.jpg"}
|
| 17 |
+
{"query_id": "16", "text": "What is the name of this place?\n", "image": "images/16_query.jpg"}
|
| 18 |
+
{"query_id": "17", "text": "What is the name of this place?\n", "image": "images/17_query.jpg"}
|
| 19 |
+
{"query_id": "18", "text": "Where is this building?\n", "image": "images/18_query.jpg"}
|
| 20 |
+
{"query_id": "19", "text": "What is the category of this object?\n", "image": "images/19_query.jpg"}
|
| 21 |
+
{"query_id": "20", "text": "What is this building called?\n", "image": "images/20_query.jpg"}
|
| 22 |
+
{"query_id": "21", "text": "What is the category of this food?\n", "image": "images/21_query.jpg"}
|
| 23 |
+
{"query_id": "22", "text": "What is this mountain called?\n", "image": "images/22_query.jpg"}
|
| 24 |
+
{"query_id": "23", "text": "What is this object?\n", "image": "images/23_query.jpg"}
|
| 25 |
+
{"query_id": "24", "text": "What kind of animal is this?\n", "image": "images/24_query.jpg"}
|
| 26 |
+
{"query_id": "25", "text": "Where is this facility?\n", "image": "images/25_query.jpg"}
|
| 27 |
+
{"query_id": "26", "text": "What is the name of this building?\n", "image": "images/26_query.jpg"}
|
| 28 |
+
{"query_id": "27", "text": "Where is this building?\n", "image": "images/27_query.jpg"}
|
| 29 |
+
{"query_id": "28", "text": "What is the name of this vehicle?\n", "image": "images/28_query.jpg"}
|
| 30 |
+
{"query_id": "29", "text": "What is this building called?\n", "image": "images/29_query.jpg"}
|
| 31 |
+
{"query_id": "30", "text": "What is this building called?\n", "image": "images/30_query.jpg"}
|
| 32 |
+
{"query_id": "31", "text": "What is this location called?\n", "image": "images/31_query.jpg"}
|
| 33 |
+
{"query_id": "32", "text": "What is this mountain called?\n", "image": "images/32_query.jpg"}
|
| 34 |
+
{"query_id": "33", "text": "What shape is the closest table?\n", "image": "images/33_query.jpg"}
|
| 35 |
+
{"query_id": "34", "text": "What is the name of this building?\n", "image": "images/34_query.jpg"}
|
| 36 |
+
{"query_id": "35", "text": "What is this dish called?\n", "image": "images/35_query.jpg"}
|
| 37 |
+
{"query_id": "36", "text": "What is the name of this place?\n", "image": "images/36_query.jpg"}
|
| 38 |
+
{"query_id": "37", "text": "Where is this place?\n", "image": "images/37_query.jpg"}
|
| 39 |
+
{"query_id": "38", "text": "What category of food is it?\n", "image": "images/38_query.jpg"}
|
| 40 |
+
{"query_id": "39", "text": "What is this cloth?\n", "image": "images/39_query.jpg"}
|
| 41 |
+
{"query_id": "40", "text": "Where is this building?\n", "image": "images/40_query.jpg"}
|
| 42 |
+
{"query_id": "41", "text": "Where is this place?\n", "image": "images/41_query.jpg"}
|
| 43 |
+
{"query_id": "42", "text": "What is this building called?\n", "image": "images/42_query.jpg"}
|
| 44 |
+
{"query_id": "43", "text": "What kind of place is depicted in the picture?\n", "image": "images/43_query.jpg"}
|
| 45 |
+
{"query_id": "44", "text": "What is the name of this location?\n", "image": "images/44_query.jpg"}
|
| 46 |
+
{"query_id": "45", "text": "What is the main content of this image?\n", "image": "images/45_query.jpg"}
|
| 47 |
+
{"query_id": "46", "text": "Where is this place?\n", "image": "images/46_query.jpg"}
|
| 48 |
+
{"query_id": "47", "text": "What is this building called?\n", "image": "images/47_query.jpg"}
|
| 49 |
+
{"query_id": "48", "text": "Where is this place?\n", "image": "images/48_query.jpg"}
|
| 50 |
+
{"query_id": "49", "text": "What is the model of this aircraft?\n", "image": "images/49_query.jpg"}
|
| 51 |
+
{"query_id": "50", "text": "What is this building called?\n", "image": "images/50_query.jpg"}
|
| 52 |
+
{"query_id": "51", "text": "What is the manufacturer of this aircraft?\n", "image": "images/51_query.jpg"}
|
| 53 |
+
{"query_id": "52", "text": "What is this location called?\n", "image": "images/52_query.jpg"}
|
| 54 |
+
{"query_id": "53", "text": "What is the model of this aircraft?\n", "image": "images/53_query.jpg"}
|
| 55 |
+
{"query_id": "54", "text": "What is this building called?\n", "image": "images/54_query.jpg"}
|
| 56 |
+
{"query_id": "55", "text": "Where is this place?\n", "image": "images/55_query.jpg"}
|
| 57 |
+
{"query_id": "56", "text": "What is this vehicle called?\n", "image": "images/56_query.jpg"}
|
| 58 |
+
{"query_id": "57", "text": "Which category of sport is shown in the image?\n", "image": "images/57_query.jpg"}
|
| 59 |
+
{"query_id": "58", "text": "Where is this place?\n", "image": "images/58_query.jpg"}
|
| 60 |
+
{"query_id": "59", "text": "What kind of food is shown in the image?\n", "image": "images/59_query.jpg"}
|
| 61 |
+
{"query_id": "60", "text": "Where is this place?\n", "image": "images/60_query.jpg"}
|
| 62 |
+
{"query_id": "61", "text": "What is the manufacturer of this aircraft?\n", "image": "images/61_query.jpg"}
|
| 63 |
+
{"query_id": "62", "text": "Where is this place?\n", "image": "images/62_query.jpg"}
|
| 64 |
+
{"query_id": "63", "text": "Where is this building?\n", "image": "images/63_query.jpg"}
|
| 65 |
+
{"query_id": "64", "text": "What is the name of this building?\n", "image": "images/64_query.jpg"}
|
| 66 |
+
{"query_id": "65", "text": "What is this building called?\n", "image": "images/65_query.jpg"}
|
| 67 |
+
{"query_id": "66", "text": "What is this item?\n", "image": "images/66_query.jpg"}
|
| 68 |
+
{"query_id": "67", "text": "Which type of vehicle is depicted in the image?\n", "image": "images/67_query.jpg"}
|
| 69 |
+
{"query_id": "68", "text": "What is the model of this aircraft?\n", "image": "images/68_query.jpg"}
|
| 70 |
+
{"query_id": "69", "text": "What is the name of this building?\n", "image": "images/69_query.jpg"}
|
| 71 |
+
{"query_id": "70", "text": "What kind of object is this?\n", "image": "images/70_query.jpg"}
|
| 72 |
+
{"query_id": "71", "text": "Where is this place?\n", "image": "images/71_query.jpg"}
|
| 73 |
+
{"query_id": "72", "text": "What is this food?\n", "image": "images/72_query.jpg"}
|
| 74 |
+
{"query_id": "73", "text": "Where is this building?\n", "image": "images/73_query.jpg"}
|
| 75 |
+
{"query_id": "74", "text": "Where is this bridge?\n", "image": "images/74_query.jpg"}
|
| 76 |
+
{"query_id": "75", "text": "What is the main object?\n", "image": "images/75_query.jpg"}
|
| 77 |
+
{"query_id": "76", "text": "What is the main content of this image?\n", "image": "images/76_query.jpg"}
|
| 78 |
+
{"query_id": "77", "text": "What is the name of this building?\n", "image": "images/77_query.jpg"}
|
| 79 |
+
{"query_id": "78", "text": "What is the name of this facility?\n", "image": "images/78_query.jpg"}
|
| 80 |
+
{"query_id": "79", "text": "What is shown in the photo?\n", "image": "images/79_query.jpg"}
|
| 81 |
+
{"query_id": "80", "text": "What is this building called?\n", "image": "images/80_query.jpg"}
|
| 82 |
+
{"query_id": "81", "text": "Which type of animal is depicted in the image?\n", "image": "images/81_query.jpg"}
|
| 83 |
+
{"query_id": "82", "text": "What is the name of this building?\n", "image": "images/82_query.jpg"}
|
| 84 |
+
{"query_id": "83", "text": "What is the name of this place?\n", "image": "images/83_query.jpg"}
|
| 85 |
+
{"query_id": "84", "text": "What kind of object is this?\n", "image": "images/84_query.jpg"}
|
| 86 |
+
{"query_id": "85", "text": "What is this river called?\n", "image": "images/85_query.jpg"}
|
| 87 |
+
{"query_id": "86", "text": "Where is this location?\n", "image": "images/86_query.jpg"}
|
| 88 |
+
{"query_id": "87", "text": "What is the name of this lake?\n", "image": "images/87_query.jpg"}
|
| 89 |
+
{"query_id": "88", "text": "What is the name of this place?\n", "image": "images/88_query.jpg"}
|
| 90 |
+
{"query_id": "89", "text": "Where is this river?\n", "image": "images/89_query.jpg"}
|
| 91 |
+
{"query_id": "90", "text": "Where is this place?\n", "image": "images/90_query.jpg"}
|
| 92 |
+
{"query_id": "91", "text": "What town is presented in the image?\n", "image": "images/91_query.jpg"}
|
| 93 |
+
{"query_id": "92", "text": "What is the name of this building?\n", "image": "images/92_query.jpg"}
|
| 94 |
+
{"query_id": "93", "text": "What is in motion?\n", "image": "images/93_query.jpg"}
|
| 95 |
+
{"query_id": "94", "text": "What is the name of this place?\n", "image": "images/94_query.jpg"}
|
| 96 |
+
{"query_id": "95", "text": "What is the main object?\n", "image": "images/95_query.jpg"}
|
| 97 |
+
{"query_id": "96", "text": "What is the name of this vehicle?\n", "image": "images/96_query.jpg"}
|
| 98 |
+
{"query_id": "97", "text": "What is the name of this building?\n", "image": "images/97_query.jpg"}
|
| 99 |
+
{"query_id": "98", "text": "What is the name of this place?\n", "image": "images/98_query.jpg"}
|
| 100 |
+
{"query_id": "99", "text": "What is this building called?\n", "image": "images/99_query.jpg"}
|
| 101 |
+
{"query_id": "100", "text": "What is this garden called?\n", "image": "images/100_query.jpg"}
|
| 102 |
+
{"query_id": "101", "text": "Which category of food is shown in the image?\n", "image": "images/101_query.jpg"}
|
| 103 |
+
{"query_id": "102", "text": "What is the model of this car?\n", "image": "images/102_query.jpg"}
|
| 104 |
+
{"query_id": "103", "text": "Where is this place?\n", "image": "images/103_query.jpg"}
|
| 105 |
+
{"query_id": "104", "text": "Where is this place?\n", "image": "images/104_query.jpg"}
|
| 106 |
+
{"query_id": "105", "text": "What is the name of this building?\n", "image": "images/105_query.jpg"}
|
| 107 |
+
{"query_id": "106", "text": "Where is this location?\n", "image": "images/106_query.jpg"}
|
| 108 |
+
{"query_id": "107", "text": "What is this animal?\n", "image": "images/107_query.jpg"}
|
| 109 |
+
{"query_id": "108", "text": "What is the main content of this image?\n", "image": "images/108_query.jpg"}
|
| 110 |
+
{"query_id": "109", "text": "What is the name of this mountain?\n", "image": "images/109_query.jpg"}
|
| 111 |
+
{"query_id": "110", "text": "What is the name of this place?\n", "image": "images/110_query.jpg"}
|
| 112 |
+
{"query_id": "111", "text": "Where is this place?\n", "image": "images/111_query.jpg"}
|
| 113 |
+
{"query_id": "112", "text": "What is the main object?\n", "image": "images/112_query.jpg"}
|
| 114 |
+
{"query_id": "113", "text": "What is the name of this park?\n", "image": "images/113_query.jpg"}
|
| 115 |
+
{"query_id": "114", "text": "What is the main object?\n", "image": "images/114_query.jpg"}
|
| 116 |
+
{"query_id": "115", "text": "What is the name of this place?\n", "image": "images/115_query.jpg"}
|
| 117 |
+
{"query_id": "116", "text": "What is the main object?\n", "image": "images/116_query.jpg"}
|
| 118 |
+
{"query_id": "117", "text": "What is the name of this place?\n", "image": "images/117_query.jpg"}
|
| 119 |
+
{"query_id": "118", "text": "What is this location called?\n", "image": "images/118_query.jpg"}
|
| 120 |
+
{"query_id": "119", "text": "What is the name of this building?\n", "image": "images/119_query.jpg"}
|
| 121 |
+
{"query_id": "120", "text": "Where is this building?\n", "image": "images/120_query.jpg"}
|
| 122 |
+
{"query_id": "121", "text": "What is this building called?\n", "image": "images/121_query.jpg"}
|
| 123 |
+
{"query_id": "122", "text": "What is shown in the photo?\n", "image": "images/122_query.jpg"}
|
| 124 |
+
{"query_id": "123", "text": "Which category of food is shown in the image?\n", "image": "images/123_query.jpg"}
|
| 125 |
+
{"query_id": "124", "text": "Where is this place?\n", "image": "images/124_query.jpg"}
|
| 126 |
+
{"query_id": "125", "text": "What is the main object?\n", "image": "images/125_query.jpg"}
|
| 127 |
+
{"query_id": "126", "text": "What is the name of this vehicle?\n", "image": "images/126_query.jpg"}
|
| 128 |
+
{"query_id": "127", "text": "What equipment is presented in the image?\n", "image": "images/127_query.jpg"}
|
| 129 |
+
{"query_id": "128", "text": "What is the name of this location?\n", "image": "images/128_query.jpg"}
|
| 130 |
+
{"query_id": "129", "text": "What is the main content of this image?\n", "image": "images/129_query.jpg"}
|
| 131 |
+
{"query_id": "130", "text": "What is the manufacturer of this aircraft?\n", "image": "images/130_query.jpg"}
|
| 132 |
+
{"query_id": "131", "text": "What is the name of this building?\n", "image": "images/131_query.jpg"}
|
| 133 |
+
{"query_id": "132", "text": "What is this facility called?\n", "image": "images/132_query.jpg"}
|
| 134 |
+
{"query_id": "133", "text": "What is the name of this place?\n", "image": "images/133_query.jpg"}
|
| 135 |
+
{"query_id": "134", "text": "What is shown in the photo?\n", "image": "images/134_query.jpg"}
|
| 136 |
+
{"query_id": "135", "text": "What is the name of this place?\n", "image": "images/135_query.jpg"}
|
| 137 |
+
{"query_id": "136", "text": "What is the category of this food?\n", "image": "images/136_query.jpg"}
|
| 138 |
+
{"query_id": "137", "text": "What is shown in the photo?\n", "image": "images/137_query.jpg"}
|
| 139 |
+
{"query_id": "138", "text": "What is the name of this lake?\n", "image": "images/138_query.jpg"}
|
| 140 |
+
{"query_id": "139", "text": "What is the name of this building?\n", "image": "images/139_query.jpg"}
|
| 141 |
+
{"query_id": "140", "text": "What is this animal?\n", "image": "images/140_query.jpg"}
|
| 142 |
+
{"query_id": "141", "text": "What item is presented in the image?\n", "image": "images/141_query.jpg"}
|
| 143 |
+
{"query_id": "142", "text": "Where is this place?\n", "image": "images/142_query.jpg"}
|
| 144 |
+
{"query_id": "143", "text": "Which category of drink is shown in the image?\n", "image": "images/143_query.jpg"}
|
| 145 |
+
{"query_id": "144", "text": "Where is this place?\n", "image": "images/144_query.jpg"}
|
| 146 |
+
{"query_id": "145", "text": "What kind of material is this?\n", "image": "images/145_query.jpg"}
|
| 147 |
+
{"query_id": "146", "text": "What kind of vehicle is it?\n", "image": "images/146_query.jpg"}
|
| 148 |
+
{"query_id": "147", "text": "What is this building called?\n", "image": "images/147_query.jpg"}
|
| 149 |
+
{"query_id": "148", "text": "What is the name of this place?\n", "image": "images/148_query.jpg"}
|
| 150 |
+
{"query_id": "149", "text": "What is the name of this building?\n", "image": "images/149_query.jpg"}
|
| 151 |
+
{"query_id": "150", "text": "Where is this place?\n", "image": "images/150_query.jpg"}
|
| 152 |
+
{"query_id": "151", "text": "What is the name of this place?\n", "image": "images/151_query.jpg"}
|
| 153 |
+
{"query_id": "152", "text": "What is the model of this aircraft?\n", "image": "images/152_query.jpg"}
|
| 154 |
+
{"query_id": "153", "text": "What is this building called?\n", "image": "images/153_query.jpg"}
|
| 155 |
+
{"query_id": "154", "text": "Which type of drink is depicted in the image?\n", "image": "images/154_query.jpg"}
|
| 156 |
+
{"query_id": "155", "text": "What is the category of this animal?\n", "image": "images/155_query.jpg"}
|
| 157 |
+
{"query_id": "156", "text": "What is the name of this building?\n", "image": "images/156_query.jpg"}
|
| 158 |
+
{"query_id": "157", "text": "What is the name of this location?\n", "image": "images/157_query.jpg"}
|
| 159 |
+
{"query_id": "158", "text": "What is shown in the photo?\n", "image": "images/158_query.jpg"}
|
| 160 |
+
{"query_id": "159", "text": "Which type of item is depicted in the image?\n", "image": "images/159_query.jpg"}
|
| 161 |
+
{"query_id": "160", "text": "What is this item?\n", "image": "images/160_query.jpg"}
|
| 162 |
+
{"query_id": "161", "text": "What object is presented in the image?\n", "image": "images/161_query.jpg"}
|
| 163 |
+
{"query_id": "162", "text": "What is the model of this aircraft?\n", "image": "images/162_query.jpg"}
|
| 164 |
+
{"query_id": "163", "text": "What kind of material is this?\n", "image": "images/163_query.jpg"}
|
| 165 |
+
{"query_id": "164", "text": "What is this activity?\n", "image": "images/164_query.jpg"}
|
| 166 |
+
{"query_id": "165", "text": "What is this object?\n", "image": "images/165_query.jpg"}
|
| 167 |
+
{"query_id": "166", "text": "What is the model of this aircraft?\n", "image": "images/166_query.jpg"}
|
| 168 |
+
{"query_id": "167", "text": "What is the manufacturer of this aircraft?\n", "image": "images/167_query.jpg"}
|
| 169 |
+
{"query_id": "168", "text": "Where is this place?\n", "image": "images/168_query.jpg"}
|
| 170 |
+
{"query_id": "169", "text": "What animal is presented in the image?\n", "image": "images/169_query.jpg"}
|
| 171 |
+
{"query_id": "170", "text": "Where is this place?\n", "image": "images/170_query.jpg"}
|
| 172 |
+
{"query_id": "171", "text": "What is this vehicle?\n", "image": "images/171_query.jpg"}
|
| 173 |
+
{"query_id": "172", "text": "What is the name of this place?\n", "image": "images/172_query.jpg"}
|
| 174 |
+
{"query_id": "173", "text": "What is this building called?\n", "image": "images/173_query.jpg"}
|
| 175 |
+
{"query_id": "174", "text": "What is the name of this building?\n", "image": "images/174_query.jpg"}
|
| 176 |
+
{"query_id": "175", "text": "What is the name of this building?\n", "image": "images/175_query.jpg"}
|
| 177 |
+
{"query_id": "176", "text": "What is the name of this place?\n", "image": "images/176_query.jpg"}
|
| 178 |
+
{"query_id": "177", "text": "Where is this building?\n", "image": "images/177_query.jpg"}
|
| 179 |
+
{"query_id": "178", "text": "Where is this place?\n", "image": "images/178_query.jpg"}
|
| 180 |
+
{"query_id": "179", "text": "What is the name of this car?\n", "image": "images/179_query.jpg"}
|
| 181 |
+
{"query_id": "180", "text": "Where is this building?\n", "image": "images/180_query.jpg"}
|
| 182 |
+
{"query_id": "181", "text": "What is the name of this building?\n", "image": "images/181_query.jpg"}
|
| 183 |
+
{"query_id": "182", "text": "What is the main content of this image?\n", "image": "images/182_query.jpg"}
|
| 184 |
+
{"query_id": "183", "text": "What is this building called?\n", "image": "images/183_query.jpg"}
|
| 185 |
+
{"query_id": "184", "text": "What object is presented in the image?\n", "image": "images/184_query.jpg"}
|
| 186 |
+
{"query_id": "185", "text": "Which type of plant is depicted in the image?\n", "image": "images/185_query.jpg"}
|
| 187 |
+
{"query_id": "186", "text": "What is the name of this place?\n", "image": "images/186_query.jpg"}
|
| 188 |
+
{"query_id": "187", "text": "Where is this place?\n", "image": "images/187_query.jpg"}
|
| 189 |
+
{"query_id": "188", "text": "What is this building called?\n", "image": "images/188_query.jpg"}
|
| 190 |
+
{"query_id": "189", "text": "Where is this place?\n", "image": "images/189_query.jpg"}
|
| 191 |
+
{"query_id": "190", "text": "What is the name of this place?\n", "image": "images/190_query.jpg"}
|
| 192 |
+
{"query_id": "191", "text": "What is this facility called?\n", "image": "images/191_query.jpg"}
|
| 193 |
+
{"query_id": "192", "text": "Where is this building?\n", "image": "images/192_query.jpg"}
|
| 194 |
+
{"query_id": "193", "text": "What is the name of this place?\n", "image": "images/193_query.jpg"}
|
| 195 |
+
{"query_id": "194", "text": "What is this building called?\n", "image": "images/194_query.jpg"}
|
| 196 |
+
{"query_id": "195", "text": "Where is this place?\n", "image": "images/195_query.jpg"}
|
| 197 |
+
{"query_id": "196", "text": "What is this location called?\n", "image": "images/196_query.jpg"}
|
| 198 |
+
{"query_id": "197", "text": "What kind of car is it?\n", "image": "images/197_query.jpg"}
|
| 199 |
+
{"query_id": "198", "text": "What is the name of this building?\n", "image": "images/198_query.jpg"}
|
| 200 |
+
{"query_id": "199", "text": "Which type of item is depicted in the image?\n", "image": "images/199_query.jpg"}
|
| 201 |
+
{"query_id": "200", "text": "Where is this place?\n", "image": "images/200_query.jpg"}
|
| 202 |
+
{"query_id": "201", "text": "Where is this place?\n", "image": "images/201_query.jpg"}
|
| 203 |
+
{"query_id": "202", "text": "Which team does this player belong to?\n", "image": "images/202_query.jpg"}
|
| 204 |
+
{"query_id": "203", "text": "What is this material?\n", "image": "images/203_query.jpg"}
|
| 205 |
+
{"query_id": "204", "text": "Where is this place?\n", "image": "images/204_query.jpg"}
|
| 206 |
+
{"query_id": "205", "text": "What is the name of this building?\n", "image": "images/205_query.jpg"}
|
| 207 |
+
{"query_id": "206", "text": "What is this park called?\n", "image": "images/206_query.jpg"}
|
| 208 |
+
{"query_id": "207", "text": "What is this building called?\n", "image": "images/207_query.jpg"}
|
| 209 |
+
{"query_id": "208", "text": "Which type of food is depicted in the image?\n", "image": "images/208_query.jpg"}
|
| 210 |
+
{"query_id": "209", "text": "Where is this location?\n", "image": "images/209_query.jpg"}
|
| 211 |
+
{"query_id": "210", "text": "Where is this place?\n", "image": "images/210_query.jpg"}
|
| 212 |
+
{"query_id": "211", "text": "What is the model of this car?\n", "image": "images/211_query.jpg"}
|
| 213 |
+
{"query_id": "212", "text": "Which sports is presented?\n", "image": "images/212_query.jpg"}
|
| 214 |
+
{"query_id": "213", "text": "What is this lake called?\n", "image": "images/213_query.jpg"}
|
| 215 |
+
{"query_id": "214", "text": "What is the name of this building?\n", "image": "images/214_query.jpg"}
|
| 216 |
+
{"query_id": "215", "text": "What is the name of this town?\n", "image": "images/215_query.jpg"}
|
| 217 |
+
{"query_id": "216", "text": "What is the name of this facility?\n", "image": "images/216_query.jpg"}
|
| 218 |
+
{"query_id": "217", "text": "What is this building called?\n", "image": "images/217_query.jpg"}
|
| 219 |
+
{"query_id": "218", "text": "What is the name of this building?\n", "image": "images/218_query.jpg"}
|
| 220 |
+
{"query_id": "219", "text": "Where is this place?\n", "image": "images/219_query.jpg"}
|
| 221 |
+
{"query_id": "220", "text": "Where is this park?\n", "image": "images/220_query.jpg"}
|
| 222 |
+
{"query_id": "221", "text": "What kind of vehicle is it?\n", "image": "images/221_query.jpg"}
|
| 223 |
+
{"query_id": "222", "text": "What is this building called?\n", "image": "images/222_query.jpg"}
|
| 224 |
+
{"query_id": "223", "text": "What is the main object?\n", "image": "images/223_query.jpg"}
|
| 225 |
+
{"query_id": "224", "text": "What is this object?\n", "image": "images/224_query.jpg"}
|
| 226 |
+
{"query_id": "225", "text": "What is this car called?\n", "image": "images/225_query.jpg"}
|
| 227 |
+
{"query_id": "226", "text": "What kind of food is this?\n", "image": "images/226_query.jpg"}
|
| 228 |
+
{"query_id": "227", "text": "What is the name of this place?\n", "image": "images/227_query.jpg"}
|
| 229 |
+
{"query_id": "228", "text": "What is this park called?\n", "image": "images/228_query.jpg"}
|
| 230 |
+
{"query_id": "229", "text": "What is the name of this place?\n", "image": "images/229_query.jpg"}
|
| 231 |
+
{"query_id": "230", "text": "What is the name of this mountain?\n", "image": "images/230_query.jpg"}
|
| 232 |
+
{"query_id": "231", "text": "What is the main content of this image?\n", "image": "images/231_query.jpg"}
|
| 233 |
+
{"query_id": "232", "text": "Where is this place?\n", "image": "images/232_query.jpg"}
|
| 234 |
+
{"query_id": "233", "text": "What is the model of this aircraft?\n", "image": "images/233_query.jpg"}
|
| 235 |
+
{"query_id": "234", "text": "What is the name of this place?\n", "image": "images/234_query.jpg"}
|
| 236 |
+
{"query_id": "235", "text": "Where is this facility?\n", "image": "images/235_query.jpg"}
|
| 237 |
+
{"query_id": "236", "text": "What is this building called?\n", "image": "images/236_query.jpg"}
|
| 238 |
+
{"query_id": "237", "text": "What is the category of this material?\n", "image": "images/237_query.jpg"}
|
| 239 |
+
{"query_id": "238", "text": "What is the category of this food?\n", "image": "images/238_query.jpg"}
|
| 240 |
+
{"query_id": "239", "text": "What is the name of this building?\n", "image": "images/239_query.jpg"}
|
| 241 |
+
{"query_id": "240", "text": "Where is this building?\n", "image": "images/240_query.jpg"}
|
| 242 |
+
{"query_id": "241", "text": "Where is this place?\n", "image": "images/241_query.jpg"}
|
| 243 |
+
{"query_id": "242", "text": "What is the name of this place?\n", "image": "images/242_query.jpg"}
|
| 244 |
+
{"query_id": "243", "text": "What is this bridge called?\n", "image": "images/243_query.jpg"}
|
| 245 |
+
{"query_id": "244", "text": "Where is this building?\n", "image": "images/244_query.jpg"}
|
| 246 |
+
{"query_id": "245", "text": "What is the name of this building?\n", "image": "images/245_query.jpg"}
|
| 247 |
+
{"query_id": "246", "text": "Where is this building?\n", "image": "images/246_query.jpg"}
|
| 248 |
+
{"query_id": "247", "text": "Where is this bridge?\n", "image": "images/247_query.jpg"}
|
| 249 |
+
{"query_id": "248", "text": "Where is this building?\n", "image": "images/248_query.jpg"}
|
| 250 |
+
{"query_id": "249", "text": "What is the main object?\n", "image": "images/249_query.jpg"}
|
| 251 |
+
{"query_id": "250", "text": "What is the main content of this image?\n", "image": "images/250_query.jpg"}
|
| 252 |
+
{"query_id": "251", "text": "Where is this location?\n", "image": "images/251_query.jpg"}
|
| 253 |
+
{"query_id": "252", "text": "What kind of car is it?\n", "image": "images/252_query.jpg"}
|
| 254 |
+
{"query_id": "253", "text": "What is the category of this object?\n", "image": "images/253_query.jpg"}
|
| 255 |
+
{"query_id": "254", "text": "What is the name of this building?\n", "image": "images/254_query.jpg"}
|
| 256 |
+
{"query_id": "255", "text": "Where is this building?\n", "image": "images/255_query.jpg"}
|
| 257 |
+
{"query_id": "256", "text": "Where is this place?\n", "image": "images/256_query.jpg"}
|
| 258 |
+
{"query_id": "257", "text": "What is the name of this location?\n", "image": "images/257_query.jpg"}
|
| 259 |
+
{"query_id": "258", "text": "What is this food?\n", "image": "images/258_query.jpg"}
|
| 260 |
+
{"query_id": "259", "text": "What kind of drink is this?\n", "image": "images/259_query.jpg"}
|
| 261 |
+
{"query_id": "260", "text": "Where is this building?\n", "image": "images/260_query.jpg"}
|
| 262 |
+
{"query_id": "261", "text": "What is this facility called?\n", "image": "images/261_query.jpg"}
|
| 263 |
+
{"query_id": "262", "text": "What is the name of this place?\n", "image": "images/262_query.jpg"}
|
| 264 |
+
{"query_id": "263", "text": "What is the name of this place?\n", "image": "images/263_query.jpg"}
|
| 265 |
+
{"query_id": "264", "text": "What is the model of this aircraft?\n", "image": "images/264_query.jpg"}
|
| 266 |
+
{"query_id": "265", "text": "Where is this place?\n", "image": "images/265_query.jpg"}
|
| 267 |
+
{"query_id": "266", "text": "What food is presented in the image?\n", "image": "images/266_query.jpg"}
|
| 268 |
+
{"query_id": "267", "text": "Where is this building?\n", "image": "images/267_query.jpg"}
|
| 269 |
+
{"query_id": "268", "text": "What is the name of this building?\n", "image": "images/268_query.jpg"}
|
| 270 |
+
{"query_id": "269", "text": "What kind of item is this?\n", "image": "images/269_query.jpg"}
|
| 271 |
+
{"query_id": "270", "text": "What kind of object is this?\n", "image": "images/270_query.jpg"}
|
| 272 |
+
{"query_id": "271", "text": "What is the main object?\n", "image": "images/271_query.jpg"}
|
| 273 |
+
{"query_id": "272", "text": "What is shown in the photo?\n", "image": "images/272_query.jpg"}
|
| 274 |
+
{"query_id": "273", "text": "What is the name of this mountain?\n", "image": "images/273_query.jpg"}
|
| 275 |
+
{"query_id": "274", "text": "What is the name of this place?\n", "image": "images/274_query.jpg"}
|
| 276 |
+
{"query_id": "275", "text": "Which category of food is shown in the image?\n", "image": "images/275_query.jpg"}
|
| 277 |
+
{"query_id": "276", "text": "What is shown in the photo?\n", "image": "images/276_query.jpg"}
|
| 278 |
+
{"query_id": "277", "text": "What is the name of this building?\n", "image": "images/277_query.jpg"}
|
| 279 |
+
{"query_id": "278", "text": "What animal is presented in the image?\n", "image": "images/278_query.jpg"}
|
| 280 |
+
{"query_id": "279", "text": "Which sports is presented?\n", "image": "images/279_query.jpg"}
|
| 281 |
+
{"query_id": "280", "text": "Where is this place?\n", "image": "images/280_query.jpg"}
|
| 282 |
+
{"query_id": "281", "text": "Where is this place?\n", "image": "images/281_query.jpg"}
|
| 283 |
+
{"query_id": "282", "text": "What is this building called?\n", "image": "images/282_query.jpg"}
|
| 284 |
+
{"query_id": "283", "text": "What is the name of this place?\n", "image": "images/283_query.jpg"}
|
| 285 |
+
{"query_id": "284", "text": "What is the name of this lake?\n", "image": "images/284_query.jpg"}
|
| 286 |
+
{"query_id": "285", "text": "What is the main object?\n", "image": "images/285_query.jpg"}
|
| 287 |
+
{"query_id": "286", "text": "What is the name of this place?\n", "image": "images/286_query.jpg"}
|
| 288 |
+
{"query_id": "287", "text": "Where is this place?\n", "image": "images/287_query.jpg"}
|
| 289 |
+
{"query_id": "288", "text": "What is the model of this vehicle?\n", "image": "images/288_query.jpg"}
|
| 290 |
+
{"query_id": "289", "text": "Where is this bridge?\n", "image": "images/289_query.jpg"}
|
| 291 |
+
{"query_id": "290", "text": "What is the main object?\n", "image": "images/290_query.jpg"}
|
| 292 |
+
{"query_id": "291", "text": "What is this building called?\n", "image": "images/291_query.jpg"}
|
| 293 |
+
{"query_id": "292", "text": "Which type of food is depicted in the image?\n", "image": "images/292_query.jpg"}
|
| 294 |
+
{"query_id": "293", "text": "Where is this place?\n", "image": "images/293_query.jpg"}
|
| 295 |
+
{"query_id": "294", "text": "Where is this place?\n", "image": "images/294_query.jpg"}
|
| 296 |
+
{"query_id": "295", "text": "Where is this place?\n", "image": "images/295_query.jpg"}
|
| 297 |
+
{"query_id": "296", "text": "What is the name of this town?\n", "image": "images/296_query.jpg"}
|
| 298 |
+
{"query_id": "297", "text": "What is this building called?\n", "image": "images/297_query.jpg"}
|
| 299 |
+
{"query_id": "298", "text": "What is the author's name?\n", "image": "images/298_query.jpg"}
|
| 300 |
+
{"query_id": "299", "text": "Where is this building?\n", "image": "images/299_query.jpg"}
|
| 301 |
+
{"query_id": "300", "text": "What is this vehicle called?\n", "image": "images/300_query.jpg"}
|
| 302 |
+
{"query_id": "301", "text": "Where is this building?\n", "image": "images/301_query.jpg"}
|
| 303 |
+
{"query_id": "302", "text": "What is this building called?\n", "image": "images/302_query.jpg"}
|
| 304 |
+
{"query_id": "303", "text": "Which type of food is depicted in the image?\n", "image": "images/303_query.jpg"}
|
| 305 |
+
{"query_id": "304", "text": "Which type of animal is depicted in the image?\n", "image": "images/304_query.jpg"}
|
| 306 |
+
{"query_id": "305", "text": "What is the name of this place?\n", "image": "images/305_query.jpg"}
|
| 307 |
+
{"query_id": "306", "text": "What is the main object?\n", "image": "images/306_query.jpg"}
|
| 308 |
+
{"query_id": "307", "text": "What is standing on the table by the window?\n", "image": "images/307_query.jpg"}
|
| 309 |
+
{"query_id": "308", "text": "What is the name of this bridge?\n", "image": "images/308_query.jpg"}
|
| 310 |
+
{"query_id": "309", "text": "What is the name of this building?\n", "image": "images/309_query.jpg"}
|
| 311 |
+
{"query_id": "310", "text": "What is the name of this place?\n", "image": "images/310_query.jpg"}
|
| 312 |
+
{"query_id": "311", "text": "Which type of food is depicted in the image?\n", "image": "images/311_query.jpg"}
|
| 313 |
+
{"query_id": "312", "text": "What is this building called?\n", "image": "images/312_query.jpg"}
|
| 314 |
+
{"query_id": "313", "text": "What kind of food is this?\n", "image": "images/313_query.jpg"}
|
| 315 |
+
{"query_id": "314", "text": "What is the category of this sport?\n", "image": "images/314_query.jpg"}
|
| 316 |
+
{"query_id": "315", "text": "What is the name of this building?\n", "image": "images/315_query.jpg"}
|
| 317 |
+
{"query_id": "316", "text": "Which category of item is shown in the image?\n", "image": "images/316_query.jpg"}
|
| 318 |
+
{"query_id": "317", "text": "What is the name of this building?\n", "image": "images/317_query.jpg"}
|
| 319 |
+
{"query_id": "318", "text": "Where is this building?\n", "image": "images/318_query.jpg"}
|
| 320 |
+
{"query_id": "319", "text": "What is the name of this mountain?\n", "image": "images/319_query.jpg"}
|
| 321 |
+
{"query_id": "320", "text": "What is the name of this building?\n", "image": "images/320_query.jpg"}
|
| 322 |
+
{"query_id": "321", "text": "What is this lake called?\n", "image": "images/321_query.jpg"}
|
| 323 |
+
{"query_id": "322", "text": "Which category of food is shown in the image?\n", "image": "images/322_query.jpg"}
|
| 324 |
+
{"query_id": "323", "text": "What is the name of this mountain?\n", "image": "images/323_query.jpg"}
|
| 325 |
+
{"query_id": "324", "text": "What is the name of this city?\n", "image": "images/324_query.jpg"}
|
| 326 |
+
{"query_id": "325", "text": "What is the name of this building?\n", "image": "images/325_query.jpg"}
|
| 327 |
+
{"query_id": "326", "text": "Where is this building?\n", "image": "images/326_query.jpg"}
|
| 328 |
+
{"query_id": "327", "text": "What material is presented in the image?\n", "image": "images/327_query.jpg"}
|
| 329 |
+
{"query_id": "328", "text": "What kind of object is this?\n", "image": "images/328_query.jpg"}
|
| 330 |
+
{"query_id": "329", "text": "What is this building called?\n", "image": "images/329_query.jpg"}
|
| 331 |
+
{"query_id": "330", "text": "Which type of object is depicted in the image?\n", "image": "images/330_query.jpg"}
|
| 332 |
+
{"query_id": "331", "text": "What animal is presented in the image?\n", "image": "images/331_query.jpg"}
|
| 333 |
+
{"query_id": "332", "text": "What is the name of this place?\n", "image": "images/332_query.jpg"}
|
| 334 |
+
{"query_id": "333", "text": "Where is this place?\n", "image": "images/333_query.jpg"}
|
| 335 |
+
{"query_id": "334", "text": "What is the name of this building?\n", "image": "images/334_query.jpg"}
|
| 336 |
+
{"query_id": "335", "text": "What is the name of this bridge?\n", "image": "images/335_query.jpg"}
|
| 337 |
+
{"query_id": "336", "text": "What is this building called?\n", "image": "images/336_query.jpg"}
|
| 338 |
+
{"query_id": "337", "text": "Where is this place?\n", "image": "images/337_query.jpg"}
|
| 339 |
+
{"query_id": "338", "text": "Where is this facility?\n", "image": "images/338_query.jpg"}
|
| 340 |
+
{"query_id": "339", "text": "Where is this place?\n", "image": "images/339_query.jpg"}
|
| 341 |
+
{"query_id": "340", "text": "Where is this place?\n", "image": "images/340_query.jpg"}
|
| 342 |
+
{"query_id": "341", "text": "Which category of food is shown in the image?\n", "image": "images/341_query.jpg"}
|
| 343 |
+
{"query_id": "342", "text": "What is the name of this place?\n", "image": "images/342_query.jpg"}
|
| 344 |
+
{"query_id": "343", "text": "What is the name of this park?\n", "image": "images/343_query.jpg"}
|
| 345 |
+
{"query_id": "344", "text": "Which category of food is shown in the image?\n", "image": "images/344_query.jpg"}
|
| 346 |
+
{"query_id": "345", "text": "What is on metal platter?\n", "image": "images/345_query.jpg"}
|
| 347 |
+
{"query_id": "346", "text": "What is the name of this vehicle?\n", "image": "images/346_query.jpg"}
|
| 348 |
+
{"query_id": "347", "text": "What is the main content of this image?\n", "image": "images/347_query.jpg"}
|
| 349 |
+
{"query_id": "348", "text": "Which type of food is depicted in the image?\n", "image": "images/348_query.jpg"}
|
| 350 |
+
{"query_id": "349", "text": "What is the name of this location?\n", "image": "images/349_query.jpg"}
|
| 351 |
+
{"query_id": "350", "text": "What is this building called?\n", "image": "images/350_query.jpg"}
|
| 352 |
+
{"query_id": "351", "text": "What is this animal?\n", "image": "images/351_query.jpg"}
|
| 353 |
+
{"query_id": "352", "text": "Where is this place?\n", "image": "images/352_query.jpg"}
|
| 354 |
+
{"query_id": "353", "text": "What sport is the girl playing?\n", "image": "images/353_query.jpg"}
|
| 355 |
+
{"query_id": "354", "text": "What is the name of this place?\n", "image": "images/354_query.jpg"}
|
| 356 |
+
{"query_id": "355", "text": "Where is this park?\n", "image": "images/355_query.jpg"}
|
| 357 |
+
{"query_id": "356", "text": "Where is this place?\n", "image": "images/356_query.jpg"}
|
| 358 |
+
{"query_id": "357", "text": "What is the name of this place?\n", "image": "images/357_query.jpg"}
|
| 359 |
+
{"query_id": "358", "text": "What is the main object?\n", "image": "images/358_query.jpg"}
|
| 360 |
+
{"query_id": "359", "text": "What is the model of this aircraft?\n", "image": "images/359_query.jpg"}
|
| 361 |
+
{"query_id": "360", "text": "What is the name of this place?\n", "image": "images/360_query.jpg"}
|
| 362 |
+
{"query_id": "361", "text": "What is the category of this food?\n", "image": "images/361_query.jpg"}
|
| 363 |
+
{"query_id": "362", "text": "Where is this location?\n", "image": "images/362_query.jpg"}
|
| 364 |
+
{"query_id": "363", "text": "What is shown in the photo?\n", "image": "images/363_query.jpg"}
|
| 365 |
+
{"query_id": "364", "text": "What is the main object?\n", "image": "images/364_query.jpg"}
|
| 366 |
+
{"query_id": "365", "text": "What is the name of this place?\n", "image": "images/365_query.jpg"}
|
| 367 |
+
{"query_id": "366", "text": "What is this lake called?\n", "image": "images/366_query.jpg"}
|
| 368 |
+
{"query_id": "367", "text": "What is the name of this place?\n", "image": "images/367_query.jpg"}
|
| 369 |
+
{"query_id": "368", "text": "Which category of animal is shown in the image?\n", "image": "images/368_query.jpg"}
|
| 370 |
+
{"query_id": "369", "text": "Where is this location?\n", "image": "images/369_query.jpg"}
|
| 371 |
+
{"query_id": "370", "text": "What is this building called?\n", "image": "images/370_query.jpg"}
|
| 372 |
+
{"query_id": "371", "text": "What is this location called?\n", "image": "images/371_query.jpg"}
|
| 373 |
+
{"query_id": "372", "text": "What is this building called?\n", "image": "images/372_query.jpg"}
|
| 374 |
+
{"query_id": "373", "text": "What is the name of this place?\n", "image": "images/373_query.jpg"}
|
| 375 |
+
{"query_id": "374", "text": "What is shown in the photo?\n", "image": "images/374_query.jpg"}
|
| 376 |
+
{"query_id": "375", "text": "Where is this place?\n", "image": "images/375_query.jpg"}
|
| 377 |
+
{"query_id": "376", "text": "What is the main object?\n", "image": "images/376_query.jpg"}
|
| 378 |
+
{"query_id": "377", "text": "What is the category of this food?\n", "image": "images/377_query.jpg"}
|
| 379 |
+
{"query_id": "378", "text": "What is this item?\n", "image": "images/378_query.jpg"}
|
| 380 |
+
{"query_id": "379", "text": "What is the name of this building?\n", "image": "images/379_query.jpg"}
|
| 381 |
+
{"query_id": "380", "text": "What ancient structure is shown somewhere in the picture?\n", "image": "images/380_query.jpg"}
|
| 382 |
+
{"query_id": "381", "text": "What is the name of this dish?\n", "image": "images/381_query.jpg"}
|
| 383 |
+
{"query_id": "382", "text": "Which category of food is shown in the image?\n", "image": "images/382_query.jpg"}
|
| 384 |
+
{"query_id": "383", "text": "What is the category of this food?\n", "image": "images/383_query.jpg"}
|
| 385 |
+
{"query_id": "384", "text": "Where is this place?\n", "image": "images/384_query.jpg"}
|
| 386 |
+
{"query_id": "385", "text": "What is the name of this building?\n", "image": "images/385_query.jpg"}
|
| 387 |
+
{"query_id": "386", "text": "What is the main object?\n", "image": "images/386_query.jpg"}
|
| 388 |
+
{"query_id": "387", "text": "What is the name of this place?\n", "image": "images/387_query.jpg"}
|
| 389 |
+
{"query_id": "388", "text": "Which type of object is depicted in the image?\n", "image": "images/388_query.jpg"}
|
| 390 |
+
{"query_id": "389", "text": "Where is this place?\n", "image": "images/389_query.jpg"}
|
| 391 |
+
{"query_id": "390", "text": "Where is this building?\n", "image": "images/390_query.jpg"}
|
| 392 |
+
{"query_id": "391", "text": "Where is this place?\n", "image": "images/391_query.jpg"}
|
| 393 |
+
{"query_id": "392", "text": "Where is this building?\n", "image": "images/392_query.jpg"}
|
| 394 |
+
{"query_id": "393", "text": "Where is this building?\n", "image": "images/393_query.jpg"}
|
| 395 |
+
{"query_id": "394", "text": "What is the name of this building?\n", "image": "images/394_query.jpg"}
|
| 396 |
+
{"query_id": "395", "text": "Where is this location?\n", "image": "images/395_query.jpg"}
|
| 397 |
+
{"query_id": "396", "text": "What is the main content of this image?\n", "image": "images/396_query.jpg"}
|
| 398 |
+
{"query_id": "397", "text": "Where is this place?\n", "image": "images/397_query.jpg"}
|
| 399 |
+
{"query_id": "398", "text": "What is the name of this park?\n", "image": "images/398_query.jpg"}
|
| 400 |
+
{"query_id": "399", "text": "What is the main content of this image?\n", "image": "images/399_query.jpg"}
|
| 401 |
+
{"query_id": "400", "text": "Where is this place?\n", "image": "images/400_query.jpg"}
|
| 402 |
+
{"query_id": "401", "text": "Where is this place?\n", "image": "images/401_query.jpg"}
|
| 403 |
+
{"query_id": "402", "text": "What is the main content of this image?\n", "image": "images/402_query.jpg"}
|
| 404 |
+
{"query_id": "403", "text": "Where is this place?\n", "image": "images/403_query.jpg"}
|
| 405 |
+
{"query_id": "404", "text": "What is the name of this location?\n", "image": "images/404_query.jpg"}
|
| 406 |
+
{"query_id": "405", "text": "What is the name of this building?\n", "image": "images/405_query.jpg"}
|
| 407 |
+
{"query_id": "406", "text": "What is this mountain called?\n", "image": "images/406_query.jpg"}
|
| 408 |
+
{"query_id": "407", "text": "Where is this building?\n", "image": "images/407_query.jpg"}
|
| 409 |
+
{"query_id": "408", "text": "Where is this building?\n", "image": "images/408_query.jpg"}
|
| 410 |
+
{"query_id": "409", "text": "What is the category of this object?\n", "image": "images/409_query.jpg"}
|
| 411 |
+
{"query_id": "410", "text": "What is the name of this place?\n", "image": "images/410_query.jpg"}
|
| 412 |
+
{"query_id": "411", "text": "What is the name of this place?\n", "image": "images/411_query.jpg"}
|
| 413 |
+
{"query_id": "412", "text": "Where is this place?\n", "image": "images/412_query.jpg"}
|
| 414 |
+
{"query_id": "413", "text": "Where is this place?\n", "image": "images/413_query.jpg"}
|
| 415 |
+
{"query_id": "414", "text": "What is this food called?\n", "image": "images/414_query.jpg"}
|
| 416 |
+
{"query_id": "415", "text": "Where is this place?\n", "image": "images/415_query.jpg"}
|
| 417 |
+
{"query_id": "416", "text": "What topic are the books about?\n", "image": "images/416_query.jpg"}
|
| 418 |
+
{"query_id": "417", "text": "Where is this mountain?\n", "image": "images/417_query.jpg"}
|
| 419 |
+
{"query_id": "418", "text": "What kind of car is it?\n", "image": "images/418_query.jpg"}
|
| 420 |
+
{"query_id": "419", "text": "Where is this place?\n", "image": "images/419_query.jpg"}
|
| 421 |
+
{"query_id": "420", "text": "What is hot-n-ready?\n", "image": "images/420_query.jpg"}
|
| 422 |
+
{"query_id": "421", "text": "Where is this island?\n", "image": "images/421_query.jpg"}
|
| 423 |
+
{"query_id": "422", "text": "Where is this place?\n", "image": "images/422_query.jpg"}
|
| 424 |
+
{"query_id": "423", "text": "What food is presented in the image?\n", "image": "images/423_query.jpg"}
|
| 425 |
+
{"query_id": "424", "text": "Where is this island?\n", "image": "images/424_query.jpg"}
|
| 426 |
+
{"query_id": "425", "text": "Where is this place?\n", "image": "images/425_query.jpg"}
|
| 427 |
+
{"query_id": "426", "text": "Which category of island is shown in the image?\n", "image": "images/426_query.jpg"}
|
| 428 |
+
{"query_id": "427", "text": "What is this food?\n", "image": "images/427_query.jpg"}
|
| 429 |
+
{"query_id": "428", "text": "Where is this place?\n", "image": "images/428_query.jpg"}
|
| 430 |
+
{"query_id": "429", "text": "What is this animal?\n", "image": "images/429_query.jpg"}
|
| 431 |
+
{"query_id": "430", "text": "What is the name of this place?\n", "image": "images/430_query.jpg"}
|
| 432 |
+
{"query_id": "431", "text": "What is the main object?\n", "image": "images/431_query.jpg"}
|
| 433 |
+
{"query_id": "432", "text": "Where is this place?\n", "image": "images/432_query.jpg"}
|
| 434 |
+
{"query_id": "433", "text": "What is this building called?\n", "image": "images/433_query.jpg"}
|
| 435 |
+
{"query_id": "434", "text": "What is the name of this place?\n", "image": "images/434_query.jpg"}
|
| 436 |
+
{"query_id": "435", "text": "What is the name of this place?\n", "image": "images/435_query.jpg"}
|
| 437 |
+
{"query_id": "436", "text": "What is the name of this place?\n", "image": "images/436_query.jpg"}
|
| 438 |
+
{"query_id": "437", "text": "What is this building called?\n", "image": "images/437_query.jpg"}
|
| 439 |
+
{"query_id": "438", "text": "What kind of item is this?\n", "image": "images/438_query.jpg"}
|
| 440 |
+
{"query_id": "439", "text": "Where is this building?\n", "image": "images/439_query.jpg"}
|
| 441 |
+
{"query_id": "440", "text": "Where is this place?\n", "image": "images/440_query.jpg"}
|
| 442 |
+
{"query_id": "441", "text": "What is the name of this place?\n", "image": "images/441_query.jpg"}
|
| 443 |
+
{"query_id": "442", "text": "What animal is presented in the image?\n", "image": "images/442_query.jpg"}
|
| 444 |
+
{"query_id": "443", "text": "What is the name of this place?\n", "image": "images/443_query.jpg"}
|
| 445 |
+
{"query_id": "444", "text": "What is this food?\n", "image": "images/444_query.jpg"}
|
| 446 |
+
{"query_id": "445", "text": "What is the manufacturer of this aircraft?\n", "image": "images/445_query.jpg"}
|
| 447 |
+
{"query_id": "446", "text": "What is shown in the photo?\n", "image": "images/446_query.jpg"}
|
| 448 |
+
{"query_id": "447", "text": "Where is this place?\n", "image": "images/447_query.jpg"}
|
| 449 |
+
{"query_id": "448", "text": "What is the model of this car?\n", "image": "images/448_query.jpg"}
|
| 450 |
+
{"query_id": "449", "text": "What kind of vehicle is it?\n", "image": "images/449_query.jpg"}
|
| 451 |
+
{"query_id": "450", "text": "What is this lake called?\n", "image": "images/450_query.jpg"}
|
| 452 |
+
{"query_id": "451", "text": "Where is this building?\n", "image": "images/451_query.jpg"}
|
| 453 |
+
{"query_id": "452", "text": "What is this lake called?\n", "image": "images/452_query.jpg"}
|
| 454 |
+
{"query_id": "453", "text": "What is this location called?\n", "image": "images/453_query.jpg"}
|
| 455 |
+
{"query_id": "454", "text": "What is this building called?\n", "image": "images/454_query.jpg"}
|
| 456 |
+
{"query_id": "455", "text": "What is the category of this food?\n", "image": "images/455_query.jpg"}
|
| 457 |
+
{"query_id": "456", "text": "What is this building called?\n", "image": "images/456_query.jpg"}
|
| 458 |
+
{"query_id": "457", "text": "What is shown in the photo?\n", "image": "images/457_query.jpg"}
|
| 459 |
+
{"query_id": "458", "text": "What is this building called?\n", "image": "images/458_query.jpg"}
|
| 460 |
+
{"query_id": "459", "text": "What is this animal?\n", "image": "images/459_query.jpg"}
|
| 461 |
+
{"query_id": "460", "text": "Which category of sport is shown in the image?\n", "image": "images/460_query.jpg"}
|
| 462 |
+
{"query_id": "461", "text": "What is the name of this place?\n", "image": "images/461_query.jpg"}
|
| 463 |
+
{"query_id": "462", "text": "What is the name of this location?\n", "image": "images/462_query.jpg"}
|
| 464 |
+
{"query_id": "463", "text": "What is the name of this building?\n", "image": "images/463_query.jpg"}
|
| 465 |
+
{"query_id": "464", "text": "Where is this place?\n", "image": "images/464_query.jpg"}
|
| 466 |
+
{"query_id": "465", "text": "Where is this place?\n", "image": "images/465_query.jpg"}
|
| 467 |
+
{"query_id": "466", "text": "What is in the bottle on the desk?\n", "image": "images/466_query.jpg"}
|
| 468 |
+
{"query_id": "467", "text": "Where is this place?\n", "image": "images/467_query.jpg"}
|
| 469 |
+
{"query_id": "468", "text": "What is this building called?\n", "image": "images/468_query.jpg"}
|
| 470 |
+
{"query_id": "469", "text": "Where is this building?\n", "image": "images/469_query.jpg"}
|
| 471 |
+
{"query_id": "470", "text": "Which category of food is shown in the image?\n", "image": "images/470_query.jpg"}
|
| 472 |
+
{"query_id": "471", "text": "What is the name of this place?\n", "image": "images/471_query.jpg"}
|
| 473 |
+
{"query_id": "472", "text": "What is this building called?\n", "image": "images/472_query.jpg"}
|
| 474 |
+
{"query_id": "473", "text": "Which type of material is depicted in the image?\n", "image": "images/473_query.jpg"}
|
| 475 |
+
{"query_id": "474", "text": "What is the model of this car?\n", "image": "images/474_query.jpg"}
|
| 476 |
+
{"query_id": "475", "text": "What is this building called?\n", "image": "images/475_query.jpg"}
|
| 477 |
+
{"query_id": "476", "text": "Where is this place?\n", "image": "images/476_query.jpg"}
|
| 478 |
+
{"query_id": "477", "text": "Where is this garden?\n", "image": "images/477_query.jpg"}
|
| 479 |
+
{"query_id": "478", "text": "What is the name of this place?\n", "image": "images/478_query.jpg"}
|
| 480 |
+
{"query_id": "479", "text": "What is the main content of this image?\n", "image": "images/479_query.jpg"}
|
| 481 |
+
{"query_id": "480", "text": "Where is this place?\n", "image": "images/480_query.jpg"}
|
| 482 |
+
{"query_id": "481", "text": "What is this building called?\n", "image": "images/481_query.jpg"}
|
| 483 |
+
{"query_id": "482", "text": "What is this building called?\n", "image": "images/482_query.jpg"}
|
| 484 |
+
{"query_id": "483", "text": "What is the name of this place?\n", "image": "images/483_query.jpg"}
|
| 485 |
+
{"query_id": "484", "text": "What is the name of this place?\n", "image": "images/484_query.jpg"}
|
| 486 |
+
{"query_id": "485", "text": "Where is this location?\n", "image": "images/485_query.jpg"}
|
| 487 |
+
{"query_id": "486", "text": "Where is this building?\n", "image": "images/486_query.jpg"}
|
| 488 |
+
{"query_id": "487", "text": "What is this food?\n", "image": "images/487_query.jpg"}
|
| 489 |
+
{"query_id": "488", "text": "What is the main object?\n", "image": "images/488_query.jpg"}
|
| 490 |
+
{"query_id": "489", "text": "What is the main object?\n", "image": "images/489_query.jpg"}
|
| 491 |
+
{"query_id": "490", "text": "What is the name of this place?\n", "image": "images/490_query.jpg"}
|
| 492 |
+
{"query_id": "491", "text": "What is the name of this building?\n", "image": "images/491_query.jpg"}
|
| 493 |
+
{"query_id": "492", "text": "What is the name of this place?\n", "image": "images/492_query.jpg"}
|
| 494 |
+
{"query_id": "493", "text": "What is this location called?\n", "image": "images/493_query.jpg"}
|
| 495 |
+
{"query_id": "494", "text": "Where is this place?\n", "image": "images/494_query.jpg"}
|
| 496 |
+
{"query_id": "495", "text": "What is this building called?\n", "image": "images/495_query.jpg"}
|
| 497 |
+
{"query_id": "496", "text": "What is this building called?\n", "image": "images/496_query.jpg"}
|
| 498 |
+
{"query_id": "497", "text": "Where is this building?\n", "image": "images/497_query.jpg"}
|
| 499 |
+
{"query_id": "498", "text": "What is the name of this building?\n", "image": "images/498_query.jpg"}
|
| 500 |
+
{"query_id": "499", "text": "What is this location called?\n", "image": "images/499_query.jpg"}
|
| 501 |
+
{"query_id": "500", "text": "What is the category of this material?\n", "image": "images/500_query.jpg"}
|
| 502 |
+
{"query_id": "501", "text": "What is the name of this building?\n", "image": "images/501_query.jpg"}
|
| 503 |
+
{"query_id": "502", "text": "What is the main content of this image?\n", "image": "images/502_query.jpg"}
|
| 504 |
+
{"query_id": "503", "text": "What kind of animal is this?\n", "image": "images/503_query.jpg"}
|
| 505 |
+
{"query_id": "504", "text": "What is the name of this building?\n", "image": "images/504_query.jpg"}
|
| 506 |
+
{"query_id": "505", "text": "What is the name of this place?\n", "image": "images/505_query.jpg"}
|
| 507 |
+
{"query_id": "506", "text": "Where is this place?\n", "image": "images/506_query.jpg"}
|
| 508 |
+
{"query_id": "507", "text": "What is the name of this place?\n", "image": "images/507_query.jpg"}
|
| 509 |
+
{"query_id": "508", "text": "What is the name of this park?\n", "image": "images/508_query.jpg"}
|
| 510 |
+
{"query_id": "509", "text": "Where is this building?\n", "image": "images/509_query.jpg"}
|
| 511 |
+
{"query_id": "510", "text": "What is this food?\n", "image": "images/510_query.jpg"}
|
| 512 |
+
{"query_id": "511", "text": "What is the main content of this image?\n", "image": "images/511_query.jpg"}
|
| 513 |
+
{"query_id": "512", "text": "What is the main object?\n", "image": "images/512_query.jpg"}
|
| 514 |
+
{"query_id": "513", "text": "What island is presented in the image?\n", "image": "images/513_query.jpg"}
|
| 515 |
+
{"query_id": "514", "text": "What is the name of this location?\n", "image": "images/514_query.jpg"}
|
| 516 |
+
{"query_id": "515", "text": "What is the main content of this image?\n", "image": "images/515_query.jpg"}
|
| 517 |
+
{"query_id": "516", "text": "Where is this building?\n", "image": "images/516_query.jpg"}
|
| 518 |
+
{"query_id": "517", "text": "What is the name of this place?\n", "image": "images/517_query.jpg"}
|
| 519 |
+
{"query_id": "518", "text": "What is this mountain called?\n", "image": "images/518_query.jpg"}
|
| 520 |
+
{"query_id": "519", "text": "Where is this place?\n", "image": "images/519_query.jpg"}
|
| 521 |
+
{"query_id": "520", "text": "Where is this place?\n", "image": "images/520_query.jpg"}
|
| 522 |
+
{"query_id": "521", "text": "What is the name of this building?\n", "image": "images/521_query.jpg"}
|
| 523 |
+
{"query_id": "522", "text": "What is this food?\n", "image": "images/522_query.jpg"}
|
| 524 |
+
{"query_id": "523", "text": "What is the name of this mountain?\n", "image": "images/523_query.jpg"}
|
| 525 |
+
{"query_id": "524", "text": "What is the name of this building?\n", "image": "images/524_query.jpg"}
|
| 526 |
+
{"query_id": "525", "text": "Where is this bridge?\n", "image": "images/525_query.jpg"}
|
| 527 |
+
{"query_id": "526", "text": "Where is this building?\n", "image": "images/526_query.jpg"}
|
| 528 |
+
{"query_id": "527", "text": "Where is this town?\n", "image": "images/527_query.jpg"}
|
| 529 |
+
{"query_id": "528", "text": "Where is this building?\n", "image": "images/528_query.jpg"}
|
| 530 |
+
{"query_id": "529", "text": "What kind of object is this?\n", "image": "images/529_query.jpg"}
|
| 531 |
+
{"query_id": "530", "text": "What is this building called?\n", "image": "images/530_query.jpg"}
|
| 532 |
+
{"query_id": "531", "text": "Which type of plant is depicted in the image?\n", "image": "images/531_query.jpg"}
|
| 533 |
+
{"query_id": "532", "text": "What is this material?\n", "image": "images/532_query.jpg"}
|
| 534 |
+
{"query_id": "533", "text": "What is shown in the photo?\n", "image": "images/533_query.jpg"}
|
| 535 |
+
{"query_id": "534", "text": "Where is this place?\n", "image": "images/534_query.jpg"}
|
| 536 |
+
{"query_id": "535", "text": "Where is this place?\n", "image": "images/535_query.jpg"}
|
| 537 |
+
{"query_id": "536", "text": "What is the name of this place?\n", "image": "images/536_query.jpg"}
|
| 538 |
+
{"query_id": "537", "text": "What pole holding street signs in the photo?\n", "image": "images/537_query.jpg"}
|
| 539 |
+
{"query_id": "538", "text": "What is this building called?\n", "image": "images/538_query.jpg"}
|
| 540 |
+
{"query_id": "539", "text": "What is this car called?\n", "image": "images/539_query.jpg"}
|
| 541 |
+
{"query_id": "540", "text": "What kind of food is this?\n", "image": "images/540_query.jpg"}
|
| 542 |
+
{"query_id": "541", "text": "Where is this place?\n", "image": "images/541_query.jpg"}
|
| 543 |
+
{"query_id": "542", "text": "What is the main content of this image?\n", "image": "images/542_query.jpg"}
|
| 544 |
+
{"query_id": "543", "text": "What is the name of this park?\n", "image": "images/543_query.jpg"}
|
| 545 |
+
{"query_id": "544", "text": "What is this building called?\n", "image": "images/544_query.jpg"}
|
| 546 |
+
{"query_id": "545", "text": "What is shown in the photo?\n", "image": "images/545_query.jpg"}
|
| 547 |
+
{"query_id": "546", "text": "Where is this building?\n", "image": "images/546_query.jpg"}
|
| 548 |
+
{"query_id": "547", "text": "Where is this building?\n", "image": "images/547_query.jpg"}
|
| 549 |
+
{"query_id": "548", "text": "What animal is presented in the image?\n", "image": "images/548_query.jpg"}
|
| 550 |
+
{"query_id": "549", "text": "What is the name of this building?\n", "image": "images/549_query.jpg"}
|
| 551 |
+
{"query_id": "550", "text": "What kind of food is this?\n", "image": "images/550_query.jpg"}
|
| 552 |
+
{"query_id": "551", "text": "What kind of location is this?\n", "image": "images/551_query.jpg"}
|
| 553 |
+
{"query_id": "552", "text": "Where is this place?\n", "image": "images/552_query.jpg"}
|
| 554 |
+
{"query_id": "553", "text": "What is yellow in the picture?\n", "image": "images/553_query.jpg"}
|
| 555 |
+
{"query_id": "554", "text": "What is the model of this car?\n", "image": "images/554_query.jpg"}
|
| 556 |
+
{"query_id": "555", "text": "What is the name of this building?\n", "image": "images/555_query.jpg"}
|
| 557 |
+
{"query_id": "556", "text": "What is the main object?\n", "image": "images/556_query.jpg"}
|
| 558 |
+
{"query_id": "557", "text": "Where is this place?\n", "image": "images/557_query.jpg"}
|
| 559 |
+
{"query_id": "558", "text": "What is the name of this place?\n", "image": "images/558_query.jpg"}
|
| 560 |
+
{"query_id": "559", "text": "What is the name of this place?\n", "image": "images/559_query.jpg"}
|
| 561 |
+
{"query_id": "560", "text": "What is the name of this place?\n", "image": "images/560_query.jpg"}
|
| 562 |
+
{"query_id": "561", "text": "What is the name of this building?\n", "image": "images/561_query.jpg"}
|
| 563 |
+
{"query_id": "562", "text": "What is the name of this building?\n", "image": "images/562_query.jpg"}
|
| 564 |
+
{"query_id": "563", "text": "What is the name of this lake?\n", "image": "images/563_query.jpg"}
|
| 565 |
+
{"query_id": "564", "text": "What is the name of this place?\n", "image": "images/564_query.jpg"}
|
| 566 |
+
{"query_id": "565", "text": "Where is this place?\n", "image": "images/565_query.jpg"}
|
| 567 |
+
{"query_id": "566", "text": "Which professional athlete is hosting this event?\n", "image": "images/566_query.jpg"}
|
| 568 |
+
{"query_id": "567", "text": "Where is this building?\n", "image": "images/567_query.jpg"}
|
| 569 |
+
{"query_id": "568", "text": "Where is this building?\n", "image": "images/568_query.jpg"}
|
| 570 |
+
{"query_id": "569", "text": "What is this bridge called?\n", "image": "images/569_query.jpg"}
|
| 571 |
+
{"query_id": "570", "text": "What is this building called?\n", "image": "images/570_query.jpg"}
|
| 572 |
+
{"query_id": "571", "text": "What animal is presented in the image?\n", "image": "images/571_query.jpg"}
|
| 573 |
+
{"query_id": "572", "text": "What is the name of this place?\n", "image": "images/572_query.jpg"}
|
| 574 |
+
{"query_id": "573", "text": "What is the name of this place?\n", "image": "images/573_query.jpg"}
|
| 575 |
+
{"query_id": "574", "text": "Where is this building?\n", "image": "images/574_query.jpg"}
|
| 576 |
+
{"query_id": "575", "text": "What is the main content of this image?\n", "image": "images/575_query.jpg"}
|
| 577 |
+
{"query_id": "576", "text": "What is the name of this building?\n", "image": "images/576_query.jpg"}
|
| 578 |
+
{"query_id": "577", "text": "What is the name of this location?\n", "image": "images/577_query.jpg"}
|
| 579 |
+
{"query_id": "578", "text": "What is the main object?\n", "image": "images/578_query.jpg"}
|
| 580 |
+
{"query_id": "579", "text": "Where is this place?\n", "image": "images/579_query.jpg"}
|
| 581 |
+
{"query_id": "580", "text": "Which type of object is depicted in the image?\n", "image": "images/580_query.jpg"}
|
| 582 |
+
{"query_id": "581", "text": "Which category of food is shown in the image?\n", "image": "images/581_query.jpg"}
|
| 583 |
+
{"query_id": "582", "text": "What is the name of this place?\n", "image": "images/582_query.jpg"}
|
| 584 |
+
{"query_id": "583", "text": "What is the model of this aircraft?\n", "image": "images/583_query.jpg"}
|
| 585 |
+
{"query_id": "584", "text": "What is the name of this place?\n", "image": "images/584_query.jpg"}
|
| 586 |
+
{"query_id": "585", "text": "What is the name of this building?\n", "image": "images/585_query.jpg"}
|
| 587 |
+
{"query_id": "586", "text": "What is shown in the photo?\n", "image": "images/586_query.jpg"}
|
| 588 |
+
{"query_id": "587", "text": "What is shown in the photo?\n", "image": "images/587_query.jpg"}
|
| 589 |
+
{"query_id": "588", "text": "Where is this place?\n", "image": "images/588_query.jpg"}
|
| 590 |
+
{"query_id": "589", "text": "What is this building called?\n", "image": "images/589_query.jpg"}
|
| 591 |
+
{"query_id": "590", "text": "Where is this place?\n", "image": "images/590_query.jpg"}
|
| 592 |
+
{"query_id": "591", "text": "Where is this place?\n", "image": "images/591_query.jpg"}
|
| 593 |
+
{"query_id": "592", "text": "Where is this location?\n", "image": "images/592_query.jpg"}
|
| 594 |
+
{"query_id": "593", "text": "What is the name of this place?\n", "image": "images/593_query.jpg"}
|
| 595 |
+
{"query_id": "594", "text": "What is the name of this place?\n", "image": "images/594_query.jpg"}
|
| 596 |
+
{"query_id": "595", "text": "What is the manufacturer of this aircraft?\n", "image": "images/595_query.jpg"}
|
| 597 |
+
{"query_id": "596", "text": "Where is this place?\n", "image": "images/596_query.jpg"}
|
| 598 |
+
{"query_id": "597", "text": "What kind of food is this?\n", "image": "images/597_query.jpg"}
|
| 599 |
+
{"query_id": "598", "text": "What is the name of this car?\n", "image": "images/598_query.jpg"}
|
| 600 |
+
{"query_id": "599", "text": "What is this building called?\n", "image": "images/599_query.jpg"}
|
| 601 |
+
{"query_id": "600", "text": "Where is this town?\n", "image": "images/600_query.jpg"}
|
| 602 |
+
{"query_id": "601", "text": "Where is this building?\n", "image": "images/601_query.jpg"}
|
| 603 |
+
{"query_id": "602", "text": "Where is this building?\n", "image": "images/602_query.jpg"}
|
| 604 |
+
{"query_id": "603", "text": "What is the name of this building?\n", "image": "images/603_query.jpg"}
|
| 605 |
+
{"query_id": "604", "text": "Where is this place?\n", "image": "images/604_query.jpg"}
|
| 606 |
+
{"query_id": "605", "text": "What is the name of this building?\n", "image": "images/605_query.jpg"}
|
| 607 |
+
{"query_id": "606", "text": "What is this building called?\n", "image": "images/606_query.jpg"}
|
| 608 |
+
{"query_id": "607", "text": "What is the name of this building?\n", "image": "images/607_query.jpg"}
|
| 609 |
+
{"query_id": "608", "text": "Which category of object is shown in the image?\n", "image": "images/608_query.jpg"}
|
| 610 |
+
{"query_id": "609", "text": "What is the category of this animal?\n", "image": "images/609_query.jpg"}
|
| 611 |
+
{"query_id": "610", "text": "What is the model of this aircraft?\n", "image": "images/610_query.jpg"}
|
| 612 |
+
{"query_id": "611", "text": "What is this animal?\n", "image": "images/611_query.jpg"}
|
| 613 |
+
{"query_id": "612", "text": "What is the model of this vehicle?\n", "image": "images/612_query.jpg"}
|
| 614 |
+
{"query_id": "613", "text": "What is the category of this object?\n", "image": "images/613_query.jpg"}
|
| 615 |
+
{"query_id": "614", "text": "What is the name of this place?\n", "image": "images/614_query.jpg"}
|
| 616 |
+
{"query_id": "615", "text": "What is the category of this object?\n", "image": "images/615_query.jpg"}
|
| 617 |
+
{"query_id": "616", "text": "What is the name of this building?\n", "image": "images/616_query.jpg"}
|
| 618 |
+
{"query_id": "617", "text": "What is the name of this place?\n", "image": "images/617_query.jpg"}
|
| 619 |
+
{"query_id": "618", "text": "Where is this place?\n", "image": "images/618_query.jpg"}
|
| 620 |
+
{"query_id": "619", "text": "What is shown in the photo?\n", "image": "images/619_query.jpg"}
|
| 621 |
+
{"query_id": "620", "text": "What is shown in the photo?\n", "image": "images/620_query.jpg"}
|
| 622 |
+
{"query_id": "621", "text": "What is this building called?\n", "image": "images/621_query.jpg"}
|
| 623 |
+
{"query_id": "622", "text": "What is under siege?\n", "image": "images/622_query.jpg"}
|
| 624 |
+
{"query_id": "623", "text": "Where is this building?\n", "image": "images/623_query.jpg"}
|
| 625 |
+
{"query_id": "624", "text": "Where is this place?\n", "image": "images/624_query.jpg"}
|
| 626 |
+
{"query_id": "625", "text": "Where is this place?\n", "image": "images/625_query.jpg"}
|
| 627 |
+
{"query_id": "626", "text": "What is the name of this building?\n", "image": "images/626_query.jpg"}
|
| 628 |
+
{"query_id": "627", "text": "Where is this building?\n", "image": "images/627_query.jpg"}
|
| 629 |
+
{"query_id": "628", "text": "Where is this location?\n", "image": "images/628_query.jpg"}
|
| 630 |
+
{"query_id": "629", "text": "What is this lake called?\n", "image": "images/629_query.jpg"}
|
| 631 |
+
{"query_id": "630", "text": "What is the name of this place?\n", "image": "images/630_query.jpg"}
|
| 632 |
+
{"query_id": "631", "text": "What kind of animal is this?\n", "image": "images/631_query.jpg"}
|
| 633 |
+
{"query_id": "632", "text": "What material is presented in the image?\n", "image": "images/632_query.jpg"}
|
| 634 |
+
{"query_id": "633", "text": "Where is this place?\n", "image": "images/633_query.jpg"}
|
| 635 |
+
{"query_id": "634", "text": "What is this facility called?\n", "image": "images/634_query.jpg"}
|
| 636 |
+
{"query_id": "635", "text": "What is the model of this aircraft?\n", "image": "images/635_query.jpg"}
|
| 637 |
+
{"query_id": "636", "text": "What is this person?\n", "image": "images/636_query.jpg"}
|
| 638 |
+
{"query_id": "637", "text": "What is this drink?\n", "image": "images/637_query.jpg"}
|
| 639 |
+
{"query_id": "638", "text": "Where is this building?\n", "image": "images/638_query.jpg"}
|
| 640 |
+
{"query_id": "639", "text": "What is the name of this building?\n", "image": "images/639_query.jpg"}
|
| 641 |
+
{"query_id": "640", "text": "What is this car called?\n", "image": "images/640_query.jpg"}
|
| 642 |
+
{"query_id": "641", "text": "What is shown in the photo?\n", "image": "images/641_query.jpg"}
|
| 643 |
+
{"query_id": "642", "text": "What is the name of this building?\n", "image": "images/642_query.jpg"}
|
| 644 |
+
{"query_id": "643", "text": "What is the name of this village?\n", "image": "images/643_query.jpg"}
|
| 645 |
+
{"query_id": "644", "text": "What is the name of this place?\n", "image": "images/644_query.jpg"}
|
| 646 |
+
{"query_id": "645", "text": "What is the name of this place?\n", "image": "images/645_query.jpg"}
|
| 647 |
+
{"query_id": "646", "text": "What is this building called?\n", "image": "images/646_query.jpg"}
|
| 648 |
+
{"query_id": "647", "text": "Where is this place?\n", "image": "images/647_query.jpg"}
|
| 649 |
+
{"query_id": "648", "text": "Which type of food is depicted in the image?\n", "image": "images/648_query.jpg"}
|
| 650 |
+
{"query_id": "649", "text": "Where is this building?\n", "image": "images/649_query.jpg"}
|
| 651 |
+
{"query_id": "650", "text": "Where is this building?\n", "image": "images/650_query.jpg"}
|
| 652 |
+
{"query_id": "651", "text": "What is the category of this facility?\n", "image": "images/651_query.jpg"}
|
| 653 |
+
{"query_id": "652", "text": "What is the name of this building?\n", "image": "images/652_query.jpg"}
|
| 654 |
+
{"query_id": "653", "text": "What is the name of this place?\n", "image": "images/653_query.jpg"}
|
| 655 |
+
{"query_id": "654", "text": "What is the name of this place?\n", "image": "images/654_query.jpg"}
|
| 656 |
+
{"query_id": "655", "text": "What is the name of this building?\n", "image": "images/655_query.jpg"}
|
| 657 |
+
{"query_id": "656", "text": "What is the main object?\n", "image": "images/656_query.jpg"}
|
| 658 |
+
{"query_id": "657", "text": "Where is this place?\n", "image": "images/657_query.jpg"}
|
| 659 |
+
{"query_id": "658", "text": "What is the main content of this image?\n", "image": "images/658_query.jpg"}
|
| 660 |
+
{"query_id": "659", "text": "Which category of material is shown in the image?\n", "image": "images/659_query.jpg"}
|
| 661 |
+
{"query_id": "660", "text": "Where is this building?\n", "image": "images/660_query.jpg"}
|
| 662 |
+
{"query_id": "661", "text": "What kind of sports is shown in the image?\n", "image": "images/661_query.jpg"}
|
| 663 |
+
{"query_id": "662", "text": "What is this location called?\n", "image": "images/662_query.jpg"}
|
| 664 |
+
{"query_id": "663", "text": "What is this material?\n", "image": "images/663_query.jpg"}
|
| 665 |
+
{"query_id": "664", "text": "What is the name of this place?\n", "image": "images/664_query.jpg"}
|
| 666 |
+
{"query_id": "665", "text": "What is the main content of this image?\n", "image": "images/665_query.jpg"}
|
| 667 |
+
{"query_id": "666", "text": "Which category of animal is shown in the image?\n", "image": "images/666_query.jpg"}
|
| 668 |
+
{"query_id": "667", "text": "What is the name of this location?\n", "image": "images/667_query.jpg"}
|
| 669 |
+
{"query_id": "668", "text": "Where is this bridge?\n", "image": "images/668_query.jpg"}
|
| 670 |
+
{"query_id": "669", "text": "What is the name of this place?\n", "image": "images/669_query.jpg"}
|
| 671 |
+
{"query_id": "670", "text": "What is the name of this place?\n", "image": "images/670_query.jpg"}
|
| 672 |
+
{"query_id": "671", "text": "Where is this place?\n", "image": "images/671_query.jpg"}
|
| 673 |
+
{"query_id": "672", "text": "What is this mountain called?\n", "image": "images/672_query.jpg"}
|
| 674 |
+
{"query_id": "673", "text": "What is this object?\n", "image": "images/673_query.jpg"}
|
| 675 |
+
{"query_id": "674", "text": "Where is this place?\n", "image": "images/674_query.jpg"}
|
| 676 |
+
{"query_id": "675", "text": "What is the name of this place?\n", "image": "images/675_query.jpg"}
|
| 677 |
+
{"query_id": "676", "text": "Which type of location is depicted in the image?\n", "image": "images/676_query.jpg"}
|
| 678 |
+
{"query_id": "677", "text": "What animal is presented in the image?\n", "image": "images/677_query.jpg"}
|
| 679 |
+
{"query_id": "678", "text": "What is this location?\n", "image": "images/678_query.jpg"}
|
| 680 |
+
{"query_id": "679", "text": "What is this building called?\n", "image": "images/679_query.jpg"}
|
| 681 |
+
{"query_id": "680", "text": "What is the main content of this image?\n", "image": "images/680_query.jpg"}
|
| 682 |
+
{"query_id": "681", "text": "What is this location called?\n", "image": "images/681_query.jpg"}
|
| 683 |
+
{"query_id": "682", "text": "Where is this place?\n", "image": "images/682_query.jpg"}
|
| 684 |
+
{"query_id": "683", "text": "Where is this building?\n", "image": "images/683_query.jpg"}
|
| 685 |
+
{"query_id": "684", "text": "What is the name of this place?\n", "image": "images/684_query.jpg"}
|
| 686 |
+
{"query_id": "685", "text": "Where is this facility?\n", "image": "images/685_query.jpg"}
|
| 687 |
+
{"query_id": "686", "text": "What is this building called?\n", "image": "images/686_query.jpg"}
|
| 688 |
+
{"query_id": "687", "text": "What is the name of this place?\n", "image": "images/687_query.jpg"}
|
| 689 |
+
{"query_id": "688", "text": "What is this location called?\n", "image": "images/688_query.jpg"}
|
| 690 |
+
{"query_id": "689", "text": "What kind of sport is this?\n", "image": "images/689_query.jpg"}
|
| 691 |
+
{"query_id": "690", "text": "What is the name of this location?\n", "image": "images/690_query.jpg"}
|
| 692 |
+
{"query_id": "691", "text": "What is the name of this building?\n", "image": "images/691_query.jpg"}
|
| 693 |
+
{"query_id": "692", "text": "What is the main content of this image?\n", "image": "images/692_query.jpg"}
|
| 694 |
+
{"query_id": "693", "text": "Who invented this device in the second world war?\n", "image": "images/693_query.jpg"}
|
| 695 |
+
{"query_id": "694", "text": "What is the category of this material?\n", "image": "images/694_query.jpg"}
|
| 696 |
+
{"query_id": "695", "text": "What is this building called?\n", "image": "images/695_query.jpg"}
|
| 697 |
+
{"query_id": "696", "text": "What is this food?\n", "image": "images/696_query.jpg"}
|
| 698 |
+
{"query_id": "697", "text": "Which type of food is depicted in the image?\n", "image": "images/697_query.jpg"}
|
| 699 |
+
{"query_id": "698", "text": "What is this building called?\n", "image": "images/698_query.jpg"}
|
| 700 |
+
{"query_id": "699", "text": "What is the name of this place?\n", "image": "images/699_query.jpg"}
|
| 701 |
+
{"query_id": "700", "text": "What is the name of this place?\n", "image": "images/700_query.jpg"}
|
| 702 |
+
{"query_id": "701", "text": "What is this building called?\n", "image": "images/701_query.jpg"}
|
| 703 |
+
{"query_id": "702", "text": "Where is this place?\n", "image": "images/702_query.jpg"}
|
| 704 |
+
{"query_id": "703", "text": "What is the name of this place?\n", "image": "images/703_query.jpg"}
|
| 705 |
+
{"query_id": "704", "text": "What is the category of this location?\n", "image": "images/704_query.jpg"}
|
| 706 |
+
{"query_id": "705", "text": "Which type of equipment is depicted in the image?\n", "image": "images/705_query.jpg"}
|
| 707 |
+
{"query_id": "706", "text": "What is the name of this building?\n", "image": "images/706_query.jpg"}
|
| 708 |
+
{"query_id": "707", "text": "What is the name of this mountain?\n", "image": "images/707_query.jpg"}
|
| 709 |
+
{"query_id": "708", "text": "What is the name of this park?\n", "image": "images/708_query.jpg"}
|
| 710 |
+
{"query_id": "709", "text": "What is the main object?\n", "image": "images/709_query.jpg"}
|
| 711 |
+
{"query_id": "710", "text": "What is this facility called?\n", "image": "images/710_query.jpg"}
|
| 712 |
+
{"query_id": "711", "text": "What kind of vehicle is it?\n", "image": "images/711_query.jpg"}
|
| 713 |
+
{"query_id": "712", "text": "What is this object?\n", "image": "images/712_query.jpg"}
|
| 714 |
+
{"query_id": "713", "text": "What is the name of this lake?\n", "image": "images/713_query.jpg"}
|
| 715 |
+
{"query_id": "714", "text": "What is this location called?\n", "image": "images/714_query.jpg"}
|
| 716 |
+
{"query_id": "715", "text": "Where is this building?\n", "image": "images/715_query.jpg"}
|
| 717 |
+
{"query_id": "716", "text": "Where is this building?\n", "image": "images/716_query.jpg"}
|
| 718 |
+
{"query_id": "717", "text": "Where is this location?\n", "image": "images/717_query.jpg"}
|
| 719 |
+
{"query_id": "718", "text": "What is the name of this place?\n", "image": "images/718_query.jpg"}
|
| 720 |
+
{"query_id": "719", "text": "What is shown in the photo?\n", "image": "images/719_query.jpg"}
|
| 721 |
+
{"query_id": "720", "text": "What is shown in the photo?\n", "image": "images/720_query.jpg"}
|
| 722 |
+
{"query_id": "721", "text": "Where is this place?\n", "image": "images/721_query.jpg"}
|
| 723 |
+
{"query_id": "722", "text": "Where is this village?\n", "image": "images/722_query.jpg"}
|
| 724 |
+
{"query_id": "723", "text": "What is the name of this place?\n", "image": "images/723_query.jpg"}
|
| 725 |
+
{"query_id": "724", "text": "What is the name of this place?\n", "image": "images/724_query.jpg"}
|
| 726 |
+
{"query_id": "725", "text": "What is shown in the photo?\n", "image": "images/725_query.jpg"}
|
| 727 |
+
{"query_id": "726", "text": "Where is this building?\n", "image": "images/726_query.jpg"}
|
| 728 |
+
{"query_id": "727", "text": "What is shown in the photo?\n", "image": "images/727_query.jpg"}
|
| 729 |
+
{"query_id": "728", "text": "What is the name of this place?\n", "image": "images/728_query.jpg"}
|
| 730 |
+
{"query_id": "729", "text": "What is shown in the photo?\n", "image": "images/729_query.jpg"}
|
| 731 |
+
{"query_id": "730", "text": "Where is this building?\n", "image": "images/730_query.jpg"}
|
| 732 |
+
{"query_id": "731", "text": "What is the name of this place?\n", "image": "images/731_query.jpg"}
|
| 733 |
+
{"query_id": "732", "text": "What food is presented in the image?\n", "image": "images/732_query.jpg"}
|
| 734 |
+
{"query_id": "733", "text": "What is the model of this vehicle?\n", "image": "images/733_query.jpg"}
|
| 735 |
+
{"query_id": "734", "text": "Where is this mountain?\n", "image": "images/734_query.jpg"}
|
| 736 |
+
{"query_id": "735", "text": "What is the model of this aircraft?\n", "image": "images/735_query.jpg"}
|
| 737 |
+
{"query_id": "736", "text": "What is the main object?\n", "image": "images/736_query.jpg"}
|
| 738 |
+
{"query_id": "737", "text": "Where is this place?\n", "image": "images/737_query.jpg"}
|
| 739 |
+
{"query_id": "738", "text": "What is the name of this mountain?\n", "image": "images/738_query.jpg"}
|
| 740 |
+
{"query_id": "739", "text": "Where is this building?\n", "image": "images/739_query.jpg"}
|
| 741 |
+
{"query_id": "740", "text": "What is the main object?\n", "image": "images/740_query.jpg"}
|
| 742 |
+
{"query_id": "741", "text": "What is the name of this mountain?\n", "image": "images/741_query.jpg"}
|
| 743 |
+
{"query_id": "742", "text": "Where is this bridge?\n", "image": "images/742_query.jpg"}
|
| 744 |
+
{"query_id": "743", "text": "What is this facility called?\n", "image": "images/743_query.jpg"}
|
| 745 |
+
{"query_id": "744", "text": "Where is this place?\n", "image": "images/744_query.jpg"}
|
| 746 |
+
{"query_id": "745", "text": "Where is this building?\n", "image": "images/745_query.jpg"}
|
| 747 |
+
{"query_id": "746", "text": "What is the name of this location?\n", "image": "images/746_query.jpg"}
|
| 748 |
+
{"query_id": "747", "text": "What kind of object is this?\n", "image": "images/747_query.jpg"}
|
| 749 |
+
{"query_id": "748", "text": "What is the name of this building?\n", "image": "images/748_query.jpg"}
|
| 750 |
+
{"query_id": "749", "text": "Where is this building?\n", "image": "images/749_query.jpg"}
|
| 751 |
+
{"query_id": "750", "text": "What is this building called?\n", "image": "images/750_query.jpg"}
|
| 752 |
+
{"query_id": "751", "text": "Which category of person is shown in the image?\n", "image": "images/751_query.jpg"}
|
| 753 |
+
{"query_id": "752", "text": "What is the name of this place?\n", "image": "images/752_query.jpg"}
|
| 754 |
+
{"query_id": "753", "text": "Where is this location?\n", "image": "images/753_query.jpg"}
|
| 755 |
+
{"query_id": "754", "text": "What is the name of this place?\n", "image": "images/754_query.jpg"}
|
| 756 |
+
{"query_id": "755", "text": "What is the model of this vehicle?\n", "image": "images/755_query.jpg"}
|
| 757 |
+
{"query_id": "756", "text": "Where is this place?\n", "image": "images/756_query.jpg"}
|
| 758 |
+
{"query_id": "757", "text": "What is the name of this building?\n", "image": "images/757_query.jpg"}
|
| 759 |
+
{"query_id": "758", "text": "What is this car called?\n", "image": "images/758_query.jpg"}
|
| 760 |
+
{"query_id": "759", "text": "What is the name of this place?\n", "image": "images/759_query.jpg"}
|
| 761 |
+
{"query_id": "760", "text": "What is the name of this building?\n", "image": "images/760_query.jpg"}
|
| 762 |
+
{"query_id": "761", "text": "Where is this place?\n", "image": "images/761_query.jpg"}
|
| 763 |
+
{"query_id": "762", "text": "What is the name of this building?\n", "image": "images/762_query.jpg"}
|
| 764 |
+
{"query_id": "763", "text": "Where is this place?\n", "image": "images/763_query.jpg"}
|
| 765 |
+
{"query_id": "764", "text": "Where is this place?\n", "image": "images/764_query.jpg"}
|
| 766 |
+
{"query_id": "765", "text": "What kind of food is this?\n", "image": "images/765_query.jpg"}
|
| 767 |
+
{"query_id": "766", "text": "What sport activity is this?\n", "image": "images/766_query.jpg"}
|
| 768 |
+
{"query_id": "767", "text": "What food is presented in the image?\n", "image": "images/767_query.jpg"}
|
| 769 |
+
{"query_id": "768", "text": "What kind of car is it?\n", "image": "images/768_query.jpg"}
|
| 770 |
+
{"query_id": "769", "text": "What is the name of this building?\n", "image": "images/769_query.jpg"}
|
| 771 |
+
{"query_id": "770", "text": "What is the name of this place?\n", "image": "images/770_query.jpg"}
|
| 772 |
+
{"query_id": "771", "text": "What is the name of this place?\n", "image": "images/771_query.jpg"}
|
| 773 |
+
{"query_id": "772", "text": "What is the name of this building?\n", "image": "images/772_query.jpg"}
|
| 774 |
+
{"query_id": "773", "text": "What kind of item is this?\n", "image": "images/773_query.jpg"}
|
| 775 |
+
{"query_id": "774", "text": "What is the name of this car?\n", "image": "images/774_query.jpg"}
|
| 776 |
+
{"query_id": "775", "text": "Which type of material is depicted in the image?\n", "image": "images/775_query.jpg"}
|
| 777 |
+
{"query_id": "776", "text": "What type of food is at the bottom right of the frame?\n", "image": "images/776_query.jpg"}
|
| 778 |
+
{"query_id": "777", "text": "What is the name of this building?\n", "image": "images/777_query.jpg"}
|
| 779 |
+
{"query_id": "778", "text": "Where is this building?\n", "image": "images/778_query.jpg"}
|
| 780 |
+
{"query_id": "779", "text": "What is this building called?\n", "image": "images/779_query.jpg"}
|
| 781 |
+
{"query_id": "780", "text": "Which category of food is shown in the image?\n", "image": "images/780_query.jpg"}
|
| 782 |
+
{"query_id": "781", "text": "What is the manufacturer of this aircraft?\n", "image": "images/781_query.jpg"}
|
| 783 |
+
{"query_id": "782", "text": "Where is this place?\n", "image": "images/782_query.jpg"}
|
| 784 |
+
{"query_id": "783", "text": "Where is this building?\n", "image": "images/783_query.jpg"}
|
| 785 |
+
{"query_id": "784", "text": "What is the category of this sport?\n", "image": "images/784_query.jpg"}
|
| 786 |
+
{"query_id": "785", "text": "What is this building called?\n", "image": "images/785_query.jpg"}
|
| 787 |
+
{"query_id": "786", "text": "What is the name of this place?\n", "image": "images/786_query.jpg"}
|
| 788 |
+
{"query_id": "787", "text": "What is the category of this activity?\n", "image": "images/787_query.jpg"}
|
| 789 |
+
{"query_id": "788", "text": "Which category of animal is shown in the image?\n", "image": "images/788_query.jpg"}
|
| 790 |
+
{"query_id": "789", "text": "What material is presented in the image?\n", "image": "images/789_query.jpg"}
|
| 791 |
+
{"query_id": "790", "text": "What is the main content of this image?\n", "image": "images/790_query.jpg"}
|
| 792 |
+
{"query_id": "791", "text": "What is the name of this lake?\n", "image": "images/791_query.jpg"}
|
| 793 |
+
{"query_id": "792", "text": "What food is presented in the image?\n", "image": "images/792_query.jpg"}
|
| 794 |
+
{"query_id": "793", "text": "Where is this place?\n", "image": "images/793_query.jpg"}
|
| 795 |
+
{"query_id": "794", "text": "What is this location called?\n", "image": "images/794_query.jpg"}
|
| 796 |
+
{"query_id": "795", "text": "What is this building called?\n", "image": "images/795_query.jpg"}
|
| 797 |
+
{"query_id": "796", "text": "Where is this place?\n", "image": "images/796_query.jpg"}
|
| 798 |
+
{"query_id": "797", "text": "What is the name of this place?\n", "image": "images/797_query.jpg"}
|
| 799 |
+
{"query_id": "798", "text": "Which type of item is depicted in the image?\n", "image": "images/798_query.jpg"}
|
| 800 |
+
{"query_id": "799", "text": "Where is this place?\n", "image": "images/799_query.jpg"}
|
| 801 |
+
{"query_id": "800", "text": "Where is this island?\n", "image": "images/800_query.jpg"}
|
| 802 |
+
{"query_id": "801", "text": "What is the name of this building?\n", "image": "images/801_query.jpg"}
|
| 803 |
+
{"query_id": "802", "text": "What is this building called?\n", "image": "images/802_query.jpg"}
|
| 804 |
+
{"query_id": "803", "text": "What is this mountain called?\n", "image": "images/803_query.jpg"}
|
| 805 |
+
{"query_id": "804", "text": "Which type of equipment is depicted in the image?\n", "image": "images/804_query.jpg"}
|
| 806 |
+
{"query_id": "805", "text": "What is the name of this building?\n", "image": "images/805_query.jpg"}
|
| 807 |
+
{"query_id": "806", "text": "Which category of material is shown in the image?\n", "image": "images/806_query.jpg"}
|
| 808 |
+
{"query_id": "807", "text": "What is the category of this food?\n", "image": "images/807_query.jpg"}
|
| 809 |
+
{"query_id": "808", "text": "What is the name of this location?\n", "image": "images/808_query.jpg"}
|
| 810 |
+
{"query_id": "809", "text": "Which type of sport is depicted in the image?\n", "image": "images/809_query.jpg"}
|
| 811 |
+
{"query_id": "810", "text": "What is this river called?\n", "image": "images/810_query.jpg"}
|
| 812 |
+
{"query_id": "811", "text": "Where is this building?\n", "image": "images/811_query.jpg"}
|
| 813 |
+
{"query_id": "812", "text": "Which category of item is shown in the image?\n", "image": "images/812_query.jpg"}
|
| 814 |
+
{"query_id": "813", "text": "What is the name of this place?\n", "image": "images/813_query.jpg"}
|
| 815 |
+
{"query_id": "814", "text": "Where is this place?\n", "image": "images/814_query.jpg"}
|
| 816 |
+
{"query_id": "815", "text": "Where is this place?\n", "image": "images/815_query.jpg"}
|
| 817 |
+
{"query_id": "816", "text": "What is the name of this island?\n", "image": "images/816_query.jpg"}
|
| 818 |
+
{"query_id": "817", "text": "What is the name of this building?\n", "image": "images/817_query.jpg"}
|
| 819 |
+
{"query_id": "818", "text": "Where is this park?\n", "image": "images/818_query.jpg"}
|
| 820 |
+
{"query_id": "819", "text": "Where is this building?\n", "image": "images/819_query.jpg"}
|
| 821 |
+
{"query_id": "820", "text": "What kind of car is it?\n", "image": "images/820_query.jpg"}
|
| 822 |
+
{"query_id": "821", "text": "What is this animal?\n", "image": "images/821_query.jpg"}
|
| 823 |
+
{"query_id": "822", "text": "What is the name of this building?\n", "image": "images/822_query.jpg"}
|
| 824 |
+
{"query_id": "823", "text": "What is the main object?\n", "image": "images/823_query.jpg"}
|
| 825 |
+
{"query_id": "824", "text": "What is this food?\n", "image": "images/824_query.jpg"}
|
| 826 |
+
{"query_id": "825", "text": "Where is this building?\n", "image": "images/825_query.jpg"}
|
| 827 |
+
{"query_id": "826", "text": "What is this island called?\n", "image": "images/826_query.jpg"}
|
| 828 |
+
{"query_id": "827", "text": "What sort of sports is this?\n", "image": "images/827_query.jpg"}
|
| 829 |
+
{"query_id": "828", "text": "What is the category of this object?\n", "image": "images/828_query.jpg"}
|
| 830 |
+
{"query_id": "829", "text": "What is shown in the photo?\n", "image": "images/829_query.jpg"}
|
| 831 |
+
{"query_id": "830", "text": "What is the name of this island?\n", "image": "images/830_query.jpg"}
|
| 832 |
+
{"query_id": "831", "text": "Where is this place?\n", "image": "images/831_query.jpg"}
|
| 833 |
+
{"query_id": "832", "text": "What item is presented in the image?\n", "image": "images/832_query.jpg"}
|
| 834 |
+
{"query_id": "833", "text": "What is the name of this building?\n", "image": "images/833_query.jpg"}
|
| 835 |
+
{"query_id": "834", "text": "What kind of animal is this?\n", "image": "images/834_query.jpg"}
|
| 836 |
+
{"query_id": "835", "text": "What is the model of this vehicle?\n", "image": "images/835_query.jpg"}
|
| 837 |
+
{"query_id": "836", "text": "Where is this building?\n", "image": "images/836_query.jpg"}
|
| 838 |
+
{"query_id": "837", "text": "What is the main object?\n", "image": "images/837_query.jpg"}
|
| 839 |
+
{"query_id": "838", "text": "What is the name of this place?\n", "image": "images/838_query.jpg"}
|
| 840 |
+
{"query_id": "839", "text": "What is the main object?\n", "image": "images/839_query.jpg"}
|
| 841 |
+
{"query_id": "840", "text": "What kind of building is this?\n", "image": "images/840_query.jpg"}
|
| 842 |
+
{"query_id": "841", "text": "Where is this place?\n", "image": "images/841_query.jpg"}
|
| 843 |
+
{"query_id": "842", "text": "Where is this building?\n", "image": "images/842_query.jpg"}
|
| 844 |
+
{"query_id": "843", "text": "What is the name of this place?\n", "image": "images/843_query.jpg"}
|
| 845 |
+
{"query_id": "844", "text": "Where is this place?\n", "image": "images/844_query.jpg"}
|
| 846 |
+
{"query_id": "845", "text": "Where is this building?\n", "image": "images/845_query.jpg"}
|
| 847 |
+
{"query_id": "846", "text": "What is the name of this location?\n", "image": "images/846_query.jpg"}
|
| 848 |
+
{"query_id": "847", "text": "What is this river called?\n", "image": "images/847_query.jpg"}
|
| 849 |
+
{"query_id": "848", "text": "What is the model of this aircraft?\n", "image": "images/848_query.jpg"}
|
| 850 |
+
{"query_id": "849", "text": "What is the category of this food?\n", "image": "images/849_query.jpg"}
|
| 851 |
+
{"query_id": "850", "text": "Where is this place?\n", "image": "images/850_query.jpg"}
|
| 852 |
+
{"query_id": "851", "text": "What is shown in the photo?\n", "image": "images/851_query.jpg"}
|
| 853 |
+
{"query_id": "852", "text": "What is the name of this lake?\n", "image": "images/852_query.jpg"}
|
| 854 |
+
{"query_id": "853", "text": "What is this facility called?\n", "image": "images/853_query.jpg"}
|
| 855 |
+
{"query_id": "854", "text": "Where is this place?\n", "image": "images/854_query.jpg"}
|
| 856 |
+
{"query_id": "855", "text": "What is this building called?\n", "image": "images/855_query.jpg"}
|
| 857 |
+
{"query_id": "856", "text": "Where is this mountain?\n", "image": "images/856_query.jpg"}
|
| 858 |
+
{"query_id": "857", "text": "What is the name of this place?\n", "image": "images/857_query.jpg"}
|
| 859 |
+
{"query_id": "858", "text": "What is in the tea cup?\n", "image": "images/858_query.jpg"}
|
| 860 |
+
{"query_id": "859", "text": "What is the name of this place?\n", "image": "images/859_query.jpg"}
|
| 861 |
+
{"query_id": "860", "text": "What is the name of this mountain?\n", "image": "images/860_query.jpg"}
|
| 862 |
+
{"query_id": "861", "text": "Where is this place?\n", "image": "images/861_query.jpg"}
|
| 863 |
+
{"query_id": "862", "text": "Where is this location?\n", "image": "images/862_query.jpg"}
|
| 864 |
+
{"query_id": "863", "text": "What is this location called?\n", "image": "images/863_query.jpg"}
|
| 865 |
+
{"query_id": "864", "text": "Where is this place?\n", "image": "images/864_query.jpg"}
|
| 866 |
+
{"query_id": "865", "text": "What is this building called?\n", "image": "images/865_query.jpg"}
|
| 867 |
+
{"query_id": "866", "text": "What is this park called?\n", "image": "images/866_query.jpg"}
|
| 868 |
+
{"query_id": "867", "text": "What is the name of this building?\n", "image": "images/867_query.jpg"}
|
| 869 |
+
{"query_id": "868", "text": "Where is this place?\n", "image": "images/868_query.jpg"}
|
| 870 |
+
{"query_id": "869", "text": "What kind of soda is this?\n", "image": "images/869_query.jpg"}
|
| 871 |
+
{"query_id": "870", "text": "Where is this place?\n", "image": "images/870_query.jpg"}
|
| 872 |
+
{"query_id": "871", "text": "Where is this place?\n", "image": "images/871_query.jpg"}
|
| 873 |
+
{"query_id": "872", "text": "Where is this place?\n", "image": "images/872_query.jpg"}
|
| 874 |
+
{"query_id": "873", "text": "What is the name of this place?\n", "image": "images/873_query.jpg"}
|
| 875 |
+
{"query_id": "874", "text": "What is the category of this food?\n", "image": "images/874_query.jpg"}
|
| 876 |
+
{"query_id": "875", "text": "What is this building called?\n", "image": "images/875_query.jpg"}
|
| 877 |
+
{"query_id": "876", "text": "What is the name of this building?\n", "image": "images/876_query.jpg"}
|
| 878 |
+
{"query_id": "877", "text": "Where is this place?\n", "image": "images/877_query.jpg"}
|
| 879 |
+
{"query_id": "878", "text": "What is the name of this place?\n", "image": "images/878_query.jpg"}
|
| 880 |
+
{"query_id": "879", "text": "Where is this place?\n", "image": "images/879_query.jpg"}
|
| 881 |
+
{"query_id": "880", "text": "What is shown in the photo?\n", "image": "images/880_query.jpg"}
|
| 882 |
+
{"query_id": "881", "text": "What is this village called?\n", "image": "images/881_query.jpg"}
|
| 883 |
+
{"query_id": "882", "text": "What is this bridge called?\n", "image": "images/882_query.jpg"}
|
| 884 |
+
{"query_id": "883", "text": "What is the name of this building?\n", "image": "images/883_query.jpg"}
|
| 885 |
+
{"query_id": "884", "text": "What is this building called?\n", "image": "images/884_query.jpg"}
|
| 886 |
+
{"query_id": "885", "text": "What is the name of this place?\n", "image": "images/885_query.jpg"}
|
| 887 |
+
{"query_id": "886", "text": "What is the manufacturer of this aircraft?\n", "image": "images/886_query.jpg"}
|
| 888 |
+
{"query_id": "887", "text": "What is the name of this location?\n", "image": "images/887_query.jpg"}
|
| 889 |
+
{"query_id": "888", "text": "What is the name of this place?\n", "image": "images/888_query.jpg"}
|
| 890 |
+
{"query_id": "889", "text": "Where is this mountain?\n", "image": "images/889_query.jpg"}
|
| 891 |
+
{"query_id": "890", "text": "What is the main object?\n", "image": "images/890_query.jpg"}
|
| 892 |
+
{"query_id": "891", "text": "What is the name of this building?\n", "image": "images/891_query.jpg"}
|
| 893 |
+
{"query_id": "892", "text": "What is this location called?\n", "image": "images/892_query.jpg"}
|
| 894 |
+
{"query_id": "893", "text": "Where is this place?\n", "image": "images/893_query.jpg"}
|
| 895 |
+
{"query_id": "894", "text": "Where is this park?\n", "image": "images/894_query.jpg"}
|
| 896 |
+
{"query_id": "895", "text": "What is the main content of this image?\n", "image": "images/895_query.jpg"}
|
| 897 |
+
{"query_id": "896", "text": "What is the name of this building?\n", "image": "images/896_query.jpg"}
|
| 898 |
+
{"query_id": "897", "text": "Where is this place?\n", "image": "images/897_query.jpg"}
|
| 899 |
+
{"query_id": "898", "text": "Where is this building?\n", "image": "images/898_query.jpg"}
|
| 900 |
+
{"query_id": "899", "text": "What type of food is this?\n", "image": "images/899_query.jpg"}
|
| 901 |
+
{"query_id": "900", "text": "What is this building called?\n", "image": "images/900_query.jpg"}
|
| 902 |
+
{"query_id": "901", "text": "What food is presented in the image?\n", "image": "images/901_query.jpg"}
|
| 903 |
+
{"query_id": "902", "text": "Which category of food is shown in the image?\n", "image": "images/902_query.jpg"}
|
| 904 |
+
{"query_id": "903", "text": "What is the name of this place?\n", "image": "images/903_query.jpg"}
|
| 905 |
+
{"query_id": "904", "text": "Where is this place?\n", "image": "images/904_query.jpg"}
|
| 906 |
+
{"query_id": "905", "text": "What is the name of this place?\n", "image": "images/905_query.jpg"}
|
| 907 |
+
{"query_id": "906", "text": "Where is this location?\n", "image": "images/906_query.jpg"}
|
| 908 |
+
{"query_id": "907", "text": "Where is this place?\n", "image": "images/907_query.jpg"}
|
| 909 |
+
{"query_id": "908", "text": "What is this building called?\n", "image": "images/908_query.jpg"}
|
| 910 |
+
{"query_id": "909", "text": "What is the name of this place?\n", "image": "images/909_query.jpg"}
|
| 911 |
+
{"query_id": "910", "text": "What is the name of this building?\n", "image": "images/910_query.jpg"}
|
| 912 |
+
{"query_id": "911", "text": "What is the name of this place?\n", "image": "images/911_query.jpg"}
|
| 913 |
+
{"query_id": "912", "text": "What is the name of this building?\n", "image": "images/912_query.jpg"}
|
| 914 |
+
{"query_id": "913", "text": "What is this vehicle called?\n", "image": "images/913_query.jpg"}
|
| 915 |
+
{"query_id": "914", "text": "What is the name of this place?\n", "image": "images/914_query.jpg"}
|
| 916 |
+
{"query_id": "915", "text": "What is this mountain called?\n", "image": "images/915_query.jpg"}
|
| 917 |
+
{"query_id": "916", "text": "What is the name of this building?\n", "image": "images/916_query.jpg"}
|
| 918 |
+
{"query_id": "917", "text": "What is the model of this car?\n", "image": "images/917_query.jpg"}
|
| 919 |
+
{"query_id": "918", "text": "Which type of food is depicted in the image?\n", "image": "images/918_query.jpg"}
|
| 920 |
+
{"query_id": "919", "text": "What is the name of this place?\n", "image": "images/919_query.jpg"}
|
| 921 |
+
{"query_id": "920", "text": "What is the name of this place?\n", "image": "images/920_query.jpg"}
|
| 922 |
+
{"query_id": "921", "text": "What is the name of this place?\n", "image": "images/921_query.jpg"}
|
| 923 |
+
{"query_id": "922", "text": "Where is this place?\n", "image": "images/922_query.jpg"}
|
| 924 |
+
{"query_id": "923", "text": "Where is this place?\n", "image": "images/923_query.jpg"}
|
| 925 |
+
{"query_id": "924", "text": "Where is this place?\n", "image": "images/924_query.jpg"}
|
| 926 |
+
{"query_id": "925", "text": "What is shown in the photo?\n", "image": "images/925_query.jpg"}
|
| 927 |
+
{"query_id": "926", "text": "What is the name of this place?\n", "image": "images/926_query.jpg"}
|
| 928 |
+
{"query_id": "927", "text": "What animal is presented in the image?\n", "image": "images/927_query.jpg"}
|
| 929 |
+
{"query_id": "928", "text": "Which type of place is shown in the image?\n", "image": "images/928_query.jpg"}
|
| 930 |
+
{"query_id": "929", "text": "What is the name of this place?\n", "image": "images/929_query.jpg"}
|
| 931 |
+
{"query_id": "930", "text": "What is the name of this vehicle?\n", "image": "images/930_query.jpg"}
|
| 932 |
+
{"query_id": "931", "text": "Where is this building?\n", "image": "images/931_query.jpg"}
|
| 933 |
+
{"query_id": "932", "text": "What is the name of this place?\n", "image": "images/932_query.jpg"}
|
| 934 |
+
{"query_id": "933", "text": "What is this building called?\n", "image": "images/933_query.jpg"}
|
| 935 |
+
{"query_id": "934", "text": "What is this building called?\n", "image": "images/934_query.jpg"}
|
| 936 |
+
{"query_id": "935", "text": "What is the name of this location?\n", "image": "images/935_query.jpg"}
|
| 937 |
+
{"query_id": "936", "text": "What is the name of this city?\n", "image": "images/936_query.jpg"}
|
| 938 |
+
{"query_id": "937", "text": "What is shown in the photo?\n", "image": "images/937_query.jpg"}
|
| 939 |
+
{"query_id": "938", "text": "What kind of food is shown in the image?\n", "image": "images/938_query.jpg"}
|
| 940 |
+
{"query_id": "939", "text": "What is the name of this location?\n", "image": "images/939_query.jpg"}
|
| 941 |
+
{"query_id": "940", "text": "What is the main content of this image?\n", "image": "images/940_query.jpg"}
|
| 942 |
+
{"query_id": "941", "text": "What is the name of this building?\n", "image": "images/941_query.jpg"}
|
| 943 |
+
{"query_id": "942", "text": "What is the name of this building?\n", "image": "images/942_query.jpg"}
|
| 944 |
+
{"query_id": "943", "text": "What is this object?\n", "image": "images/943_query.jpg"}
|
| 945 |
+
{"query_id": "944", "text": "Where is this building?\n", "image": "images/944_query.jpg"}
|
| 946 |
+
{"query_id": "945", "text": "Where is this place?\n", "image": "images/945_query.jpg"}
|
| 947 |
+
{"query_id": "946", "text": "What kind of object is this?\n", "image": "images/946_query.jpg"}
|
| 948 |
+
{"query_id": "947", "text": "What is the name of this place?\n", "image": "images/947_query.jpg"}
|
| 949 |
+
{"query_id": "948", "text": "What is this building called?\n", "image": "images/948_query.jpg"}
|
| 950 |
+
{"query_id": "949", "text": "What is the name of this car?\n", "image": "images/949_query.jpg"}
|
| 951 |
+
{"query_id": "950", "text": "What is the name of this building?\n", "image": "images/950_query.jpg"}
|
| 952 |
+
{"query_id": "951", "text": "What is the name of this river?\n", "image": "images/951_query.jpg"}
|
| 953 |
+
{"query_id": "952", "text": "What city is this?\n", "image": "images/952_query.jpg"}
|
| 954 |
+
{"query_id": "953", "text": "What kind of food is this?\n", "image": "images/953_query.jpg"}
|
| 955 |
+
{"query_id": "954", "text": "What is the main content of this image?\n", "image": "images/954_query.jpg"}
|
| 956 |
+
{"query_id": "955", "text": "What is the name of this building?\n", "image": "images/955_query.jpg"}
|
| 957 |
+
{"query_id": "956", "text": "What is the main object?\n", "image": "images/956_query.jpg"}
|
| 958 |
+
{"query_id": "957", "text": "Which category of food is shown in the image?\n", "image": "images/957_query.jpg"}
|
| 959 |
+
{"query_id": "958", "text": "Where is this mountain?\n", "image": "images/958_query.jpg"}
|
| 960 |
+
{"query_id": "959", "text": "What is the name of this park?\n", "image": "images/959_query.jpg"}
|
| 961 |
+
{"query_id": "960", "text": "What is this vehicle called?\n", "image": "images/960_query.jpg"}
|
| 962 |
+
{"query_id": "961", "text": "What is the category of this item?\n", "image": "images/961_query.jpg"}
|
| 963 |
+
{"query_id": "962", "text": "What is the name of this place?\n", "image": "images/962_query.jpg"}
|
| 964 |
+
{"query_id": "963", "text": "Where is this building?\n", "image": "images/963_query.jpg"}
|
| 965 |
+
{"query_id": "964", "text": "What is the name of this park?\n", "image": "images/964_query.jpg"}
|
| 966 |
+
{"query_id": "965", "text": "Which category of object is shown in the image?\n", "image": "images/965_query.jpg"}
|
| 967 |
+
{"query_id": "966", "text": "Where is this building?\n", "image": "images/966_query.jpg"}
|
| 968 |
+
{"query_id": "967", "text": "Which type of item is depicted in the image?\n", "image": "images/967_query.jpg"}
|
| 969 |
+
{"query_id": "968", "text": "What is the model of this car?\n", "image": "images/968_query.jpg"}
|
| 970 |
+
{"query_id": "969", "text": "What is the name of this building?\n", "image": "images/969_query.jpg"}
|
| 971 |
+
{"query_id": "970", "text": "Where is this place?\n", "image": "images/970_query.jpg"}
|
| 972 |
+
{"query_id": "971", "text": "What is the name of this place?\n", "image": "images/971_query.jpg"}
|
| 973 |
+
{"query_id": "972", "text": "Where is this place?\n", "image": "images/972_query.jpg"}
|
| 974 |
+
{"query_id": "973", "text": "Where is this park?\n", "image": "images/973_query.jpg"}
|
| 975 |
+
{"query_id": "974", "text": "What is this mountain called?\n", "image": "images/974_query.jpg"}
|
| 976 |
+
{"query_id": "975", "text": "Where is this building?\n", "image": "images/975_query.jpg"}
|
| 977 |
+
{"query_id": "976", "text": "What is this location called?\n", "image": "images/976_query.jpg"}
|
| 978 |
+
{"query_id": "977", "text": "Where is this building?\n", "image": "images/977_query.jpg"}
|
| 979 |
+
{"query_id": "978", "text": "What is the name of this place?\n", "image": "images/978_query.jpg"}
|
| 980 |
+
{"query_id": "979", "text": "What is the main object?\n", "image": "images/979_query.jpg"}
|
| 981 |
+
{"query_id": "980", "text": "What item is presented in the image?\n", "image": "images/980_query.jpg"}
|
| 982 |
+
{"query_id": "981", "text": "What is the name of this building?\n", "image": "images/981_query.jpg"}
|
| 983 |
+
{"query_id": "982", "text": "What is the name of this building?\n", "image": "images/982_query.jpg"}
|
| 984 |
+
{"query_id": "983", "text": "What is the main object?\n", "image": "images/983_query.jpg"}
|
| 985 |
+
{"query_id": "984", "text": "Where is this place?\n", "image": "images/984_query.jpg"}
|
| 986 |
+
{"query_id": "985", "text": "What is the name of this place?\n", "image": "images/985_query.jpg"}
|
| 987 |
+
{"query_id": "986", "text": "Where is this place?\n", "image": "images/986_query.jpg"}
|
| 988 |
+
{"query_id": "987", "text": "Where is this place?\n", "image": "images/987_query.jpg"}
|
| 989 |
+
{"query_id": "988", "text": "What is this lake called?\n", "image": "images/988_query.jpg"}
|
| 990 |
+
{"query_id": "989", "text": "What is the main content of this image?\n", "image": "images/989_query.jpg"}
|
| 991 |
+
{"query_id": "990", "text": "Where is this place?\n", "image": "images/990_query.jpg"}
|
| 992 |
+
{"query_id": "991", "text": "Where is this place?\n", "image": "images/991_query.jpg"}
|
| 993 |
+
{"query_id": "992", "text": "What kind of food is this?\n", "image": "images/992_query.jpg"}
|
| 994 |
+
{"query_id": "993", "text": "What is the name of this location?\n", "image": "images/993_query.jpg"}
|
| 995 |
+
{"query_id": "994", "text": "What is this building called?\n", "image": "images/994_query.jpg"}
|
| 996 |
+
{"query_id": "995", "text": "What is the name of this place?\n", "image": "images/995_query.jpg"}
|
| 997 |
+
{"query_id": "996", "text": "Where is this lake?\n", "image": "images/996_query.jpg"}
|
| 998 |
+
{"query_id": "997", "text": "What is the main content of this image?\n", "image": "images/997_query.jpg"}
|
| 999 |
+
{"query_id": "998", "text": "What is the name of this park?\n", "image": "images/998_query.jpg"}
|
| 1000 |
+
{"query_id": "999", "text": "Which type of material is depicted in the image?\n", "image": "images/999_query.jpg"}
|
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: MixBench
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-ranking
|
| 6 |
+
task_ids:
|
| 7 |
+
- document-retrieval
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
multilinguality: monolingual
|
| 11 |
+
annotations_creators:
|
| 12 |
+
- machine-generated
|
| 13 |
+
dataset_creator: Binxu Li et al.
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: query_id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: query_text
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: query_image
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: corpus_id
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: corpus_text
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: corpus_image
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: score
|
| 29 |
+
dtype: int32
|
| 30 |
+
configs:
|
| 31 |
+
- config_name: MSCOCO
|
| 32 |
+
data_files:
|
| 33 |
+
- MSCOCO/*
|
| 34 |
+
- config_name: Google_WIT
|
| 35 |
+
data_files:
|
| 36 |
+
- Google_WIT/*
|
| 37 |
+
- config_name: VisualNews
|
| 38 |
+
data_files:
|
| 39 |
+
- VisualNews/*
|
| 40 |
+
- config_name: OVEN
|
| 41 |
+
data_files:
|
| 42 |
+
- OVEN/*
|
| 43 |
+
tags:
|
| 44 |
+
- retrieval
|
| 45 |
+
- image
|
| 46 |
+
- text
|
| 47 |
+
- multimodal
|
| 48 |
+
- benchmark
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
# MixBench: A Benchmark for Mixed Modality Retrieval
|
| 52 |
+
|
| 53 |
+
**MixBench** is a benchmark for evaluating retrieval across text, images, and multimodal documents. It is designed to test how well retrieval models handle queries and documents that span different modalities, such as pure text, pure images, and combined image+text inputs.
|
| 54 |
+
|
| 55 |
+
MixBench includes **four subsets**, each curated from a different data source:
|
| 56 |
+
|
| 57 |
+
- **MSCOCO**
|
| 58 |
+
- **Google_WIT**
|
| 59 |
+
- **VisualNews**
|
| 60 |
+
- **OVEN**
|
| 61 |
+
|
| 62 |
+
Each subset contains:
|
| 63 |
+
|
| 64 |
+
- `queries.jsonl`: each entry contains a `query_id`, `text`, and/or `image`
|
| 65 |
+
- `mixed_corpus.jsonl`: each entry contains a `corpus_id`, a `text` or an `image` or a multimodal document (`text` and `image`)
|
| 66 |
+
- `qrels.tsv`: a tab-separated list of relevant query-document pairs (`query_id`, `corpus_id`, `score=1`)
|
| 67 |
+
- `corpus.jsonl`: the original corpus
|
| 68 |
+
|
| 69 |
+
This benchmark supports diverse retrieval settings including unimodal-to-multimodal and cross-modal search.
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
+
## 🔄 Load Example
|
| 74 |
+
|
| 75 |
+
You can load a specific subset of MixBench using the `name` argument:
|
| 76 |
+
|
| 77 |
+
```python
|
| 78 |
+
from datasets import load_dataset
|
| 79 |
+
|
| 80 |
+
# Load the MSCOCO subset
|
| 81 |
+
ds_query = load_dataset("mixed-modality-search/MixBench25", name="MSCOCO", split='query')
|
| 82 |
+
ds_corpus = load_dataset("mixed-modality-search/MixBench25", name="MSCOCO", split='mixed_corpus')
|
| 83 |
+
ds_query = load_dataset("mixed-modality-search/MixBench25", name="MSCOCO", split='qrel')
|
| 84 |
+
# Load other subsets (corpus)
|
| 85 |
+
ds_gwit = load_dataset("mixed-modality-search/MixBench25", name="Google_WIT", split='mixed_corpus')
|
| 86 |
+
ds_news = load_dataset("mixed-modality-search/MixBench25", name="VisualNews",split='mixed_corpus')
|
| 87 |
+
ds_oven = load_dataset("mixed-modality-search/MixBench25", name="OVEN", split='mixed_corpus')
|
VisualNews/corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VisualNews/mixed_corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VisualNews/qrels/qrels.tsv
ADDED
|
@@ -0,0 +1,982 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
query_id corpus_id score
|
| 2 |
+
904738 904738 1
|
| 3 |
+
302576 302576 1
|
| 4 |
+
68157 68157 1
|
| 5 |
+
156792 156792 1
|
| 6 |
+
666822 666822 1
|
| 7 |
+
217360 217360 1
|
| 8 |
+
358845 358845 1
|
| 9 |
+
1570052 1570052 1
|
| 10 |
+
369502 369502 1
|
| 11 |
+
521900 521900 1
|
| 12 |
+
452481 452481 1
|
| 13 |
+
89864 89864 1
|
| 14 |
+
281072 281072 1
|
| 15 |
+
1092038 1092038 1
|
| 16 |
+
838104 838104 1
|
| 17 |
+
121350 121350 1
|
| 18 |
+
1608575 1608575 1
|
| 19 |
+
1129090 1129090 1
|
| 20 |
+
1591606 1591606 1
|
| 21 |
+
225568 225568 1
|
| 22 |
+
454317 454317 1
|
| 23 |
+
1619572 1619572 1
|
| 24 |
+
1645645 1645645 1
|
| 25 |
+
1454984 1454984 1
|
| 26 |
+
792516 792516 1
|
| 27 |
+
439950 439950 1
|
| 28 |
+
654972 654972 1
|
| 29 |
+
117344 117344 1
|
| 30 |
+
1628806 1628806 1
|
| 31 |
+
516475 516475 1
|
| 32 |
+
699713 699713 1
|
| 33 |
+
1495573 1495573 1
|
| 34 |
+
973405 973405 1
|
| 35 |
+
1050647 1050647 1
|
| 36 |
+
1460558 1460558 1
|
| 37 |
+
854673 854673 1
|
| 38 |
+
776024 776024 1
|
| 39 |
+
815613 815613 1
|
| 40 |
+
1065955 1065955 1
|
| 41 |
+
723115 723115 1
|
| 42 |
+
995146 995146 1
|
| 43 |
+
1516194 1516194 1
|
| 44 |
+
1557507 1557507 1
|
| 45 |
+
1485524 1485524 1
|
| 46 |
+
314103 314103 1
|
| 47 |
+
831157 831157 1
|
| 48 |
+
1206983 1206983 1
|
| 49 |
+
568614 568614 1
|
| 50 |
+
1554246 1554246 1
|
| 51 |
+
608410 608410 1
|
| 52 |
+
198630 198630 1
|
| 53 |
+
323029 323029 1
|
| 54 |
+
1449087 1449087 1
|
| 55 |
+
906689 906689 1
|
| 56 |
+
752301 752301 1
|
| 57 |
+
319691 319691 1
|
| 58 |
+
1042747 1042747 1
|
| 59 |
+
1129260 1129260 1
|
| 60 |
+
1654550 1654550 1
|
| 61 |
+
776444 776444 1
|
| 62 |
+
1183936 1183936 1
|
| 63 |
+
767435 767435 1
|
| 64 |
+
386236 386236 1
|
| 65 |
+
381737 381737 1
|
| 66 |
+
1558807 1558807 1
|
| 67 |
+
1146293 1146293 1
|
| 68 |
+
1522365 1522365 1
|
| 69 |
+
307260 307260 1
|
| 70 |
+
1181693 1181693 1
|
| 71 |
+
885347 885347 1
|
| 72 |
+
765438 765438 1
|
| 73 |
+
732517 732517 1
|
| 74 |
+
1487028 1487028 1
|
| 75 |
+
1147698 1147698 1
|
| 76 |
+
1018596 1018596 1
|
| 77 |
+
1069611 1069611 1
|
| 78 |
+
849493 849493 1
|
| 79 |
+
129293 129293 1
|
| 80 |
+
756133 756133 1
|
| 81 |
+
1139771 1139771 1
|
| 82 |
+
881554 881554 1
|
| 83 |
+
196943 196943 1
|
| 84 |
+
401821 401821 1
|
| 85 |
+
1037251 1037251 1
|
| 86 |
+
973798 973798 1
|
| 87 |
+
92565 92565 1
|
| 88 |
+
523384 523384 1
|
| 89 |
+
417372 417372 1
|
| 90 |
+
1527597 1527597 1
|
| 91 |
+
1154379 1154379 1
|
| 92 |
+
75568 75568 1
|
| 93 |
+
284409 284409 1
|
| 94 |
+
1578424 1578424 1
|
| 95 |
+
806339 806339 1
|
| 96 |
+
1083555 1083555 1
|
| 97 |
+
1504434 1504434 1
|
| 98 |
+
347935 347935 1
|
| 99 |
+
1554670 1554670 1
|
| 100 |
+
169238 169238 1
|
| 101 |
+
394393 394393 1
|
| 102 |
+
224375 224375 1
|
| 103 |
+
1593431 1593431 1
|
| 104 |
+
239192 239192 1
|
| 105 |
+
917897 917897 1
|
| 106 |
+
116820 116820 1
|
| 107 |
+
991506 991506 1
|
| 108 |
+
960534 960534 1
|
| 109 |
+
1057989 1057989 1
|
| 110 |
+
385360 385360 1
|
| 111 |
+
574847 574847 1
|
| 112 |
+
212136 212136 1
|
| 113 |
+
434100 434100 1
|
| 114 |
+
1551089 1551089 1
|
| 115 |
+
653638 653638 1
|
| 116 |
+
1534013 1534013 1
|
| 117 |
+
814521 814521 1
|
| 118 |
+
1038545 1038545 1
|
| 119 |
+
69299 69299 1
|
| 120 |
+
64113 64113 1
|
| 121 |
+
815025 815025 1
|
| 122 |
+
614800 614800 1
|
| 123 |
+
697526 697526 1
|
| 124 |
+
1203261 1203261 1
|
| 125 |
+
319591 319591 1
|
| 126 |
+
215465 215465 1
|
| 127 |
+
1106167 1106167 1
|
| 128 |
+
1257345 1257345 1
|
| 129 |
+
398478 398478 1
|
| 130 |
+
855007 855007 1
|
| 131 |
+
178943 178943 1
|
| 132 |
+
1630080 1630080 1
|
| 133 |
+
206363 206363 1
|
| 134 |
+
72185 72185 1
|
| 135 |
+
240470 240470 1
|
| 136 |
+
200773 200773 1
|
| 137 |
+
831964 831964 1
|
| 138 |
+
1669941 1669941 1
|
| 139 |
+
457719 457719 1
|
| 140 |
+
1587667 1587667 1
|
| 141 |
+
570410 570410 1
|
| 142 |
+
1504489 1504489 1
|
| 143 |
+
1555711 1555711 1
|
| 144 |
+
202438 202438 1
|
| 145 |
+
145806 145806 1
|
| 146 |
+
594324 594324 1
|
| 147 |
+
721205 721205 1
|
| 148 |
+
584531 584531 1
|
| 149 |
+
379464 379464 1
|
| 150 |
+
98042 98042 1
|
| 151 |
+
839317 839317 1
|
| 152 |
+
822738 822738 1
|
| 153 |
+
143418 143418 1
|
| 154 |
+
716870 716870 1
|
| 155 |
+
653654 653654 1
|
| 156 |
+
1531780 1531780 1
|
| 157 |
+
684153 684153 1
|
| 158 |
+
139871 139871 1
|
| 159 |
+
1008100 1008100 1
|
| 160 |
+
206201 206201 1
|
| 161 |
+
645971 645971 1
|
| 162 |
+
227174 227174 1
|
| 163 |
+
363126 363126 1
|
| 164 |
+
765367 765367 1
|
| 165 |
+
1489804 1489804 1
|
| 166 |
+
361382 361382 1
|
| 167 |
+
1057504 1057504 1
|
| 168 |
+
688561 688561 1
|
| 169 |
+
310138 310138 1
|
| 170 |
+
705040 705040 1
|
| 171 |
+
1009619 1009619 1
|
| 172 |
+
512761 512761 1
|
| 173 |
+
219964 219964 1
|
| 174 |
+
626077 626077 1
|
| 175 |
+
1223666 1223666 1
|
| 176 |
+
1595854 1595854 1
|
| 177 |
+
1091391 1091391 1
|
| 178 |
+
42666 42666 1
|
| 179 |
+
592294 592294 1
|
| 180 |
+
821119 821119 1
|
| 181 |
+
576526 576526 1
|
| 182 |
+
873391 873391 1
|
| 183 |
+
1509812 1509812 1
|
| 184 |
+
1181155 1181155 1
|
| 185 |
+
746264 746264 1
|
| 186 |
+
434517 434517 1
|
| 187 |
+
549069 549069 1
|
| 188 |
+
1542074 1542074 1
|
| 189 |
+
1147594 1147594 1
|
| 190 |
+
401246 401246 1
|
| 191 |
+
332056 332056 1
|
| 192 |
+
143087 143087 1
|
| 193 |
+
764374 764374 1
|
| 194 |
+
1535520 1535520 1
|
| 195 |
+
1028612 1028612 1
|
| 196 |
+
276749 276749 1
|
| 197 |
+
373455 373455 1
|
| 198 |
+
958275 958275 1
|
| 199 |
+
629306 629306 1
|
| 200 |
+
1202904 1202904 1
|
| 201 |
+
1034117 1034117 1
|
| 202 |
+
731590 731590 1
|
| 203 |
+
1562493 1562493 1
|
| 204 |
+
326088 326088 1
|
| 205 |
+
258081 258081 1
|
| 206 |
+
485729 485729 1
|
| 207 |
+
285826 285826 1
|
| 208 |
+
877049 877049 1
|
| 209 |
+
902407 902407 1
|
| 210 |
+
1057087 1057087 1
|
| 211 |
+
179411 179411 1
|
| 212 |
+
1491667 1491667 1
|
| 213 |
+
229789 229789 1
|
| 214 |
+
572319 572319 1
|
| 215 |
+
1240562 1240562 1
|
| 216 |
+
1485296 1485296 1
|
| 217 |
+
1526601 1526601 1
|
| 218 |
+
843068 843068 1
|
| 219 |
+
1041054 1041054 1
|
| 220 |
+
1648491 1648491 1
|
| 221 |
+
775754 775754 1
|
| 222 |
+
549955 549955 1
|
| 223 |
+
714235 714235 1
|
| 224 |
+
568511 568511 1
|
| 225 |
+
186329 186329 1
|
| 226 |
+
781208 781208 1
|
| 227 |
+
111065 111065 1
|
| 228 |
+
451544 451544 1
|
| 229 |
+
84658 84658 1
|
| 230 |
+
473515 473515 1
|
| 231 |
+
1659807 1659807 1
|
| 232 |
+
846662 846662 1
|
| 233 |
+
371243 371243 1
|
| 234 |
+
1060286 1060286 1
|
| 235 |
+
676869 676869 1
|
| 236 |
+
1505720 1505720 1
|
| 237 |
+
96892 96892 1
|
| 238 |
+
709913 709913 1
|
| 239 |
+
1126309 1126309 1
|
| 240 |
+
570907 570907 1
|
| 241 |
+
1590911 1590911 1
|
| 242 |
+
178841 178841 1
|
| 243 |
+
39570 39570 1
|
| 244 |
+
465377 465377 1
|
| 245 |
+
1447720 1447720 1
|
| 246 |
+
937834 937834 1
|
| 247 |
+
1018913 1018913 1
|
| 248 |
+
1159555 1159555 1
|
| 249 |
+
1542859 1542859 1
|
| 250 |
+
319499 319499 1
|
| 251 |
+
1583949 1583949 1
|
| 252 |
+
1570566 1570566 1
|
| 253 |
+
748303 748303 1
|
| 254 |
+
833114 833114 1
|
| 255 |
+
997601 997601 1
|
| 256 |
+
1160336 1160336 1
|
| 257 |
+
984144 984144 1
|
| 258 |
+
1135323 1135323 1
|
| 259 |
+
1194133 1194133 1
|
| 260 |
+
968590 968590 1
|
| 261 |
+
439058 439058 1
|
| 262 |
+
294567 294567 1
|
| 263 |
+
1568764 1568764 1
|
| 264 |
+
552874 552874 1
|
| 265 |
+
105838 105838 1
|
| 266 |
+
198218 198218 1
|
| 267 |
+
1038099 1038099 1
|
| 268 |
+
771221 771221 1
|
| 269 |
+
1562811 1562811 1
|
| 270 |
+
1227646 1227646 1
|
| 271 |
+
1008755 1008755 1
|
| 272 |
+
578291 578291 1
|
| 273 |
+
1171935 1171935 1
|
| 274 |
+
60634 60634 1
|
| 275 |
+
842049 842049 1
|
| 276 |
+
663247 663247 1
|
| 277 |
+
61618 61618 1
|
| 278 |
+
1466669 1466669 1
|
| 279 |
+
119690 119690 1
|
| 280 |
+
897308 897308 1
|
| 281 |
+
1064856 1064856 1
|
| 282 |
+
554454 554454 1
|
| 283 |
+
1543616 1543616 1
|
| 284 |
+
1589481 1589481 1
|
| 285 |
+
910859 910859 1
|
| 286 |
+
1244564 1244564 1
|
| 287 |
+
197367 197367 1
|
| 288 |
+
1272709 1272709 1
|
| 289 |
+
1233384 1233384 1
|
| 290 |
+
275901 275901 1
|
| 291 |
+
341165 341165 1
|
| 292 |
+
343202 343202 1
|
| 293 |
+
937389 937389 1
|
| 294 |
+
361354 361354 1
|
| 295 |
+
863827 863827 1
|
| 296 |
+
283872 283872 1
|
| 297 |
+
213501 213501 1
|
| 298 |
+
1051100 1051100 1
|
| 299 |
+
319072 319072 1
|
| 300 |
+
308750 308750 1
|
| 301 |
+
379427 379427 1
|
| 302 |
+
48023 48023 1
|
| 303 |
+
1664687 1664687 1
|
| 304 |
+
852841 852841 1
|
| 305 |
+
133246 133246 1
|
| 306 |
+
942732 942732 1
|
| 307 |
+
611853 611853 1
|
| 308 |
+
757396 757396 1
|
| 309 |
+
673231 673231 1
|
| 310 |
+
1110928 1110928 1
|
| 311 |
+
641288 641288 1
|
| 312 |
+
601423 601423 1
|
| 313 |
+
925541 925541 1
|
| 314 |
+
367675 367675 1
|
| 315 |
+
362921 362921 1
|
| 316 |
+
385608 385608 1
|
| 317 |
+
107698 107698 1
|
| 318 |
+
75061 75061 1
|
| 319 |
+
187463 187463 1
|
| 320 |
+
1080175 1080175 1
|
| 321 |
+
282060 282060 1
|
| 322 |
+
1638743 1638743 1
|
| 323 |
+
117947 117947 1
|
| 324 |
+
1046822 1046822 1
|
| 325 |
+
249138 249138 1
|
| 326 |
+
243312 243312 1
|
| 327 |
+
613158 613158 1
|
| 328 |
+
523013 523013 1
|
| 329 |
+
1020452 1020452 1
|
| 330 |
+
1509006 1509006 1
|
| 331 |
+
996725 996725 1
|
| 332 |
+
824946 824946 1
|
| 333 |
+
641931 641931 1
|
| 334 |
+
1626318 1626318 1
|
| 335 |
+
941416 941416 1
|
| 336 |
+
1071279 1071279 1
|
| 337 |
+
347798 347798 1
|
| 338 |
+
1611789 1611789 1
|
| 339 |
+
1556008 1556008 1
|
| 340 |
+
715609 715609 1
|
| 341 |
+
969246 969246 1
|
| 342 |
+
1471936 1471936 1
|
| 343 |
+
483150 483150 1
|
| 344 |
+
1146680 1146680 1
|
| 345 |
+
475284 475284 1
|
| 346 |
+
980810 980810 1
|
| 347 |
+
1117371 1117371 1
|
| 348 |
+
1274575 1274575 1
|
| 349 |
+
1537120 1537120 1
|
| 350 |
+
190588 190588 1
|
| 351 |
+
78030 78030 1
|
| 352 |
+
225469 225469 1
|
| 353 |
+
121549 121549 1
|
| 354 |
+
1165659 1165659 1
|
| 355 |
+
1178220 1178220 1
|
| 356 |
+
1039282 1039282 1
|
| 357 |
+
672813 672813 1
|
| 358 |
+
1630131 1630131 1
|
| 359 |
+
73640 73640 1
|
| 360 |
+
215871 215871 1
|
| 361 |
+
705807 705807 1
|
| 362 |
+
614064 614064 1
|
| 363 |
+
1448935 1448935 1
|
| 364 |
+
1467935 1467935 1
|
| 365 |
+
1061308 1061308 1
|
| 366 |
+
624478 624478 1
|
| 367 |
+
1267232 1267232 1
|
| 368 |
+
180009 180009 1
|
| 369 |
+
1563811 1563811 1
|
| 370 |
+
879430 879430 1
|
| 371 |
+
1071493 1071493 1
|
| 372 |
+
53820 53820 1
|
| 373 |
+
1616680 1616680 1
|
| 374 |
+
1168696 1168696 1
|
| 375 |
+
890648 890648 1
|
| 376 |
+
161177 161177 1
|
| 377 |
+
188477 188477 1
|
| 378 |
+
1039418 1039418 1
|
| 379 |
+
772950 772950 1
|
| 380 |
+
86629 86629 1
|
| 381 |
+
498351 498351 1
|
| 382 |
+
291994 291994 1
|
| 383 |
+
1657505 1657505 1
|
| 384 |
+
222296 222296 1
|
| 385 |
+
558774 558774 1
|
| 386 |
+
1540967 1540967 1
|
| 387 |
+
772518 772518 1
|
| 388 |
+
1126948 1126948 1
|
| 389 |
+
1497713 1497713 1
|
| 390 |
+
772196 772196 1
|
| 391 |
+
1616627 1616627 1
|
| 392 |
+
78174 78174 1
|
| 393 |
+
488330 488330 1
|
| 394 |
+
509440 509440 1
|
| 395 |
+
185569 185569 1
|
| 396 |
+
333735 333735 1
|
| 397 |
+
1110798 1110798 1
|
| 398 |
+
906661 906661 1
|
| 399 |
+
899930 899930 1
|
| 400 |
+
854827 854827 1
|
| 401 |
+
1450125 1450125 1
|
| 402 |
+
1535306 1535306 1
|
| 403 |
+
1187158 1187158 1
|
| 404 |
+
1527730 1527730 1
|
| 405 |
+
1174957 1174957 1
|
| 406 |
+
1506457 1506457 1
|
| 407 |
+
369875 369875 1
|
| 408 |
+
306868 306868 1
|
| 409 |
+
1653878 1653878 1
|
| 410 |
+
766711 766711 1
|
| 411 |
+
1601265 1601265 1
|
| 412 |
+
1470496 1470496 1
|
| 413 |
+
329623 329623 1
|
| 414 |
+
1628387 1628387 1
|
| 415 |
+
391127 391127 1
|
| 416 |
+
401046 401046 1
|
| 417 |
+
59418 59418 1
|
| 418 |
+
676750 676750 1
|
| 419 |
+
104473 104473 1
|
| 420 |
+
1267334 1267334 1
|
| 421 |
+
965091 965091 1
|
| 422 |
+
74513 74513 1
|
| 423 |
+
127988 127988 1
|
| 424 |
+
1145044 1145044 1
|
| 425 |
+
1515625 1515625 1
|
| 426 |
+
552543 552543 1
|
| 427 |
+
153072 153072 1
|
| 428 |
+
1233898 1233898 1
|
| 429 |
+
282088 282088 1
|
| 430 |
+
123946 123946 1
|
| 431 |
+
341986 341986 1
|
| 432 |
+
1494229 1494229 1
|
| 433 |
+
1213573 1213573 1
|
| 434 |
+
163457 163457 1
|
| 435 |
+
183320 183320 1
|
| 436 |
+
956091 956091 1
|
| 437 |
+
728091 728091 1
|
| 438 |
+
1619131 1619131 1
|
| 439 |
+
119952 119952 1
|
| 440 |
+
935189 935189 1
|
| 441 |
+
1500990 1500990 1
|
| 442 |
+
790657 790657 1
|
| 443 |
+
855597 855597 1
|
| 444 |
+
597702 597702 1
|
| 445 |
+
1089043 1089043 1
|
| 446 |
+
1197412 1197412 1
|
| 447 |
+
629419 629419 1
|
| 448 |
+
1572434 1572434 1
|
| 449 |
+
1160728 1160728 1
|
| 450 |
+
440064 440064 1
|
| 451 |
+
143675 143675 1
|
| 452 |
+
82675 82675 1
|
| 453 |
+
983596 983596 1
|
| 454 |
+
778669 778669 1
|
| 455 |
+
628404 628404 1
|
| 456 |
+
1612305 1612305 1
|
| 457 |
+
913034 913034 1
|
| 458 |
+
1481686 1481686 1
|
| 459 |
+
101172 101172 1
|
| 460 |
+
432743 432743 1
|
| 461 |
+
1563955 1563955 1
|
| 462 |
+
1277562 1277562 1
|
| 463 |
+
1659279 1659279 1
|
| 464 |
+
131243 131243 1
|
| 465 |
+
507826 507826 1
|
| 466 |
+
228936 228936 1
|
| 467 |
+
194197 194197 1
|
| 468 |
+
746812 746812 1
|
| 469 |
+
402979 402979 1
|
| 470 |
+
938378 938378 1
|
| 471 |
+
919687 919687 1
|
| 472 |
+
347921 347921 1
|
| 473 |
+
822579 822579 1
|
| 474 |
+
870538 870538 1
|
| 475 |
+
1497118 1497118 1
|
| 476 |
+
625753 625753 1
|
| 477 |
+
779032 779032 1
|
| 478 |
+
107642 107642 1
|
| 479 |
+
80668 80668 1
|
| 480 |
+
58383 58383 1
|
| 481 |
+
1566566 1566566 1
|
| 482 |
+
230479 230479 1
|
| 483 |
+
1061863 1061863 1
|
| 484 |
+
1674665 1674665 1
|
| 485 |
+
337025 337025 1
|
| 486 |
+
1162197 1162197 1
|
| 487 |
+
1238346 1238346 1
|
| 488 |
+
1595987 1595987 1
|
| 489 |
+
352496 352496 1
|
| 490 |
+
280640 280640 1
|
| 491 |
+
707247 707247 1
|
| 492 |
+
794285 794285 1
|
| 493 |
+
253526 253526 1
|
| 494 |
+
1008585 1008585 1
|
| 495 |
+
75779 75779 1
|
| 496 |
+
114966 114966 1
|
| 497 |
+
1457478 1457478 1
|
| 498 |
+
479173 479173 1
|
| 499 |
+
201662 201662 1
|
| 500 |
+
636691 636691 1
|
| 501 |
+
408035 408035 1
|
| 502 |
+
1491186 1491186 1
|
| 503 |
+
1077427 1077427 1
|
| 504 |
+
93970 93970 1
|
| 505 |
+
558836 558836 1
|
| 506 |
+
832794 832794 1
|
| 507 |
+
850260 850260 1
|
| 508 |
+
1555477 1555477 1
|
| 509 |
+
1002956 1002956 1
|
| 510 |
+
146927 146927 1
|
| 511 |
+
921054 921054 1
|
| 512 |
+
130151 130151 1
|
| 513 |
+
707340 707340 1
|
| 514 |
+
793366 793366 1
|
| 515 |
+
677727 677727 1
|
| 516 |
+
1123169 1123169 1
|
| 517 |
+
1241007 1241007 1
|
| 518 |
+
1525340 1525340 1
|
| 519 |
+
666988 666988 1
|
| 520 |
+
1116952 1116952 1
|
| 521 |
+
517936 517936 1
|
| 522 |
+
896154 896154 1
|
| 523 |
+
109054 109054 1
|
| 524 |
+
1587703 1587703 1
|
| 525 |
+
1262634 1262634 1
|
| 526 |
+
234419 234419 1
|
| 527 |
+
495027 495027 1
|
| 528 |
+
345417 345417 1
|
| 529 |
+
462376 462376 1
|
| 530 |
+
591282 591282 1
|
| 531 |
+
1150736 1150736 1
|
| 532 |
+
319175 319175 1
|
| 533 |
+
266807 266807 1
|
| 534 |
+
406719 406719 1
|
| 535 |
+
557143 557143 1
|
| 536 |
+
870848 870848 1
|
| 537 |
+
326790 326790 1
|
| 538 |
+
399300 399300 1
|
| 539 |
+
1676684 1676684 1
|
| 540 |
+
637215 637215 1
|
| 541 |
+
968853 968853 1
|
| 542 |
+
759591 759591 1
|
| 543 |
+
716524 716524 1
|
| 544 |
+
957898 957898 1
|
| 545 |
+
417132 417132 1
|
| 546 |
+
799537 799537 1
|
| 547 |
+
818162 818162 1
|
| 548 |
+
1122687 1122687 1
|
| 549 |
+
307943 307943 1
|
| 550 |
+
172448 172448 1
|
| 551 |
+
796052 796052 1
|
| 552 |
+
1566127 1566127 1
|
| 553 |
+
477061 477061 1
|
| 554 |
+
169840 169840 1
|
| 555 |
+
297032 297032 1
|
| 556 |
+
1672260 1672260 1
|
| 557 |
+
261971 261971 1
|
| 558 |
+
489325 489325 1
|
| 559 |
+
898482 898482 1
|
| 560 |
+
70659 70659 1
|
| 561 |
+
1155424 1155424 1
|
| 562 |
+
505685 505685 1
|
| 563 |
+
1155937 1155937 1
|
| 564 |
+
1573114 1573114 1
|
| 565 |
+
1481228 1481228 1
|
| 566 |
+
609024 609024 1
|
| 567 |
+
816137 816137 1
|
| 568 |
+
386669 386669 1
|
| 569 |
+
404254 404254 1
|
| 570 |
+
812940 812940 1
|
| 571 |
+
617895 617895 1
|
| 572 |
+
391523 391523 1
|
| 573 |
+
976930 976930 1
|
| 574 |
+
278469 278469 1
|
| 575 |
+
936076 936076 1
|
| 576 |
+
826715 826715 1
|
| 577 |
+
1171264 1171264 1
|
| 578 |
+
1153809 1153809 1
|
| 579 |
+
648564 648564 1
|
| 580 |
+
680947 680947 1
|
| 581 |
+
1008025 1008025 1
|
| 582 |
+
81255 81255 1
|
| 583 |
+
172606 172606 1
|
| 584 |
+
1240159 1240159 1
|
| 585 |
+
1233845 1233845 1
|
| 586 |
+
617357 617357 1
|
| 587 |
+
745634 745634 1
|
| 588 |
+
1537112 1537112 1
|
| 589 |
+
788706 788706 1
|
| 590 |
+
151502 151502 1
|
| 591 |
+
540124 540124 1
|
| 592 |
+
744420 744420 1
|
| 593 |
+
173691 173691 1
|
| 594 |
+
1029524 1029524 1
|
| 595 |
+
1211270 1211270 1
|
| 596 |
+
82071 82071 1
|
| 597 |
+
212289 212289 1
|
| 598 |
+
1117857 1117857 1
|
| 599 |
+
712269 712269 1
|
| 600 |
+
1201254 1201254 1
|
| 601 |
+
720127 720127 1
|
| 602 |
+
671962 671962 1
|
| 603 |
+
620008 620008 1
|
| 604 |
+
116348 116348 1
|
| 605 |
+
1529696 1529696 1
|
| 606 |
+
258870 258870 1
|
| 607 |
+
863210 863210 1
|
| 608 |
+
64429 64429 1
|
| 609 |
+
686886 686886 1
|
| 610 |
+
996572 996572 1
|
| 611 |
+
1098678 1098678 1
|
| 612 |
+
1275339 1275339 1
|
| 613 |
+
1530057 1530057 1
|
| 614 |
+
841643 841643 1
|
| 615 |
+
695063 695063 1
|
| 616 |
+
410292 410292 1
|
| 617 |
+
825310 825310 1
|
| 618 |
+
475998 475998 1
|
| 619 |
+
391723 391723 1
|
| 620 |
+
1604825 1604825 1
|
| 621 |
+
86772 86772 1
|
| 622 |
+
608721 608721 1
|
| 623 |
+
401688 401688 1
|
| 624 |
+
233403 233403 1
|
| 625 |
+
1253382 1253382 1
|
| 626 |
+
773070 773070 1
|
| 627 |
+
167106 167106 1
|
| 628 |
+
404223 404223 1
|
| 629 |
+
93177 93177 1
|
| 630 |
+
1243120 1243120 1
|
| 631 |
+
1605046 1605046 1
|
| 632 |
+
567871 567871 1
|
| 633 |
+
893389 893389 1
|
| 634 |
+
620750 620750 1
|
| 635 |
+
1479253 1479253 1
|
| 636 |
+
378260 378260 1
|
| 637 |
+
147171 147171 1
|
| 638 |
+
1612870 1612870 1
|
| 639 |
+
889933 889933 1
|
| 640 |
+
246331 246331 1
|
| 641 |
+
576523 576523 1
|
| 642 |
+
1172456 1172456 1
|
| 643 |
+
1165066 1165066 1
|
| 644 |
+
750840 750840 1
|
| 645 |
+
123613 123613 1
|
| 646 |
+
1110566 1110566 1
|
| 647 |
+
791015 791015 1
|
| 648 |
+
607954 607954 1
|
| 649 |
+
684849 684849 1
|
| 650 |
+
1444966 1444966 1
|
| 651 |
+
199701 199701 1
|
| 652 |
+
926362 926362 1
|
| 653 |
+
460495 460495 1
|
| 654 |
+
1031332 1031332 1
|
| 655 |
+
1230241 1230241 1
|
| 656 |
+
631044 631044 1
|
| 657 |
+
1055880 1055880 1
|
| 658 |
+
1122464 1122464 1
|
| 659 |
+
882869 882869 1
|
| 660 |
+
694756 694756 1
|
| 661 |
+
1686201 1686201 1
|
| 662 |
+
723165 723165 1
|
| 663 |
+
684783 684783 1
|
| 664 |
+
580366 580366 1
|
| 665 |
+
1552152 1552152 1
|
| 666 |
+
440854 440854 1
|
| 667 |
+
413797 413797 1
|
| 668 |
+
800348 800348 1
|
| 669 |
+
299907 299907 1
|
| 670 |
+
482485 482485 1
|
| 671 |
+
530322 530322 1
|
| 672 |
+
736404 736404 1
|
| 673 |
+
1667963 1667963 1
|
| 674 |
+
885487 885487 1
|
| 675 |
+
1501508 1501508 1
|
| 676 |
+
1109041 1109041 1
|
| 677 |
+
673895 673895 1
|
| 678 |
+
275427 275427 1
|
| 679 |
+
698234 698234 1
|
| 680 |
+
1067360 1067360 1
|
| 681 |
+
115409 115409 1
|
| 682 |
+
150187 150187 1
|
| 683 |
+
1623031 1623031 1
|
| 684 |
+
1560054 1560054 1
|
| 685 |
+
392179 392179 1
|
| 686 |
+
1492956 1492956 1
|
| 687 |
+
523336 523336 1
|
| 688 |
+
440780 440780 1
|
| 689 |
+
1613324 1613324 1
|
| 690 |
+
771717 771717 1
|
| 691 |
+
123570 123570 1
|
| 692 |
+
507708 507708 1
|
| 693 |
+
81792 81792 1
|
| 694 |
+
1610294 1610294 1
|
| 695 |
+
238714 238714 1
|
| 696 |
+
1038126 1038126 1
|
| 697 |
+
791553 791553 1
|
| 698 |
+
308311 308311 1
|
| 699 |
+
995120 995120 1
|
| 700 |
+
543628 543628 1
|
| 701 |
+
1654516 1654516 1
|
| 702 |
+
51477 51477 1
|
| 703 |
+
1495527 1495527 1
|
| 704 |
+
371096 371096 1
|
| 705 |
+
1146498 1146498 1
|
| 706 |
+
743737 743737 1
|
| 707 |
+
485860 485860 1
|
| 708 |
+
774720 774720 1
|
| 709 |
+
663347 663347 1
|
| 710 |
+
400651 400651 1
|
| 711 |
+
1563321 1563321 1
|
| 712 |
+
1459956 1459956 1
|
| 713 |
+
1120428 1120428 1
|
| 714 |
+
1454661 1454661 1
|
| 715 |
+
361092 361092 1
|
| 716 |
+
251790 251790 1
|
| 717 |
+
176344 176344 1
|
| 718 |
+
1502480 1502480 1
|
| 719 |
+
1550583 1550583 1
|
| 720 |
+
893294 893294 1
|
| 721 |
+
1469788 1469788 1
|
| 722 |
+
1476901 1476901 1
|
| 723 |
+
1183325 1183325 1
|
| 724 |
+
461819 461819 1
|
| 725 |
+
1123414 1123414 1
|
| 726 |
+
761977 761977 1
|
| 727 |
+
218840 218840 1
|
| 728 |
+
736523 736523 1
|
| 729 |
+
723681 723681 1
|
| 730 |
+
1036875 1036875 1
|
| 731 |
+
625433 625433 1
|
| 732 |
+
98457 98457 1
|
| 733 |
+
946478 946478 1
|
| 734 |
+
378676 378676 1
|
| 735 |
+
593024 593024 1
|
| 736 |
+
85180 85180 1
|
| 737 |
+
600953 600953 1
|
| 738 |
+
1170216 1170216 1
|
| 739 |
+
1090361 1090361 1
|
| 740 |
+
195613 195613 1
|
| 741 |
+
454539 454539 1
|
| 742 |
+
709437 709437 1
|
| 743 |
+
82118 82118 1
|
| 744 |
+
623501 623501 1
|
| 745 |
+
1199698 1199698 1
|
| 746 |
+
1628828 1628828 1
|
| 747 |
+
1179604 1179604 1
|
| 748 |
+
1636352 1636352 1
|
| 749 |
+
1245969 1245969 1
|
| 750 |
+
201299 201299 1
|
| 751 |
+
82405 82405 1
|
| 752 |
+
763485 763485 1
|
| 753 |
+
1093915 1093915 1
|
| 754 |
+
168188 168188 1
|
| 755 |
+
158211 158211 1
|
| 756 |
+
149398 149398 1
|
| 757 |
+
1180000 1180000 1
|
| 758 |
+
461368 461368 1
|
| 759 |
+
1247881 1247881 1
|
| 760 |
+
243371 243371 1
|
| 761 |
+
1566030 1566030 1
|
| 762 |
+
944372 944372 1
|
| 763 |
+
665255 665255 1
|
| 764 |
+
152785 152785 1
|
| 765 |
+
157001 157001 1
|
| 766 |
+
696427 696427 1
|
| 767 |
+
1658054 1658054 1
|
| 768 |
+
1472497 1472497 1
|
| 769 |
+
1636810 1636810 1
|
| 770 |
+
440544 440544 1
|
| 771 |
+
207936 207936 1
|
| 772 |
+
137137 137137 1
|
| 773 |
+
1035952 1035952 1
|
| 774 |
+
1468721 1468721 1
|
| 775 |
+
1481396 1481396 1
|
| 776 |
+
610719 610719 1
|
| 777 |
+
642404 642404 1
|
| 778 |
+
331834 331834 1
|
| 779 |
+
405195 405195 1
|
| 780 |
+
828958 828958 1
|
| 781 |
+
1225740 1225740 1
|
| 782 |
+
161807 161807 1
|
| 783 |
+
1663746 1663746 1
|
| 784 |
+
1069775 1069775 1
|
| 785 |
+
210231 210231 1
|
| 786 |
+
134559 134559 1
|
| 787 |
+
1103295 1103295 1
|
| 788 |
+
73149 73149 1
|
| 789 |
+
1455790 1455790 1
|
| 790 |
+
84385 84385 1
|
| 791 |
+
387064 387064 1
|
| 792 |
+
703131 703131 1
|
| 793 |
+
915295 915295 1
|
| 794 |
+
1103946 1103946 1
|
| 795 |
+
112366 112366 1
|
| 796 |
+
104070 104070 1
|
| 797 |
+
1554535 1554535 1
|
| 798 |
+
786020 786020 1
|
| 799 |
+
693942 693942 1
|
| 800 |
+
150296 150296 1
|
| 801 |
+
140443 140443 1
|
| 802 |
+
718916 718916 1
|
| 803 |
+
874940 874940 1
|
| 804 |
+
708890 708890 1
|
| 805 |
+
805812 805812 1
|
| 806 |
+
1501632 1501632 1
|
| 807 |
+
1042309 1042309 1
|
| 808 |
+
1189055 1189055 1
|
| 809 |
+
603393 603393 1
|
| 810 |
+
369898 369898 1
|
| 811 |
+
1522276 1522276 1
|
| 812 |
+
304314 304314 1
|
| 813 |
+
1578793 1578793 1
|
| 814 |
+
220517 220517 1
|
| 815 |
+
104742 104742 1
|
| 816 |
+
526311 526311 1
|
| 817 |
+
160189 160189 1
|
| 818 |
+
974070 974070 1
|
| 819 |
+
1009486 1009486 1
|
| 820 |
+
248878 248878 1
|
| 821 |
+
73150 73150 1
|
| 822 |
+
772031 772031 1
|
| 823 |
+
1080567 1080567 1
|
| 824 |
+
840076 840076 1
|
| 825 |
+
1471543 1471543 1
|
| 826 |
+
903393 903393 1
|
| 827 |
+
99771 99771 1
|
| 828 |
+
626100 626100 1
|
| 829 |
+
285951 285951 1
|
| 830 |
+
285628 285628 1
|
| 831 |
+
185434 185434 1
|
| 832 |
+
281373 281373 1
|
| 833 |
+
254196 254196 1
|
| 834 |
+
468985 468985 1
|
| 835 |
+
1256480 1256480 1
|
| 836 |
+
329267 329267 1
|
| 837 |
+
773588 773588 1
|
| 838 |
+
1451541 1451541 1
|
| 839 |
+
359810 359810 1
|
| 840 |
+
1654459 1654459 1
|
| 841 |
+
1155533 1155533 1
|
| 842 |
+
631484 631484 1
|
| 843 |
+
150736 150736 1
|
| 844 |
+
200094 200094 1
|
| 845 |
+
1284774 1284774 1
|
| 846 |
+
250032 250032 1
|
| 847 |
+
1191387 1191387 1
|
| 848 |
+
267209 267209 1
|
| 849 |
+
1650371 1650371 1
|
| 850 |
+
965621 965621 1
|
| 851 |
+
670956 670956 1
|
| 852 |
+
47238 47238 1
|
| 853 |
+
117926 117926 1
|
| 854 |
+
355971 355971 1
|
| 855 |
+
478690 478690 1
|
| 856 |
+
561994 561994 1
|
| 857 |
+
1525564 1525564 1
|
| 858 |
+
679747 679747 1
|
| 859 |
+
884373 884373 1
|
| 860 |
+
1645674 1645674 1
|
| 861 |
+
914724 914724 1
|
| 862 |
+
548492 548492 1
|
| 863 |
+
180811 180811 1
|
| 864 |
+
616955 616955 1
|
| 865 |
+
810873 810873 1
|
| 866 |
+
134106 134106 1
|
| 867 |
+
451915 451915 1
|
| 868 |
+
1499071 1499071 1
|
| 869 |
+
261357 261357 1
|
| 870 |
+
1210675 1210675 1
|
| 871 |
+
522873 522873 1
|
| 872 |
+
1168689 1168689 1
|
| 873 |
+
1132276 1132276 1
|
| 874 |
+
1566205 1566205 1
|
| 875 |
+
95118 95118 1
|
| 876 |
+
1636055 1636055 1
|
| 877 |
+
57373 57373 1
|
| 878 |
+
308993 308993 1
|
| 879 |
+
486734 486734 1
|
| 880 |
+
1522339 1522339 1
|
| 881 |
+
1165856 1165856 1
|
| 882 |
+
957732 957732 1
|
| 883 |
+
1176365 1176365 1
|
| 884 |
+
1093388 1093388 1
|
| 885 |
+
1447295 1447295 1
|
| 886 |
+
1035001 1035001 1
|
| 887 |
+
529947 529947 1
|
| 888 |
+
816084 816084 1
|
| 889 |
+
700680 700680 1
|
| 890 |
+
739311 739311 1
|
| 891 |
+
119926 119926 1
|
| 892 |
+
1571176 1571176 1
|
| 893 |
+
917383 917383 1
|
| 894 |
+
1621557 1621557 1
|
| 895 |
+
183192 183192 1
|
| 896 |
+
60008 60008 1
|
| 897 |
+
683458 683458 1
|
| 898 |
+
672137 672137 1
|
| 899 |
+
1082692 1082692 1
|
| 900 |
+
166158 166158 1
|
| 901 |
+
952489 952489 1
|
| 902 |
+
311185 311185 1
|
| 903 |
+
65708 65708 1
|
| 904 |
+
651796 651796 1
|
| 905 |
+
1243410 1243410 1
|
| 906 |
+
168235 168235 1
|
| 907 |
+
1595238 1595238 1
|
| 908 |
+
249822 249822 1
|
| 909 |
+
1003786 1003786 1
|
| 910 |
+
1070139 1070139 1
|
| 911 |
+
69303 69303 1
|
| 912 |
+
1596302 1596302 1
|
| 913 |
+
725481 725481 1
|
| 914 |
+
1065603 1065603 1
|
| 915 |
+
574806 574806 1
|
| 916 |
+
1188134 1188134 1
|
| 917 |
+
633453 633453 1
|
| 918 |
+
423636 423636 1
|
| 919 |
+
487116 487116 1
|
| 920 |
+
258101 258101 1
|
| 921 |
+
324293 324293 1
|
| 922 |
+
275599 275599 1
|
| 923 |
+
54159 54159 1
|
| 924 |
+
555657 555657 1
|
| 925 |
+
1550883 1550883 1
|
| 926 |
+
942373 942373 1
|
| 927 |
+
787405 787405 1
|
| 928 |
+
79497 79497 1
|
| 929 |
+
66724 66724 1
|
| 930 |
+
1205885 1205885 1
|
| 931 |
+
1235987 1235987 1
|
| 932 |
+
54459 54459 1
|
| 933 |
+
1494362 1494362 1
|
| 934 |
+
1655973 1655973 1
|
| 935 |
+
366344 366344 1
|
| 936 |
+
1100241 1100241 1
|
| 937 |
+
1073759 1073759 1
|
| 938 |
+
897223 897223 1
|
| 939 |
+
1161717 1161717 1
|
| 940 |
+
1660185 1660185 1
|
| 941 |
+
767091 767091 1
|
| 942 |
+
637470 637470 1
|
| 943 |
+
427101 427101 1
|
| 944 |
+
1237031 1237031 1
|
| 945 |
+
737960 737960 1
|
| 946 |
+
107571 107571 1
|
| 947 |
+
1662744 1662744 1
|
| 948 |
+
1513457 1513457 1
|
| 949 |
+
242825 242825 1
|
| 950 |
+
480375 480375 1
|
| 951 |
+
56953 56953 1
|
| 952 |
+
697539 697539 1
|
| 953 |
+
277395 277395 1
|
| 954 |
+
754426 754426 1
|
| 955 |
+
1599432 1599432 1
|
| 956 |
+
551490 551490 1
|
| 957 |
+
1624926 1624926 1
|
| 958 |
+
266188 266188 1
|
| 959 |
+
1645199 1645199 1
|
| 960 |
+
112677 112677 1
|
| 961 |
+
486430 486430 1
|
| 962 |
+
510454 510454 1
|
| 963 |
+
1458015 1458015 1
|
| 964 |
+
1645212 1645212 1
|
| 965 |
+
1478260 1478260 1
|
| 966 |
+
981505 981505 1
|
| 967 |
+
535690 535690 1
|
| 968 |
+
798431 798431 1
|
| 969 |
+
1252526 1252526 1
|
| 970 |
+
267355 267355 1
|
| 971 |
+
1653474 1653474 1
|
| 972 |
+
351340 351340 1
|
| 973 |
+
1250024 1250024 1
|
| 974 |
+
262192 262192 1
|
| 975 |
+
981995 981995 1
|
| 976 |
+
372778 372778 1
|
| 977 |
+
391144 391144 1
|
| 978 |
+
150682 150682 1
|
| 979 |
+
513931 513931 1
|
| 980 |
+
1525519 1525519 1
|
| 981 |
+
1232353 1232353 1
|
| 982 |
+
461339 461339 1
|
VisualNews/queries.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|